[libcgi-xml-perl] 01/14: Switch to source format "3.0 (quilt)"

Axel Beckert abe at deuxchevaux.org
Sat Dec 14 00:57:48 UTC 2013


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

abe pushed a commit to branch master
in repository libcgi-xml-perl.

commit f64e5f958c4a4451ee33e423fdf6946b8974c33c
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Dec 14 01:17:20 2013 +0100

    Switch to source format "3.0 (quilt)"
    
    Remove quilt traces from debian/rules and quilt build-dependency
---
 debian/changelog     | 4 ++++
 debian/control       | 3 +--
 debian/rules         | 6 ++----
 debian/source/format | 1 +
 4 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b2805bf..8175191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,10 @@ libcgi-xml-perl (0.1-14) UNRELEASED; urgency=low
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 
+  [ Axel Beckert ]
+  * Switch to source format "3.0 (quilt)"
+    + Remove quilt traces from debian/rules and quilt build-dependency
+
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:54 +0200
 
 libcgi-xml-perl (0.1-13) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 8b2c096..dba11d0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0),
-               quilt
+Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl,
                      libxml-parser-perl
 Standards-Version: 3.7.3
diff --git a/debian/rules b/debian/rules
index 861f88e..d7a3af1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,21 +11,19 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
-include /usr/share/quilt/quilt.make
-
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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



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