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

Rafael Laboissiere rafael at debian.org
Sun Mar 30 10:28:23 UTC 2008


SVN commit 2346 by rafael:

Install sql examples

 M  +8 -0      glpk/trunk/debian/changelog  
 M  +6 -1      glpk/trunk/debian/glpk-utils.examples  
 M  +1 -0      glpk/trunk/debian/rules  


--- glpk/trunk/debian/changelog #2345:2346
@@ -1,3 +1,11 @@
+glpk (4.28-2) UNRELEASED; urgency=low
+
+  * debian/glpk-utils.examples: Include sql/ directory in the examples
+    (closes: #473224)
+  * debian/rules: Do not compress .sql files
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 30 Mar 2008 12:11:44 +0200
+
 glpk (4.28-1) unstable; urgency=low
 
   * New upstream version, which changed the interface for iODBC and MySQL
--- glpk/trunk/debian/glpk-utils.examples #2345:2346
@@ -1 +1,6 @@
-examples/*.{mod,tsp,lp,mps}
+examples/*.mod
+examples/*.cs
+examples/*.lp
+examples/*.mps
+examples/*.dat
+examples/sql
--- glpk/trunk/debian/rules #2345:2346
@@ -13,6 +13,7 @@
 
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_MAKESHLIBS_ARGS_libglpk0 = -V"libglpk0 (>= $(uversion))"
+DEB_COMPRESS_EXCLUDE = .sql
 
 debdir = $(CURDIR)/debian
 deblin = $(debdir)/glpk-utils/usr/share/lintian/overrides



More information about the Pkg-scicomp-commits mailing list