r62798 - in /trunk/libtest-warn-perl/debian: changelog control rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Sep 23 08:21:24 UTC 2010


Author: periapt-guest
Date: Thu Sep 23 08:21:01 2010
New Revision: 62798

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62798
Log:
Removed '--with quilt' from debian rules

Modified:
    trunk/libtest-warn-perl/debian/changelog
    trunk/libtest-warn-perl/debian/control
    trunk/libtest-warn-perl/debian/rules

Modified: trunk/libtest-warn-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/changelog?rev=62798&op=diff
==============================================================================
--- trunk/libtest-warn-perl/debian/changelog (original)
+++ trunk/libtest-warn-perl/debian/changelog Thu Sep 23 08:21:01 2010
@@ -11,6 +11,7 @@
   * Refreshed copyright
   * Refreshed description
   * Reviewed language.patch line by line.
+  * Removed '--with quilt' from debian rules
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 15 Sep 2010 22:05:07 +0100
 

Modified: trunk/libtest-warn-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/control?rev=62798&op=diff
==============================================================================
--- trunk/libtest-warn-perl/debian/control (original)
+++ trunk/libtest-warn-perl/debian/control Thu Sep 23 08:21:01 2010
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libsub-uplevel-perl (>= 0.12),
  libtest-simple-perl, libtree-dagnode-perl
-Description: test module for checking which warnings are generated.
+Description: test module for checking which warnings are generated
  Test::Warn provides an easy way to test which warnings are thrown in some
  perl code. It is compatible with the Test::More family of utilities and
  similar to Test::Exception.

Modified: trunk/libtest-warn-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/rules?rev=62798&op=diff
==============================================================================
--- trunk/libtest-warn-perl/debian/rules (original)
+++ trunk/libtest-warn-perl/debian/rules Thu Sep 23 08:21:01 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@




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