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 <p...@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.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to