[SCM] multiprecision integer library forked from gmp branch, master, updated. 79678a645f4027cbb466e81e4b53751a49192949

Felix Salfelder felix at salfelder.org
Thu May 16 06:48:38 UTC 2013


The following commit has been merged in the master branch:
commit e3eb193bffa123f046942c941913e9da67e5277c
Author: Felix Salfelder <felix at salfelder.org>
Date:   Wed May 15 23:25:56 2013 +0200

    pre-depend on multiarch support

diff --git a/debian/control b/debian/control
index 18040f8..6a08e0e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Vcs-Git: git://git.debian.org/git/debian-science/packages/mpir.git
 
 Package: libmpir
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, multiarch-support
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: multiarch-support
 Description: MPIR is an open source multiprecision integer (bignum) library
  forked from the GMP (GNU Multi Precision) project.
  .
@@ -20,7 +21,8 @@ Description: MPIR is an open source multiprecision integer (bignum) library
 
 Package: libmpirxx
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, multiarch-support
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: multiarch-support
 Description: MPIR is an open source multiprecision integer (bignum) library
  forked from the GMP (GNU Multi Precision) project.
  .

-- 
multiprecision integer library forked from gmp



More information about the debian-science-commits mailing list