This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch daube/libkhmerdev in repository khmer.
commit a5a3184446f2ee2fb39d2d59e948e1f91a89d7d5 Author: Kevin Murray <[email protected]> Date: Tue Jul 7 20:51:14 2015 +1000 Make liboxli* depend on khmer (may be a bad idea) This is to pull in the file(1) magic config. Is it worth having a base package, khmer-common, for this purpose. And having all packages depend on that? --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 081b5e9..ed7d9be 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,8 @@ Package: liboxli2 Architecture: any Multi-Arch: same Section: libs -Depends: ${shlibs:Depends}, +Depends: khmer, + ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: in-memory DNA sequence kmer counting, filtering & graph traversal @@ -58,7 +59,8 @@ Package: liboxli-dev Architecture: any Multi-Arch: same Section: libs -Depends: ${shlibs:Depends}, +Depends: khmer, + ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: in-memory DNA sequence kmer counting, filtering & graph traversal -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
