[med-svn] [libbiod] 05/05: Add missing Depends: libbiod0 (= ${binary:Version})
Andreas Tille
tille at debian.org
Thu Mar 23 10:10:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libbiod.
commit d0dbca0ca81cd54b241e73db79b0f8e2ba24560b
Author: Andreas Tille <tille at debian.org>
Date: Thu Mar 23 10:47:54 2017 +0100
Add missing Depends: libbiod0 (= ${binary:Version})
---
debian/changelog | 7 +++++++
debian/control | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index caacee9..3cefa2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libbiod (0.1.0-2) unstable; urgency=medium
+
+ * Add missing Depends: libbiod0 (= ${binary:Version})
+ Closes: #858523
+
+ -- Andreas Tille <tille at debian.org> Thu, 23 Mar 2017 10:47:42 +0100
+
libbiod (0.1.0-1) unstable; urgency=medium
* Initial release (Closes: #856735)
diff --git a/debian/control b/debian/control
index 098ea33..3fc9128 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,8 @@ Package: libbiod-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libbiod0 (= ${binary:Version})
Description: bioinformatics library in D (development files)
BioD is a fast and memory efficient bioinformatics library written in
the D programming language. BioD aims to:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbiod.git
More information about the debian-med-commit
mailing list