This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jansi.
commit b4a31c4b1db5223e52043e2173ff38e27f381917 Author: Markus Koschany <[email protected]> Date: Wed Jul 12 09:41:22 2017 +0200 Tighten build-dependeny on jansi-native to >= 1.7. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5437459..2ebcc6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jansi (1.16-1) unstable; urgency=medium * New upstream version 1.16. * Declare compliance with Debian Policy 4.0.0. * Use https for Format field. + * Tighten build-dependeny on jansi-native to >= 1.7. -- Markus Koschany <[email protected]> Wed, 12 Jul 2017 09:39:12 +0200 diff --git a/debian/control b/debian/control index 3163036..5079c40 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10), default-jdk, libhawtjni-runtime-java, - libjansi-native-java (>= 1.6), + libjansi-native-java (>= 1.7), libmaven-bundle-plugin-java, maven-debian-helper Standards-Version: 4.0.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jansi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

