[med-svn] [Git][med-team/python-gffutils][master] 3 commits: d/rules: expand existing cleanup after calling dh_install.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Tue Nov 4 19:40:52 GMT 2025
Étienne Mollier pushed to branch master at Debian Med / python-gffutils
Commits:
a53eaaa1 by Chris Lamb at 2025-11-04T20:29:42+01:00
d/rules: expand existing cleanup after calling dh_install.
This makes the build reproducible
Closes: #1120066
Signed-off-by: Étienne Mollier <emollier at debian.org>
- - - - -
26f35082 by Étienne Mollier at 2025-11-04T20:34:15+01:00
d/watch: convert to PyPI watch file v5.
- - - - -
6ecbae3a by Étienne Mollier at 2025-11-04T20:39:24+01:00
pytest8.4.patch: file the dep3 header.
- - - - -
3 changed files:
- debian/patches/pytest8.4.patch
- debian/rules
- debian/watch
Changes:
=====================================
debian/patches/pytest8.4.patch
=====================================
@@ -1,3 +1,9 @@
+Description: Pytest 8.4 compatibility
+Author: Alexandre Detiste <tchet at debian.org>
+Forwarded: no
+Last-Update: 2025-08-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/gffutils/test/test_1.py
+++ b/gffutils/test/test_1.py
@@ -533,7 +533,7 @@
=====================================
debian/rules
=====================================
@@ -63,4 +63,4 @@ override_dh_auto_test:
override_dh_install:
dh_install
find debian -name "*.bak" -delete
- find debian -name "issue_*.db" -delete
+ find debian -name "*.db" -delete
=====================================
debian/watch
=====================================
@@ -1,3 +1,5 @@
-version=4
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-https://pypi.debian.net/gffutils/gffutils-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+Version: 5
+
+Source: https://pypi.python.org/packages/source/g/gffutils/
+Matching-Pattern: gffutils- at ANY_VERSION@@ARCHIVE_EXT@
+UVersion-Mangle: s/(rc|a|b|c)/~$1/
View it on GitLab: https://salsa.debian.org/med-team/python-gffutils/-/compare/1c13e327bc3fc50773cbe1d0717421c25481375f...6ecbae3a452472a247f96207da08a5fb66eb2c13
--
View it on GitLab: https://salsa.debian.org/med-team/python-gffutils/-/compare/1c13e327bc3fc50773cbe1d0717421c25481375f...6ecbae3a452472a247f96207da08a5fb66eb2c13
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/20251104/360e77fd/attachment-0001.htm>
More information about the debian-med-commit
mailing list