[med-svn] [Git][med-team/genometools][master] 2 commits: NMU for 64-bit time_t transition
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Apr 28 17:05:33 BST 2024
Étienne Mollier pushed to branch master at Debian Med / genometools
Commits:
4f64a1b9 by Steve Langasek at 2024-04-28T17:53:31+02:00
NMU for 64-bit time_t transition
There was a hard-coded test dependency on libgenometools0 in
debian/tests/control which prevents this package from being able to
migrate to testing.
There is no need to hard-code a dependency on the runtime lib given
that there is already a test dependency on libgenometools-dev.
Signed-off-by: Étienne Mollier <emollier at debian.org>
- - - - -
3befdf23 by Étienne Mollier at 2024-04-28T18:00:55+02:00
Merge branch 'debian/unstable'
Account for NMU 1.6.5+ds-2.1 and -2.2 without shadowing experimental
upload.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+genometools (1.6.5+ds-2.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove wrong hard-coded test dep.
+
+ -- Steve Langasek <vorlon at debian.org> Sat, 27 Apr 2024 01:41:52 +0000
+
+genometools (1.6.5+ds-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062071
+
+ -- Steve Langasek <vorlon at debian.org> Wed, 28 Feb 2024 16:25:48 +0000
+
genometools (1.6.5+ds-2.1~exp1) experimental; urgency=medium
* Non-maintainer upload.
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Sascha Steinbiss <satta at debian.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 13),
debhelper-compat (= 13),
dh-python,
liblua5.1-0-dev,
=====================================
debian/tests/control
=====================================
@@ -1,5 +1,5 @@
Tests: build-lib
-Depends: libgenometools0-dev, libgenometools0, build-essential
+Depends: libgenometools0-dev, build-essential
Tests: python-lib
Depends: python3-genometools, python3
View it on GitLab: https://salsa.debian.org/med-team/genometools/-/compare/6f6fcd1becbee036427d92b22df7493b99606357...3befdf23f29d12a7adf46deff61d00f87a1522ec
--
View it on GitLab: https://salsa.debian.org/med-team/genometools/-/compare/6f6fcd1becbee036427d92b22df7493b99606357...3befdf23f29d12a7adf46deff61d00f87a1522ec
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/20240428/eb07959b/attachment-0001.htm>
More information about the debian-med-commit
mailing list