[med-svn] [qsopt-ex] 01/04: Revise package names and descriptions

Afif Elghraoui afif-guest at moszumanska.debian.org
Fri Jan 22 07:05:30 UTC 2016


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

afif-guest pushed a commit to branch master
in repository qsopt-ex.

commit 09ae29af6770e0eb57e0815689faa7b4cee9154b
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Thu Jan 21 22:59:17 2016 -0800

    Revise package names and descriptions
---
 debian/control                                     | 57 ++++++++++------------
 ...sopt-ex-dev.install => libqsopt-ex-dev.install} |  0
 debian/{qsopt-ex2.install => libqsopt-ex2.install} |  0
 debian/qsopt-ex-dev.dirs                           |  2 -
 debian/qsopt-ex-esolver.dirs                       |  1 -
 .../{qsopt-ex-esolver.install => qsopt-ex.install} |  0
 debian/qsopt-ex2.dirs                              |  1 -
 7 files changed, 25 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index a7278e9..18be8d2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,5 @@
 Source: qsopt-ex
+Section: math
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders:
@@ -8,59 +9,51 @@ Build-Depends:
 	debhelper (>= 9),
 	dh-autoreconf,
 	autotools-dev,
-	libgmp-dev
+	libgmp-dev,
 Standards-Version: 3.9.6
-Section: libs
 Homepage: http://www.dii.uchile.cl/~daespino/ESolver_doc/main.html
 Vcs-Git: git://git.debian.org/debian-med/qsopt-ex.git
 Vcs-Browser: http://git.debian.org/cgit/debian-med/qsopt-ex.git
 
-Package: qsopt-ex-dev
-Section: libdevel
+Package: qsopt-ex
 Architecture: any
 Depends:
 	${shlibs:Depends},
 	${misc:Depends},
-	qsopt-ex2 (= ${binary:Version})
+	qsopt-ex2 (= ${binary:Version}),
 Description: Exact linear programming solver
- This is a fork of QSopt_ex, originally released by Daniel
- Espinoza et al. version 2.5.10 under the GPL 3 (or later).
- The goal of this fork is to update the software, and in particular the
- build system, to be more friendly. In addition the external
- dependencies have been reduced by removing the dependency on EGlib,
- GNU awk and Exuberant Ctags.
+ QSopt-ex is an implementation of a simplex-based algorithm that returns exact
+ rational solutions, taking advantage of the speed of floating-point
+ calculations and attempting to minimize the operations performed in
+ rational arithmetic.
  . 
- This package contains the development files.
+ This package contains the command-line utilities.
 
-Package: qsopt-ex-esolver
-Section: math
+Package: libqsopt-ex-dev
+Section: libdevel
 Architecture: any
 Depends:
 	${shlibs:Depends},
 	${misc:Depends},
-	qsopt-ex2 (= ${binary:Version})
-Description: Exact linear programming solver
- This is a fork of QSopt_ex, originally released by Daniel
- Espinoza et al. version 2.5.10 under the GPL 3 (or later).
- The goal of this fork is to update the software, and in particular the
- build system, to be more friendly. In addition the external
- dependencies have been reduced by removing the dependency on EGlib,
- GNU awk and Exuberant Ctags.
+	qsopt-ex2 (= ${binary:Version}),
+Description: Exact linear programming solver -- development files
+ QSopt-ex is an implementation of a simplex-based algorithm that returns exact
+ rational solutions, taking advantage of the speed of floating-point
+ calculations and attempting to minimize the operations performed in
+ rational arithmetic.
  . 
- This package contains the esolver program.
+ This package contains the development files.
 
-Package: qsopt-ex2
+Package: libqsopt-ex2
 Section: libs
 Architecture: any
 Depends:
 	${shlibs:Depends},
-	${misc:Depends}
-Description: Exact linear programming solver
- This is a fork of QSopt_ex, originally released by Daniel
- Espinoza et al. version 2.5.10 under the GPL 3 (or later).
- The goal of this fork is to update the software, and in particular the
- build system, to be more friendly. In addition the external
- dependencies have been reduced by removing the dependency on EGlib,
- GNU awk and Exuberant Ctags.
+	${misc:Depends},
+Description: Exact linear programming solver -- shared library
+ QSopt-ex is an implementation of a simplex-based algorithm that returns exact
+ rational solutions, taking advantage of the speed of floating-point
+ calculations and attempting to minimize the operations performed in
+ rational arithmetic.
  .
  This package contains the main library.
diff --git a/debian/qsopt-ex-dev.install b/debian/libqsopt-ex-dev.install
similarity index 100%
rename from debian/qsopt-ex-dev.install
rename to debian/libqsopt-ex-dev.install
diff --git a/debian/qsopt-ex2.install b/debian/libqsopt-ex2.install
similarity index 100%
rename from debian/qsopt-ex2.install
rename to debian/libqsopt-ex2.install
diff --git a/debian/qsopt-ex-dev.dirs b/debian/qsopt-ex-dev.dirs
deleted file mode 100644
index 4418816..0000000
--- a/debian/qsopt-ex-dev.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib
-usr/include
diff --git a/debian/qsopt-ex-esolver.dirs b/debian/qsopt-ex-esolver.dirs
deleted file mode 100644
index e772481..0000000
--- a/debian/qsopt-ex-esolver.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin
diff --git a/debian/qsopt-ex-esolver.install b/debian/qsopt-ex.install
similarity index 100%
rename from debian/qsopt-ex-esolver.install
rename to debian/qsopt-ex.install
diff --git a/debian/qsopt-ex2.dirs b/debian/qsopt-ex2.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/qsopt-ex2.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/qsopt-ex.git



More information about the debian-med-commit mailing list