[SCM] FreeFem++ packaging branch, master, updated. debian/3.12-1-18-g4007269

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Fri Apr 1 22:40:48 UTC 2011


The following commit has been merged in the master branch:
commit 4007269c27d2c592b9c3b80e407c21b78180631b
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Sat Apr 2 01:39:35 2011 +0300

    Small changes in debian directory

diff --git a/debian/changelog b/debian/changelog
index 10a2472..1d0ee49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ freefem++ (3.12-1) unstable; urgency=low
   * Create packages libfreefem++ and libfreefem++-dev.
   * Complete the man pages.
 
- -- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>  Sun, 20 Feb 2011 16:21:00 +0200
+ -- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>  Fri, 1 Apr 2011 23:10:00 +0200
 
 freefem++ (3.11-1) unreleased; urgency=low
 
diff --git a/debian/control b/debian/control
index bc4eac7..dd9fec1 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Package: freefem++
 Architecture: any
 Section: contrib/math
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: freefem++ provides the executables
+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
  Equations (PDE) easily.
@@ -44,7 +44,7 @@ Package: libfreefem++
 Architecture: any
 Section: contrib/libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: libfreefem++ provides the shared libraries
+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
  Equations (PDE) easily.
@@ -66,7 +66,7 @@ Package: libfreefem++-dev
 Architecture: any
 Section: contrib/libdevel
 Depends: libfreefem++, ${shlibs:Depends}, ${misc:Depends}
-Description: Provides the development files
+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
  Equations (PDE) easily.
@@ -88,7 +88,7 @@ Package: freefem++-doc
 Architecture: all
 Section: contrib/doc
 Depends: ${misc:Depends}
-Description: Provides the documentation
+Description: Provides the documentation 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
  Equations (PDE) easily.
diff --git a/debian/copyright b/debian/copyright
index a1085e0..163b26c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,3 @@
-This work was packaged for Debian by:
-
-    Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr> on Fri, 24 Dec 2010 17:50:44 +0200
-
-It was downloaded from:
-
-    http://www.freefem.org/ff++/ftp/
-
-Upstream Author(s):
-
-     Frédéric Hecht <hecht at ann.jussieu.fr>
-     Olivier Pironneau <pironneau at ann.jussieu.fr>
-     Antoine Le Hyaric <lehyaric at ann.jussieu.fr> 
-     Albert Ly <ly at ann.jussieu.fr>
-
 Files: *
 
 Copyright:
@@ -27,12 +12,8 @@ License:
 
 Excepted are the following files which have their own licences:
 
-Files: src/Algo
 
-     COOOL is a package of tools for writing optimization code and solving 
-     optimization problems. Our special interest is in solving inverse problems,
-     but the library should be useful for many different kinds of problems.
-     taken from the COOOL software by the FreeFem++ authors (http://coool.mines.edu/)
+Files: src/Algo
 
 Copyright: 
 
@@ -52,13 +33,7 @@ Licence:
     source code.
 
 
-Files: src/fflib/mt19937ar.cpp
-
-    A C-program for MT19937, with initialization improved 2002/1/26.
-    Coded by Takuji Nishimura and Makoto Matsumoto 
-    (mailto:m-mat at math.sci.hiroshima-u.ac.jp).
-    Before using, initialize the state by using init_genrand(seed)
-    or init_by_array(init_key, key_length). 
+Files: src/fflib/mt19937ar.cpp 
 
 Copyright:
     
diff --git a/debian/rules b/debian/rules
index 21ce16c..e7a3348 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ clean:
 build:
 	dh_testdir
 	dh_auto_configure -- CFLAGS=-lm CNOFLAGS=-lm --without-cadna
-	dh_auto_build -- -j4
+	dh_auto_build
 #	dh_auto_test
 
 binary-indep:

-- 
FreeFem++ packaging



More information about the debian-science-commits mailing list