This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository kraken.
commit fd286eaee80952900e10f87a980c15f323c47f77 Author: Andreas Tille <[email protected]> Date: Sat Sep 9 22:08:01 2017 +0200 * Build-Depends: jellyfish1 * Architecture: any It has turned out that despite beeing dead upstream jellyfish1 was portable to several other architectures by a simple patch (see #874549) so kraken can be provided for more architectures now. --- debian/changelog | 10 ++++++++++ debian/control | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4eb822e..5d9a7c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +kraken (0.10.5~beta-6) UNRELEASED; urgency=medium + + * Build-Depends: jellyfish1 + * Architecture: any + It has turned out that despite beeing dead upstream jellyfish1 was + portable to several other architectures by a simple patch (see #874549) + so kraken can be provided for more architectures now. + + -- Andreas Tille <[email protected]> Sat, 09 Sep 2017 22:03:27 +0200 + kraken (0.10.5~beta-5) unstable; urgency=medium * Architecture: any-amd64 diff --git a/debian/control b/debian/control index 9feacd8..a627548 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,15 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10) +Build-Depends: debhelper (>= 10), + jellyfish1 Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/kraken.git Vcs-Git: https://anonscm.debian.org/git/debian-med/kraken.git Homepage: http://ccb.jhu.edu/software/kraken/ Package: kraken -Architecture: any-amd64 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, jellyfish1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kraken.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
