[freefempp] 19/23: Fix location of perl executable
Dimitrios Eftaxiopoulos
eftaxiop-guest at alioth.debian.org
Wed Sep 11 21:37:13 UTC 2013
This is an automated email from the git hooks/post-receive script.
eftaxiop-guest pushed a commit to branch eftaxiop
in repository freefempp.
commit f2f1669c2e123211eb45e7f84c013a7830fe15e6
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date: Tue Sep 10 23:13:53 2013 +0300
Fix location of perl executable
---
debian/patches/examples-bamg.patch | 9 +++++++++
debian/patches/series | 1 +
src/fflib/strversionnumber.cpp | 4 ++--
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/debian/patches/examples-bamg.patch b/debian/patches/examples-bamg.patch
new file mode 100644
index 0000000..af60b3c
--- /dev/null
+++ b/debian/patches/examples-bamg.patch
@@ -0,0 +1,9 @@
+Fix location of perl executable
+--- 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 7dcaf43..9441e11 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+examples-bamg.patch
examples++-mpi.patch
examples++-load.patch
configure.patch
diff --git a/src/fflib/strversionnumber.cpp b/src/fflib/strversionnumber.cpp
index 82e1142..c3e1d35 100644
--- a/src/fflib/strversionnumber.cpp
+++ b/src/fflib/strversionnumber.cpp
@@ -18,6 +18,6 @@ string StrVersionNumber(){
// buffer.precision(8);
// buffer<<VersionNumber();
static char buffer[100];
- sprintf(buffer," %9f (date Τρι 10 Σεπ 2013 06:23:21 μμ EEST)",VersionNumber());
- return buffer; //.str()+" (date Τρι 10 Σεπ 2013 06:23:21 μμ EEST)" ;
+ sprintf(buffer," %9f (date Τρι 10 Σεπ 2013 11:07:58 μμ EEST)",VersionNumber());
+ return buffer; //.str()+" (date Τρι 10 Σεπ 2013 11:07:58 μμ EEST)" ;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freefempp.git
More information about the debian-science-commits
mailing list