[med-svn] [Git][med-team/python-gffutils][master] 4 commits: d/rules: fix original test data restoration.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Fri Apr 24 22:17:53 BST 2026



Étienne Mollier pushed to branch master at Debian Med / python-gffutils


Commits:
b790f4c9 by Étienne Mollier at 2026-04-24T23:13:57+02:00
d/rules: fix original test data restoration.

Closes: #1120066

- - - - -
b86562d3 by Étienne Mollier at 2026-04-24T23:16:11+02:00
d/control: drop redundant Priority: optional.

- - - - -
032ed6c8 by Étienne Mollier at 2026-04-24T23:16:32+02:00
d/control: declare compliance to standards version 4.7.4.

- - - - -
4f54f474 by Étienne Mollier at 2026-04-24T23:17:34+02:00
d/changelog: ready for upload to unstable.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-gffutils (0.13-5) unstable; urgency=medium
+
+  * d/rules: fix original test data restoration. (Closes: #1120066)
+  * d/control: drop redundant Priority: optional.
+  * d/control: declare compliance to standards version 4.7.4.
+
+ -- Étienne Mollier <emollier at debian.org>  Fri, 24 Apr 2026 23:17:07 +0200
+
 python-gffutils (0.13-4) unstable; urgency=medium
 
   * d/rules: preserve original FBgn0031208.gtf.db.


=====================================
debian/control
=====================================
@@ -4,7 +4,6 @@ Uploaders: Michael R. Crusoe <crusoe at debian.org>,
            Steffen Moeller <moeller at debian.org>,
            Étienne Mollier <emollier at debian.org>
 Section: science
-Priority: optional
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-python3,
                bedtools,
@@ -17,7 +16,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-biopython,
                python3-pybedtools,
                help2man
-Standards-Version: 4.7.2
+Standards-Version: 4.7.4
 Vcs-Browser: https://salsa.debian.org/med-team/python-gffutils
 Vcs-Git: https://salsa.debian.org/med-team/python-gffutils.git
 Homepage: https://daler.github.io/gffutils


=====================================
debian/rules
=====================================
@@ -10,6 +10,11 @@ export PYBUILD_TEST_ARGS=--doctest-modules -m 'not slow'
 export PYBUILD_TEST_PYTEST=true
 export PYBUILD_AFTER_TEST=find . -name tmp.db -delete
 
+# Restore original data file, see #1120066.
+export PYBUILD_AFTER_INSTALL = \
+	mv -f {build_dir}/gffutils/test/data/FBgn0031208.gtf.db.orig \
+		{build_dir}/gffutils/test/data/FBgn0031208.gtf.db
+
 %:
 	dh $@ --buildsystem=pybuild
 
@@ -63,11 +68,6 @@ override_dh_auto_build:
 override_dh_auto_test:
 	PATH=$(CURDIR)/gffutils/scripts/:$(PATH) dh_auto_test
 
-execute_before_dh_auto_install:
-	# Restore original data file, see #1120066.
-	mv -f $(CURDIR)/gffutils/test/data/FBgn0031208.gtf.db.orig \
-		$(CURDIR)/gffutils/test/data/FBgn0031208.gtf.db
-
 override_dh_install:
 	dh_install
 	find debian -name "*.bak" -delete



View it on GitLab: https://salsa.debian.org/med-team/python-gffutils/-/compare/c7129091c1f3482fa707ff18b973f770bc76bb06...4f54f4740c891f8c3500ccf962887ce54aa04daa

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-gffutils/-/compare/c7129091c1f3482fa707ff18b973f770bc76bb06...4f54f4740c891f8c3500ccf962887ce54aa04daa
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260424/2512fd43/attachment-0001.htm>


More information about the debian-med-commit mailing list