[coinor-symphony] 04/04: add -lz and -lbz2 build deps. run wrap-and-sort
Miles Lubin
mlubin-guest at moszumanska.debian.org
Fri Nov 22 03:14:19 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-symphony.
commit 22995870440e045ae525b50b48d383da2ce2352d
Author: Miles Lubin <miles.lubin at gmail.com>
Date: Thu Nov 21 22:05:27 2013 -0500
add -lz and -lbz2 build deps. run wrap-and-sort
---
debian/control | 39 ++++++++++++++++++++++++++-------------
1 file changed, 26 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index aead869..91a25b8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,19 @@ Section: science
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Miles Lubin <miles.lubin at gmail.com>
-Build-Depends: debhelper (>= 9), doxygen-latex, graphviz,
- coinor-libcoinutils-dev (>= 2.9.4), coinor-libcgl-dev (>= 0.58.2),
- coinor-libosi-dev (>= 0.106.1), coinor-libclp-dev (>= 1.15.3),
- latex2html, liblapack-dev, pkg-config, chrpath
+Build-Depends: chrpath,
+ coinor-libcgl-dev (>= 0.58.2),
+ coinor-libclp-dev (>= 1.15.3),
+ coinor-libcoinutils-dev (>= 2.9.4),
+ coinor-libosi-dev (>= 0.106.1),
+ debhelper (>= 9),
+ doxygen-latex,
+ graphviz,
+ latex2html,
+ libbz2-dev,
+ liblapack-dev,
+ pkg-config,
+ zlib1g-dev
Standards-Version: 3.9.5
Homepage: https://projects.coin-or.org/SYMPHONY
Vcs-Git: git://anonscm.debian.org/debian-science/packages/coinor-symphony.git
@@ -14,7 +23,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/coinor-
Package: coinor-symphony
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: coinor-libsymphony0
Breaks: coinor-libsymphony0
Description: COIN-OR solver for mixed-integer linear programs
@@ -22,7 +31,7 @@ Description: COIN-OR solver for mixed-integer linear programs
callable library, and extensible framework for implementing customized solvers
SYMPHONY has a number of advanced capabilities, including the ability to
solve multi-objective MILPs, the ability to warm start its solution procedure,
- and the ability to perform basic sensitivity analyses.
+ and the ability to perform basic sensitivity analyses.
.
SYMPHONY is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
@@ -31,13 +40,13 @@ Description: COIN-OR solver for mixed-integer linear programs
Package: coinor-libsymphony3
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: COIN-OR solver for mixed-integer linear programs (shared libraries)
SYMPHONY is an open-source generic mixed-integer linear programs (MILP) solver,
callable library, and extensible framework for implementing customized solvers
SYMPHONY has a number of advanced capabilities, including the ability to
solve multi-objective MILPs, the ability to warm start its solution procedure,
- and the ability to perform basic sensitivity analyses.
+ and the ability to perform basic sensitivity analyses.
.
SYMPHONY is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
@@ -47,13 +56,15 @@ Description: COIN-OR solver for mixed-integer linear programs (shared libraries)
Package: coinor-libsymphony-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libsymphony3 (= ${binary:Version})
+Depends: coinor-libsymphony3 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: COIN-OR solver for mixed-integer linear programs (developer files)
SYMPHONY is an open-source generic mixed-integer linear programs (MILP) solver,
callable library, and extensible framework for implementing customized solvers
SYMPHONY has a number of advanced capabilities, including the ability to
solve multi-objective MILPs, the ability to warm start its solution procedure,
- and the ability to perform basic sensitivity analyses.
+ and the ability to perform basic sensitivity analyses.
.
SYMPHONY is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
@@ -70,7 +81,7 @@ Description: COIN-OR solver for mixed-integer linear programs (documentation)
callable library, and extensible framework for implementing customized solvers
SYMPHONY has a number of advanced capabilities, including the ability to
solve multi-objective MILPs, the ability to warm start its solution procedure,
- and the ability to perform basic sensitivity analyses.
+ and the ability to perform basic sensitivity analyses.
.
SYMPHONY is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
@@ -80,13 +91,15 @@ Description: COIN-OR solver for mixed-integer linear programs (documentation)
Package: coinor-libsymphony3-dbg
Section: debug
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libsymphony3 (= ${binary:Version})
+Depends: coinor-libsymphony3 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: COIN-OR solver for mixed-integer linear programs (debug symbols)
SYMPHONY is an open-source generic mixed-integer linear programs (MILP) solver,
callable library, and extensible framework for implementing customized solvers
SYMPHONY has a number of advanced capabilities, including the ability to
solve multi-objective MILPs, the ability to warm start its solution procedure,
- and the ability to perform basic sensitivity analyses.
+ and the ability to perform basic sensitivity analyses.
.
SYMPHONY 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-symphony.git
More information about the debian-science-commits
mailing list