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

nd-guest at alioth.debian.org nd-guest at alioth.debian.org
Sun Apr 13 10:31:15 UTC 2008


Author: nd-guest
Date: 2008-04-13 10:31:15 +0000 (Sun, 13 Apr 2008)
New Revision: 1526

Modified:
   packages/josm-plugins/trunk/debian/patches/30_build.dpatch
Log:
Remove plugin version (svn revision) information for the validator and ywms plugin
because we don't know them at build time.


Modified: packages/josm-plugins/trunk/debian/patches/30_build.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/30_build.dpatch	2008-04-13 10:20:15 UTC (rev 1525)
+++ packages/josm-plugins/trunk/debian/patches/30_build.dpatch	2008-04-13 10:31:15 UTC (rev 1526)
@@ -4,9 +4,9 @@
 ## DP: Fix mistage in clean targets of the colorscheme and livegps plugin.
 
 @DPATCH@
-diff -urNad josm-plugins-0.0.0.20080412~/colorscheme/build.xml josm-plugins-0.0.0.20080412/colorscheme/build.xml
---- josm-plugins-0.0.0.20080412~/colorscheme/build.xml	2008-04-06 19:10:11.000000000 +0000
-+++ josm-plugins-0.0.0.20080412/colorscheme/build.xml	2008-04-12 23:35:00.000000000 +0000
+diff -urNad josm-plugins-0.0.0.20080413~/colorscheme/build.xml josm-plugins-0.0.0.20080413/colorscheme/build.xml
+--- josm-plugins-0.0.0.20080413~/colorscheme/build.xml	2008-04-06 19:10:11.000000000 +0000
++++ josm-plugins-0.0.0.20080413/colorscheme/build.xml	2008-04-13 10:27:25.000000000 +0000
 @@ -69,7 +69,7 @@
    </target>
  
@@ -16,9 +16,9 @@
      <delete dir="${plugin.build.dir}" />
      <delete file="${plugin.jar}" />
    </target>
-diff -urNad josm-plugins-0.0.0.20080412~/livegps/build.xml josm-plugins-0.0.0.20080412/livegps/build.xml
---- josm-plugins-0.0.0.20080412~/livegps/build.xml	2008-04-06 19:10:11.000000000 +0000
-+++ josm-plugins-0.0.0.20080412/livegps/build.xml	2008-04-12 23:35:19.000000000 +0000
+diff -urNad josm-plugins-0.0.0.20080413~/livegps/build.xml josm-plugins-0.0.0.20080413/livegps/build.xml
+--- josm-plugins-0.0.0.20080413~/livegps/build.xml	2008-04-06 19:10:11.000000000 +0000
++++ josm-plugins-0.0.0.20080413/livegps/build.xml	2008-04-13 10:27:25.000000000 +0000
 @@ -79,7 +79,7 @@
  
    <target name="clean">
@@ -28,3 +28,27 @@
      <delete file="${plugin.jar}" />
    </target>
  
+diff -urNad josm-plugins-0.0.0.20080413~/validator/build.xml josm-plugins-0.0.0.20080413/validator/build.xml
+--- josm-plugins-0.0.0.20080413~/validator/build.xml	2008-04-13 10:27:23.000000000 +0000
++++ josm-plugins-0.0.0.20080413/validator/build.xml	2008-04-13 10:28:09.000000000 +0000
+@@ -33,8 +33,6 @@
+       <manifest>
+ 	<attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.validator.OSMValidatorPlugin"/>
+ 	<attribute name="Plugin-Description" value="A OSM data validator"/>
+-	<attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
+-	<attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
+ 	<attribute name="Author" value="Francisco R. Santos &lt;frsantos at gmail.com>"/>
+       </manifest>
+     </jar>
+diff -urNad josm-plugins-0.0.0.20080413~/ywms/build.xml josm-plugins-0.0.0.20080413/ywms/build.xml
+--- josm-plugins-0.0.0.20080413~/ywms/build.xml	2008-04-13 10:27:23.000000000 +0000
++++ josm-plugins-0.0.0.20080413/ywms/build.xml	2008-04-13 10:28:16.000000000 +0000
+@@ -33,8 +33,6 @@
+       <manifest>
+ 	<attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.ywms.YWMSPlugin"/>
+ 	<attribute name="Plugin-Description" value="A WMS server for Yahoo imagery based on Firefox"/>
+-	<attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
+-	<attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
+ 	<attribute name="Author" value="Francisco R. Santos &lt;frsantos at gmail.com>"/>
+       </manifest>
+     </jar>




More information about the Pkg-grass-devel mailing list