[med-svn] [nanopolish] 06/08: Fix "clean" target

Afif Elghraoui afif at moszumanska.debian.org
Fri Aug 12 07:08:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository nanopolish.

commit 932dff53dc58969b937e9661d660df2acc0f4b96
Author: Afif Elghraoui <afif at debian.org>
Date:   Thu Aug 11 22:27:44 2016 -0700

    Fix "clean" target
    
    dh_auto_clean tries to run distclean, which isn't defined.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7c48f97..0ab7ab5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,5 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh $@ --parallel
 
 override_dh_auto_clean:
-	dh_auto_clean
+	$(MAKE) clean
 	$(RM) .depend

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nanopolish.git



More information about the debian-med-commit mailing list