Andreas Tille pushed to branch master at Debian Med / concavity
Commits: 11e4ef9a by Andreas Tille at 2024-12-15T20:07:25+01:00 Fix clean target - - - - - 4ce6b6ce by Andreas Tille at 2024-12-15T20:07:46+01:00 Standards-Version: 4.7.0 (routine-update) - - - - - 8186922b by Andreas Tille at 2024-12-15T21:00:58+01:00 Really fix clean target and close bug - - - - - c5e26c35 by Andreas Tille at 2024-12-15T21:04:52+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +concavity (0.1+dfsg.1-6) unstable; urgency=medium + + * Fix clean target + Closes: #1043837 + * Standards-Version: 4.7.0 (routine-update) + + -- Andreas Tille <[email protected]> Sun, 15 Dec 2024 21:04:07 +0100 + concavity (0.1+dfsg.1-5) unstable; urgency=medium * Standards-Version: 4.5.1 (routine-update) ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Laszlo Kajan <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.5.1 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/concavity Vcs-Git: https://salsa.debian.org/med-team/concavity.git Homepage: https://compbio.cs.princeton.edu/concavity/ ===================================== debian/rules ===================================== @@ -27,3 +27,7 @@ override_dh_installchangelogs: ChangeLog override_dh_auto_clean: rm -f $(MANS) $(SCRIPTS) ChangeLog + find . -name "*.o" -delete + find . -name "*.a" -delete + rm -rf bin/* + rm -f concavity.1 View it on GitLab: https://salsa.debian.org/med-team/concavity/-/compare/e191f48c51309544c8f22316f34cd5b8d8587d55...c5e26c35a6969759f0d8750bc8e996def40dd2dc -- View it on GitLab: https://salsa.debian.org/med-team/concavity/-/compare/e191f48c51309544c8f22316f34cd5b8d8587d55...c5e26c35a6969759f0d8750bc8e996def40dd2dc You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
