[libdata-walk-perl] 01/02: Switch to source format "3.0 (quilt)"
    Axel Beckert 
    abe at deuxchevaux.org
       
    Tue Dec 24 04:29:56 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libdata-walk-perl.
commit 630929983179bd6603065d4e4afba9daba50ac3e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 05:26:55 2013 +0100
    Switch to source format "3.0 (quilt)"
    
    Remove quilt build-dependency and quilt traces from debian/rules
---
 debian/changelog     | 2 ++
 debian/control       | 3 +--
 debian/rules         | 6 ++----
 debian/source/format | 1 +
 4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a0106c1..77430af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,8 @@ libdata-walk-perl (1.00-2) UNRELEASED; urgency=low
   * Fix the following lintian warnings:
     + package-has-a-duplicate-build-relation
     + copyright-with-old-dh-make-debian-copyright
+  * Switch to source format "3.0 (quilt)"
+    + Remove quilt build-dependency and quilt traces from debian/rules
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:37 +0200
 
diff --git a/debian/control b/debian/control
index 24baf9a..6a1654b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5),
-               perl,
-               quilt
+               perl
 Build-Depends-Indep: libtest-unit-perl
 Standards-Version: 3.8.0
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-walk-perl.git
diff --git a/debian/rules b/debian/rules
index 250989a..ae1b36a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,21 +14,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) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build 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/libdata-walk-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list