[coinor-osi] 01/06: update package descriptions

Miles Lubin mlubin-guest at alioth.debian.org
Tue Oct 1 02:39:28 UTC 2013


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

mlubin-guest pushed a commit to branch master
in repository coinor-osi.

commit dc139ac790c92729ae318365d5f62d705b22ad3c
Author: Miles Lubin <miles.lubin at gmail.com>
Date:   Mon Sep 30 19:14:36 2013 -0400

    update package descriptions
---
 debian/changelog |    1 +
 debian/control   |   38 +++++++++++++++++++-------------------
 2 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e86e51e..8aa0c6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 coinor-osi (0.106.1-2) experimental; urgency=low
 
+  * Update package descriptions from upstream.
   * Add missing dependency on libjs-jquery. 
     - Thanks to Paul Richards Tagliamonte.
 
diff --git a/debian/control b/debian/control
index 8f68fd0..9129952 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,10 @@ Package: coinor-libosi1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: COIN-OR Open Solver Interface
- The COIN-OR Open Solver Interface is a uniform API for interacting with
- callable solver libraries. It supports linear programming solvers as well as
- the ability to "finish off" a mixed-integer problem calling the solver
- library's MIP solver.
+ Osi (Open Solver Interface) provides an abstract C++ base class to a generic
+ linear programming (LP) solver, along with derived classes for specific solvers. 
+ Many applications may be able to use the Osi to insulate themselves from a
+ specific LP solver.
  .
  Osi is part of the larger COIN-OR initiative (Computational Infrastructure
  for Operations Research).
@@ -28,11 +28,11 @@ Package: coinor-libosi-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libosi1 (= ${binary:Version})
-Description: COIN-OR Open Solver Interface
- The COIN-OR Open Solver Interface is a uniform API for interacting with
- callable solver libraries. It supports linear programming solvers as well as
- the ability to "finish off" a mixed-integer problem calling the solver
- library's MIP solver.
+Description: COIN-OR Open Solver Interface (developer files)
+ Osi (Open Solver Interface) provides an abstract C++ base class to a generic
+ linear programming (LP) solver, along with derived classes for specific solvers. 
+ Many applications may be able to use the Osi to insulate themselves from a
+ specific LP solver.
  .
  Osi is part of the larger COIN-OR initiative (Computational Infrastructure
  for Operations Research).
@@ -44,11 +44,11 @@ Section: doc
 Architecture: all
 Depends: ${misc:Depends}, libjs-jquery
 Recommends: coinor-libosi-dev, coinor-libcoinutils-dev
-Description: COIN-OR Open Solver Interface
- The COIN-OR Open Solver Interface is a uniform API for interacting with
- callable solver libraries. It supports linear programming solvers as well as
- the ability to "finish off" a mixed-integer problem calling the solver
- library's MIP solver.
+Description: COIN-OR Open Solver Interface (documentation)
+ Osi (Open Solver Interface) provides an abstract C++ base class to a generic
+ linear programming (LP) solver, along with derived classes for specific solvers. 
+ Many applications may be able to use the Osi to insulate themselves from a
+ specific LP solver.
  .
  Osi is part of the larger COIN-OR initiative (Computational Infrastructure
  for Operations Research).
@@ -59,11 +59,11 @@ Package: coinor-libosi1-dbg
 Section: debug
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libosi1 (= ${binary:Version})
-Description: COIN-OR Open Solver Interface
- The COIN-OR Open Solver Interface is a uniform API for interacting with
- callable solver libraries. It supports linear programming solvers as well as
- the ability to "finish off" a mixed-integer problem calling the solver
- library's MIP solver.
+Description: COIN-OR Open Solver Interface (debug symbols)
+ Osi (Open Solver Interface) provides an abstract C++ base class to a generic
+ linear programming (LP) solver, along with derived classes for specific solvers. 
+ Many applications may be able to use the Osi to insulate themselves from a
+ specific LP solver.
  .
  Osi is part of the larger COIN-OR initiative (Computational Infrastructure
  for Operations Research).

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



More information about the debian-science-commits mailing list