[SCM] Debian packaging of libconfig-autoconf-perl branch, master, updated. 6dfe3b7733f9bdf18a8c6229912ab5c7f4ca107f

gregor herrmann gregoa at debian.org
Fri Jan 20 15:38:19 UTC 2012


The following commit has been merged in the master branch:
commit c7925345aca8f73409570edc1ed3fe35413a255b
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 20 16:22:52 2012 +0100

    debian/{rules,control}: remove ununsed and unneeded quilt references.

diff --git a/debian/control b/debian/control
index f5eff6a..5b46fbc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libconfig-autoconf-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), quilt (>= 0.48-2~)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Danai SAE-HAN (韓達耐) <danai at debian.org>
@@ -15,4 +15,4 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module to implement some of AutoConf's macros in pure Perl.
  With this module the author pretends to simulate some of the tasks
- AutoConf macros do.  To detect a command, to detect a library, etc.
\ No newline at end of file
+ AutoConf macros do.  To detect a command, to detect a library, etc.
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 $@

-- 
Debian packaging of libconfig-autoconf-perl



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