This is an automated email from the git hooks/post-receive script. mans0954 pushed a commit to branch master in repository spymemcached.
commit 2246bdb5be9a378893d4d57d57068b5f1e07d30a Author: Christopher Hoskin <[email protected]> Date: Sun Aug 20 21:27:53 2017 +0100 Add build dependencies to debian/control --- debian/changelog | 1 + debian/control | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 86a4311..b79d279 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,5 +2,6 @@ spymemcached (2.12.1-1) UNRELEASED; urgency=medium * Initial release (Closes: #845789) * Enable tests, disabling 5 failing tests pending further investigation + * Add build dependencies to debian/control -- Christopher Hoskin <[email protected]> Fri, 25 Nov 2016 17:15:52 +0000 diff --git a/debian/control b/debian/control index 97ace1d..b1ff75e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,12 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Christopher Hoskin <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1) +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1), +# Test dependencies + memcached, procps, net-tools +Build-Depends-Indep: libdropwizard-metrics-java, libspring-beans-java, +# Test dependencies + junit4, libjmock-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/spymemcached.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/spymemcached.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/spymemcached.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

