This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository abyss.
commit 438a8ff66694ab6e473c134992ca3ad053de7929 Author: Andreas Tille <[email protected]> Date: Mon Sep 15 16:32:53 2014 +0200 libgtest-dev to enable unit tests at build time (does not work unfortunately) --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a7ad3e1..d07e379 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ abyss (1.5.2-1) UNRELEASED; urgency=medium * d/control+d/rules: use dh-autoreconf * d/control: Build-Depends: libtext-multimarkdown-perl * cme fix dpkg-control + * d/control: Build-Depends: libgtest-dev to enable unit tests at build time -- Andreas Tille <[email protected]> Mon, 15 Sep 2014 14:53:24 +0200 diff --git a/debian/control b/debian/control index ba46e31..1519aaf 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 9), libboost-graph-dev, libopenmpi-dev, libsparsehash-dev, - libtext-multimarkdown-perl + libtext-multimarkdown-perl, + libgtest-dev Standards-Version: 3.9.5 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/abyss.git Vcs-Git: git://anonscm.debian.org/debian-med/abyss.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/abyss.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
