[SCM] Debian packaging of libtest-nobreakpoints-perl branch, master, updated. a6526d56db2afff35d263a961cb97ac1724c0ba9

gregor herrmann gregoa at debian.org
Fri Jan 13 15:39:01 UTC 2012


The following commit has been merged in the master branch:
commit 2ee32f21c0ca37c957997a1a22953b41f7b7485a
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 13 16:12:40 2012 +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 53061e1..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 a484c46..d9b6f9e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libtest-nobreakpoints-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.8)
 Build-Depends-Indep: perl, libtest-warn-perl, libtest-exception-perl,
  libtest-tester-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
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 libtest-nobreakpoints-perl



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