debian/0000755000000000000000000000000012250136354007167 5ustar debian/compat0000644000000000000000000000000212250134374010365 0ustar 9 debian/lintian-overrides0000644000000000000000000000032112250134374012544 0ustar # It is expected that these JARs do not contain code libglpk-java: codeless-jar usr/share/doc/libglpk-java/glpk-java-javadoc-*.jar libglpk-java: codeless-jar usr/share/doc/libglpk-java/glpk-java-sources-*.jar debian/control0000644000000000000000000000213312250135613010566 0ustar Source: glpk-java Priority: optional Maintainer: Debian Science Team Uploaders: Sébastien Villemot Build-Depends: debhelper (>= 9), libglpk-dev (>= 4.52.1), swig, dh-autoreconf, automake (>= 1.13), default-jdk Standards-Version: 3.9.5 Section: java Homepage: http://glpk-java.sourceforge.net Vcs-Git: git://anonscm.debian.org/debian-science/packages/glpk-java.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/glpk-java.git Package: libglpk-java Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Java binding 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 package contains the Java binding to GLPK. debian/changelog0000644000000000000000000000631512250135732011045 0ustar glpk-java (1.0.31-2) unstable; urgency=medium * Upload to unstable for glpk transition. * Bump Standards-Version to 3.9.5, no changes needed. -- Sébastien Villemot Thu, 05 Dec 2013 18:45:44 +0100 glpk-java (1.0.31-1) experimental; urgency=low * Imported Upstream version 1.0.31 - this release is compatible with GLPK 4.52.1 (Closes: #714361) * debian/copyright: reflect upstream changes * debian/watch: reflect change of upstream tarball name * debian/control: + use canonical URLs for Vcs-* fields + add myself to uploaders + upgrade to Standards-Version 3.9.4, no changes needed * debian/rules: rewrite using dh * Add lintian overrides for codeless JARs * Register PDF documentation into doc-base -- Sébastien Villemot Wed, 07 Aug 2013 21:28:14 +0200 glpk-java (1.0.18-1) unstable; urgency=low * Team upload * New upstream release * Package moved to the Debian Science team * Standards-Version updated to version 3.9.2 * Cleanup uploader list (Closes: #571829) * Update to the default-jdk & default-jre packages (Closes: #599117) * glpk-java.pdf is now installed (Closes: #599119) * Provide the path to jni.h with the JAVA_HOME variable (Closes: #618167) * Switch to dpkg-source 3.0 (quilt) format * Do not compress pdf * Do not ship .la file -- Sylvestre Ledru Thu, 04 Aug 2011 00:09:49 +0200 glpk-java (1.0.13-4) unstable; urgency=medium [ Kumar Appaiah ] * Use update patch from Heinrich Schuchardt which reworks the callback interface between libglpk-java and GLPK, and updates the Makefiles. -- Debian Scientific Computation Team Fri, 10 Sep 2010 21:15:56 +0000 glpk-java (1.0.13-3) unstable; urgency=medium [ Kumar Appaiah ] * Use patch from Xypron to: - change sourcepath to classpath in swig/Makefile, as the former is ignored by gcj. - Remove extraneous overrides in examples. (Closes: #576896) * Standards Version is now 3.9.1 -- Debian Scientific Computation Team Wed, 08 Sep 2010 17:11:30 -0500 glpk-java (1.0.13-2) unstable; urgency=low * Update minimum dependency of libglpk-dev to 4.43 (due to glpk_error_hook()) as pointed out by Heinrich Schuchardt. -- Debian Scientific Computation Team Sun, 21 Mar 2010 15:07:49 -0500 glpk-java (1.0.13-1) unstable; urgency=low [ Kumar Appaiah ] * New Upstream Release. + Fix FTBFS on amd64. (Closes: #572958) * debian/control: + Standards Version is now 3.8.4 (No changes needed). * debian/rules: + Rename "test" target to "check". -- Debian Scientific Computation Team Thu, 18 Mar 2010 17:58:16 -0500 glpk-java (1.0.1-1.1) unstable; urgency=low * Non-maintainer upload. * Add correct build-deps, closes: #536611 Thanks once a again to Peter Green for fix -- Riku Voipio Thu, 05 Nov 2009 23:39:38 +0200 glpk-java (1.0.1-1) unstable; urgency=low * Initial release (closes: #532185) -- Rafael Laboissiere Sat, 06 Jun 2009 11:53:55 +0200 debian/rules0000755000000000000000000000062712250134374010254 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- JAVA_HOME="/usr/lib/jvm/default-java/" override_dh_auto_install: dh_auto_install find $(CURDIR)/debian/libglpk-java -name '*.la' -delete override_dh_installexamples: dh_installexamples find $(CURDIR)/debian/libglpk-java/usr/share/doc -name '*.class' -delete override_dh_makeshlibs: debian/examples0000644000000000000000000000001312250134374010722 0ustar examples/* debian/copyright0000644000000000000000000000236612250134374011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Java binding to the GNU Linear Programming Kit Upstream-Contact: Heinrich Schuchardt Source: http://glpk-java.sourceforge.net Files: * Copyright: 2009-2013 Heinrich Schuchardt License: GPL-3+ Files: debian/* Copyright: 2009 Rafael Laboissiere 2013 Sébastien Villemot License: GPL-3+ License: GPL-3+ GLPK for Java 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. . GLPK for Java 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 GLPK for Java. If not, see . . On Debian systems, the complete text of the GNU General Public License, version 3, can be found in the file `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000007512250134374010222 0ustar version=3 http://sf.net/glpk-java/libglpk-java-(.*)\.tar\.gz debian/docs0000644000000000000000000000001212250134374010033 0ustar doc/*.pdf debian/doc-base0000644000000000000000000000023512250134374010567 0ustar Document: glpk-java Title: GNU Linear Programming Kit for Java Section: Science/Mathematics Format: PDF Files: /usr/share/doc/libglpk-java/glpk-java.pdf.gz debian/patches/0000755000000000000000000000000012250134374010616 5ustar debian/patches/series0000644000000000000000000000000112250134374012022 0ustar debian/source/0000755000000000000000000000000012250134374010467 5ustar debian/source/format0000644000000000000000000000001412250134374011675 0ustar 3.0 (quilt)