[libtie-cache-perl] 07/08: Add patches to correct shebang interpreter path.

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Mon Nov 16 02:42:13 UTC 2015


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

hlieberman-guest pushed a commit to branch master
in repository libtie-cache-perl.

commit 83438997e2754fce0dc6fffec3b2a3e85641f9d2
Author: Harlan Lieberman-Berg <hlieberman at setec.io>
Date:   Sun Nov 15 21:40:21 2015 -0500

    Add patches to correct shebang interpreter path.
---
 debian/patches/0001-fix-shebang.patch | 21 +++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0001-fix-shebang.patch b/debian/patches/0001-fix-shebang.patch
new file mode 100644
index 0000000..b14556e
--- /dev/null
+++ b/debian/patches/0001-fix-shebang.patch
@@ -0,0 +1,21 @@
+Description: Fix path to perl interpreter
+Author: Harlan Lieberman-Berg <hlieberman at setec.io>
+Forwarded: not-needed
+Last-Updated: 2015-11-15
+
+--- a/Cache.pm
++++ b/Cache.pm
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl -w
++#!/usr/bin/perl -w
+ 
+ package Tie::Cache;
+ use strict;
+--- a/test.pl
++++ b/test.pl
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ 
+ use Tie::Cache;
+ use Benchmark;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..904b099
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-shebang.patch

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



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