Michael R. Crusoe pushed to branch master at Debian Med / macs
Commits: 5efe332d by Michael R. Crusoe at 2020-04-27T19:18:00+02:00 2.2.7.1-2 was never uploaded - - - - - fa8e4278 by Michael R. Crusoe at 2020-04-27T19:31:46+02:00 Ensure that debian/rules clean always suceeds. Closes #958109 - - - - - d7dae2eb by Michael R. Crusoe at 2020-04-27T19:32:06+02:00 release 2.2.7.1-2 to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,8 @@ macs (2.2.7.1-2) unstable; urgency=medium - * Seems I did the last upload incorrectly. + * Ensure that debian/rules clean always suceeds. Closes #958109 - -- Michael R. Crusoe <[email protected]> Mon, 13 Apr 2020 20:37:36 +0200 + -- Michael R. Crusoe <[email protected]> Mon, 27 Apr 2020 19:31:48 +0200 macs (2.2.7.1-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -42,6 +42,6 @@ endif endif override_dh_auto_clean: - dh_auto_clean + dh_auto_clean || true rm -Rf test/macs$(DEB_VERSION)* test/speedtest* rm -f debian/*.1 debian/*-man-include View it on GitLab: https://salsa.debian.org/med-team/macs/-/compare/e9790690a26d33e4817848e16d17054414bfb39c...d7dae2eb87e777f08479edd11612cfe3c4f79f0c -- View it on GitLab: https://salsa.debian.org/med-team/macs/-/compare/e9790690a26d33e4817848e16d17054414bfb39c...d7dae2eb87e777f08479edd11612cfe3c4f79f0c 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
