r43955 - in /packages/gmp/trunk/debian: changelog control rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Thu Oct 20 03:46:22 UTC 2011


Author: smr
Date: Thu Oct 20 03:46:20 2011
New Revision: 43955

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43955
Log:
Do not install .la file; add breaks relationships.

Modified:
    packages/gmp/trunk/debian/changelog
    packages/gmp/trunk/debian/control
    packages/gmp/trunk/debian/rules

Modified: packages/gmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/changelog?rev=43955&op=diff
==============================================================================
--- packages/gmp/trunk/debian/changelog (original)
+++ packages/gmp/trunk/debian/changelog Thu Oct 20 03:46:20 2011
@@ -1,8 +1,16 @@
-gmp (2:5.0.2+dfsg-2) UNRELEASED; urgency=low
+gmp (2:5.0.2+dfsg-2) unstable; urgency=low
 
   * gmp.h: Add case for s390x.
-
- -- Steve M. Robbins <smr at debian.org>  Wed, 31 Aug 2011 22:27:54 -0500
+  
+  * control: Add Breaks relations from libgmp-dev to force upgrade of
+    packages that relied on libgmp.la (thanks, Jonathan Nieder).  Closes:
+    #645475.
+
+  * rules: Remove .la file from the libgmp-dev package.  Anyone relying on
+    it would not be able to find it after it moved from /usr/lib to
+    /usr/lib/<arch>, anyway  (thanks, Jonathan Nieder).
+
+ -- Steve M. Robbins <smr at debian.org>  Wed, 19 Oct 2011 22:42:12 -0500
 
 gmp (2:5.0.2+dfsg-1) unstable; urgency=low
 

Modified: packages/gmp/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/control?rev=43955&op=diff
==============================================================================
--- packages/gmp/trunk/debian/control (original)
+++ packages/gmp/trunk/debian/control Thu Oct 20 03:46:20 2011
@@ -45,6 +45,9 @@
 Depends: libgmp10 (= ${binary:Version}), libgmpxx4ldbl (= ${binary:Version}), ${misc:Depends}
 Provides: libgmp10-dev
 Conflicts: libgmp3-dev (<< 5.0.1), libgmp10-dev
+Breaks: guile-1.8-dev (<< 1.8.8+1-1), libcdd-dev (<< 094b.dfsg-4.2),
+ libcln-dev (<< 1.3.2-1.1), libmpc-dev (<< 0.9-3), libmpfr-dev (<< 3.0.1-5),
+ librep-dev (<< 0.90.2-1.3), regina-normal-dev (<< 4.6-3)
 Replaces: libgmp3-dev, libgmp10-dev
 Recommends: libstdc++-dev
 Suggests: libgmp10-doc, libmpfr-dev

Modified: packages/gmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/rules?rev=43955&op=diff
==============================================================================
--- packages/gmp/trunk/debian/rules (original)
+++ packages/gmp/trunk/debian/rules Thu Oct 20 03:46:20 2011
@@ -176,7 +176,6 @@
 
 	dh_install -plibgmp-dev usr/lib/*/lib*.so
 	dh_install -plibgmp-dev usr/lib/*/lib*.a
-	dh_install -plibgmp-dev usr/lib/*/lib*.la
 	dh_install -plibgmp-dev usr/include
 	dh_install -plibgmp-dev -Xgmp-mparam.h build/gmp*.h usr/include
 




More information about the debian-science-commits mailing list