[libxml-mini-perl] 02/09: Switch to source format "3.0 (quilt)"

Axel Beckert abe at deuxchevaux.org
Mon Jun 9 14:37:59 UTC 2014


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

abe pushed a commit to branch master
in repository libxml-mini-perl.

commit f8be289b39a995ed71cea5d8a3c97b72c1602c93
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Jun 9 16:07:33 2014 +0200

    Switch to source format "3.0 (quilt)"
    
    Drop build-dependency on quilt and "--with quilt" from debian/rules.
---
 debian/changelog     | 2 ++
 debian/control       | 2 +-
 debian/rules         | 2 +-
 debian/source/format | 1 +
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0f6d681..6e4a8ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ libxml-mini-perl (1.38-3) UNRELEASED; urgency=low
   * Strip trailing slash from metacpan URLs.
 
   [ Axel Beckert ]
+  * Switch to source format "3.0 (quilt)"
+    + Drop build-dependency on quilt and "--with quilt" from debian/rules
   * Fixed the following lintian warnings:
     + debian-control-has-unusual-field-spacing
 
diff --git a/debian/control b/debian/control
index 0b80c44..3b67c5d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libxml-mini-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), quilt
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Raphaël Hertzog <hertzog at debian.org>,
diff --git a/debian/rules b/debian/rules
index 8e9d2e5..abde6ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@
 
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/libxml-mini-perl.git



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