r42359 - in /trunk/libcddb-perl/debian: control rules
    jawnsy-guest at users.alioth.debian.org 
    jawnsy-guest at users.alioth.debian.org
       
    Fri Aug 21 21:34:11 UTC 2009
    
    
  
Author: jawnsy-guest
Date: Fri Aug 21 21:34:05 2009
New Revision: 42359
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42359
Log:
Add quilt dependency, remove version dependency on perl
Modified:
    trunk/libcddb-perl/debian/control
    trunk/libcddb-perl/debian/rules
Modified: trunk/libcddb-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/control?rev=42359&op=diff
==============================================================================
--- trunk/libcddb-perl/debian/control (original)
+++ trunk/libcddb-perl/debian/control Fri Aug 21 21:34:05 2009
@@ -1,8 +1,8 @@
 Source: libcddb-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.10-16)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: MartÃn Ferrari <tincho at debian.org>, Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.2
Modified: trunk/libcddb-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/rules?rev=42359&op=diff
==============================================================================
--- trunk/libcddb-perl/debian/rules (original)
+++ trunk/libcddb-perl/debian/rules Fri Aug 21 21:34:05 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
    
    
More information about the Pkg-perl-cvs-commits
mailing list