This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/2.1.4-1 in repository jellyfish1.
commit 1fd9160b9c76bfd23eefe21ce5082f560e714edc Author: Andreas Tille <[email protected]> Date: Wed Oct 8 14:59:29 2014 +0200 Also procps is needed to run unit tests --- debian/changelog | 2 +- debian/control | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 41bb9c3..01343b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ jellyfish (2.1.4-1) UNRELEASED; urgency=medium * d/watch: point to new location on Github * cme fix dpkg-control * new upstream version needs autoreconf - * New Build-Depends: yaggo, pkg-config, bc, time + * New Build-Depends: yaggo, pkg-config, bc, time, procps * debian/rules: Make sure package builds twice in a row * d/copyright: - Adapted to file locations in new upstream version diff --git a/debian/control b/debian/control index 0d6983f..2cde7a7 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 9), yaggo, pkg-config, bc, - time + time, + procps Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/jellyfish.git Vcs-Git: git://anonscm.debian.org/debian-med/jellyfish.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jellyfish1.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
