[DebianGIS-dev] r1505 - packages/josm-plugins/trunk/debian/patches

nd-guest at alioth.debian.org nd-guest at alioth.debian.org
Mon Apr 7 21:05:50 UTC 2008


Author: nd-guest
Date: 2008-04-07 21:05:49 +0000 (Mon, 07 Apr 2008)
New Revision: 1505

Added:
   packages/josm-plugins/trunk/debian/patches/10_validator.dpatch
Removed:
   packages/josm-plugins/trunk/debian/patches/21_validator.dpatch
Modified:
   packages/josm-plugins/trunk/debian/patches/00list
Log:
rename remaining plugin.


Modified: packages/josm-plugins/trunk/debian/patches/00list
===================================================================
--- packages/josm-plugins/trunk/debian/patches/00list	2008-04-07 21:05:08 UTC (rev 1504)
+++ packages/josm-plugins/trunk/debian/patches/00list	2008-04-07 21:05:49 UTC (rev 1505)
@@ -1,11 +1 @@
-10_build
-20_validator
 21_validator
-30_utilsplugin
-40_wmsplugin
-50_livegps
-60_lang
-70_namefinder
-80_colorscheme
-90_slippymap
-100_ywms

Copied: packages/josm-plugins/trunk/debian/patches/10_validator.dpatch (from rev 1502, packages/josm-plugins/trunk/debian/patches/21_validator.dpatch)
===================================================================
--- packages/josm-plugins/trunk/debian/patches/10_validator.dpatch	                        (rev 0)
+++ packages/josm-plugins/trunk/debian/patches/10_validator.dpatch	2008-04-07 21:05:49 UTC (rev 1505)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 21_validator.dpatch by Andreas Putzo <andreas at putzo.net>
+##
+## DP: Add cast operator for OsmPrimitive.
+## DP: This is necessary to compile with gcj.
+
+ at DPATCH@
+diff -urNad josm-plugins-0.0.0.20080326~/validator/src/org/openstreetmap/josm/plugins/validator/tests/SpellCheck.java josm-plugins-0.0.0.20080326/validator/src/org/openstreetmap/josm/plugins/validator/tests/SpellCheck.java
+--- josm-plugins-0.0.0.20080326~/validator/src/org/openstreetmap/josm/plugins/validator/tests/SpellCheck.java	2008-01-14 11:16:12.000000000 +0000
++++ josm-plugins-0.0.0.20080326/validator/src/org/openstreetmap/josm/plugins/validator/tests/SpellCheck.java	2008-03-27 18:26:55.000000000 +0000
+@@ -504,7 +504,7 @@
+ 				String key = prop.getKey();
+ 				String value = prop.getValue();
+ 				if( value == null || value.trim().length() == 0 )
+-					commands.add( new ChangePropertyCommand(Collections.singleton(primitives.get(i)), key, null) );
++					commands.add( new ChangePropertyCommand(Collections.singleton((OsmPrimitive)primitives.get(i)), key, null) );
+ 				else
+ 				{
+ 					String replacementKey = spellCheckKeyData.get(key);

Deleted: packages/josm-plugins/trunk/debian/patches/21_validator.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/21_validator.dpatch	2008-04-07 21:05:08 UTC (rev 1504)
+++ packages/josm-plugins/trunk/debian/patches/21_validator.dpatch	2008-04-07 21:05:49 UTC (rev 1505)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 21_validator.dpatch by Andreas Putzo <andreas at putzo.net>
-##
-## DP: Add cast operator for OsmPrimitive.
-## DP: This is necessary to compile with gcj.
-
- at DPATCH@
-diff -urNad josm-plugins-0.0.0.20080326~/validator/src/org/openstreetmap/josm/plugins/validator/tests/SpellCheck.java josm-plugins-0.0.0.20080326/validator/src/org/openstreetmap/josm/plugins/validator/tests/SpellCheck.java
---- josm-plugins-0.0.0.20080326~/validator/src/org/openstreetmap/josm/plugins/validator/tests/SpellCheck.java	2008-01-14 11:16:12.000000000 +0000
-+++ josm-plugins-0.0.0.20080326/validator/src/org/openstreetmap/josm/plugins/validator/tests/SpellCheck.java	2008-03-27 18:26:55.000000000 +0000
-@@ -504,7 +504,7 @@
- 				String key = prop.getKey();
- 				String value = prop.getValue();
- 				if( value == null || value.trim().length() == 0 )
--					commands.add( new ChangePropertyCommand(Collections.singleton(primitives.get(i)), key, null) );
-+					commands.add( new ChangePropertyCommand(Collections.singleton((OsmPrimitive)primitives.get(i)), key, null) );
- 				else
- 				{
- 					String replacementKey = spellCheckKeyData.get(key);




More information about the Pkg-grass-devel mailing list