Bas Couwenberg pushed to branch master at Debian GIS Project / gpsprune
Commits: 53b180c0 by Bas Couwenberg at 2020-03-30T12:56:07+02:00 Add extra files to JAR because jh_build is broken, see: #945917. - - - - - 1df9b176 by Bas Couwenberg at 2020-03-30T13:08:03+02:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +gpsprune (20-2) unstable; urgency=medium + + * Add extra files to JAR because jh_build is broken, see: #945917. + + -- Bas Couwenberg <[email protected]> Mon, 30 Mar 2020 13:07:53 +0200 + gpsprune (20-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -9,6 +9,9 @@ export CLASSPATH=/usr/share/java/j3dcore.jar:/usr/share/java/j3dutils.jar:/usr/s export JH_JAR_EXTRA=$(shell find tim/prune/lang/ tim/prune/gui/images -type f) tim/prune/function/srtm/srtmtiles.dat +%: + dh $@ --with javahelper + srtmtiles: javac tim/prune/function/srtm/gen/GenerateTileLookup.java CLASSPATH=. java tim.prune.function.srtm.gen.GenerateTileLookup @@ -24,9 +27,6 @@ override_jh_depends: override_dh_auto_build: dh_auto_build -- build -%: - dh $@ --with javahelper - override_dh_auto_install: dh_auto_install @@ -35,3 +35,8 @@ override_dh_auto_install: install -o root -g root -d $(CURDIR)/debian/gpsprune/usr/share/icons/hicolor/$${size}x$${size}/apps ; \ install -o root -g root -m 644 $(CURDIR)/tim/prune/gui/images/window_icon_$${size}.png $(CURDIR)/debian/gpsprune/usr/share/icons/hicolor/$${size}x$${size}/apps/gpsprune.png ; \ done + +override_dh_install: + dh_install + + jar -uvf $(CURDIR)/debian/gpsprune/usr/share/gpsprune/gpsprune.jar $(JH_JAR_EXTRA) View it on GitLab: https://salsa.debian.org/debian-gis-team/gpsprune/-/compare/41308c97162f6366dbc989b8e89415bd41a9bcdb...1df9b176f8bef1950fba2ef4bdee91219d41ff40 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gpsprune/-/compare/41308c97162f6366dbc989b8e89415bd41a9bcdb...1df9b176f8bef1950fba2ef4bdee91219d41ff40 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
