[SCM] Debian packaging of libdbd-oracle-perl branch, master, updated. debian/1.38-1-8-gdddb522

gregor herrmann gregoa at debian.org
Sun Mar 25 17:32:53 UTC 2012


The following commit has been merged in the master branch:
commit 84f9bd6178483987c61a29bafe70afcffbdd0b7f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Mar 25 19:19:39 2012 +0200

    debian/rules: update the fix for the hashbang in the examples.

diff --git a/debian/rules b/debian/rules
index 62ad514..ac9bac7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_install:
 
 override_dh_installexamples:
 	dh_installexamples
-	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PKG)/examples/*
+	sed -i '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PKG)/examples/*
 	chmod a-x $(addprefix $(TMP),/usr/share/doc/libdbd-oracle-perl/examples/README)
 
 override_dh_shlibdeps:

-- 
Debian packaging of libdbd-oracle-perl



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