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

Rafael Laboissiere rafael at debian.org
Sun Feb 8 01:00:47 UTC 2009


SVN commit 4120 by rafael:

Change the sections of libglpk-dev and libglpk0-dbg to match the overrides


 M  +8 -0      glpk/trunk/debian/changelog  
 M  +2 -1      glpk/trunk/debian/control  


--- glpk/trunk/debian/changelog #4119:4120
@@ -1,3 +1,11 @@
+glpk (4.36-2) UNRELEASED; urgency=low
+
+  * debian/control: Change the section of libglpk-dev to devel and of
+    libglpk0-dbg to libdevel, in order to match the overrides of
+    the Debian installer
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 08 Feb 2009 02:08:48 +0100
+
 glpk (4.36-1) experimental; urgency=low
 
   * New upstream release
--- glpk/trunk/debian/control #4119:4120
@@ -38,6 +38,7 @@
 
 Package: libglpk0-dbg
 Architecture: any
+Section: libdevel
 Priority: extra
 Depends: libglpk0 (= ${binary:Version}), ${misc:Depends}
 Suggests: libiodbc2-dev, libmysqlclient15-dev
@@ -51,7 +52,7 @@
 
 Package: libglpk-dev
 Architecture: any
-Section: libdevel
+Section: devel
 Depends: libglpk0 (= ${binary:Version}), ${misc:Depends}
 Conflicts: glpk (<< 4.15)
 Description: linear programming kit - development files



More information about the Pkg-scicomp-commits mailing list