[liblas] 01/03: Also remove generated man pages on clean.

Bas Couwenberg sebastic at xs4all.nl
Sun Mar 2 22:45:15 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository liblas.

commit 72fb83d8b04547ba38d2bf44ad2ad84de964b08a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Mar 2 18:57:03 2014 +0100

    Also remove generated man pages on clean.
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f3a72ad..7c34255 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liblas (1.7.0+dfsg-5) UNRELEASED; urgency=low
+
+  * Also remove generated man pages on clean.
+
+ -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 02 Mar 2014 18:56:50 +0100
+
 liblas (1.7.0+dfsg-4) unstable; urgency=low
 
   * Move python dependencies from Build-Depends-Indep to Build-Depends.
diff --git a/debian/rules b/debian/rules
index 3966626..90a3d45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,8 @@ override_dh_auto_clean-indep:
 override_dh_clean:
 	dh_clean
 
-	rm -rf $(CURDIR)/README.txt
+	rm -f $(CURDIR)/README.txt
+	rm -f debian/man/*.1
 
 override_dh_auto_configure:
 	dh_auto_configure --buildsystem cmake -- \

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



More information about the Pkg-grass-devel mailing list