[libconfig-model-perl] 02/04: added patch to replace '#!/usr/bin/env perl'

dod at debian.org dod at debian.org
Sat Sep 21 10:57:37 UTC 2013


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-perl.

commit 5edb6d583f654f25a7174ccad0aa8cbdcd250bfe
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Sep 21 12:17:52 2013 +0200

    added patch to replace '#!/usr/bin/env perl'
---
 debian/patches/remove-call-to-env |   23 +++++++++++++++++++++++
 debian/patches/series             |    1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/remove-call-to-env b/debian/patches/remove-call-to-env
new file mode 100644
index 0000000..105dc09
--- /dev/null
+++ b/debian/patches/remove-call-to-env
@@ -0,0 +1,23 @@
+Description:Remove call to env in first line of script
+ To be more portable accross OSes. script must begin with 
+ #!/usr/bin/env . This is not needed on Debian. 
+ .
+ This patch restores usual call to /usr/bin/perl
+Forwarded:NA
+Author:dod
+--- a/config-edit
++++ b/config-edit
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ #
+ # This file is part of Config-Model
+ #
+--- a/script/cme
++++ b/script/cme
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ #
+ # This file is part of Config-Model
+ #
diff --git a/debian/patches/series b/debian/patches/series
index cdc0a2e..3e02045 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+remove-call-to-env
 add_dh_config

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-perl.git



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