[med-svn] [Git][med-team/porechop][master] 4 commits: Fixing clean rule to build twice in a row
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Mon Apr 8 05:28:48 BST 2024
Pierre Gruet pushed to branch master at Debian Med / porechop
Commits:
876d5025 by Pierre Gruet at 2024-04-07T21:34:11+02:00
Fixing clean rule to build twice in a row
- - - - -
e26c5cd7 by Pierre Gruet at 2024-04-07T21:34:33+02:00
Raising Standards version to 4.7.0 (no change)
- - - - -
a4865719 by Pierre Gruet at 2024-04-07T21:35:43+02:00
Updating changelog
- - - - -
839515b3 by Pierre Gruet at 2024-04-07T21:38:21+02:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+porechop (0.2.4+dfsg-5) unstable; urgency=medium
+
+ * Team upload
+ * Fixing clean rule to build twice in a row (Closes: #1047456)
+ * Raising Standards version to 4.7.0 (no change)
+
+ -- Pierre Gruet <pgt at debian.org> Sun, 07 Apr 2024 21:38:13 +0200
+
porechop (0.2.4+dfsg-4) unstable; urgency=medium
* Team upload
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
libseqan2-dev,
python3-dev,
python3-setuptools
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
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
=====================================
@@ -21,3 +21,8 @@ override_dh_python3:
override_dh_install:
dh_install
mv -v debian/porechop/usr/bin/porechop-runner.py debian/porechop/usr/bin/porechop
+
+override_dh_clean:
+ dh_clean
+ # Removing left .so files.
+ find . -name "*.so" -delete
View it on GitLab: https://salsa.debian.org/med-team/porechop/-/compare/0d6eb3d2396760ddcb3f2709f82f750428558746...839515b33f4a4c3852c3ca0e785fb45bab86ece9
--
View it on GitLab: https://salsa.debian.org/med-team/porechop/-/compare/0d6eb3d2396760ddcb3f2709f82f750428558746...839515b33f4a4c3852c3ca0e785fb45bab86ece9
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/20240408/182f0eee/attachment-0001.htm>
More information about the debian-med-commit
mailing list