[routino] 08/13: Ignore auto clean failure.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Sep 13 22:33:08 UTC 2015


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

sebastic pushed a commit to branch master
in repository routino.

commit d70c5b78ba3eb4f66790614866083e1fd43978e9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 13 15:48:31 2015 +0200

    Ignore auto clean failure.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index ed87ae2..1e6747c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ MANPAGES:=$(wildcard debian/man/*.*.xml)
 override_dh_clean:
 	dh_clean debian/man/*.1
 
+override_dh_auto_clean:
+	dh_auto_clean || echo "Ignoring clean failure"
+
 override_dh_auto_build-arch:
 	# Create man pages from DocBook XML
 	for x in $(MANPAGES) ; do \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/routino.git



More information about the Pkg-grass-devel mailing list