[Debian-ha-commits] [crmsh] 01/01: debian/rules: Fix clean to actually clean

Christoph Berg myon at debian.org
Thu Jan 28 20:54:17 UTC 2016


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

myon pushed a commit to branch master
in repository crmsh.

commit f1476e95510117c3861b6087d73b7262c5486df8
Author: Christoph Berg <myon at debian.org>
Date:   Thu Jan 28 21:53:57 2016 +0100

    debian/rules: Fix clean to actually clean
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 02ccaa6..cbcbed0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,3 +41,6 @@ override_dh_compress:
 	find $(CURDIR)/debian/crmsh/ -name '*.pyo' | xargs rm -rf
 	find $(CURDIR)/debian/crmsh/ -name '*.pyc' | xargs rm -rf
 	dh_compress
+
+override_dh_clean:
+	dh_clean build/ doc/*.8 doc/*.html doc/website-v1/gen/

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



More information about the Debian-HA-Commits mailing list