[med-svn] [Git][med-team/minimap2][master] 2 commits: d/rules, d/clean: simply cleanup code.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Feb 29 17:39:06 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / minimap2
Commits:
040b2027 by Michael R. Crusoe at 2024-02-29T18:31:14+01:00
d/rules, d/clean: simply cleanup code.
- - - - -
b5951b48 by Michael R. Crusoe at 2024-02-29T18:33:14+01:00
d/rules: clean using pybuild. Closes: #1046060
- - - - -
3 changed files:
- debian/changelog
- debian/clean
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+minimap2 (2.26+dfsg-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * d/rules, d/clean: simply cleanup code.
+ * d/rules: clean using pybuild. Closes: #1046060
+
+ -- Michael R. Crusoe <crusoe at debian.org> Thu, 29 Feb 2024 18:31:12 +0100
+
minimap2 (2.26+dfsg-1) unstable; urgency=medium
* Team upload.
=====================================
debian/clean
=====================================
@@ -1,2 +1,10 @@
tex/roc-color.eps
tex/roc-color.pdf
+MT-human.mmi
+tex/minimap2.aux
+tex/minimap2.bbl
+tex/minimap2.blg
+tex/minimap2.log
+tex/minimap2.out
+tex/minimap2.pdf
+libminimap2.a
=====================================
debian/rules
=====================================
@@ -10,10 +10,8 @@ RANLIB ?= ranlib
override_dh_auto_clean:
dh_auto_clean
+ dh_auto_clean --buildsystem=pybuild
cd tex && make clean
- rm -f MT-human.mmi
- rm -f tex/minimap2.aux tex/minimap2.bbl tex/minimap2.blg tex/minimap2.log tex/minimap2.out tex/minimap2.pdf
- rm -f libminimap2.a
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),amd64 i386))
build_vars = -f Makefile.simde
View it on GitLab: https://salsa.debian.org/med-team/minimap2/-/compare/5b8eeb7f2d565d2d6dfa4815e80c0da31f726468...b5951b48c68d2bb2681d2496167c6c2fd5c991ff
--
View it on GitLab: https://salsa.debian.org/med-team/minimap2/-/compare/5b8eeb7f2d565d2d6dfa4815e80c0da31f726468...b5951b48c68d2bb2681d2496167c6c2fd5c991ff
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/20240229/4314cf07/attachment-0001.htm>
More information about the debian-med-commit
mailing list