[Pkg-ace-commits] [pkg-ace] r669 - trunk/debian/patches

Thomas Girard tgg at alioth.debian.org
Wed May 12 06:56:57 UTC 2010


Author: tgg
Date: 2010-05-12 06:56:51 +0000 (Wed, 12 May 2010)
New Revision: 669

Modified:
   trunk/debian/patches/20-versioned_libs.dpatch
Log:
Teach prj_install to copy versioned libs


Modified: trunk/debian/patches/20-versioned_libs.dpatch
===================================================================
--- trunk/debian/patches/20-versioned_libs.dpatch	2010-05-10 18:28:25 UTC (rev 668)
+++ trunk/debian/patches/20-versioned_libs.dpatch	2010-05-12 06:56:51 UTC (rev 669)
@@ -183,3 +183,14 @@
 +    SONAME = $(SHLIB:.$(SOEXT)=-$(TAO_MAJOR_VERSION).$(TAO_MINOR_VERSION).$(TAO_BETA_VERSION).$(SOEXT))
 +  endif # SONAME
  endif # versioned_so
+--- ACE_wrappers/MPC/prj_install.pl~	2010-05-11 14:43:56.524240543 +0200
++++ ACE_wrappers/MPC/prj_install.pl	2010-05-11 14:47:30.100236926 +0200
+@@ -144,7 +144,7 @@
+     my $fh   = new FileHandle();
+     if (opendir($fh, $odir)) {
+       foreach my $file (grep(!/^\.\.?$/, readdir($fh))) {
+-        if ($file =~ /^lib$name\.(a|so|sl)/ ||
++        if ($file =~ /^lib$name(-[0-9]+(\.[0-9]+)*)?\.(a|so|sl)/ ||
+             $file =~ /^(lib)?$name.*\.(dll|lib)$/i) {
+           push(@libs, "$dir$file");
+         }




More information about the Pkg-ace-commits mailing list