[med-svn] r7085 - trunk/packages/bioperl-run/trunk/debian/patches

Charles Plessy plessy at alioth.debian.org
Sat Jun 18 04:03:33 UTC 2011


Author: plessy
Date: 2011-06-18 04:03:33 +0000 (Sat, 18 Jun 2011)
New Revision: 7085

Added:
   trunk/packages/bioperl-run/trunk/debian/patches/Use-system-s-Perl.patch
Modified:
   trunk/packages/bioperl-run/trunk/debian/patches/series
Log:
Correct path to Perl in a script.


Added: trunk/packages/bioperl-run/trunk/debian/patches/Use-system-s-Perl.patch
===================================================================
--- trunk/packages/bioperl-run/trunk/debian/patches/Use-system-s-Perl.patch	                        (rev 0)
+++ trunk/packages/bioperl-run/trunk/debian/patches/Use-system-s-Perl.patch	2011-06-18 04:03:33 UTC (rev 7085)
@@ -0,0 +1,23 @@
+Forwarded: https://redmine.open-bio.org/issues/3255
+From 8d4322bea521c457029a00155fe292ef7ef177d4 Mon Sep 17 00:00:00 2001
+From: Charles Plessy <plessy at debian.org>
+Date: Sat, 18 Jun 2011 12:58:08 +0900
+Subject: [PATCH] Use system's Perl.
+
+---
+ scripts/bioperl_application_installer.PLS |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/scripts/bioperl_application_installer.PLS b/scripts/bioperl_application_installer.PLS
+index 6ab5b5e..f4a05c1 100644
+--- a/scripts/bioperl_application_installer.PLS
++++ b/scripts/bioperl_application_installer.PLS
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ # BioPerl script for Bio::Installer
+ #
+ # Cared for by Albert Vilella
+-- 
+1.7.2.5
+

Modified: trunk/packages/bioperl-run/trunk/debian/patches/series
===================================================================
--- trunk/packages/bioperl-run/trunk/debian/patches/series	2011-06-18 03:52:32 UTC (rev 7084)
+++ trunk/packages/bioperl-run/trunk/debian/patches/series	2011-06-18 04:03:33 UTC (rev 7085)
@@ -1 +1,2 @@
 install-scripts.patch
+Use-system-s-Perl.patch




More information about the debian-med-commit mailing list