[SCM] Debian packaging of libxml-xpathengine-perl branch, master, updated. c09e847c1093c1f094c73041f43629169d1d7320

gregor herrmann gregoa at debian.org
Sun Oct 16 14:34:06 UTC 2011


The following commit has been merged in the master branch:
commit e6ff14b146fa2975310e0bff3d8f621af74fa1cf
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 16 16:26:18 2011 +0200

    Switch to source format 3.0 (quilt); remove quilt framework.

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/control b/debian/control
index 0d73d7d..80e2bda 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libxml-xpathengine-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl,
  perl (>= 5.8.8-7),
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
diff --git a/debian/rules b/debian/rules
index f6b359a..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/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)

-- 
Debian packaging of libxml-xpathengine-perl



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