This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libsbml.
commit 59da66829b8cd245a077104805b6efc7a2ee3d40 Author: Andreas Tille <[email protected]> Date: Sun Dec 20 16:14:43 2015 +0100 follow Debian CLI library packaging guidelines (add missing dependencies) --- debian/changelog | 7 +++++++ debian/control | 1 + debian/rules | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 33c2f98..693e263 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libsbml (5.12.0+dfsg-2) UNRELEASED; urgency=medium + + * follow Debian CLI library packaging guidelines (add missing dependencies) + Closes: #808477 + + -- Andreas Tille <[email protected]> Sun, 20 Dec 2015 16:14:28 +0100 + libsbml (5.12.0+dfsg-1) unstable; urgency=medium [ Ivo Maintz ] diff --git a/debian/control b/debian/control index 542629a..e70ba65 100644 --- a/debian/control +++ b/debian/control @@ -141,6 +141,7 @@ Architecture: any Section: cli-mono Depends: ${shlibs:Depends}, ${misc:Depends}, + ${cli:Depends}, libsbml5-dev Provides: libsbml-cil Description: System Biology Markup Language library - CLI bindings diff --git a/debian/rules b/debian/rules index 3a3d694..673a2ed 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ endif DEB_COMPRESS_EXCLUDE = .pdf %: - dh $@ --with-python2 --dbg-package=${dbgpack} + dh $@ --with python2,cli --dbg-package=${dbgpack} get-orig-source: uscan --verbose --download-current-version --force-download --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsbml.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
