[med-svn] [Git][med-team/ncbi-tools6][master] ncbi-tools6 6.1.20170106+dfsg2-1~exp2: No time64 for i386.

Aaron M. Ucko (@ucko) gitlab at salsa.debian.org
Tue Feb 27 02:42:03 GMT 2024



Aaron M. Ucko pushed to branch master at Debian Med / ncbi-tools6


Commits:
c34ff0c8 by Aaron M. Ucko at 2024-02-26T21:38:37-05:00
ncbi-tools6 6.1.20170106+dfsg2-1~exp2: No time64 for i386.

debian/rules: Explicitly opt back out of the time64 ABI on i386.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ncbi-tools6 (6.1.20170106+dfsg2-1~exp2) experimental; urgency=medium
+
+  * debian/rules: Explicitly opt back out of the time64 ABI on i386.
+
+ -- Aaron M. Ucko <ucko at debian.org>  Mon, 26 Feb 2024 21:38:36 -0500
+
 ncbi-tools6 (6.1.20170106+dfsg2-1~exp1) experimental; urgency=medium
 
   * New tarball, with the webdesign subtree dropped; at least some of its


=====================================
debian/rules
=====================================
@@ -28,7 +28,10 @@ MT_OTHERLIBS = -lpthread
 THREAD_OBJ = ncbithr.o
 NETENTREZVERSION = 2.02c2ASN1SPEC6
 
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all abi=+time64
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+ifneq ($(DEB_HOST_ARCH),i386)
+  DEB_BUILD_MAINT_OPTIONS += abi=+time64
+endif
 
 CFLAGS := $(shell dpkg-buildflags --get CFLAGS) -Wall \
           $(shell dpkg-buildflags --get CPPFLAGS)



View it on GitLab: https://salsa.debian.org/med-team/ncbi-tools6/-/commit/c34ff0c8cd61d4fad3ba24c22d4a3846712a59e1

-- 
View it on GitLab: https://salsa.debian.org/med-team/ncbi-tools6/-/commit/c34ff0c8cd61d4fad3ba24c22d4a3846712a59e1
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/20240227/6282bec8/attachment-0001.htm>


More information about the debian-med-commit mailing list