[med-svn] [Git][med-team/biosquid][master] 6 commits: Rename libraries for 64-bit time_t transition
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jan 30 07:48:28 GMT 2024
Andreas Tille pushed to branch master at Debian Med / biosquid
Commits:
6fb85aae by Andreas Tille at 2024-01-30T08:03:37+01:00
Rename libraries for 64-bit time_t transition
- - - - -
4b25c39a by Andreas Tille at 2024-01-30T08:05:03+01:00
Versioned Build-Depends: d-shlibs (>= 0.106) to support --t64 option
- - - - -
ef188643 by Andreas Tille at 2024-01-30T08:06:08+01:00
Add --t64 option to d-shlibmove
- - - - -
0dd0b5fe by Andreas Tille at 2024-01-30T08:30:14+01:00
d-slibs checks for Conflicts: libsquid1 (rather than Breaks)
- - - - -
ea04b77c by Andreas Tille at 2024-01-30T08:31:33+01:00
Upload to unstable
- - - - -
7111aff4 by Andreas Tille at 2024-01-30T08:39:15+01:00
No NMU version number
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+biosquid (1.9g+cvs20050121-14) unstable; urgency=medium
+
+ [ Steve Langasek ]
+ * Rename libraries for 64-bit time_t transition.
+ Closes: #1061931
+
+ [ Andreas Tille ]
+ * Versioned Build-Depends: d-shlibs (>= 0.106) to support --t64 option
+ * Add --t64 option to d-shlibmove
+ * d-slibs checks for Conflicts: libsquid1 (rather than Breaks)
+
+ -- Andreas Tille <tille at debian.org> Tue, 30 Jan 2024 08:30:22 +0100
+
biosquid (1.9g+cvs20050121-13) unstable; urgency=medium
* Fix clean target
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
- d-shlibs
+ d-shlibs (>= 0.106)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/biosquid
Vcs-Git: https://salsa.debian.org/med-team/biosquid.git
@@ -14,7 +14,7 @@ Rules-Requires-Root: no
Package: biosquid
Architecture: any
Depends: ${shlibs:Depends},
- libsquid1 (= ${binary:Version}),
+ libsquid1t64 (= ${binary:Version}),
${misc:Depends}
Recommends: hmmer
Description: utilities for biological sequence analysis
@@ -28,7 +28,10 @@ Description: utilities for biological sequence analysis
This package contains some tools to demonstrate the features of the
SQUID library.
-Package: libsquid1
+Package: libsquid1t64
+Provides: ${t64:Provides}
+Replaces: libsquid1
+Conflicts: libsquid1
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
@@ -49,7 +52,7 @@ Package: libsquid-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
- libsquid1 (= ${binary:Version}),
+ libsquid1t64 (= ${binary:Version}),
${misc:Depends}
Breaks: biosquid-dev
Provides: biosquid-dev
=====================================
debian/rules
=====================================
@@ -34,6 +34,7 @@ override_dh_install:
d-shlibmove --commit \
--multiarch \
--devunversioned \
+ --t64 \
--exclude-la \
--movedev debian/tmp/usr/include/* usr/include \
--movedev squid.h usr/include/$(DEB_SOURCE) \
View it on GitLab: https://salsa.debian.org/med-team/biosquid/-/compare/8db899b3d12f6f1a2433c7d08a08f07c263e65a7...7111aff4ff25e76b39615913413313b583516ba8
--
View it on GitLab: https://salsa.debian.org/med-team/biosquid/-/compare/8db899b3d12f6f1a2433c7d08a08f07c263e65a7...7111aff4ff25e76b39615913413313b583516ba8
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/20240130/274d0462/attachment-0001.htm>
More information about the debian-med-commit
mailing list