Commit f3a46e2f authored by Andreas Tille's avatar Andreas Tille
Browse files

export DEB_CXXFLAGS_MAINT_APPEND=-fpermissive (thanks to Dan Kegel)

parent d1e30f73
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,8 +7,9 @@ maude (2.7.1-1) UNRELEASED; urgency=medium
  * Standards-Version: 4.1.4
  * Build-Depends: libcvc4-dev
  * Avoid parallel build
  * export DEB_CXXFLAGS_MAINT_APPEND=-fpermissive (thanks to Dan Kegel)

 -- Andreas Tille <tille@debian.org>  Mon, 09 Jul 2018 15:22:41 +0200
 -- Andreas Tille <tille@debian.org>  Fri, 03 Aug 2018 16:04:54 +0200

maude (2.7-2) unstable; urgency=medium

+1 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f
# debian/rules file for maude
export DH_VERBOSE=1
export DEB_CXXFLAGS_MAINT_APPEND=-fpermissive

%:
	dh $@