r64684 - in /trunk/libcss-minifier-xs-perl/debian: changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Nov 7 13:55:32 UTC 2010


Author: periapt-guest
Date: Sun Nov  7 13:55:14 2010
New Revision: 64684

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64684
Log:
Removed build system argument from debian/rules

Modified:
    trunk/libcss-minifier-xs-perl/debian/changelog
    trunk/libcss-minifier-xs-perl/debian/rules

Modified: trunk/libcss-minifier-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-minifier-xs-perl/debian/changelog?rev=64684&op=diff
==============================================================================
--- trunk/libcss-minifier-xs-perl/debian/changelog (original)
+++ trunk/libcss-minifier-xs-perl/debian/changelog Sun Nov  7 13:55:14 2010
@@ -1,10 +1,4 @@
 libcss-minifier-xs-perl (0.08-1) UNRELEASED; urgency=low
-
-  QUESTION: The new upstream release only bumps the perl dependency.
-  I think we don't need to upload this change to Debian.
-
-  TODO: Remove --buildsystem option from d/rules (perl_build is default with
-  debhelper compat level 8).
 
   [ Ansgar Burchardt ]
   * Update my email address.
@@ -15,6 +9,7 @@
   * Upped standards version to 3.9.1
   * Upped debhelper version and compat level to 8
   * Refreshed copyright
+  * Removed build system argument from debian/rules
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 04 Nov 2010 09:01:08 +0000
 

Modified: trunk/libcss-minifier-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-minifier-xs-perl/debian/rules?rev=64684&op=diff
==============================================================================
--- trunk/libcss-minifier-xs-perl/debian/rules (original)
+++ trunk/libcss-minifier-xs-perl/debian/rules Sun Nov  7 13:55:14 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=perl_build
+	dh $@




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