[SCM] Debian packaging of liblinux-lvm-perl branch, master, updated. e0f6032894f936ab1281713b7cb3fbf3e19d0fd7

gregor herrmann gregoa at debian.org
Thu Dec 22 17:40:46 UTC 2011


The following commit has been merged in the master branch:
commit 0dbab2730502c2ebe69c9b3754fdc7b32035e009
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Dec 22 18:26:53 2011 +0100

    Switch to "3.0 (quilt)" source format; 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 dea82cd..af3b3c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: liblinux-lvm-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.8-11.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
diff --git a/debian/rules b/debian/rules
index 13956e4..67cd9d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 EXAMPLES=$(CURDIR)/debian/liblinux-lvm-perl/usr/share/doc/liblinux-lvm-perl/examples/
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_installexamples:
 	dh_installexamples
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 liblinux-lvm-perl



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