[glpk] 01/01: Move README.Debian to glpk-utils (it describes glpsol sql example).

Sébastien Villemot sebastien at debian.org
Wed Dec 6 15:04:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository glpk.

commit 8e33f71724d962aa2ec2685e3dec95502af47a88
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Dec 6 16:03:28 2017 +0100

    Move README.Debian to glpk-utils (it describes glpsol sql example).
---
 debian/README.Debian            | 20 --------------------
 debian/glpk-utils.README.Debian | 11 +++++++++++
 2 files changed, 11 insertions(+), 20 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index f4a1a5b..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,20 +0,0 @@
-glpk for Debian
----------------
-
-This is the cookbook to run a GLPK example with database connection:
-
-    sudo apt-get install glpk-utils mysql-server-5.0 mysql-client-5.0 libmysqlclient15-dev
-    cd /usr/share/doc/glpk-utils/examples/sql/
-    ./mysql_setup.sh
-    glpsol --math sudoku_mysql.mod
-
- -- Rafael Laboissiere <rafael at debian.org>, Sun, 30 Mar 2008 13:04:54 +0200
-
-
-At one time GLPK included a contrib directory with contributed
-interfaces to Java, Matlab, and Delphi.  This directory was removed by
-the upstream author (he indicated some copyright/license concerns on
-an email list).  Until they are put in the upstream release again, I do not
-plan to include them in the Debian package.
-
- -- Brady Hunsaker <hunsaker at engr.pitt.edu>, Sat, 16 Oct 2004
diff --git a/debian/glpk-utils.README.Debian b/debian/glpk-utils.README.Debian
new file mode 100644
index 0000000..2912358
--- /dev/null
+++ b/debian/glpk-utils.README.Debian
@@ -0,0 +1,11 @@
+glpk for Debian
+---------------
+
+This is the cookbook to run a GLPK example with database connection:
+
+    sudo apt-get install glpk-utils mysql-server-5.0 mysql-client-5.0 libmysqlclient15-dev
+    cd /usr/share/doc/glpk-utils/examples/sql/
+    ./mysql_setup.sh
+    glpsol --math sudoku_mysql.mod
+
+ -- Rafael Laboissiere <rafael at debian.org>, Sun, 30 Mar 2008 13:04:54 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/glpk.git



More information about the debian-science-commits mailing list