[SCM] FreeFem++ packaging branch, master, updated. debian/3.11-1-13-gf7d7dad

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Wed Jan 19 00:43:00 UTC 2011


The following commit has been merged in the master branch:
commit f7d7dadb00db99482b1d4993844c7a3bedd4e5e8
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Wed Jan 19 02:42:22 2011 +0200

    Fix locateion of perl interpreter in script

diff --git a/.pc/applied-patches b/.pc/applied-patches
index e0b1be0..ad53857 100644
--- a/.pc/applied-patches
+++ b/.pc/applied-patches
@@ -6,3 +6,4 @@ download-pastix-Makefile.patch
 download-hips-Makefile.patch
 examples-load-WHERE-LIBRARY.patch
 examples-load-ff-pkg-download.patch
+examples-bamg-test-dotestpl.patch
diff --git a/.pc/download-blacs-Makefile.patch/.timestamp b/.pc/examples-bamg-test-dotestpl.patch/.timestamp
similarity index 100%
copy from .pc/download-blacs-Makefile.patch/.timestamp
copy to .pc/examples-bamg-test-dotestpl.patch/.timestamp
diff --git a/examples-bamg/test/dotest.pl b/.pc/examples-bamg-test-dotestpl.patch/examples-bamg/test/dotest.pl
similarity index 100%
copy from examples-bamg/test/dotest.pl
copy to .pc/examples-bamg-test-dotestpl.patch/examples-bamg/test/dotest.pl
diff --git a/debian/patches/examples-bamg-test-dotestpl.patch b/debian/patches/examples-bamg-test-dotestpl.patch
new file mode 100644
index 0000000..65719b7
--- /dev/null
+++ b/debian/patches/examples-bamg-test-dotestpl.patch
@@ -0,0 +1,9 @@
+Fix location of perl interpreter
+--- a/examples-bamg/test/dotest.pl
++++ b/examples-bamg/test/dotest.pl
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ # -----  clean ---
+ unlink <*.mesh>;
+ unlink <*.am_fmt>;
diff --git a/debian/patches/series b/debian/patches/series
index e0b1be0..ad53857 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ download-pastix-Makefile.patch
 download-hips-Makefile.patch
 examples-load-WHERE-LIBRARY.patch
 examples-load-ff-pkg-download.patch
+examples-bamg-test-dotestpl.patch
diff --git a/examples-bamg/test/dotest.pl b/examples-bamg/test/dotest.pl
index 3c307b0..115c0cb 100755
--- a/examples-bamg/test/dotest.pl
+++ b/examples-bamg/test/dotest.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 # -----  clean ---
 unlink <*.mesh>;
 unlink <*.am_fmt>;

-- 
FreeFem++ packaging



More information about the debian-science-commits mailing list