[Pkg-scicomp-commits] glpk/trunk/debian

Rafael Laboissiere rafael at debian.org
Fri Dec 5 22:37:34 UTC 2008


SVN commit 4017 by rafael:

Add ${misc:Depends} to the dependecies of all binary packages

 M  +8 -0      glpk/trunk/debian/changelog  
 M  +6 -4      glpk/trunk/debian/control  


--- glpk/trunk/debian/changelog #4016:4017
@@ -1,3 +1,11 @@
+glpk (4.34-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/control: Add ${misc:Depends} to the dependecies of all binary
+    packages
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 05 Dec 2008 23:11:40 +0100
+
 glpk (4.33-2) experimental; urgency=low
 
   * debian/libglpk0.symbols: Update the version information of some
--- glpk/trunk/debian/control #4016:4017
@@ -13,7 +13,7 @@
 
 Package: libglpk0
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libiodbc2-dev, libmysqlclient15-dev
 Description: linear programming kit with integer (MIP) support
  GLPK (GNU Linear Programming Kit) is intended for solving large-scale
@@ -39,7 +39,7 @@
 Package: libglpk-dev
 Architecture: any
 Section: libdevel
-Depends: libglpk0 (= ${binary:Version})
+Depends: libglpk0 (= ${binary:Version}), ${misc:Depends}
 Conflicts: glpk (<< 4.15)
 Description: linear programming kit - development files
  GLPK (GNU Linear Programming Kit) is intended for solving large-scale
@@ -54,6 +54,7 @@
 Architecture: all
 Section: doc
 Conflicts: glpk (<< 4.15)
+Depends: ${misc:Depends}
 Description: linear programming kit - documentation files
  GLPK (GNU Linear Programming Kit) is intended for solving large-scale
  linear programming (LP), mixed integer programming (MIP), and other
@@ -65,7 +66,7 @@
 
 Package: glpk-utils
 Architecture: any
-Depends: libglpk0 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libglpk0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Conflicts: glpk (<< 4.15)
 Description: linear programming kit - utility files
  GLPK (GNU Linear Programming Kit) is intended for solving large-scale
@@ -80,7 +81,8 @@
 Package: glpk
 Architecture: any
 Depends: libglpk0 (= ${binary:Version}), glpk-doc (= ${source:Version}),
- libglpk-dev (= ${binary:Version}), glpk-utils (= ${binary:Version})
+ libglpk-dev (= ${binary:Version}), glpk-utils (= ${binary:Version}),
+ ${misc:Depends}
 Description: linear programming kit
  GLPK (GNU Linear Programming Kit) is intended for solving large-scale
  linear programming (LP), mixed integer programming (MIP), and other



More information about the Pkg-scicomp-commits mailing list