r45169 - in /trunk/libgnupg-interface-perl/debian: changelog rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Oct 1 19:31:48 UTC 2009


Author: carnil-guest
Date: Thu Oct  1 19:31:43 2009
New Revision: 45169

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45169
Log:
add --with quilt to debian/rules as addon

Modified:
    trunk/libgnupg-interface-perl/debian/changelog
    trunk/libgnupg-interface-perl/debian/rules

Modified: trunk/libgnupg-interface-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-interface-perl/debian/changelog?rev=45169&op=diff
==============================================================================
--- trunk/libgnupg-interface-perl/debian/changelog (original)
+++ trunk/libgnupg-interface-perl/debian/changelog Thu Oct  1 19:31:43 2009
@@ -22,7 +22,7 @@
     GnuPG::Options module. Add Build-Depends on quilt (>= 0.46-7) and update
     Build-Depends on debhelper (>= 7.0.8).
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 01 Oct 2009 21:28:46 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 01 Oct 2009 21:30:54 +0200
 
 libgnupg-interface-perl (0.36-1) unstable; urgency=low
 

Modified: trunk/libgnupg-interface-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-interface-perl/debian/rules?rev=45169&op=diff
==============================================================================
--- trunk/libgnupg-interface-perl/debian/rules (original)
+++ trunk/libgnupg-interface-perl/debian/rules Thu Oct  1 19:31:43 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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