Andreas Tille pushed to branch master at Debian Med / maude
Commits: f3a46e2f by Andreas Tille at 2018-08-04T05:33:13Z export DEB_CXXFLAGS_MAINT_APPEND=-fpermissive (thanks to Dan Kegel) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Mon, 09 Jul 2018 15:22:41 +0200 + -- Andreas Tille <[email protected]> Fri, 03 Aug 2018 16:04:54 +0200 maude (2.7-2) unstable; urgency=medium ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f # debian/rules file for maude export DH_VERBOSE=1 +export DEB_CXXFLAGS_MAINT_APPEND=-fpermissive %: dh $@ View it on GitLab: https://salsa.debian.org/med-team/maude/commit/f3a46e2f7647558e9493df8010528c5aa9c9d5c0 -- View it on GitLab: https://salsa.debian.org/med-team/maude/commit/f3a46e2f7647558e9493df8010528c5aa9c9d5c0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
