Liubov Chuprikova pushed to branch master at Debian Med / fastdnaml
Commits: 1768312c by Liubov Chuprikova at 2018-07-08T15:32:42+03:00 Add a call to dh_clean (fixes a lintian warning) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ fastdnaml (1.2.2-13) UNRELEASED; urgency=medium * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.5 * debhelper 11 + * Add a call to dh_clean -- Andreas Tille <[email protected]> Wed, 27 Sep 2017 15:35:27 +0200 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all # dh_clean expects a Makefile which was just removed by redoing the patches ... # This hack circumvents the problem override_dh_clean: + dh_clean rm -fr source/fastDNAml override_dh_auto_install: View it on GitLab: https://salsa.debian.org/med-team/fastdnaml/commit/1768312c374a051ab40ee2eb72268bba8dd28320 -- View it on GitLab: https://salsa.debian.org/med-team/fastdnaml/commit/1768312c374a051ab40ee2eb72268bba8dd28320 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
