Michael R. Crusoe pushed to branch master at Debian Med / qtltools
Commits: 38cd3fd8 by Michael R. Crusoe at 2019-12-25T21:27:54Z on mipsel, skip debug info to fit into 4 GB of memory - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +qtltools (1.2+dfsg-2) unstable; urgency=medium + + * Team upload. + * debian/rules: on mipsel, skip debug info to fit into 4 GB of memory + + -- Michael R. Crusoe <[email protected]> Wed, 25 Dec 2019 22:27:16 +0100 + qtltools (1.2+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -2,6 +2,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CPPFLAGS_MAINT_APPEND = -I/usr/include/eigen3 +ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386 armel armhf mipsel)) + export DEB_CXXFLAGS_MAINT_APPEND = -g0 +endif %: dh $@ View it on GitLab: https://salsa.debian.org/med-team/qtltools/commit/38cd3fd8328d4713b2129ce6dbfe23eb52a13602 -- View it on GitLab: https://salsa.debian.org/med-team/qtltools/commit/38cd3fd8328d4713b2129ce6dbfe23eb52a13602 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
