[SCM] Debian packaging of liblatex-driver-perl branch, master, updated. debian/0.10-1
Salvatore Bonaccorso
carnil at debian.org
Sun Sep 18 20:23:25 UTC 2011
The following commit has been merged in the master branch:
commit 95d0d39475e44efc20485da51d90e5ce2bb2d0d4
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sun Sep 18 21:34:50 2011 +0200
Drop quilt framework
Remove --with quilt arguments for dh in debian/rules.
Remove quilt Build-Depends in debian/control.
diff --git a/debian/control b/debian/control
index bbd0b3a..c180686 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: liblatex-driver-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl,
libexception-class-perl,
libclass-accessor-perl,
diff --git a/debian/rules b/debian/rules
index 31d02a1..3f81eae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with quilt
+ dh $@
override_dh_auto_test:
TEST_AUTHOR=1 dh_auto_test
--
Debian packaging of liblatex-driver-perl
More information about the Pkg-perl-cvs-commits
mailing list