[SCM] Debian packaging of libfile-find-rule-perl branch, master, updated. 33ca9027151517cc4fb9518b567f24d20d1db386
Angel Abad
angelabad at gmail.com
Mon Sep 19 16:59:22 UTC 2011
The following commit has been merged in the master branch:
commit 83a36d41343afdc672be30675e9b47f397ffeaae
Author: Angel Abad <angelabad at gmail.com>
Date: Mon Sep 19 18:50:04 2011 +0200
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 0e0ca3e..a585d7a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libfile-find-rule-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, libtext-glob-perl, libnumber-compare-perl,
libtest-differences-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 libfile-find-rule-perl
More information about the Pkg-perl-cvs-commits
mailing list