r38238 - in /packages/gmp/branches/gmp4/debian: ./ changelog control

smr at users.alioth.debian.org smr at users.alioth.debian.org
Tue Mar 22 03:58:56 UTC 2011


Author: smr
Date: Tue Mar 22 03:58:55 2011
New Revision: 38238

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38238
Log:
Re-introduce library packages, source is now gmp4.

Modified:
    packages/gmp/branches/gmp4/debian/   (props changed)
    packages/gmp/branches/gmp4/debian/changelog
    packages/gmp/branches/gmp4/debian/control

Propchange: packages/gmp/branches/gmp4/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Modified: packages/gmp/branches/gmp4/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/branches/gmp4/debian/changelog?rev=38238&op=diff
==============================================================================
--- packages/gmp/branches/gmp4/debian/changelog (original)
+++ packages/gmp/branches/gmp4/debian/changelog Tue Mar 22 03:58:55 2011
@@ -1,3 +1,12 @@
+gmp4 (2:4.3.2+dfsg-2) unstable; urgency=low
+
+  * Re-introduce the libgmp3c2 package to ease the transition to GMP 5.
+    See http://lists.debian.org/debian-release/2011/03/msg00366.html.
+  
+  * control: Add ${misc:Depends} and update Standards-Version.
+
+ -- Steve M. Robbins <smr at debian.org>  Mon, 21 Mar 2011 22:35:09 -0500
+
 gmp (2:4.3.2+dfsg-1) unstable; urgency=low
 
   * New upstream version.

Modified: packages/gmp/branches/gmp4/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/branches/gmp4/debian/control?rev=38238&op=diff
==============================================================================
--- packages/gmp/branches/gmp4/debian/control (original)
+++ packages/gmp/branches/gmp4/debian/control Tue Mar 22 03:58:55 2011
@@ -1,4 +1,4 @@
-Source: gmp
+Source: gmp4
 Homepage: http://gmplib.org/
 Section: libs
 Priority: optional
@@ -7,13 +7,13 @@
 Uploaders: Steve M. Robbins <smr at debian.org>
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/gmp/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/gmp/trunk
-Standards-Version: 3.8.1
+Standards-Version: 3.9.1
 
 Package: libgmp3c2
 Section: libs
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libgmp3, libgmp2 (<< 2.0.2-10)
 Replaces: libgmp3
 Description: Multiprecision arithmetic library
@@ -24,43 +24,11 @@
  It has a rich set of functions, and the functions have a regular
  interface.
 
-Package: libgmpxx4ldbl
-Section: libs
-Priority: optional
-Architecture: any
-Depends: ${shlibs:Depends}
-Conflicts: libgmp3, libgmpxx4
-Replaces: libgmp3
-Description: Multiprecision arithmetic library (C++ bindings)
- GNU MP is a programmer's library for arbitrary precision
- arithmetic (ie, a bignum package).  It can operate on signed
- integer, rational, and floating point numeric types.
-
-Package: libgmp3-dev
-Section: libdevel
-Priority: optional
-Architecture: any
-Depends: libgmp3c2 (= ${binary:Version}), libgmpxx4ldbl (= ${binary:Version})
-Replaces: libgmp2-dev
-Conflicts: libgmp2-dev
-Recommends: libstdc++-dev
-Suggests: libgmp3-doc, libmpfr-dev
-Description: Multiprecision arithmetic library developers tools
- This development package provides the header files and the symbolic
- links to allow compilation and linking of programs that use the libraries
- provided in the libgmp3 package.
- .
- Both C and C++ bindings are present in this package.  Package
- libstdc++-dev is required to use the C++ bindings.  
- .
- The MPFR library (multiple-precision floating-point) used to be
- included, but has since been moved to package libmpfr-dev.
-
 Package: lib32gmp3
 Section: libs
 Priority: optional
 Architecture: amd64 ppc64 kfreebsd-amd64
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libc6-i386 (<= 2.9-18)
 Description: Multiprecision arithmetic library (32bit)
  GNU MP is a programmer's library for arbitrary precision
@@ -71,42 +39,11 @@
  It has a rich set of functions, and the functions have a regular
  interface.
 
-Package: lib32gmpxx4
-Section: libs
-Priority: optional
-Architecture: amd64 ppc64 kfreebsd-amd64
-Depends: ${shlibs:Depends}
-Conflicts: libc6-i386 (<= 2.9-18)
-Description: Multiprecision arithmetic library (C++ bindings, 32bit)
- GNU MP is a programmer's library for arbitrary precision
- arithmetic (ie, a bignum package).  It can operate on signed
- integer, rational, and floating point numeric types.  This
- package includes a 32 bit version of the shared library.
-
-Package: lib32gmp3-dev
-Section: libdevel
-Priority: optional
-Architecture: amd64 ppc64 kfreebsd-amd64
-Depends: libgmp3-dev (= ${binary:Version}), lib32gmp3 (= ${binary:Version}), lib32gmpxx4 (= ${binary:Version})
-Suggests: libgmp3-doc, libmpfr-dev
-Conflicts: libc6-i386 (<= 2.9-18)
-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
- libraries provided in the libgmp3 package.  This package includes 32
- bit versions of the link libraries.
- .
- Both C and C++ bindings are present in this package.  Package
- libstdc++-dev is required to use the C++ bindings.  
- .
- The MPFR library (multiple-precision floating-point) used to be
- included, but has since been moved to package libmpfr-dev.
-
 Package: lib64gmp3
 Section: libs
 Priority: optional
 Architecture: powerpc
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Multiprecision arithmetic library (64bit library)
  GNU MP is a programmer's library for arbitrary precision
  arithmetic (ie, a bignum package).  It can operate on signed
@@ -116,39 +53,3 @@
  It has a rich set of functions, and the functions have a regular
  interface.
 
-Package: lib64gmpxx4
-Section: libs
-Priority: optional
-Architecture: powerpc
-Depends: ${shlibs:Depends}
-Description: Multiprecision arithmetic library (C++ bindings, 64bit)
- GNU MP is a programmer's library for arbitrary precision
- arithmetic (ie, a bignum package).  It can operate on signed
- integer, rational, and floating point numeric types.  This
- package includes a 64 bit version of the shared library.
-
-Package: lib64gmp3-dev
-Section: libdevel
-Priority: optional
-Architecture: powerpc
-Depends: libgmp3-dev (= ${binary:Version}), lib64gmp3 (= ${binary:Version}), lib64gmpxx4 (= ${binary:Version})
-Suggests: libgmp3-doc, libmpfr-dev
-Description: Multiprecision arithmetic library developers tools (64bit)
- This development package provides the header files and the symbolic
- links to allow compilation and linking of programs that use the
- libraries provided in the libgmp3 package.  This package includes 64
- bit versions of the link libraries.
- .
- Both C and C++ bindings are present in this package.  Package
- libstdc++-dev is required to use the C++ bindings.  
- .
- The MPFR library (multiple-precision floating-point) used to be
- included, but has since been moved to package libmpfr-dev.
-
-Package: libgmp3-doc
-Section: doc
-Priority: optional
-Architecture: all
-Replaces: libgmp3 (<< 3.1.1-8)
-Description: Multiprecision arithmetic library example code
- This package provides example code illustrating the use of GMP.




More information about the debian-science-commits mailing list