[Git][debian-gis-team/gpsprune][master] Reorder rules.
Bas Couwenberg
gitlab at salsa.debian.org
Sat Jan 9 17:58:00 GMT 2021
Bas Couwenberg pushed to branch master at Debian GIS Project / gpsprune
Commits:
b5ef2e7f by Bas Couwenberg at 2021-01-09T18:57:54+01:00
Reorder rules.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -9,23 +9,20 @@ 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
mv $(CURDIR)/srtmtiles.dat tim/prune/function/srtm/
rm -rf tim/prune/function/srtm/gen/GenerateTileLookup.class
-override_jh_build: srtmtiles
- jh_build --no-javadoc
-
-override_jh_depends:
- jh_depends -v -Xlibjava3d-java -Xlibvecmath-java -Xlibjava3d-jni
-
override_dh_auto_build:
dh_auto_build -- build
-%:
- dh $@ --with javahelper
+override_jh_build: srtmtiles
+ jh_build --no-javadoc
override_dh_auto_install:
dh_auto_install
@@ -35,3 +32,6 @@ 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_jh_depends:
+ jh_depends -v -Xlibjava3d-java -Xlibvecmath-java -Xlibjava3d-jni
View it on GitLab: https://salsa.debian.org/debian-gis-team/gpsprune/-/commit/b5ef2e7f59deed87b4830050dc4e0245ae81cf85
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/gpsprune/-/commit/b5ef2e7f59deed87b4830050dc4e0245ae81cf85
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20210109/634407ce/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list