[libunicode-map-perl] 02/15: Bump debhelper compatibility to 9

Axel Beckert abe at deuxchevaux.org
Fri Dec 13 23:03:43 UTC 2013


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

abe pushed a commit to branch master
in repository libunicode-map-perl.

commit b5f357f201e948b0753c1fafe84466129fd72587
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 13 22:51:42 2013 +0100

    Bump debhelper compatibility to 9
    
    Call dh_clean after checking for fix-big5-stamp
---
 debian/changelog | 2 ++
 debian/compat    | 2 +-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7687700..d8efa62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,8 @@ libunicode-map-perl (0.112-11) UNRELEASED; urgency=low
 
   [ Axel Beckert ]
   * Fix pkg-perl lintian warning arch-any-package-needs-newer-debhelper
+  * Bump debhelper compatibility to 9
+    + Call dh_clean after checking for fix-big5-stamp
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:03 +0200
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/rules b/debian/rules
index d731231..9b92a21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,9 @@ clean: unpatch
 		dh_testdir
 		dh_testroot
 		[ ! -f Makefile ] || $(MAKE) realclean
-		dh_clean
 		[ ! -f fix-big5-stamp ] || mv debian/BIG5.map.dist Map/EASTASIA/BIG5.map
 		rm -f build-stamp install-stamp fix-big5-stamp
+		dh_clean
 
 build:		fix-big5 build-stamp
 build-stamp: $(QUILT_STAMPFN)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libunicode-map-perl.git



More information about the Pkg-perl-cvs-commits mailing list