[DebianGIS-dev] r2592 - packages/josm-plugins/trunk/debian

gmascellani-guest at alioth.debian.org gmascellani-guest at alioth.debian.org
Fri Nov 6 23:54:31 UTC 2009


Author: gmascellani-guest
Date: 2009-11-06 23:54:31 +0000 (Fri, 06 Nov 2009)
New Revision: 2592

Added:
   packages/josm-plugins/trunk/debian/watch
Modified:
   packages/josm-plugins/trunk/debian/control
   packages/josm-plugins/trunk/debian/rules
Log:
Some minor fixes


Modified: packages/josm-plugins/trunk/debian/control
===================================================================
--- packages/josm-plugins/trunk/debian/control	2009-11-06 23:50:25 UTC (rev 2591)
+++ packages/josm-plugins/trunk/debian/control	2009-11-06 23:54:31 UTC (rev 2592)
@@ -1,9 +1,9 @@
 Source: josm-plugins
-Section: utils
+Section: java
 Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>, Andreas Putzo <andreas at putzo.net>
-Build-Depends: ant, cdbs, dpatch, debhelper (>= 5), openjdk-6-jdk,
+Build-Depends: ant, cdbs, dpatch, debhelper (>= 5), default-jdk,
  josm (>= 0.0.svn2255), libmetadata-extractor-java
 Build-Conflicts: josm (>= 0.0.svn2256)
 Standards-Version: 3.8.3

Modified: packages/josm-plugins/trunk/debian/rules
===================================================================
--- packages/josm-plugins/trunk/debian/rules	2009-11-06 23:50:25 UTC (rev 2591)
+++ packages/josm-plugins/trunk/debian/rules	2009-11-06 23:54:31 UTC (rev 2592)
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
 # debian/rules file for josm-plugins (uses cdbs)
-  
+
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME := /usr/lib/jvm/default-java
 ANT_HOME  := /usr/share/ant
 DEB_JARS := /usr/share/josm/josm.jar
 DEB_JARS += /usr/share/java/metadata-extractor.jar

Added: packages/josm-plugins/trunk/debian/watch
===================================================================
--- packages/josm-plugins/trunk/debian/watch	                        (rev 0)
+++ packages/josm-plugins/trunk/debian/watch	2009-11-06 23:54:31 UTC (rev 2592)
@@ -0,0 +1,3 @@
+# Watch file missing, because there are no upstream releases.
+# This package contains many independent plugins, all of them
+# under a "continuous development" philosophy.




More information about the Pkg-grass-devel mailing list