r42919 - in /trunk/libbit-vector-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Aug 26 16:51:40 UTC 2009


Author: gregoa
Date: Wed Aug 26 16:51:34 2009
New Revision: 42919

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42919
Log:
debian/rules: fix hashbang in example scripts, thanks to Dario Minnucci
for the bug report (closes: #543671).

Modified:
    trunk/libbit-vector-perl/debian/changelog
    trunk/libbit-vector-perl/debian/control
    trunk/libbit-vector-perl/debian/rules

Modified: trunk/libbit-vector-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbit-vector-perl/debian/changelog?rev=42919&op=diff
==============================================================================
--- trunk/libbit-vector-perl/debian/changelog (original)
+++ trunk/libbit-vector-perl/debian/changelog Wed Aug 26 16:51:34 2009
@@ -1,3 +1,10 @@
+libbit-vector-perl (7.0-2) UNRELEASED; urgency=low
+
+  * debian/rules: fix hashbang in example scripts, thanks to Dario Minnucci
+    for the bug report (closes: #543671).
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 26 Aug 2009 18:47:59 +0200
+
 libbit-vector-perl (7.0-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libbit-vector-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbit-vector-perl/debian/control?rev=42919&op=diff
==============================================================================
--- trunk/libbit-vector-perl/debian/control (original)
+++ trunk/libbit-vector-perl/debian/control Wed Aug 26 16:51:34 2009
@@ -1,7 +1,7 @@
 Source: libbit-vector-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7), libcarp-clan-perl
+Build-Depends: perl, debhelper (>= 7.0.50), libcarp-clan-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christian Hammers <ch at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Jonathan Yu <frequency at cpan.org>

Modified: trunk/libbit-vector-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbit-vector-perl/debian/rules?rev=42919&op=diff
==============================================================================
--- trunk/libbit-vector-perl/debian/rules (original)
+++ trunk/libbit-vector-perl/debian/rules Wed Aug 26 16:51:34 2009
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
+
+PKG=$(shell dh_listpackages)
 
 %:
 	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	find $(CURDIR)/debian/$(PKG)/usr/share/doc/$(PKG)/examples -type f -print0 | \
+		xargs -r0 \
+		sed -i -e 's,/usr/local/bin/perl,/usr/bin/perl,' -e 's,!perl,!/usr/bin/perl,'




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