[webwork-pg] 02/05: debian/patches/fix_interpreter_path.patch: New patch; fixes wrong-path-for-interpreter Lintian error.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Nov 24 04:41:59 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository webwork-pg.

commit 8a0ce45c236c553b4911cf3f567ab13fb4886d03
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Tue Nov 17 07:06:29 2015 -0500

    debian/patches/fix_interpreter_path.patch: New patch; fixes
    wrong-path-for-interpreter Lintian error.
---
 debian/patches/fix_interpreter_path.patch | 20 ++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/fix_interpreter_path.patch b/debian/patches/fix_interpreter_path.patch
new file mode 100644
index 0000000..cdf9ca0
--- /dev/null
+++ b/debian/patches/fix_interpreter_path.patch
@@ -0,0 +1,20 @@
+Description: Fix wrong-path-for-interpreter Lintian error.
+Author: Doug Torrance <dtorrance at piedmont.edu>
+Last-Update: 2015-11-17
+
+--- a/lib/Polynomial.pm
++++ b/lib/Polynomial.pm
+@@ -1,4 +1,4 @@
+-#! /usr/local/bin/perl
++#! /usr/bin/perl
+ 
+ package Polynomial;
+ 
+--- a/lib/PowerPolynomial.pm
++++ b/lib/PowerPolynomial.pm
+@@ -1,4 +1,4 @@
+-#! /usr/local/bin/perl
++#! /usr/bin/perl
+ 
+ package PowerPolynomial;
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3c2b475
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_interpreter_path.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/webwork-pg.git



More information about the debian-science-commits mailing list