[med-svn] [Git][med-team/porechop][master] 5 commits: Fixing d/watch after a change in Github layout
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Tue Oct 18 10:23:48 BST 2022
Pierre Gruet pushed to branch master at Debian Med / porechop
Commits:
2ad11d01 by Pierre Gruet at 2022-10-18T10:19:26+02:00
Fixing d/watch after a change in Github layout
- - - - -
883a7085 by Pierre Gruet at 2022-10-18T10:49:53+02:00
Raising Standards version to 4.6.1 (no change)
- - - - -
d4508cea by Pierre Gruet at 2022-10-18T10:51:17+02:00
Solving the error during clean phase linked to setuptools--distutils
- - - - -
42540b24 by Pierre Gruet at 2022-10-18T10:56:45+02:00
Updating changelog
- - - - -
0d6eb3d2 by Pierre Gruet at 2022-10-18T10:57:01+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+porechop (0.2.4+dfsg-4) unstable; urgency=medium
+
+ * Team upload
+ * Raising Standards version to 4.6.1 (no change)
+ * Solving the error during clean phase linked to setuptools--distutils
+ (Closes: #1021837)
+ * Fixing d/watch after a change in Github layout
+
+ -- Pierre Gruet <pgt at debian.org> Tue, 18 Oct 2022 10:56:47 +0200
+
porechop (0.2.4+dfsg-3) unstable; urgency=medium
* Fix watchfile to detect new versions on github
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
libseqan2-dev,
python3-dev,
python3-setuptools
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/med-team/porechop
Vcs-Git: https://salsa.debian.org/med-team/porechop.git
=====================================
debian/rules
=====================================
@@ -7,6 +7,11 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# FIXME - never enabled, tests fail, to be investigated
export PYBUILD_DISABLE=test
+# Workaround for https://github.com/pypa/setuptools/issues/2355, which is
+# apparently a bug in setuptools that makes the clean phase fail. This
+# export should be removed later...
+export SETUPTOOLS_USE_DISTUTILS="stdlib"
+
%:
dh $@ --with python3 --buildsystem pybuild
=====================================
debian/watch
=====================================
@@ -2,5 +2,5 @@ version=4
# github - new files
opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
- https://github.com/rrwick/Porechop/releases .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+ https://github.com/rrwick/Porechop/tags .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
View it on GitLab: https://salsa.debian.org/med-team/porechop/-/compare/eaaae9d5afb085bb875b6f1c4c9d601c30d4a0cf...0d6eb3d2396760ddcb3f2709f82f750428558746
--
View it on GitLab: https://salsa.debian.org/med-team/porechop/-/compare/eaaae9d5afb085bb875b6f1c4c9d601c30d4a0cf...0d6eb3d2396760ddcb3f2709f82f750428558746
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/20221018/d093f5a9/attachment-0001.htm>
More information about the debian-med-commit
mailing list