[med-svn] [Git][med-team/centrifuge][master] 3 commits: Improve cross building: Don't detect -m64 from uname.
Andreas Tille
gitlab at salsa.debian.org
Mon Nov 9 17:01:23 GMT 2020
Andreas Tille pushed to branch master at Debian Med / centrifuge
Commits:
41cecb80 by Andreas Tille at 2020-11-09T15:55:08+01:00
Improve cross building: Don't detect -m64 from uname.
- - - - -
fb6b847e by Andreas Tille at 2020-11-09T16:11:10+01:00
Revert the patch from 1.0.3-6 in favour of above change
- - - - -
4c6b9dd4 by Andreas Tille at 2020-11-09T17:38:13+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+centrifuge (1.0.3-8) unstable; urgency=medium
+
+ [ Helmut Grohne ]
+ * Improve cross building: Don't detect -m64 from uname.
+ Closes: #973977
+
+ [ Andreas Tille ]
+ * Revert the patch from 1.0.3-6 in favour of above change
+
+ -- Andreas Tille <tille at debian.org> Mon, 09 Nov 2020 17:36:30 +0100
+
centrifuge (1.0.3-7) unstable; urgency=medium
* Fix code to build on arm64
=====================================
debian/patches/series
=====================================
@@ -4,5 +4,5 @@ fix_auto_ptr_usage_in_gcc-7.patch
hardening.patch
no_msse2.patch
2to3.patch
-enable_arm64_and_others.patch
+# enable_arm64_and_others.patch
fix_arm_build.patch
=====================================
debian/rules
=====================================
@@ -11,6 +11,9 @@ export POPCNT_CAPABILITY=0
%:
dh $@ --with python3
+override_dh_auto_build:
+ dh_auto_build -- BITS=$(DEB_HOST_ARCH_BITS) BITS_FLAG=
+
override_dh_auto_install:
dh_auto_install -- prefix=/usr/lib/centrifuge
mv debian/$(DEB_SOURCE)/usr/lib/centrifuge/bin/* debian/$(DEB_SOURCE)/usr/lib/centrifuge/
View it on GitLab: https://salsa.debian.org/med-team/centrifuge/-/compare/43c60e3eb750080b8d260ffdd08d676a25fe171f...4c6b9dd49d6b3cf34faa5245c05449dcfd75b877
--
View it on GitLab: https://salsa.debian.org/med-team/centrifuge/-/compare/43c60e3eb750080b8d260ffdd08d676a25fe171f...4c6b9dd49d6b3cf34faa5245c05449dcfd75b877
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/20201109/7e1347d7/attachment-0001.html>
More information about the debian-med-commit
mailing list