r31251 - in /trunk/image-size/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Feb 28 23:38:49 UTC 2009


Author: gregoa
Date: Sat Feb 28 23:38:46 2009
New Revision: 31251

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31251
Log:
* debian/control: remove build dependency on libmodule-build-perl, dh7
  prefers ExtUtils::MakeMaker.
* debian/rules: touch Makefile after unpatching Makefile.PL.

Modified:
    trunk/image-size/debian/changelog
    trunk/image-size/debian/control
    trunk/image-size/debian/rules

Modified: trunk/image-size/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/image-size/debian/changelog?rev=31251&op=diff
==============================================================================
--- trunk/image-size/debian/changelog (original)
+++ trunk/image-size/debian/changelog Sat Feb 28 23:38:46 2009
@@ -12,6 +12,11 @@
   * machine readable copyright format
   * add me to uploaders
   * bump Standards-Version to 3.8.0
+
+  [ gregor herrmann ]
+  * debian/control: remove build dependency on libmodule-build-perl, dh7
+    prefers ExtUtils::MakeMaker.
+  * debian/rules: touch Makefile after unpatching Makefile.PL.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 28 Feb 2009 14:57:21 -0800
 

Modified: trunk/image-size/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/image-size/debian/control?rev=31251&op=diff
==============================================================================
--- trunk/image-size/debian/control (original)
+++ trunk/image-size/debian/control Sat Feb 28 23:38:46 2009
@@ -6,7 +6,7 @@
  gregor herrmann <gregor+debian at comodo.priv.at>,
  Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.0
-Build-Depends: debhelper (>> 7), quilt, libmodule-build-perl
+Build-Depends: debhelper (>> 7), quilt
 Build-Depends-Indep: perl, libcompress-zlib-perl (>> 2), libtest-pod-perl,
  libtest-pod-coverage-perl
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/image-size/

Modified: trunk/image-size/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/image-size/debian/rules?rev=31251&op=diff
==============================================================================
--- trunk/image-size/debian/rules (original)
+++ trunk/image-size/debian/rules Sat Feb 28 23:38:46 2009
@@ -8,6 +8,7 @@
 	touch $@
 
 clean: unpatch
+	[ ! -f Makefile ] || touch Makefile
 	dh $@
 
 install: install-stamp




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