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

sebastic pushed a commit to branch master
in repository librasterlite2.

commit 06438a453c0f3eca4fe05dc04c68a090c027a2c6
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Thu Feb 12 23:32:40 2015 +0100

    Override dh_clean to remove generated man pages.
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 debian/rules     | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 548b2c5..f13e6c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ librasterlite2 (1.0.0~rc0-1~exp2) UNRELEASED; urgency=medium
 
   * Add upstream metadata.
   * Update my email to use @debian.org address.
+  * Override dh_clean to remove generated man pages.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 29 Nov 2014 00:09:35 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 286b9ff..884b72f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -176,7 +176,7 @@ License: GPL-2.0+
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
- .
+ 
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
diff --git a/debian/rules b/debian/rules
index e008d13..87958dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@ MANPAGES := $(wildcard debian/man/*.*.xml)
        dh $@ \
                --with autoreconf
 
+override_dh_clean:
+       dh_clean debian/man/*.1
+
 override_dh_auto_build:
        # Create man page from DocBook XML
        for x in $(MANPAGES) ; do \

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to