[med-svn] [qsopt-ex] 04/04: Fix oversight from package renaming

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 88daae4e636c0f0fe30e732cd45e815d39cf0b5e
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Thu Jan 21 23:04:41 2016 -0800

    Fix oversight from package renaming
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index bb5d3ae..00060c7 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Architecture: any
 Depends:
 	${shlibs:Depends},
 	${misc:Depends},
-	qsopt-ex2 (= ${binary:Version}),
+	libqsopt-ex2 (= ${binary:Version}),
 Description: Exact linear programming solver
  QSopt-ex is an implementation of a simplex-based algorithm that returns exact
  rational solutions, taking advantage of the speed of floating-point
@@ -35,14 +35,14 @@ Architecture: any
 Depends:
 	${shlibs:Depends},
 	${misc:Depends},
-	qsopt-ex2 (= ${binary:Version}),
+	libqsopt-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 development files.
+ This package contains the header files and static library.
 
 Package: libqsopt-ex2
 Section: libs

-- 
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