[freefempp] 01/02: Run cme fix dpkg and replace patch headers
Dimitrios Eftaxiopoulos
eftaxiop-guest at moszumanska.debian.org
Sat Feb 27 16:36:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
eftaxiop-guest pushed a commit to branch master
in repository freefempp.
commit 5acb6f61c28ce3b4a164a56d46ebb34b3338e3c3
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date: Sat Feb 27 18:10:22 2016 +0200
Run cme fix dpkg and replace patch headers
---
debian/control | 76 ++++++++++++++++++++++++------------
debian/patches/Makefile.patch | 1 +
debian/patches/examples++-load.patch | 1 +
debian/patches/examples-bamg.patch | 1 +
src/fflib/strversionnumber.cpp | 4 +-
5 files changed, 57 insertions(+), 26 deletions(-)
diff --git a/debian/control b/debian/control
index 5039f6a..b3626b3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,39 +1,64 @@
Source: freefem++
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>,
+ Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Section: science
Priority: optional
-Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>,
- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
-Build-Depends: debhelper (>= 9~), autotools-dev, libsuperlu-dev,
- gawk, gfortran, rdfind, symlinks, dh-autoreconf, libhdf5-dev,
- flex, bison, libxt-dev, libxext-dev, libxxf86vm-dev,
- libxpm-dev, libmumps-scotch-dev, libmumps-ptscotch-dev,
- libfltk1.3-dev | libfltk-dev, freeglut3-dev, ghostscript, imagemagick,
- texlive, texlive-extra-utils, texlive-latex-extra, texlive-font-utils,
- libfftw3-dev, libgsl-dev,
- libhypre-dev,
- libarpack2-dev, libsuitesparse-dev,
- libmumps-dev, libblacs-mpi-dev, libscalapack-mpi-dev,
- libscotch-dev, libptscotch-dev,
- libmetis-dev,
- libmumps-seq-dev,
- libnlopt-dev,
- coinor-libipopt-dev,
- libgmm++-dev
+Build-Depends: debhelper (>= 9),
+ autotools-dev,
+ libsuperlu-dev,
+ gawk,
+ gfortran,
+ rdfind,
+ symlinks,
+ dh-autoreconf,
+ libhdf5-dev,
+ flex,
+ bison,
+ libxt-dev,
+ libxext-dev,
+ libxxf86vm-dev,
+ libxpm-dev,
+ libmumps-scotch-dev,
+ libmumps-ptscotch-dev,
+ libfltk1.3-dev,
+ freeglut3-dev,
+ ghostscript,
+ imagemagick,
+ texlive,
+ texlive-extra-utils,
+ texlive-latex-extra,
+ texlive-font-utils,
+ libfftw3-dev,
+ libgsl-dev,
+ libhypre-dev,
+ libarpack2-dev,
+ libsuitesparse-dev,
+ libmumps-dev,
+ libblacs-mpi-dev,
+ libscalapack-mpi-dev,
+ libscotch-dev,
+ libptscotch-dev,
+ libmetis-dev,
+ libmumps-seq-dev,
+ libnlopt-dev,
+ coinor-libipopt-dev,
+ libgmm++-dev
# libtet1.4-dev,
# libmmg3dlib4.0-4.0-dev, freeyams, mshmet, mshint,
# libparms2-dev, libitsol-dev,
# libhips-dev, libpastix-dev,
# libsuperlu-dist-dev
Standards-Version: 3.9.7
-Homepage: http://www.freefem.org/ff++/
-Vcs-Git: https://anonscm.debian.org/debian-science/packages/freefempp.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=debian-science/packages/freefempp.git
+Vcs-Git: https://anonscm.debian.org/debian-science/packages/freefempp.git
+Homepage: http://www.freefem.org/ff++/
Package: freefem++
Architecture: any
Section: math
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Provides the binaries of the FreeFem++ FE suite
FreeFem++ is an implementation of a language dedicated to the finite
element method. It enables you to solve Partial Differential
@@ -55,7 +80,8 @@ Description: Provides the binaries of the FreeFem++ FE suite
Package: libfreefem++
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Provides the shared libraries of the FreeFem++ FE suite
FreeFem++ is an implementation of a language dedicated to the finite
element method. It enables you to solve Partial Differential
@@ -77,7 +103,9 @@ Description: Provides the shared libraries of the FreeFem++ FE suite
Package: libfreefem++-dev
Architecture: any
Section: libdevel
-Depends: libfreefem++, ${shlibs:Depends}, ${misc:Depends}
+Depends: libfreefem++,
+ ${shlibs:Depends},
+ ${misc:Depends}
Description: Provides the development files of the FreeFem++ FE suite
FreeFem++ is an implementation of a language dedicated to the finite
element method. It enables you to solve Partial Differential
diff --git a/debian/patches/Makefile.patch b/debian/patches/Makefile.patch
index de67287..00bef30 100644
--- a/debian/patches/Makefile.patch
+++ b/debian/patches/Makefile.patch
@@ -1,3 +1,4 @@
+Disable package download from the internet
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@
diff --git a/debian/patches/examples++-load.patch b/debian/patches/examples++-load.patch
index b535a4a..e0b7f1a 100644
--- a/debian/patches/examples++-load.patch
+++ b/debian/patches/examples++-load.patch
@@ -1,3 +1,4 @@
+Add arch names for build on them to succeed and locations for include and preference files
--- a/examples++-load/Makefile.am
+++ b/examples++-load/Makefile.am
@@ -220,8 +220,8 @@
diff --git a/debian/patches/examples-bamg.patch b/debian/patches/examples-bamg.patch
index 499f795..5a5dea4 100644
--- a/debian/patches/examples-bamg.patch
+++ b/debian/patches/examples-bamg.patch
@@ -1,3 +1,4 @@
+Set correct path for perl executable
--- a/examples-bamg/test/dotest.pl
+++ b/examples-bamg/test/dotest.pl
@@ -1,4 +1,4 @@
diff --git a/src/fflib/strversionnumber.cpp b/src/fflib/strversionnumber.cpp
index e6e2964..41fbab6 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 Σαβ 27 Φεβ 2016 03:39:25 μμ EET)",VersionNumber());
- return buffer; //.str()+" (date Σαβ 27 Φεβ 2016 03:39:25 μμ EET)" ;
+ sprintf(buffer," %9f (date Σαβ 27 Φεβ 2016 04:18:20 μμ EET)",VersionNumber());
+ return buffer; //.str()+" (date Σαβ 27 Φεβ 2016 04:18:20 μμ 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