r47321 - in /trunk/libimager-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Nov 16 18:31:13 UTC 2009


Author: jawnsy-guest
Date: Mon Nov 16 18:31:06 2009
New Revision: 47321

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47321
Log:
* Use new short debhelper rules format
* Use overrides to fix example file shebang lines

Modified:
    trunk/libimager-perl/debian/changelog
    trunk/libimager-perl/debian/control
    trunk/libimager-perl/debian/rules

Modified: trunk/libimager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/changelog?rev=47321&op=diff
==============================================================================
--- trunk/libimager-perl/debian/changelog (original)
+++ trunk/libimager-perl/debian/changelog Mon Nov 16 18:31:06 2009
@@ -4,6 +4,8 @@
   * Add myself to Uploaders and Copyright
   * Drop perl version dependency
   * Rewrite control description
+  * Use new short debhelper rules format
+  * Use overrides to fix example file shebang lines
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 16 Nov 2009 09:51:10 -0500
 

Modified: trunk/libimager-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/control?rev=47321&op=diff
==============================================================================
--- trunk/libimager-perl/debian/control (original)
+++ trunk/libimager-perl/debian/control Mon Nov 16 18:31:06 2009
@@ -1,13 +1,13 @@
 Source: libimager-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7), libgif-dev, 
- libtiff4-dev, libpng12-dev, libjpeg62-dev, libfreetype6-dev, libt1-dev, 
+Build-Depends: perl, debhelper (>= 7.0.50), libgif-dev,
+ libtiff4-dev, libpng12-dev, libjpeg62-dev, libfreetype6-dev, libt1-dev,
  libtest-pod-perl, libtest-pod-coverage-perl, libinline-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
  Esteban Manchado Velázque <zoso at debian.org>, Gunnar Wolf <gwolf at debian.org>,
- Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+ Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>,
  Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
 Standards-Version: 3.8.3

Modified: trunk/libimager-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/rules?rev=47321&op=diff
==============================================================================
--- trunk/libimager-perl/debian/rules (original)
+++ trunk/libimager-perl/debian/rules Mon Nov 16 18:31:06 2009
@@ -1,25 +1,11 @@
 #!/usr/bin/make -f
-PERL   ?= /usr/bin/perl
-build: build-stamp
-build-stamp:
-	dh build --before configure
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+override_dh_auto_configure:
 	$(PERL) Makefile.PL INSTALLDIRS=vendor --disable=TT-fonts,ungif
-	dh build --after configure
-	touch $@
 
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libimager-perl/examples/*




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