r49421 - in /trunk/libdevel-nytprof-perl/debian: control patches/bin-docs.patch rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 26 14:33:32 UTC 2009


Author: jawnsy-guest
Date: Sat Dec 26 14:33:25 2009
New Revision: 49421

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49421
Log:
add override to fix demo shebang, add Test::Pod::Coverage to BDI

Modified:
    trunk/libdevel-nytprof-perl/debian/control
    trunk/libdevel-nytprof-perl/debian/patches/bin-docs.patch
    trunk/libdevel-nytprof-perl/debian/rules

Modified: trunk/libdevel-nytprof-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/control?rev=49421&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/control (original)
+++ trunk/libdevel-nytprof-perl/debian/control Sat Dec 26 14:33:25 2009
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: perl, debhelper (>= 7.0.50), quilt (>= 0.46-7), zlib1g-dev,
- libtest-pod-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.84)
+ libtest-pod-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.84),
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
  Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>

Modified: trunk/libdevel-nytprof-perl/debian/patches/bin-docs.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/patches/bin-docs.patch?rev=49421&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/patches/bin-docs.patch (original)
+++ trunk/libdevel-nytprof-perl/debian/patches/bin-docs.patch Sat Dec 26 14:33:25 2009
@@ -181,3 +181,13 @@
 +
 +=cut
 +
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -32,6 +32,7 @@
+         'bin/nytprofhtml' => '$(INST_MAN1DIR)/nytprofhtml.1p',
+         'bin/nytprofcsv'  => '$(INST_MAN1DIR)/nytprofcsv.1p',
+         'bin/nytprofcg'   => '$(INST_MAN1DIR)/nytprofcg.1p',
++        'bin/nytprofmerge'=> '$(INST_MAN1DIR)/nytprofmerge.1p',
+   } );
+ }
+ 

Modified: trunk/libdevel-nytprof-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/rules?rev=49421&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/rules (original)
+++ trunk/libdevel-nytprof-perl/debian/rules Sat Dec 26 14:33:25 2009
@@ -8,7 +8,10 @@
 
 override_dh_installexamples:
 	dh_installexamples
-	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*.*
+	sed -i '1s|^#!perl|#!/usr/bin/perl|' \
+		$(TMP)/usr/share/doc/$(PACKAGE)/examples/*.*
+	sed -i '1s|^#!/bin/env perl|#!/usr/bin/perl|' \
+		$(TMP)/usr/share/doc/$(PACKAGE)/examples/demo/*
 
 override_dh_link:
 	dh_link




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