[Pkg-running-devel] [quickroute-gps] 03/04: debian: try harder to perform dh clean

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Sat Nov 21 09:50:14 UTC 2015


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

ralovich-guest pushed a commit to branch master
in repository quickroute-gps.

commit ec03f26c48c26e3bd3874815f580bb7132957f86
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sat Nov 21 10:26:11 2015 +0100

    debian: try harder to perform dh clean
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cddc5d9..027184d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,8 @@ clean:
 	find . -name "*.resources" -delete
 	rm -f QuickRoute.userprefs
 	$(MAKE) clean || true
-	dh clean || true
+	dh clean
+	dh clean --with=cli || true
 
 %:
 	dh $@ --with=cli

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/quickroute-gps.git



More information about the Pkg-running-devel mailing list