This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mkgmap-splitter.
commit 866aca261339418352f82da077d93bbec2d041ed Author: Bas Couwenberg <[email protected]> Date: Thu Feb 12 23:36:04 2015 +0100 Override dh_clean to remove generated man pages. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0100797..4a52f52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mkgmap-splitter (0.0.0+svn421-1~exp2) UNRELEASED; urgency=medium * Update my email to use @debian.org address. + * Override dh_clean to remove generated man pages. -- Bas Couwenberg <[email protected]> Thu, 12 Feb 2015 23:35:09 +0100 diff --git a/debian/rules b/debian/rules index 15bfb37..9837992 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,9 @@ MANPAGES:=$(wildcard debian/man/*.*.xml) %: dh $@ --with javahelper +override_dh_clean: + dh_clean debian/man/*.1 + override_dh_auto_build: # 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/mkgmap-splitter.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

