[med-svn] [eigensoft] 05/06: Fix perl interpreter path
Andreas Tille
tille at debian.org
Sun Oct 16 18:07:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository eigensoft.
commit eafe5e8bcae97ae482214d17073e168924941389
Author: Andreas Tille <tille at debian.org>
Date: Sun Oct 16 15:16:36 2016 +0200
Fix perl interpreter path
---
debian/changelog | 5 +++--
debian/patches/fix_perl_interpreter.patch | 12 ++++++++++++
debian/patches/series | 1 +
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4b8b46a..469576d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-eigensoft (6.1.4+dfsg-1) UNRELEASED; urgency=medium
+eigensoft (6.1.4+dfsg-1) unstable; urgency=medium
* New upstream version
+ * fix perl interpreter path
- -- Andreas Tille <tille at debian.org> Sun, 16 Oct 2016 15:02:46 +0200
+ -- Andreas Tille <tille at debian.org> Sun, 16 Oct 2016 15:07:31 +0200
eigensoft (6.1.3+dfsg-1) unstable; urgency=medium
diff --git a/debian/patches/fix_perl_interpreter.patch b/debian/patches/fix_perl_interpreter.patch
new file mode 100644
index 0000000..6fbad65
--- /dev/null
+++ b/debian/patches/fix_perl_interpreter.patch
@@ -0,0 +1,12 @@
+Description: Fix perl interpreter path
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 16 Oct 2016 15:07:31 +0200
+
+--- a/bin/ploteig
++++ b/bin/ploteig
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl -w
++#!/usr/bin/perl -w
+
+ ### ploteig -i eigfile -p pops -c a:b [-t title] [-s stem] [-o outfile] [-x] [-k] [-y] [-z sep] -r colorstring -m xmul -n ymul
+ use Getopt::Std ;
diff --git a/debian/patches/series b/debian/patches/series
index 0a3ceda..ab2443a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ blas.patch
libm.patch
lapacke.patch
fixing_headers.patch
+fix_perl_interpreter.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/eigensoft.git
More information about the debian-med-commit
mailing list