[SCM] Debian packaging of libxml-sax-machines-perl branch, master, updated. d8ab7ceef6ce5f729cb545c079c6480f8ac11693

gregor herrmann gregoa at debian.org
Sat Jun 8 16:22:27 UTC 2013


The following commit has been merged in the master branch:
commit 23a389199d4dfd435341680435c771e0c9f9dace
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 8 18:15:00 2013 +0200

    Remove quilt from package build.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 7df3fd2..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,6 +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/control b/debian/control
index 3d8e1ea..c3cd2d8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Uploaders: Jay Bonci <jaybonci at debian.org>,
            Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50),
-               quilt
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl,
                      libxml-sax-perl,
                      libxml-sax-writer-perl
diff --git a/debian/rules b/debian/rules
index 67edc84..f8b5107 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 PERL   ?= /usr/bin/perl
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Debian packaging of libxml-sax-machines-perl



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