[Pkg-scicomp-commits] gmp/branches/5.0.0-experimental/debian
Steven Michael Robbins
smr at debian.org
Sun Feb 28 09:34:25 UTC 2010
SVN commit 4891 by smr:
Add conflicts/replaces to -dev packages.
M +3 -2 gmp/branches/5.0.0-experimental/debian/changelog
M +6 -1 gmp/branches/5.0.0-experimental/debian/control
--- gmp/branches/5.0.0-experimental/debian/changelog #4890:4891
@@ -3,9 +3,10 @@
* control:
* rules: New packages libmp3, lib32mp3, lib64mp3. Split library mp
out from the libgmp package as they have evolved to use different
- major numbers now. Closes: #570225,
+ major numbers now. Make libgmp10-dev conflict & replace libgmp3-dev
+ packages; ditto for 32-bit and 64-bit variants. Closes: #570225.
- -- Steve M. Robbins <smr at debian.org> Sun, 28 Feb 2010 02:40:29 -0600
+ -- Steve M. Robbins <smr at debian.org> Sun, 28 Feb 2010 03:31:42 -0600
gmp (2:5.0.1+dfsg-1) experimental; urgency=low
--- gmp/branches/5.0.0-experimental/debian/control #4890:4891
@@ -53,6 +53,8 @@
Priority: optional
Architecture: any
Depends: libgmp10 (= ${binary:Version}), libgmpxx4ldbl (= ${binary:Version}), libmp3 (= ${binary:Version}), ${misc:Depends}
+Conflicts: libgmp3-dev
+Replaces: libgmp3-dev
Recommends: libstdc++-dev
Suggests: libgmp10-doc, libmpfr-dev
Description: Multiprecision arithmetic library developers tools
@@ -115,7 +117,8 @@
Architecture: amd64 ppc64 kfreebsd-amd64
Depends: libgmp10-dev (= ${binary:Version}), lib32gmp10 (= ${binary:Version}), lib32gmpxx4 (= ${binary:Version}), lib32mp3 (= ${binary:Version}), ${misc:Depends}
Suggests: libgmp10-doc, libmpfr-dev
-Conflicts: libc6-i386 (<= 2.9-18)
+Conflicts: libc6-i386 (<= 2.9-18), lib32gmp3-dev
+Replaces: lib32gmp3-dev
Description: Multiprecision arithmetic library developers tools (32bit)
This development package provides the header files and the symbolic
links to allow compilation and linking of programs that use the
@@ -173,6 +176,8 @@
Priority: optional
Architecture: powerpc
Depends: libgmp10-dev (= ${binary:Version}), lib64gmp10 (= ${binary:Version}), lib64gmpxx4 (= ${binary:Version}), lib64mp3 (= ${binary:Version}), ${misc:Depends}
+Conflicts: lib64mp3-dev
+Replaces: lib64mp3-dev
Suggests: libgmp10-doc, libmpfr-dev
Description: Multiprecision arithmetic library developers tools (64bit)
This development package provides the header files and the symbolic
More information about the Pkg-scicomp-commits
mailing list