Author: nd-guest
Date: 2008-04-13 10:45:11 +0000 (Sun, 13 Apr 2008)
New Revision: 1528
Modified:
packages/josm-plugins/trunk/debian/changelog
packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
packages/josm-plugins/trunk/debian/patches/30_build.dpatch
Log:
Move plugin version changes to the patch where it belongs to.
Modified: packages/josm-plugins/trunk/debian/changelog
===================================================================
--- packages/josm-plugins/trunk/debian/changelog 2008-04-13 10:37:51 UTC
(rev 1527)
+++ packages/josm-plugins/trunk/debian/changelog 2008-04-13 10:45:11 UTC
(rev 1528)
@@ -1,5 +1,5 @@
-josm-plugins (0.0.0.20080412-1) unstable; urgency=low
+josm-plugins (0.0.0.20080413-1) unstable; urgency=low
* Initial release (Closes: #471846)
- -- Andreas Putzo <[EMAIL PROTECTED]> Sat, 12 Apr 2008 22:15:24 +0000
+ -- Andreas Putzo <[EMAIL PROTECTED]> Sun, 13 Apr 2008 10:02:59 +0000
Modified: packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
2008-04-13 10:37:51 UTC (rev 1527)
+++ packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
2008-04-13 10:45:11 UTC (rev 1528)
@@ -5,10 +5,10 @@
## DP: This patch disables this behaviour.
@DPATCH@
-diff -urNad josm-plugins-0.0.0.20080412~/validator/build.xml
josm-plugins-0.0.0.20080412/validator/build.xml
---- josm-plugins-0.0.0.20080412~/validator/build.xml 2008-04-06
19:10:11.000000000 +0000
-+++ josm-plugins-0.0.0.20080412/validator/build.xml 2008-04-12
22:22:06.000000000 +0000
-@@ -29,14 +29,6 @@
+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-06
19:10:11.000000000 +0000
++++ josm-plugins-0.0.0.20080413/validator/build.xml 2008-04-13
10:42:15.000000000 +0000
+@@ -29,20 +29,10 @@
<copy todir="build/images">
<fileset dir="images"/>
</copy>
@@ -23,10 +23,16 @@
<jar destfile="${plugin.jar}" basedir="build">
<manifest>
<attribute name="Plugin-Class"
value="org.openstreetmap.josm.plugins.validator.OSMValidatorPlugin"/>
-diff -urNad josm-plugins-0.0.0.20080412~/ywms/build.xml
josm-plugins-0.0.0.20080412/ywms/build.xml
---- josm-plugins-0.0.0.20080412~/ywms/build.xml 2008-04-06
19:10:11.000000000 +0000
-+++ josm-plugins-0.0.0.20080412/ywms/build.xml 2008-04-12 22:22:23.000000000
+0000
-@@ -29,14 +29,6 @@
+ <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 <[EMAIL
PROTECTED]>"/>
+ </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-06
19:10:11.000000000 +0000
++++ josm-plugins-0.0.0.20080413/ywms/build.xml 2008-04-13 10:42:23.000000000
+0000
+@@ -29,20 +29,10 @@
<copy todir="${plugin.build.dir}/images">
<fileset dir="images"/>
</copy>
@@ -41,3 +47,9 @@
<jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
<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 <[EMAIL
PROTECTED]>"/>
+ </manifest>
+ </jar>
Modified: packages/josm-plugins/trunk/debian/patches/30_build.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/30_build.dpatch 2008-04-13
10:37:51 UTC (rev 1527)
+++ packages/josm-plugins/trunk/debian/patches/30_build.dpatch 2008-04-13
10:45:11 UTC (rev 1528)
@@ -27,28 +27,3 @@
+ <delete file="${plugin.site.file}" />
<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 <[EMAIL
PROTECTED]>"/>
- </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 <[EMAIL
PROTECTED]>"/>
- </manifest>
- </jar>
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel