r50293 - in /trunk/libdigest-sha-perl/debian: changelog control rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Tue Jan 5 19:06:34 UTC 2010


Author: carnil-guest
Date: Tue Jan  5 19:06:08 2010
New Revision: 50293

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50293
Log:
* debian/rules: simplify rules Makefile to a tiny file using override
  targets feature and dh command.
  - Bump versioned dependency on debhelper to (>= 7.0.50). 

Modified:
    trunk/libdigest-sha-perl/debian/changelog
    trunk/libdigest-sha-perl/debian/control
    trunk/libdigest-sha-perl/debian/rules

Modified: trunk/libdigest-sha-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-perl/debian/changelog?rev=50293&op=diff
==============================================================================
--- trunk/libdigest-sha-perl/debian/changelog (original)
+++ trunk/libdigest-sha-perl/debian/changelog Tue Jan  5 19:06:08 2010
@@ -16,12 +16,13 @@
   * Referesh debian/copyright following revision 135 of DEP5's
     Format-Specification for machine-readable copyright information.
   * Bump compatibility level debhelper to 7
-  * debian/rules: simplify rules Makefile to a tiny file.
+  * debian/rules: simplify rules Makefile to a tiny file using override
+    targets feature and dh command.
   * debian/control:
     - Re-arrange Build-Depends and Build-Depends-Indep.
-    - Bump versioned dependency on debhelper to (>= 7). 
+    - Bump versioned dependency on debhelper to (>= 7.0.50). 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Tue, 05 Jan 2010 19:59:12 +0100
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Tue, 05 Jan 2010 20:03:40 +0100
 
 libdigest-sha-perl (5.47-1) unstable; urgency=low
 

Modified: trunk/libdigest-sha-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-perl/debian/control?rev=50293&op=diff
==============================================================================
--- trunk/libdigest-sha-perl/debian/control (original)
+++ trunk/libdigest-sha-perl/debian/control Tue Jan  5 19:06:08 2010
@@ -1,7 +1,7 @@
 Source: libdigest-sha-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl

Modified: trunk/libdigest-sha-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-perl/debian/rules?rev=50293&op=diff
==============================================================================
--- trunk/libdigest-sha-perl/debian/rules (original)
+++ trunk/libdigest-sha-perl/debian/rules Tue Jan  5 19:06:08 2010
@@ -5,3 +5,8 @@
 
 %:
 	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \
+		xargs -r0 sed -i -e '1s|^#!perl|#!/usr/bin/perl|'




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