r3100 - packages/mkgmap/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Wed Jun 5 14:52:26 UTC 2013
Author: tille
Date: 2013-06-05 14:52:26 +0000 (Wed, 05 Jun 2013)
New Revision: 3100
Modified:
packages/mkgmap/trunk/debian/changelog
packages/mkgmap/trunk/debian/rules
Log:
Forgot to commit fixed debian/rules; update debian/changelog about missing dependency
Modified: packages/mkgmap/trunk/debian/changelog
===================================================================
--- packages/mkgmap/trunk/debian/changelog 2013-06-05 14:51:04 UTC (rev 3099)
+++ packages/mkgmap/trunk/debian/changelog 2013-06-05 14:52:26 UTC (rev 3100)
@@ -1,6 +1,6 @@
mkgmap (0.0.0+svn2640-1) UNRELEASED; urgency=low
- * NOT FINISHED! http://fastutil.di.unimi.it/ needs to be packaged first
+ * NOT FINISHED! https://github.com/osmandapp/OsmAnd-tools/blob/master/OsmAndMapCreator/src/crosby/binary/Osmformat.java needs to be packaged first
* Team upload.
* New upstream version
Closes: #580170
Modified: packages/mkgmap/trunk/debian/rules
===================================================================
--- packages/mkgmap/trunk/debian/rules 2013-06-05 14:51:04 UTC (rev 3099)
+++ packages/mkgmap/trunk/debian/rules 2013-06-05 14:52:26 UTC (rev 3100)
@@ -4,5 +4,10 @@
# Andreas Tille <tille at debian.org>
# GPL
+JAVA_HOME=/usr/lib/jvm/default-java
+
%:
dh $@ --with javahelper
+
+override_dh_auto_build:
+ ant
More information about the Pkg-grass-devel
mailing list