Tony Mancill pushed to branch master at Debian Med / aragorn
Commits: 464b5bab by tony mancill at 2020-11-18T20:52:01-08:00 Fix FTCBFS: Seed CC from dpkg's buildtools.mk. (Closes: #974635) Thank you to Helmut Grohne for the patch. - - - - - a91a5453 by tony mancill at 2020-11-18T21:06:24-08:00 Set CFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS via buildflags.mk - - - - - e563841e by tony mancill at 2020-11-18T21:06:36-08:00 Bump Standards-Version to 4.5.1 - - - - - 6bbe0166 by tony mancill at 2020-11-18T21:07:06-08:00 interim changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +aragorn (1.2.38-4) UNRELEASED; urgency=medium + + [ tony mancill ] + * Team upload. + * Fix FTCBFS: Seed CC from dpkg's buildtools.mk. (Closes: #974635) + Thank you to Helmut Grohne for the patch. + * Set CFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS via buildflags.mk + * Bump Standards-Version to 4.5.1 + + -- tony mancill <[email protected]> Wed, 18 Nov 2020 21:01:36 -0800 + aragorn (1.2.38-3) unstable; urgency=medium [ Jelmer Vernooij ] ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Sascha Steinbiss <[email protected]> Build-Depends: debhelper-compat (= 13), asciidoctor -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Homepage: http://mbio-serv2.mbioekol.lu.se/ARAGORN/ Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/med-team/aragorn ===================================== debian/rules ===================================== @@ -5,10 +5,8 @@ export DESTDIR=$(CURDIR)/debian/aragorn export DH_ALWAYS_EXCLUDE=.gitignore export DEB_BUILD_MAINT_OPTIONS = hardening=+all -CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +-include /usr/share/dpkg/buildtools.mk +-include /usr/share/dpkg/buildflags.mk %: dh $@ View it on GitLab: https://salsa.debian.org/med-team/aragorn/-/compare/d32e9f530c5a8562f1d569f53e7a58288cbeefa7...6bbe01661a394b34d639d0b88b9925ac86f58a5b -- View it on GitLab: https://salsa.debian.org/med-team/aragorn/-/compare/d32e9f530c5a8562f1d569f53e7a58288cbeefa7...6bbe01661a394b34d639d0b88b9925ac86f58a5b 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
