[josm-plugins] 76/369: Patched updated to latest revision
Bas Couwenberg
sebastic at xs4all.nl
Sat Oct 18 12:03:27 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 bd9cb3ff8f61155388ca521107bf30f24bcc8989
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Mon Sep 14 14:13:22 2009 +0000
Patched updated to latest revision
---
debian/changelog | 6 +++---
debian/patches/100_surveyor.dpatch | 16 ++--------------
debian/patches/60_wmsplugin.dpatch | 8 ++++----
3 files changed, 9 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 71690d2..058f0e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-josm-plugins (0.0.svn16517-1) UNRELEASED; urgency=low
+josm-plugins (0.0.svn17608-1) UNRELEASED; urgency=low
[ Giovanni Mascellani ]
* New upstream revision
@@ -23,9 +23,9 @@ josm-plugins (0.0.svn16517-1) UNRELEASED; urgency=low
[ Andreas Putzo ]
* Update packaging copyright year.
* Mention added plugins in long description.
- * Use openjdk in debian/rules to be consistent with build dependency.
+ * Use openjdk in debian/rules to be consistent with build dependency.
- -- Giovanni Mascellani <g.mascellani at gmail.com> Fri, 11 Sep 2009 11:09:49 +0200
+ -- Giovanni Mascellani <g.mascellani at gmail.com> Mon, 14 Sep 2009 16:05:56 +0200
josm-plugins (0.0.0.20080518-1) unstable; urgency=low
diff --git a/debian/patches/100_surveyor.dpatch b/debian/patches/100_surveyor.dpatch
index 6c37a7e..3f03e52 100755
--- a/debian/patches/100_surveyor.dpatch
+++ b/debian/patches/100_surveyor.dpatch
@@ -6,21 +6,9 @@
## DP: * Backport recent code
@DPATCH@
-diff -urNad trunk~/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java trunk/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java
---- trunk~/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java 2009-06-06 22:25:31.000000000 +0200
-+++ trunk/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java 2009-07-17 15:55:16.000000000 +0200
-@@ -102,7 +102,7 @@
- private void openAsData(File file) throws SAXException, IOException, FileNotFoundException {
- String fn = file.getName();
- if (new OsmImporter().acceptFile(file)) {
-- DataSet dataSet = OsmReader.parseDataSet(new FileInputStream(file), null, Main.pleaseWaitDlg);
-+ DataSet dataSet = OsmReader.parseDataSet(new FileInputStream(file), Main.pleaseWaitDlg);
- OsmDataLayer layer = new OsmDataLayer(dataSet, fn, file);
- Main.main.addLayer(layer);
- }
diff -urNad trunk~/surveyor/build.xml trunk/surveyor/build.xml
---- trunk~/surveyor/build.xml 2009-07-09 14:36:03.000000000 +0200
-+++ trunk/surveyor/build.xml 2009-07-17 15:54:41.000000000 +0200
+--- trunk~/surveyor/build.xml 2009-08-30 18:28:38.000000000 +0200
++++ trunk/surveyor/build.xml 2009-09-14 16:09:57.000000000 +0200
@@ -19,7 +19,7 @@
</classpath>
</javac>
diff --git a/debian/patches/60_wmsplugin.dpatch b/debian/patches/60_wmsplugin.dpatch
index 542fb9c..c7fd74e 100755
--- a/debian/patches/60_wmsplugin.dpatch
+++ b/debian/patches/60_wmsplugin.dpatch
@@ -6,14 +6,14 @@
@DPATCH@
diff -urNad trunk~/wmsplugin/build.xml trunk/wmsplugin/build.xml
---- trunk~/wmsplugin/build.xml 2009-07-04 20:28:12.000000000 +0200
-+++ trunk/wmsplugin/build.xml 2009-07-17 15:48:28.000000000 +0200
-@@ -14,7 +14,7 @@
+--- trunk~/wmsplugin/build.xml 2009-09-09 00:30:10.000000000 +0200
++++ trunk/wmsplugin/build.xml 2009-09-14 16:09:32.000000000 +0200
+@@ -43,7 +43,7 @@
<compilerarg value="-Xlint:unchecked"/>
</javac>
</target>
- <target name="dist" depends="compile,revision">
+ <target name="dist" depends="compile">
+ <echo message="building ${plugin.jar} with version ${version.entry.commit.revision} for JOSM version ${josm.reference.release} "/>
<copy todir="${plugin.build.dir}/images">
<fileset dir="images"/>
- </copy>
--
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