[SCM] glpk packaging branch, master, updated. upstream/4.51-14-g857c570
Sébastien Villemot
sebastien at debian.org
Tue Jun 25 20:42:56 UTC 2013
The following commit has been merged in the master branch:
commit 3b6321b4f7d8018b001810761739fcdefc0ba8fc
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Jun 25 20:06:02 2013 +0200
Fix description of glpk-utils: example program "tspsol" has been
removed upstream (Closes: #698319)
diff --git a/debian/changelog b/debian/changelog
index c9c01d3..b31e9fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ glpk (4.51-1) UNRELEASED; urgency=low
* Remove obsolete glpk transition package (Closes: #598786)
* Add myself to uploaders
* Bump Standards-Version to 3.9.4, no changes needed
+ * Fix description of glpk-utils: example program "tspsol" has been
+ removed upstream (Closes: #698319)
-- Sébastien Villemot <sebastien at debian.org> Wed, 19 Jun 2013 18:15:36 +0200
diff --git a/debian/control b/debian/control
index 76261ad..8969a9c 100644
--- a/debian/control
+++ b/debian/control
@@ -80,13 +80,12 @@ Description: linear programming kit - documentation files
Package: glpk-utils
Architecture: any
-Depends: libglpk36 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: linear programming kit - utility files
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.
.
- This package contains the following stand-alone tools:
- * glpsol: LP/MIP solver
- * tspsol: TSP solver
+ This package contains a stand-alone LP/MIP solver (glpsol) and several example
+ problems.
diff --git a/debian/tspsol.1 b/debian/tspsol.1
deleted file mode 100644
index 742b9f2..0000000
--- a/debian/tspsol.1
+++ /dev/null
@@ -1,29 +0,0 @@
-.TH TSPSOL "1" "Jan 2005" "TSPSOL, Version 4.8" "User Commands"
-.SH NAME
-TSPSOL \- Traveling Salesperson Problem solver from GLPK
-.SH SYNOPSIS
-.B tspsol
-[\fIoptions\fR...] \fItsp-file\fR
-.SH DESCRIPTION
-.SS "Options:"
-.TP
-\fB\-o\fR filename, \fB\-\-output\fR filename
-write solution to filename in plain text format
-.TP
-\fB\-t\fR, \fB\-\-trace\fR
-produce detailed output
-.SH "REPORTING BUGS"
-Please report bugs to <bug-glpk at gnu.org>.
-.SH COPYRIGHT
-Copyright \(co 2000, 2001, 2002, 2003, 2004, 2005 Andrew Makhorin <mao at gnu.org>
-This program is free software; you may redistribute it under the terms of
-the GNU General Public License. This program has absolutely no warranty.
-.SH "SEE ALSO"
-glpsol(1)
-.TP
-.BR /usr/share/doc/glpk/
-Documentation about GLPK, its C API, the GNU MathProg modeling
-language, and MPS and LP file formats in PostScript format.
-.PP
-See also the official GNU webpage dedicated to GLPK at
-<http://www.gnu.org/software/glpk/glpk.html>.
--
glpk packaging
More information about the debian-science-commits
mailing list