[freefempp] 01/01: Remove nonexistent static lib names from d/libfreefem++.install

Dimitrios Eftaxiopoulos eftaxiop-guest at moszumanska.debian.org
Wed Mar 19 21:10:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

eftaxiop-guest pushed a commit to branch master
in repository freefempp.

commit 3163ff24d5b51a5dd1d97614634de726ce314f5e
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Wed Mar 19 23:09:50 2014 +0200

    Remove nonexistent static lib names from d/libfreefem++.install
---
 debian/libfreefem++.install    | 1 -
 debian/results.txt             | 4 ++--
 debian/source/options          | 2 +-
 src/fflib/strversionnumber.cpp | 4 ++--
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/libfreefem++.install b/debian/libfreefem++.install
index aec8a7a..6d56d69 100644
--- a/debian/libfreefem++.install
+++ b/debian/libfreefem++.install
@@ -1,4 +1,3 @@
 debian/tmp/usr/lib/ff++/3.*/lib/*.so* usr/lib/freefem++/
-debian/tmp/usr/lib/ff++/3.*/lib/*.a usr/lib/freefem++/
 debian/tmp/usr/lib/ff++/3.*/etc/freefem++.pref etc/
 
diff --git a/debian/results.txt b/debian/results.txt
index 1b16c82..36a411b 100644
--- a/debian/results.txt
+++ b/debian/results.txt
@@ -1,5 +1,5 @@
 # Automatically generated
 # duptype id depth size device inode priority name
-DUPTYPE_FIRST_OCCURRENCE 1 0 57916656 2053 15076741 1 debian/tmp/usr/bin/FreeFem++
-DUPTYPE_WITHIN_SAME_TREE -1 0 57916656 2053 15076743 1 debian/tmp/usr/bin/FreeFem++-nw
+DUPTYPE_FIRST_OCCURRENCE 1 0 57916656 2053 15076795 1 debian/tmp/usr/bin/FreeFem++
+DUPTYPE_WITHIN_SAME_TREE -1 0 57916656 2053 15076799 1 debian/tmp/usr/bin/FreeFem++-nw
 # end of file
diff --git a/debian/source/options b/debian/source/options
index 0be8023..4d23bd6 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1 +1 @@
- extend-diff-ignore = "(^|/)(examples\+\+-load/all\.edp|examples\+\+-3d/all\.edp|DOC/freefem\+\+doc\.pdf|download/gmm/cxxflags|src/fflib/strversionnumber\.cpp|download/nlopt/config\.log|examples\+\+-eigen/freefem\+\+\.pref|examples\+\+-load/Missing-plugins-so\.log|examples\+\+-load/WHERE_LIBRARY-download-new|examples\+\+/freefem\+\+\.pref|configure\.ac|examples\+\+-chapt3/freefem\+\+\.pref|examples\+\+-mpi/Missing-plugins-so\.log|download/pkg/MUMPS_4\.10\.0\.tar\.gz|download/fftw/Makefil [...]
\ No newline at end of file
+ extend-diff-ignore = "(^|/)(examples\+\+-load/all\.edp|examples\+\+-3d/all\.edp|DOC/freefem\+\+doc\.pdf|download/gmm/cxxflags|src/fflib/strversionnumber\.cpp|download/nlopt/config\.log|examples\+\+-eigen/freefem\+\+\.pref|examples\+\+-load/Missing-plugins-so\.log|examples\+\+-load/WHERE_LIBRARY-download-new|examples\+\+/freefem\+\+\.pref|configure\.ac|examples\+\+-chapt3/freefem\+\+\.pref|examples\+\+-mpi/Missing-plugins-so\.log|download/pkg/MUMPS_4\.10\.0\.tar\.gz|download/fftw/Makefil [...]
\ No newline at end of file
diff --git a/src/fflib/strversionnumber.cpp b/src/fflib/strversionnumber.cpp
index f92636b..959d180 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 Τετ 19 Μάρ 2014 09:27:02 μμ EET)",VersionNumber());
-  return buffer; //.str()+" (date Τετ 19 Μάρ 2014 09:27:02 μμ EET)" ;
+  sprintf(buffer," %9f (date Τετ 19 Μάρ 2014 11:01:32 μμ EET)",VersionNumber());
+  return buffer; //.str()+" (date Τετ 19 Μάρ 2014 11:01:32 μμ EET)" ;
 }

-- 
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