[med-svn] [Git][med-team/qtltools][master] on mipsel, skip debug info to fit into 4 GB of memory
Michael R. Crusoe
gitlab at salsa.debian.org
Wed Dec 25 22:06:48 GMT 2019
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 <michael.crusoe at gmail.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191225/3ce61e8e/attachment.html>
More information about the debian-med-commit
mailing list