[med-svn] [Git][med-team/tiddit][master] 3 commits: d/rules: invoke dh_numpy3 to include ABI dependencies.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Feb 8 17:55:46 GMT 2025
Étienne Mollier pushed to branch master at Debian Med / tiddit
Commits:
d67fd01e by Étienne Mollier at 2025-02-08T18:48:05+01:00
d/rules: invoke dh_numpy3 to include ABI dependencies.
Note that there is a slight discrepancy in lintian at t time that
causes it to still trip on the missing dependency.
Closes: #1095285
- - - - -
1297a4c7 by Étienne Mollier at 2025-02-08T18:51:14+01:00
d/control: declare compliance to standards version 4.7.0.
- - - - -
0bd4c90b by Étienne Mollier at 2025-02-08T18:55:27+01:00
d/changelog: ready for upload to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+tiddit (3.6.1+dfsg-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: invoke dh_numpy3 to include ABI dependencies. (Closes: #1095285)
+ * d/control: declare compliance to standards version 4.7.0.
+
+ -- Étienne Mollier <emollier at debian.org> Sat, 08 Feb 2025 18:51:43 +0100
+
tiddit (3.6.1+dfsg-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
python3-setuptools,
python3-numpy,
python3-pysam
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/tiddit
Vcs-Git: https://salsa.debian.org/med-team/tiddit.git
Homepage: https://github.com/SciLifeLab/TIDDIT
=====================================
debian/rules
=====================================
@@ -15,6 +15,7 @@ override_dh_clean:
rm -f tiddit/*.c
override_dh_python3:
+ dh_numpy3
dh_python3 --shebang=/usr/bin/python3
override_dh_installman:
View it on GitLab: https://salsa.debian.org/med-team/tiddit/-/compare/a220e413a05bb5c61cc5177ecd94391a0035b501...0bd4c90bee47204728d1d549661e270199761715
--
View it on GitLab: https://salsa.debian.org/med-team/tiddit/-/compare/a220e413a05bb5c61cc5177ecd94391a0035b501...0bd4c90bee47204728d1d549661e270199761715
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/20250208/f2b86fa0/attachment-0001.htm>
More information about the debian-med-commit
mailing list