[libunicode-map-perl] 03/15: Remove quilt traces from debian/rules and quilt build-dependency

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 019d05142b3abcb31c5b8a605ce42cc638f78dde
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 13 23:06:53 2013 +0100

    Remove quilt traces from debian/rules and quilt build-dependency
---
 debian/changelog | 1 +
 debian/control   | 3 +--
 debian/rules     | 6 ++----
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d8efa62..b57632f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ libunicode-map-perl (0.112-11) UNRELEASED; urgency=low
   * 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
+  * Remove quilt traces from debian/rules and quilt build-dependency
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:03 +0200
 
diff --git a/debian/control b/debian/control
index 2e0335e..b89ab97 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Uploaders: Daniel Ruoso <daniel at ruoso.com>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
-               perl,
-               quilt
+               perl
 Standards-Version: 3.7.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libunicode-map-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libunicode-map-perl.git
diff --git a/debian/rules b/debian/rules
index 9b92a21..f996f49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,12 +10,10 @@
 ## ----------------------------------------------------------------------
 TMP_DIR		= debian/tmp
 
-include /usr/share/quilt/quilt.make
-
 ## ----------------------------------------------------------------------
 ## targets
 
-clean: unpatch
+clean:
 		dh_testdir
 		dh_testroot
 		[ ! -f Makefile ] || $(MAKE) realclean
@@ -24,7 +22,7 @@ clean: unpatch
 		dh_clean
 
 build:		fix-big5 build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 		dh_testdir
 		perl Makefile.PL INSTALLDIRS=vendor
 		$(MAKE) OPTIMIZE="-O2 -g -Wall"

-- 
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