This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository zookeeper.
commit 5a7a58b7b2e0b6c25e63c6910cfe347de2c637e0 Author: tony mancill <[email protected]> Date: Sun Aug 9 12:13:28 2015 -0700 build-dep on liblog4cxx-dev --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1353cb5..8c304db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +zookeeper (3.4.6-7) UNRELEASED; urgency=medium + + * Team upload. + * Build-dep on liblogx4cxx-dev. See transition bug #792013. + (Closes: #794418) + + -- tony mancill <[email protected]> Sun, 09 Aug 2015 12:06:58 -0700 + zookeeper (3.4.6-6) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 04172a1..ae4a203 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: libboost-dev, libcppunit-dev, libjline-java, - liblog4cxx10-dev, + liblog4cxx-dev, liblog4j1.2-java (>> 1.2.15-8), libmockito-java, libnetty-3.9-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/zookeeper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

