[SCM] Debian packaging of libxml-sax-perl branch, master, updated. upstream/0.99-141-g00204b8

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Sep 10 23:29:56 UTC 2011


The following commit has been merged in the master branch:
commit 12c8d11851db33c5b932c17042e42f0498f64616
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Sep 10 22:59:37 2011 +0000

    Switch to source format "3.0 (quilt)"

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 43b14be..27fe307 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,7 @@ libxml-sax-perl (0.99+dfsg-1) UNRELEASED; urgency=low
   [ Florian Schlichting ]
   * Imported Upstream version 0.99
   * Update d/watch.
-
-  [ gregor herrmann ]
-  * debian/rules: switch order of arguments to dh.
+  * Switch to source format "3.0 (quilt)".
 
   [ Ansgar Burchardt ]
   * Update my email address.
diff --git a/debian/control b/debian/control
index cf1f4be..001c7fe 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/XML-SAX/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-sax-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-sax-perl.git
-Build-Depends: debhelper (>= 7.0.8~), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.8~)
 Build-Depends-Indep: perl, libxml-namespacesupport-perl
 
 Package: libxml-sax-perl
diff --git a/debian/rules b/debian/rules
index 78c64a0..d9c6ccf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with quilt
+	dh $@
 
 get-orig-source:
 	# debian/repack.stub: delete the file testfiles/xmltest.xml
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-sax-perl



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