[med-svn] [Git][med-team/fastaq][master] 4 commits: Drop (Build-)Depends: python3-pkg-resources
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Oct 13 16:30:21 BST 2024
Andreas Tille pushed to branch master at Debian Med / fastaq
Commits:
21e3a4ed by Andreas Tille at 2024-10-13T17:28:06+02:00
Drop (Build-)Depends: python3-pkg-resources
- - - - -
bbbc1990 by Andreas Tille at 2024-10-13T17:28:35+02:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
2eef3218 by Andreas Tille at 2024-10-13T17:28:37+02:00
Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
- - - - -
001e1f9f by Andreas Tille at 2024-10-13T17:29:22+02:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+fastaq (3.17.0-7) unstable; urgency=medium
+
+ * Drop (Build-)Depends: python3-pkg-resources
+ Closes: #1083383
+ * Standards-Version: 4.7.0 (routine-update)
+ * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Sun, 13 Oct 2024 17:28:43 +0200
+
fastaq (3.17.0-6) unstable; urgency=medium
* Enable building twice in a row.
=====================================
debian/control
=====================================
@@ -6,14 +6,13 @@ Uploaders: Andreas Tille <tille at debian.org>,
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
python3,
python3-setuptools,
- python3-pkg-resources,
python3-pytest,
samtools,
help2man
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/fastaq
Vcs-Git: https://salsa.debian.org/med-team/fastaq.git
Homepage: https://github.com/sanger-pathogens/Fastaq
@@ -22,7 +21,6 @@ Rules-Requires-Root: no
Package: fastaq
Architecture: all
Depends: ${python3:Depends},
- python3-pkg-resources,
${misc:Depends},
samtools
Description: FASTA and FASTQ file manipulation tools
=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ mandir := $(CURDIR)/debian/man
debfolder := $(CURDIR)/debian
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_auto_build:
dh_python3
View it on GitLab: https://salsa.debian.org/med-team/fastaq/-/compare/ed01b8955a41e9aef51850fd7cbe757e7a610352...001e1f9f00ad7011ef076bbda807ac8d4291edb8
--
View it on GitLab: https://salsa.debian.org/med-team/fastaq/-/compare/ed01b8955a41e9aef51850fd7cbe757e7a610352...001e1f9f00ad7011ef076bbda807ac8d4291edb8
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/20241013/854813c9/attachment-0001.htm>
More information about the debian-med-commit
mailing list