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

Rafael Laboissiere rafael at debian.org
Sun Feb 18 00:04:57 CET 2007


SVN commit 1412 by rafael:

* Create a glpk pacakge, which is empty and depends on all the other packages
* Make all the other packages Conflict with glpk << 4.15

 M  +17 -0     glpk/trunk/debian/control  


--- glpk/trunk/debian/control #1411:1412
@@ -9,6 +9,7 @@
 Package: libglpk0
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: glpk (<< 4.15)
 Description: linear programming kit with integer (MIP) support
  GLPK (GNU Linear Programming Kit) is intended for solving large-scale
  linear programming (LP), mixed integer programming (MIP), and other
@@ -31,6 +32,7 @@
 Architecture: any
 Section: devel
 Depends: libglpk0 (= ${binary:Version})
+Conflicts: glpk (<< 4.15)
 Description: linear programming kit - development files
  GLPK (GNU Linear Programming Kit) is intended for solving large-scale
  linear programming (LP), mixed integer programming (MIP), and other
@@ -45,6 +47,7 @@
 Package: glpk-doc
 Architecture: all
 Section: doc
+Conflicts: glpk (<< 4.15)
 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
@@ -59,6 +62,7 @@
 Package: glpk-utils
 Architecture: any
 Depends: libglpk0 (= ${binary:Version}), ${shlibs:Depends}
+Conflicts: glpk (<< 4.15)
 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
@@ -71,3 +75,16 @@
  .
   Homepage: http://www.gnu.org/software/glpk/glpk.html
 
+Package: glpk
+Architecture: any
+Depends: libglpk0 (= ${binary:Version}), glpk-doc (= ${binary:Version}),
+ libglpk-dev (= ${binary:Version}), glpk-utils (= ${binary:Version})
+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
+ related problems. It is a set of routines written in ANSI C and
+ organized in the form of a callable library.
+ .
+ This package is an empty package for easing the upgrade from glpk << 4.15.
+ .
+  Homepage: http://www.gnu.org/software/glpk/glpk.html



More information about the Pkg-scicomp-devel mailing list