This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository dbus-java.
commit a835c247c112387a52c265d96c4a2473e516c98c Author: Markus Koschany <[email protected]> Date: Wed Dec 20 01:07:53 2017 +0100 Remove gettext from Build-Depends. --- debian/changelog | 3 ++- debian/control | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7606ccd..aa83418 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,9 @@ dbus-java (2.8-7) unstable; urgency=medium Apparently the JAVAC variable is set but msgfmt fails because of another yet unknown error. The only available translation is en_GB. I guess we can skip that. (Closes: #875355) + * Remove gettext from Build-Depends. - -- Markus Koschany <[email protected]> Mon, 18 Dec 2017 21:58:39 +0100 + -- Markus Koschany <[email protected]> Wed, 20 Dec 2017 01:08:34 +0100 dbus-java (2.8-6) unstable; urgency=medium diff --git a/debian/control b/debian/control index f14e3a2..179d987 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends: openjdk-9-jdk, default-jdk-doc, docbook-to-man, - gettext, javahelper (>= 0.42), libmatthew-debug-java, libunixsocket-java (>= 0.6), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dbus-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

