[libxml-xpath-perl] 01/03: Switch to source format "3.0 (quilt)"

Axel Beckert abe at deuxchevaux.org
Tue Jan 13 23:56:06 UTC 2015


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

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

commit 4ae57cdf3956532a6c21641327bed79c3be3454e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 14 00:38:39 2015 +0100

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

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
diff --git a/debian/changelog b/debian/changelog
index 32fbe3c..b77e9f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,10 @@ libxml-xpath-perl (1.13-8) UNRELEASED; urgency=low
     copyright"
   * Install test suite files into /u…/s…/doc/libxml-xpath-perl/examples
     because XML::XPath(3pm) refers to them as examples.
+  * Switch to source format "3.0 (quilt)".
+    - Remove debian/README.source.
+    - Remove build-dependency on quilt.
+    - Remove "--with quilt" from debian/rules.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/control b/debian/control
index 65e9bf5..09de52d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Jay Bonci <jaybonci at debian.org>,
            Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~),
-               quilt
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl,
                      libxml-parser-perl
 Standards-Version: 3.8.3
diff --git a/debian/rules b/debian/rules
index 931d500..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,3 @@
 #!/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-xpath-perl.git



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