[SCM] Debian packaging of libxml-libxslt-perl branch, master, updated. 924af702d6eab3cc811afccf4e6c38c0ee5e0e5b

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Sep 27 22:44:40 UTC 2011


The following commit has been merged in the master branch:
commit 3cdc8f2c79b7c2be8c47643331ebef8dcc51e4b3
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Sep 27 21:48:23 2011 +0000

    Switch to source format 3.0 (quilt)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index f9e6944..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,3 +0,0 @@
-This package uses quilt for managing patches to upstream sources.
-
-See /usr/share/doc/quilt/README.source, contained in the quilt package.
diff --git a/debian/changelog b/debian/changelog
index f49afc4..dad137d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,7 @@ libxml-libxslt-perl (1.71-1) UNRELEASED; urgency=low
   [ Florian Schlichting ]
   * Imported Upstream version 1.71 (Closes: #615886).
   * Bump compatibility level to 8 (no change).
-
-  [ gregor herrmann ]
-  * debian/rules: switch order of arguments to dh.
+  * Switch to source format 3.0 (quilt).
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
diff --git a/debian/control b/debian/control
index 66a5629..5819ddc 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Homepage: http://search.cpan.org/dist/XML-LibXSLT/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-libxslt-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-libxslt-perl.git
 Build-Depends: debhelper (>= 8), libxml-libxml-perl (>= 1.70),
- libxslt1-dev (>= 1.1.8), perl, pkg-config, quilt (>= 0.46-7),
+ libxslt1-dev (>= 1.1.8), perl, pkg-config,
  zlib1g-dev
 
 Package: libxml-libxslt-perl
diff --git a/debian/rules b/debian/rules
index bf6aba6..7ac7cd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 TEST_FILES = $(filter-out t/01basic.t,$(shell echo t/*.t))
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install
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)

-- 
Debian packaging of libxml-libxslt-perl



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