This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch jessie-backports in repository jmapviewer.
commit 98c0b6c5680b490b6dcc7f883b95ea2e87922f3e Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Thu Aug 18 10:08:46 2016 +0200 Rebuild for jessie-backports. Use OpenJDK 8 for jessie-backports --- debian/changelog | 7 +++++++ debian/control | 1 + debian/rules | 3 +++ 3 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index f7436c2..9b422da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jmapviewer (2.0+dfsg-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + * Use OpenJDK 8 for jessie-backports + + -- Bas Couwenberg <sebas...@debian.org> Thu, 18 Aug 2016 10:08:21 +0200 + jmapviewer (2.0+dfsg-1) unstable; urgency=medium * Move from experimental to unstable. diff --git a/debian/control b/debian/control index a1083e1..50af1e2 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Section: utils Priority: optional Build-Depends: debhelper (>= 9~), default-jdk (>= 1.8) | java8-sdk, + openjdk-8-jdk, ant, docbook-xsl, docbook-xml, diff --git a/debian/rules b/debian/rules index c2aa347..8730a76 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,9 @@ #!/usr/bin/make -f # -*- makefile -*- +# Use OpenJDK 8 for jessie-backports +export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-$(shell dpkg-architecture -qDEB_BUILD_ARCH) + VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://') %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/jmapviewer.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel