[SCM] givaro: library for arithmetic and algebraic computations branch, master, updated. debian/3.2.13-1.1-16-gf326f0e
Lifeng Sun
lifongsun at gmail.com
Tue Aug 9 07:12:45 UTC 2011
The following commit has been merged in the master branch:
commit 002c31a00b97dd1c44daa15c27c84cf7fcad5f96
Author: Lifeng Sun <lifongsun at gmail.com>
Date: Tue Aug 9 12:35:15 2011 +0800
Clean up build-dep and remove d/control.in.
diff --git a/debian/control b/debian/control
index e93d1e0..fedb97b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
Priority: optional
Maintainer: Tim Abbott <tabbott at mit.edu>
Homepage: http://ljk.imag.fr/CASYS/LOGICIELS/givaro/
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), libtool, automake1.10, autoconf, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), libgmp-dev
+Build-Depends: autotools-dev, debhelper (>= 5), libtool, automake1.10, libgmp-dev
Standards-Version: 3.8.0
Package: libgivaro-dev
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 4249a7f..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,51 +0,0 @@
-Source: givaro
-Section: math
-Priority: optional
-Maintainer: Tim Abbott <tabbott at mit.edu>
-Homepage: http://ljk.imag.fr/CASYS/LOGICIELS/givaro/
-Build-Depends: @cdbs@, libgmp3-dev
-Standards-Version: 3.8.0
-
-Package: libgivaro-dev
-Section: libdevel
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgivaro0
-Description: library for arithmetic and algebraic computations
- Givaro is a C++ library for arithmetic and algebraic computations.
- Its main features are implementations of the basic arithmetic of many
- mathematical entities: Primes fields, Extensions Fields, Finite
- Fields, Finite Rings, Polynomials, Algebraic numbers, and Arbitrary
- precision integers and rationals (C++ wrappers over gmp).
- .
- Givaro also provides data-structures and templated classes for the
- manipulation of basic algebraic objects, such as vectors, matrices
- (dense, sparse, structured), univariate polynomials (and therefore
- recursive multivariate).
- .
- It contains different program modules and is fully compatible with
- the LinBox linear algebra library and the Athapascan environment,
- which permits parallel programming.
- .
- This package contains development files for Givaro.
-
-Package: libgivaro0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: library for arithmetic and algebraic computations
- Givaro is a C++ library for arithmetic and algebraic computations.
- Its main features are implementations of the basic arithmetic of many
- mathematical entities: Primes fields, Extensions Fields, Finite
- Fields, Finite Rings, Polynomials, Algebraic numbers, and Arbitrary
- precision integers and rationals (C++ wrappers over gmp).
- .
- Givaro also provides data-structures and templated classes for the
- manipulation of basic algebraic objects, such as vectors, matrices
- (dense, sparse, structured), univariate polynomials (and therefore
- recursive multivariate).
- .
- It contains different program modules and is fully compatible with
- the LinBox linear algebra library and the Athapascan environment,
- which permits parallel programming.
- .
- This package contains runtime files for Givaro.
\ No newline at end of file
--
givaro: library for arithmetic and algebraic computations
More information about the debian-science-commits
mailing list