This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/2.2.3-1 in repository jellyfish1.
commit 43184b19e27340ddc76ffabc925101e295c73044 Author: Andreas Tille <[email protected]> Date: Fri Jul 3 19:20:00 2015 +0200 New version needs valgrind as Build-Depends to pass all tests --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ba7aa1a..d23371e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jellyfish (2.2.3-1) UNRELEASED; urgency=medium [ Andreas Tille ] * Replace unneeded dependency by @builddeps@ in debian/tests/control + * New version needs valgrind as Build-Depends to pass all tests [ Charles Plessy ] * New upstream release. diff --git a/debian/control b/debian/control index aa79d13..1ef16ea 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 9), pkg-config, bc, time, - procps + procps, + valgrind 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
