This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository bamtools.
commit a8a2e53b32219c335ec1d39fe8aeea17c9f4f827 Author: Kevin Murray <[email protected]> Date: Thu Sep 24 19:14:30 2015 +1000 Use correct zlib1g-dev package --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a010c97..560d607 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Priority: optional Build-Depends: debhelper (>= 9.0.0), d-shlibs (>= 0.56), cmake, - libz-dev, + zlib1g-dev, libjsoncpp-dev, help2man, doxygen -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bamtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
