[med-svn] r5775 - trunk/packages/vienna-rna/trunk/debian/patches

Alexandre Mestiashvili malex-guest at alioth.debian.org
Sat Jan 29 21:22:54 UTC 2011


Author: malex-guest
Date: 2011-01-29 21:22:54 +0000 (Sat, 29 Jan 2011)
New Revision: 5775

Added:
   trunk/packages/vienna-rna/trunk/debian/patches/fix_perl_modules_path.patch
Modified:
   trunk/packages/vienna-rna/trunk/debian/patches/series
Log:
 by default perl modules installed in /usr/local (site) and not vendor /usr/{lib,share}/perl5.


Added: trunk/packages/vienna-rna/trunk/debian/patches/fix_perl_modules_path.patch
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/patches/fix_perl_modules_path.patch	                        (rev 0)
+++ trunk/packages/vienna-rna/trunk/debian/patches/fix_perl_modules_path.patch	2011-01-29 21:22:54 UTC (rev 5775)
@@ -0,0 +1,12 @@
+Index: viennarna-1.8.4/Perl/Makefile.PL
+===================================================================
+--- viennarna-1.8.4.orig/Perl/Makefile.PL	2011-01-29 22:11:51.000000000 +0100
++++ viennarna-1.8.4/Perl/Makefile.PL	2011-01-29 22:12:14.000000000 +0100
+@@ -3,6 +3,7 @@
+ WriteMakefile(	      
+ 	      MAKEFILE =>	"Makefile.perl",
+ 	      NAME    =>	"RNA",
++	      INSTALLDIRS =>    "vendor",
+ 	      LIBS    =>	["-lm"],
+ 	      MYEXTLIB =>       "../lib/libRNA.a",
+ 	      PM       =>       {"RNA.pm", '$(INST_LIBDIR)/RNA.pm'},

Modified: trunk/packages/vienna-rna/trunk/debian/patches/series
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/patches/series	2011-01-29 21:05:42 UTC (rev 5774)
+++ trunk/packages/vienna-rna/trunk/debian/patches/series	2011-01-29 21:22:54 UTC (rev 5775)
@@ -1,3 +1,4 @@
 fix_install_relative_path.patch
 readseq_exclude.patch
 fix_manual_pages.patch
+fix_perl_modules_path.patch




More information about the debian-med-commit mailing list