debian/0000755000000000000000000000000012250374644007175 5ustar debian/compat0000644000000000000000000000000211372504302010361 0ustar 7 debian/control0000644000000000000000000000176512250373675010614 0ustar Source: python-glpk Section: python Priority: optional Maintainer: Joao Pedro Pedroso Build-Depends: debhelper (>= 7.0.50~), cdbs (>= 0.4.90~), python-all-dev (>= 2.6.6-3~), swig, make (>= 3.8), libglpk-dev (>= 4.52), libglpk-dev (<< 4.53) Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Homepage: http://www.dcc.fc.up.pt/~jpp/code/python-glpk Package: python-glpk Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-ply (>= 3.4) Provides: ${python:Provides} Description: Python bindings to the GNU Linear Programming Kit 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. . GLPK supports the GNU MathProg language, which is a subset of the AMPL language. GLPK also supports the standard MPS and LP formats. . This is the Python bindings to GLPK. . debian/changelog0000644000000000000000000000751712250374627011062 0ustar python-glpk (0.4.52-1.1) unstable; urgency=medium * Non-maintainer upload. * Upload to unstable, for glpk transition. * debian/control: remove manually added versioned dependencies on libglpk0. The shared library is now libglpk36. Also, it is unnecessary to add such versioned dependencies, because SONAME versioning ensures that the package will work with newer versions of the library, and symbols/shlibs files ensure that the minimal required version is enforced. -- Sébastien Villemot Fri, 06 Dec 2013 17:11:11 +0100 python-glpk (0.4.52-1) experimental; urgency=low * updated interface to GLPK version 4.52 * Bug fix: "glpk.glp_printf() fails", thanks to Xypron (Closes: #597017) [printf cannot be implemented due to a limitation in swig; function glp_printf is no longer available from python]. * Bug fix: "FTBFS against glpk 4.51-1", thanks to Sebastien Villemot (Closes: #714211). -- Joao Pedro Pedroso Mon, 02 Sep 2013 13:49:30 +0100 python-glpk (0.4.45-1) unstable; urgency=low * updated interface to GLPK version 4.45 (Closes: #638649). -- Joao Pedro Pedroso Mon, 29 Aug 2011 14:02:43 +0100 python-glpk (0.4.43-2) unstable; urgency=low * Corrected debian/control file (Closes: #573696). * Corrected debian/control file (Closes: #578424). -- Joao Pedro Pedroso Tue, 18 May 2010 10:03:38 +0100 python-glpk (0.4.43-1) unstable; urgency=low * Initial release: solved some issues related to debianization. * Cannot be reproduced with current version of glpk (Closes: #577405). * Dependencies fixed; now depends on glpk 4.43 (Closes: #578424). * Cannot be reproduced (Closes: #548267). -- Joao Pedro Pedroso Wed, 12 May 2010 11:53:48 +0100 python-glpk (0.3.43-4) unstable; urgency=low * added dependency to python-ply -- Joao Pedro Pedroso Tue, 4 May 2010 11:30:15 +0100 python-glpk (0.3.43-3) unstable; urgency=low * using a modified local copy of glpk.h for compiling in 64 bit machines -- Joao Pedro Pedroso Tue, 3 May 2010 10:30:15 +0100 python-glpk (0.3.43-2) unstable; urgency=low * bug corrections on the python Gnu MathProg's parser -- Joao Pedro Pedroso Tue, 29 Apr 2010 17:30:15 +0100 python-glpk (0.3.43-1) unstable; urgency=low * implemented support for modifying glpk model's data in python * updated interface to GLPK version 4.43 * cleaned up code for this version -- Joao Pedro Pedroso Tue, 20 Apr 2010 18:30:15 +0100 python-glpk (0.1.38-1) unstable; urgency=low * Version compatible with glpk v4.38 -- Joao Pedro Pedroso Sat, 01 Aug 2009 21:14:15 +0100 python-glpk (0.1.16-4) unstable; urgency=low * debian/control: - changed section to 'math' -- Jan Alonzo Tue, 29 May 2007 04:40:00 +1000 python-glpk (0.1.16-3) unstable; urgency=low * debian/changelog: - Copy maintainer from control file to make it lint-free. -- Jan Alonzo Tue, 29 May 2007 04:30:00 +1000 python-glpk (0.1.16-2) unstable; urgency=low * debian/control: - Build-Depends on versioned make >= 3.8 - Build-Depends on debhelper 5.0.37.2 as per lintian suggestion - Build-Depends on libglpk-dev greater or equal to 4.16 -- Jan Alonzo Tue, 29 May 2007 04:23:29 +1000 python-glpk (0.1.16-1) unstable; urgency=low * new upstream version 0.1.16 -- Jan Alonzo Tue, 29 May 2007 02:37:29 +1000 python-glpk (0.1.15-1) unstable; urgency=low * new upstream version 0.1.15 -- Jan Alonzo Tue, 22 May 2007 01:27:25 +1000 python-glpk (0.1-1) unstable; urgency=low * Initial release (Closes: #400690) -- Jan Alonzo Fri, 16 Mar 2007 20:03:20 +1100 debian/rules0000755000000000000000000000033312216351703010245 0ustar #!/usr/bin/make -f DEB_COMPRESS_EXCLUDE := example.mps DEB_SRCDIR := src include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/class/makefile.mk debian/examples0000644000000000000000000000001311372505771010731 0ustar examples/* debian/copyright0000644000000000000000000000245011372531554011130 0ustar This work was packaged for Debian by: Joao Pedro Pedroso on Wed, 12 May 2010 11:53:48 +0100 It was downloaded from: Upstream Author: Joao Pedro Pedroso Filipe Brandao Copyright: License: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". The Debian packaging is: Copyright (C) 2010 Joao Pedro Pedroso and is licensed under the GPL version 3, see above. debian/docs0000644000000000000000000000001311372506445010042 0ustar readme.txt debian/source/0000755000000000000000000000000011372504302010463 5ustar debian/source/format0000644000000000000000000000001411372504302011671 0ustar 3.0 (quilt)