[DebianGIS-dev] r1901 - in packages/josm-plugins/trunk/debian: . patches

gmascellani-guest at alioth.debian.org gmascellani-guest at alioth.debian.org
Mon Feb 16 13:18:38 UTC 2009


Author: gmascellani-guest
Date: 2009-02-16 13:18:38 +0000 (Mon, 16 Feb 2009)
New Revision: 1901

Modified:
   packages/josm-plugins/trunk/debian/control
   packages/josm-plugins/trunk/debian/patches/100_surveyor.dpatch
   packages/josm-plugins/trunk/debian/patches/10_colorscheme.dpatch
   packages/josm-plugins/trunk/debian/patches/110_usertools.dpatch
   packages/josm-plugins/trunk/debian/patches/20_livegps.dpatch
   packages/josm-plugins/trunk/debian/patches/30_slippymap.dpatch
   packages/josm-plugins/trunk/debian/patches/40_utilsplugin.dpatch
   packages/josm-plugins/trunk/debian/patches/50_validator.dpatch
   packages/josm-plugins/trunk/debian/patches/60_wmsplugin.dpatch
   packages/josm-plugins/trunk/debian/patches/70_agpifoj.dpatch
   packages/josm-plugins/trunk/debian/patches/80_measurement.dpatch
   packages/josm-plugins/trunk/debian/patches/90_openvisible.dpatch
Log:
Fixed lintian messages:
 * added ${misc:Depends} to dependencies
 * added patch descriptions


Modified: packages/josm-plugins/trunk/debian/control
===================================================================
--- packages/josm-plugins/trunk/debian/control	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/control	2009-02-16 13:18:38 UTC (rev 1901)
@@ -12,7 +12,7 @@
 
 Package: josm-plugins
 Architecture: all
-Depends: josm (>= 0.0.svn1387), libmetadata-extractor-java
+Depends: josm (>= 0.0.svn1387), libmetadata-extractor-java, ${misc:Depends}
 Suggests: gpsd, iceweasel
 Description: Plugins for JOSM
  JOSM (Java OpenStreetMap) plugin collection.

Modified: packages/josm-plugins/trunk/debian/patches/100_surveyor.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/100_surveyor.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/100_surveyor.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,8 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 100_surveyor.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin surveyor
+## DP:  * Disable upstream SVN access
 
 @DPATCH@
 diff -urNad trunk~/surveyor/build.xml trunk/surveyor/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/10_colorscheme.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/10_colorscheme.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/10_colorscheme.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,9 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 10_colorscheme.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin colorscheme
+## DP:  * Disable upstream SVN access
+## DP:  * Fix wrong classpath and dependencies
 
 @DPATCH@
 diff -urNad trunk~/colorscheme/build.xml trunk/colorscheme/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/110_usertools.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/110_usertools.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/110_usertools.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,8 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 110_usertools.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin usertools
+## DP:  * Disable upstream SVN access
 
 @DPATCH@
 diff -urNad trunk~/usertools/build.xml trunk/usertools/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/20_livegps.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/20_livegps.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/20_livegps.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,9 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 20_livegps.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin livegps
+## DP:  * Disable upstream SVN access
+## DP:  * Fix wrong classpath
 
 @DPATCH@
 diff -urNad trunk~/livegps/build.xml trunk/livegps/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/30_slippymap.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/30_slippymap.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/30_slippymap.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,9 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 30_slippymap.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin slippymap
+## DP:  * Disable upstream SVN access
+## DP:  * Fix wrong classpath
 
 @DPATCH@
 diff -urNad trunk~/slippymap/build.xml trunk/slippymap/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/40_utilsplugin.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/40_utilsplugin.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/40_utilsplugin.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,8 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 40_utilsplugin.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin utilsplugin
+## DP:  * Disable upstream SVN access
 
 @DPATCH@
 diff -urNad trunk~/utilsplugin/build.xml trunk/utilsplugin/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/50_validator.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/50_validator.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/50_validator.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,8 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 50_validator.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin validator
+## DP:  * Disable upstream SVN access
 
 @DPATCH@
 diff -urNad trunk~/validator/build.xml trunk/validator/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/60_wmsplugin.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/60_wmsplugin.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/60_wmsplugin.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,8 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 60_wmsplugin.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin wmsplugin
+## DP:  * Disable upstream SVN access
 
 @DPATCH@
 diff -urNad trunk~/wmsplugin/build.xml trunk/wmsplugin/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/70_agpifoj.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/70_agpifoj.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/70_agpifoj.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,9 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 70_agpifoj.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin agpifoj
+## DP:  * Disable upstream SVN access
+## DP:  * Fix wrong classpath
 
 @DPATCH@
 diff -urNad trunk~/agpifoj/build.xml trunk/agpifoj/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/80_measurement.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/80_measurement.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/80_measurement.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,8 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 80_measurement.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin measurement
+## DP:  * Disable upstream SVN access
 
 @DPATCH@
 diff -urNad trunk~/measurement/build.xml trunk/measurement/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/90_openvisible.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/90_openvisible.dpatch	2009-02-16 13:12:22 UTC (rev 1900)
+++ packages/josm-plugins/trunk/debian/patches/90_openvisible.dpatch	2009-02-16 13:18:38 UTC (rev 1901)
@@ -1,8 +1,9 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 90_openvisible.dpatch by  <g.mascellani at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin openvisible
+## DP:  * Disable upstream SVN access
+## DP:  * Fix wrong classpath, dependencies and filepath
 
 @DPATCH@
 diff -urNad trunk~/openvisible/build.xml trunk/openvisible/build.xml




More information about the Pkg-grass-devel mailing list