[ubuntu/karmic] suitesparse 1:3.4.0-1ubuntu1 (Accepted)
Nick Ellery
nick.ellery at ubuntu.com
Mon Jun 15 07:00:17 BST 2009
suitesparse (1:3.4.0-1ubuntu1) karmic; urgency=low
* Merge from debian unstable, remaining changes (LP: #387137):
- debian/control:
- demote libatlas-doc from recommends to suggests as it is not in main
- drop recommends on doc-central as it is not in main
suitesparse (1:3.4.0-1) unstable; urgency=low
[ Rafael Laboissiere ]
* New upstream release
* debian/patches/14-SPQR_Include_spqr_hpp.dpatch: Removed patch (applied
upstream)
* Split the libraries into individual packages
+ The new binary packages are (the soversion numbers are the ones
provided by the upstream authors in the UFconfig/UFconfig.h file):
- libamd2.2.0
- libbtf1.1.0
- libcamd2.2.0
- libcolamd2.7.1
- libccolamd2.7.1
- libcholmod1.7.1
- libcsparse2.2.3
- libcxsparse2.2.3
- libklu1.1.0
- libldl2.0.1
- libumfpack5.4.0
+ The libsuitesparse-dev and libsuitesparse-dbg packages remain as
before. They depend on all the binary packages above.
+ debian/library-soname.pl: New Perl script that is used everywhere to
obtain the name of the package for each library. This is the
centralized place where this information should be provided.
+ The debian/control file has been moved into debian/control.in and is
automatically generated by debian/rules with the appropriate names
of the packages being replaced.
+ debian/patches/*.diff: All the patches have been adapted for
obtaining the library soversion using the debian/library-soname.pl
script.
+ debian/symbols/*, debian/install/*: These are the source files for
the debian/lib*.symbols and debian/lib*.install. The later are
obtained from the former in debian/rules by using the appropriate
package names. For now, this is acomplished with $(foreach) in
debian/rules and amounts to simply copying files, like
"cp debian/symbols/AMD debian/libamd2.2.symbols"
+ debian/NEWS: Document the changes above
* Switch from dpatch to quilt as patch system
* debian/control.in:
+ The Debian packaging files are now maintained through a Git
repository at alioth.debian.org. Switch the Vcs-* URLs to Git,
accordingly.
+ Bump Standards-Version to 3.8.1 (add debian/README.source explaining
mentioning the quilt patch system, as mandated by the Policy)
* debian/rules: Prevent removal of debian/README.source in clean rule
[ Thomas Viehmann ]
* Sprinkle some linking to KLU, UMFPACK shared libraries
to not have unresolved symbols. Remove some from CHOLMOD.
Now dpkg-shlibdeps does not warn anymore.
(changing debian/patches/*Makefile.dpatch)
Closes: #526422
Date: Sun, 14 Jun 2009 19:15:52 -0700
Changed-By: Nick Ellery <nick.ellery at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Daniel Holbach <daniel.holbach at ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/suitesparse/1:3.4.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 14 Jun 2009 19:15:52 -0700
Source: suitesparse
Binary: libamd2.2.0 libbtf1.1.0 libcamd2.2.0 libcolamd2.7.1 libccolamd2.7.1 libcholmod1.7.1 libcsparse2.2.3 libcxsparse2.2.3 libklu1.1.0 libldl2.0.1 libumfpack5.4.0 libsuitesparse-dev libsuitesparse-dbg libsuitesparse-doc
Architecture: source
Version: 1:3.4.0-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Nick Ellery <nick.ellery at ubuntu.com>
Description:
libamd2.2.0 - approximate minimum degree ordering library for sparse matrices
libbtf1.1.0 - permutation to block triangular form library for sparse matrices
libcamd2.2.0 - symmetric approximate minimum degree library for sparse matrices
libccolamd2.7.1 - constrained column approximate library for sparse matrices
libcholmod1.7.1 - sparse Cholesky factorization library for sparse matrices
libcolamd2.7.1 - column approximate minimum degree ordering library for sparse mat
libcsparse2.2.3 - concise sparse matrix library
libcxsparse2.2.3 - concise sparse matrix library (complex, int and long int support)
libklu1.1.0 - circuit simulation sparse LU factorization library
libldl2.0.1 - simple LDL' factorization library for sparse matrices
libsuitesparse-dbg - libraries for sparse matrices computations (debugging symbols)
libsuitesparse-dev - libraries for sparse matrices computations (development files)
libsuitesparse-doc - libraries for sparse matrices computations (documentation)
libumfpack5.4.0 - sparse LU factorization library
Closes: 526422
Launchpad-Bugs-Fixed: 387137
Changes:
suitesparse (1:3.4.0-1ubuntu1) karmic; urgency=low
.
* Merge from debian unstable, remaining changes (LP: #387137):
- debian/control:
- demote libatlas-doc from recommends to suggests as it is not in main
- drop recommends on doc-central as it is not in main
.
suitesparse (1:3.4.0-1) unstable; urgency=low
.
[ Rafael Laboissiere ]
* New upstream release
* debian/patches/14-SPQR_Include_spqr_hpp.dpatch: Removed patch (applied
upstream)
.
* Split the libraries into individual packages
+ The new binary packages are (the soversion numbers are the ones
provided by the upstream authors in the UFconfig/UFconfig.h file):
- libamd2.2.0
- libbtf1.1.0
- libcamd2.2.0
- libcolamd2.7.1
- libccolamd2.7.1
- libcholmod1.7.1
- libcsparse2.2.3
- libcxsparse2.2.3
- libklu1.1.0
- libldl2.0.1
- libumfpack5.4.0
+ The libsuitesparse-dev and libsuitesparse-dbg packages remain as
before. They depend on all the binary packages above.
+ debian/library-soname.pl: New Perl script that is used everywhere to
obtain the name of the package for each library. This is the
centralized place where this information should be provided.
+ The debian/control file has been moved into debian/control.in and is
automatically generated by debian/rules with the appropriate names
of the packages being replaced.
+ debian/patches/*.diff: All the patches have been adapted for
obtaining the library soversion using the debian/library-soname.pl
script.
+ debian/symbols/*, debian/install/*: These are the source files for
the debian/lib*.symbols and debian/lib*.install. The later are
obtained from the former in debian/rules by using the appropriate
package names. For now, this is acomplished with $(foreach) in
debian/rules and amounts to simply copying files, like
"cp debian/symbols/AMD debian/libamd2.2.symbols"
+ debian/NEWS: Document the changes above
.
* Switch from dpatch to quilt as patch system
.
* debian/control.in:
+ The Debian packaging files are now maintained through a Git
repository at alioth.debian.org. Switch the Vcs-* URLs to Git,
accordingly.
+ Bump Standards-Version to 3.8.1 (add debian/README.source explaining
mentioning the quilt patch system, as mandated by the Policy)
.
* debian/rules: Prevent removal of debian/README.source in clean rule
.
[ Thomas Viehmann ]
* Sprinkle some linking to KLU, UMFPACK shared libraries
to not have unresolved symbols. Remove some from CHOLMOD.
Now dpkg-shlibdeps does not warn anymore.
(changing debian/patches/*Makefile.dpatch)
Closes: #526422
Checksums-Sha1:
d03786bd63e273bbdc20b091ba919edfbc26ad82 1810 suitesparse_3.4.0-1ubuntu1.dsc
6de027d48a573659b40ddf57c10e32b39ab034c6 10372827 suitesparse_3.4.0.orig.tar.gz
7210219b1cd7710f281815d95b1ae84bbec494de 22834 suitesparse_3.4.0-1ubuntu1.diff.gz
Checksums-Sha256:
f725d31562a1705719df2cd9a10d4855980075dd52fda37df28607e4179f4e82 1810 suitesparse_3.4.0-1ubuntu1.dsc
fea78cca92a4f4a56dc482cc93abed6f37bd6a3c350bf7bc5bcd2d772c2852d4 10372827 suitesparse_3.4.0.orig.tar.gz
b382fb9dc5bb4edf9e674b86be0eb21564ea344f46361a4a4071b768abe33edc 22834 suitesparse_3.4.0-1ubuntu1.diff.gz
Files:
770daaf8d1107edf4904482a2e55feed 1810 math optional suitesparse_3.4.0-1ubuntu1.dsc
e59dcabc9173b1ba1b3659ae147006b8 10372827 math optional suitesparse_3.4.0.orig.tar.gz
883d4cebc6b37e6c5ffea9780d66f98c 22834 math optional suitesparse_3.4.0-1ubuntu1.diff.gz
Original-Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAko13QAACgkQRjrlnQWd1euNvgCcCPpfJa49Y0lLCWeIxWeMd/d7
3GgAn3dedmzzHoRxfdqRtXqjqSAr4/W5
=V2jz
-----END PGP SIGNATURE-----
More information about the Karmic-changes
mailing list