[SCM] Debian packaging of libhtml-prototype-perl branch, master, updated. 02e2c1ac46e65348c9f487b3b2a8153ad95cc074

gregor herrmann gregoa at debian.org
Sun May 26 15:42:32 UTC 2013


The following commit has been merged in the master branch:
commit 6aba8fc26b813b8870316ce6c740f8c388928a03
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 17:35:17 2013 +0200

    Switch to "3.0 (quilt)" source format.

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 c1eec40..8e2b689 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
            Tim Retout <diocles at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8),
-               quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl,
diff --git a/debian/rules b/debian/rules
index 8440ab0..e4ea2d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,7 @@
 #!/usr/bin/make -f
+
 %:
-	TEST_POD=1 dh $@ --with quilt
+	dh $@
+
+override_dh_auto_test:
+	TEST_POD=1 dh_auto_test
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 libhtml-prototype-perl



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