[josm-plugins] 31/369: Move plugin version changes to the patch where it belongs to.

Bas Couwenberg sebastic at xs4all.nl
Sat Oct 18 12:03:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository josm-plugins.

commit be13c5dd1211168a78350d14b9b913564f3d9ba0
Author: Andreas Putzo <andreas at putzo.net>
Date:   Sun Apr 13 10:45:11 2008 +0000

    Move plugin version changes to the patch where it belongs to.
---
 debian/changelog                     |  4 ++--
 debian/patches/20_disable_svn.dpatch | 28 ++++++++++++++++++++--------
 debian/patches/30_build.dpatch       | 25 -------------------------
 3 files changed, 22 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 09a403c..8950f42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <andreas at putzo.net>  Sat, 12 Apr 2008 22:15:24 +0000
+ -- Andreas Putzo <andreas at putzo.net>  Sun, 13 Apr 2008 10:02:59 +0000
diff --git a/debian/patches/20_disable_svn.dpatch b/debian/patches/20_disable_svn.dpatch
index 169679c..ab482d0 100755
--- a/debian/patches/20_disable_svn.dpatch
+++ b/debian/patches/20_disable_svn.dpatch
@@ -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 @@ diff -urNad josm-plugins-0.0.0.20080412~/validator/build.xml josm-plugins-0.0.0.
      <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 <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-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 @@ diff -urNad josm-plugins-0.0.0.20080412~/ywms/build.xml josm-plugins-0.0.0.20080
      <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 <frsantos at gmail.com>"/>
+       </manifest>
+     </jar>
diff --git a/debian/patches/30_build.dpatch b/debian/patches/30_build.dpatch
index 8ac7786..d159ce4 100755
--- a/debian/patches/30_build.dpatch
+++ b/debian/patches/30_build.dpatch
@@ -27,28 +27,3 @@ diff -urNad josm-plugins-0.0.0.20080413~/livegps/build.xml josm-plugins-0.0.0.20
 +    <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 <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 <frsantos at gmail.com>"/>
-       </manifest>
-     </jar>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git



More information about the Pkg-grass-devel mailing list