[SCM] Debian packaging of libtest-log4perl-perl branch, master, updated. 1d5deee56b936e6a43fde9192b5330000ec84a65

gregor herrmann gregoa at debian.org
Wed Nov 16 18:10:41 UTC 2011


The following commit has been merged in the master branch:
commit 129eeffae2f34788dec381ac889b87144dcc9ce9
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 16 19:00:35 2011 +0100

    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 77e6b24..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt for managing 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 explaination.
diff --git a/debian/control b/debian/control
index cf5242d..78c61be 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libtest-log4perl-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 (>= 5.6.10-12) , libclass-accessor-chained-perl, 
  liblingua-en-numbers-ordinate-perl, liblog-log4perl-perl, 
  libtest-exception-perl
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-log4perl-perl



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