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

Rafael Laboissiere rafael at debian.org
Sat Jul 12 08:46:36 UTC 2008


SVN commit 2568 by rafael:

Enable the configure options that are now disabled by default but were enabled before


 M  +7 -0      glpk/trunk/debian/changelog  
 M  +3 -2      glpk/trunk/debian/rules  


--- glpk/trunk/debian/changelog #2567:2568
@@ -1,3 +1,10 @@
+glpk (4.29-2) UNRELEASED; urgency=low
+
+  * debian/rules: Enable the configure options that are now disabled by
+    default but were enabled before
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 12 Jul 2008 10:41:25 +0200
+
 glpk (4.29-1) unstable; urgency=low
 
   * New upstream release
--- glpk/trunk/debian/rules #2567:2568
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 # debian/rules for the glpk package
-# GNU copyright 2007 by Rafael Laboissiere
+# GNU copyright (C) 2007, 2008  Rafael Laboissiere
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
@@ -11,7 +11,8 @@
 		debian/changelog)
 uversion = $(shell echo $(debversion) | sed "s/-.*//")
 
+DEB_CONFIGURE_EXTRA_FLAGS =	\
+	--enable-dl --enable-odbc --enable-mysql --with-gmp --with-zlib
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_MAKESHLIBS_ARGS_libglpk0 = -V"libglpk0 (>= $(uversion))"
 DEB_COMPRESS_EXCLUDE = .sql
-



More information about the Pkg-scicomp-commits mailing list