[libconfig-model-itself-perl] 07/08: added patch to remove #!/usr/bin/env line

dod at debian.org dod at debian.org
Fri May 23 11:13:18 UTC 2014


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

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

commit beab2c5caa6a0b66e86548d328e0e572f46476e6
Author: Dominique Dumont <dod at debian.org>
Date:   Fri May 23 13:03:06 2014 +0200

    added patch to remove #!/usr/bin/env line
---
 debian/patches/remove-call-to-env | 15 +++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/remove-call-to-env b/debian/patches/remove-call-to-env
new file mode 100644
index 0000000..a1b2918
--- /dev/null
+++ b/debian/patches/remove-call-to-env
@@ -0,0 +1,15 @@
+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-model-edit
++++ b/config-model-edit
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ #
+ # This file is part of Config-Model-Itself
+ #
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..413bfe5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-call-to-env

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



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