[med-svn] [Git][med-team/ncbi-tools6][master] 6 commits: ncbi-tools6 6.1.20170106+dfsg1-10.1: final time64 NMU (#1064245).
Aaron M. Ucko (@ucko)
gitlab at salsa.debian.org
Fri Mar 1 14:04:36 GMT 2024
Aaron M. Ucko pushed to branch master at Debian Med / ncbi-tools6
Commits:
4e093c7e by Steve Langasek at 2024-03-01T08:33:40-05:00
ncbi-tools6 6.1.20170106+dfsg1-10.1: final time64 NMU (#1064245).
- - - - -
2c420c00 by Aaron M. Ucko at 2024-03-01T08:44:21-05:00
Start ncbi-tools6 6.1.20170106+dfsg2-1, with final time64 changes.
- - - - -
0c7c5445 by Aaron M. Ucko at 2024-03-01T08:50:54-05:00
Merge final time64 changes (debian/6.1.20170106+dfsg1-10.1+final).
ncbi-tools6 6.1.20170106+dfsg1-10.1: final time64 NMU (#1064245).
The previous two uploads used 6.1.20170106+dfsg1-10.1~exp2 as their
basis. Adjust ...-1~exp1's changelog entry accordingly, dropping the
Closes: annotation and the note about properly handling multi-library
.symbols files.
- - - - -
a255aeb1 by Aaron M. Ucko at 2024-03-01T08:57:14-05:00
debian/rules: Don't explicitly opt into time64 anywhere.
The final version of the NMU added a suitable versioned B-D on
dpkg-dev, and the explicit logic (formally?) overshot on hurd-i386 and
any even less official i386 architectures. (RIP kfreebsd-i386.)
- - - - -
d303abbf by Aaron M. Ucko at 2024-03-01T08:59:05-05:00
Trim redundant versioned build dependencies on dpkg-dev.
A single mention in B-D should suffice.
- - - - -
d7cce688 by Aaron M. Ucko at 2024-03-01T08:59:46-05:00
Finalize ncbi-tools6 6.1.20170106+dfsg2-1 for unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+ncbi-tools6 (6.1.20170106+dfsg2-1) unstable; urgency=medium
+
+ * Incorporate final time64 changes; the previous two uploads used
+ 6.1.20170106+dfsg1-10.1~exp2 as their basis. Adjust ...-1~exp1's
+ changelog entry accordingly, dropping the Closes: annotation and the
+ note about properly handling multi-library .symbols files.
+ * debian/control: Trim redundant versioned build dependencies on
+ dpkg-dev; a single mention in B-D should suffice.
+ * debian/rules: Don't explicitly opt into time64 anywhere. The final
+ version of the NMU added a suitable versioned B-D on dpkg-dev, and the
+ explicit logic (formally?) overshot on hurd-i386 and any even less
+ official i386 architectures. (RIP kfreebsd-i386.)
+
+ -- Aaron M. Ucko <ucko at debian.org> Fri, 01 Mar 2024 08:59:45 -0500
+
ncbi-tools6 (6.1.20170106+dfsg2-1~exp2) experimental; urgency=medium
* debian/rules: Explicitly opt back out of the time64 ABI on i386.
@@ -9,11 +24,9 @@ ncbi-tools6 (6.1.20170106+dfsg2-1~exp1) experimental; urgency=medium
* New tarball, with the webdesign subtree dropped; at least some of its
content was generated but supplied without corresponding sources and
inputs, and nothing from there was getting packaged anyway.
- * Merge initial (NMU-ed) time64 changes. (Closes: #1064245.)
+ * Merge initial (NMU-ed) time64 changes.
* debian/{.gitignore,libncbi6t64.doc-base,*.lintian-overrides,*.symbols}:
- Correct stray references to old library package names. NB: The
- initial .symbols changes missed the fact that each library package
- contained multiple libraries (not worth splitting up), and these
+ Correct stray references to old library package names. NB: These
lintian-overrides tuneups drop post-colon package names altogether.
* debian/copyright (Files-Excluded):
- Drop spurious leading ncbi/.
@@ -23,12 +36,12 @@ ncbi-tools6 (6.1.20170106+dfsg2-1~exp1) experimental; urgency=medium
-- Aaron M. Ucko <ucko at debian.org> Sun, 18 Feb 2024 21:10:49 -0500
-ncbi-tools6 (6.1.20170106+dfsg1-10.1) experimental; urgency=medium
+ncbi-tools6 (6.1.20170106+dfsg1-10.1) unstable; urgency=medium
* Non-maintainer upload.
- * Rename libraries for 64-bit time_t transition.
+ * Rename libraries for 64-bit time_t transition. Closes: #1064245
- -- Steve Langasek <vorlon at debian.org> Sun, 18 Feb 2024 23:06:02 +0000
+ -- Steve Langasek <vorlon at debian.org> Fri, 01 Mar 2024 10:43:06 +0000
ncbi-tools6 (6.1.20170106+dfsg1-10) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Aaron M. Ucko <ucko at debian.org>
Section: libdevel
Priority: optional
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
Build-Depends-Arch: csh | c-shell,
libglu1-mesa-dev | libglu-dev,
libgnutls28-dev | gnutls-dev,
=====================================
debian/rules
=====================================
@@ -29,9 +29,6 @@ THREAD_OBJ = ncbithr.o
NETENTREZVERSION = 2.02c2ASN1SPEC6
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/-/compare/c34ff0c8cd61d4fad3ba24c22d4a3846712a59e1...d7cce688b6be16a5c9db28269eb1c3156ce2ac3c
--
View it on GitLab: https://salsa.debian.org/med-team/ncbi-tools6/-/compare/c34ff0c8cd61d4fad3ba24c22d4a3846712a59e1...d7cce688b6be16a5c9db28269eb1c3156ce2ac3c
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/20240301/12ede606/attachment-0001.htm>
More information about the debian-med-commit
mailing list