This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository sweethome3d-furniture-editor.
commit f5b5d47b01dc67f148f0802cfcad4951c2b32caa Author: Markus Koschany <[email protected]> Date: Thu Sep 14 07:40:13 2017 +0200 Tighten build-dependency on sweethome3d to >= 5.5 otherwise the build will fail. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e33a8df..77d4de8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ sweethome3d-furniture-editor (1.21-1) unstable; urgency=medium * Drop deprecated menu file. * Require Java 8 from now on. * d/copyright: Use https for Format field. Update copyright years. + * Tighten build-dependency on sweethome3d to >= 5.5 otherwise the build will + fail. -- Markus Koschany <[email protected]> Thu, 14 Sep 2017 07:31:25 +0200 diff --git a/debian/control b/debian/control index 736a02e..c7ee14f 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10), default-jdk, imagemagick, - sweethome3d (>= 4.5), + sweethome3d (>= 5.5), unzip Standards-Version: 4.1.0 Homepage: http://www.sweethome3d.com -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d-furniture-editor.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

