[DebianGIS-dev] Intent to NMU or help for an l10n upload of mapserver to fix pending po-debconf l10n bugs

2010-11-27 Thread Christian PERRIER
Dear Debian maintainer,

(oh no, not him again...)

The mapserver Debian package, which you are the maintainer of, has
pending bug report(s) which include translation updates or fixes
for po-debconf, namely bug number 599847 (and maybe other similar bugs).

The i18n team is now hunting the very last bits of missing localization
and your package went on our radar. You may have uploaded recently but,
unfortunately for you, you then got *another* l10n bug report. We
really should prevent translators from translating..:-)

So, sorry for this, but the radar beeped at your package and here am I
with an NMU intent...:-)

In case you can't update your package, I hereby propose, as part
of a more general action of the Debian i18n Task Force to build and
possibly upload a non-maintainer upload for mapserver in order to fix
this as well as all pending translations for the debconf templates.

Of course, as you seem pretty active on that package, an upload by you
would also be OK...as long as it allows a round of translation
updates.

Such changes are always harmless, which explains why I safely consider
building NMU's for such issues even though they're obviously non critical.

The schedule for the NMU (in case it happens, that is if you agree with it
or if I don't receive any answer in 2 days) is roughly the following:

 Saturday, November 27, 2010   : send this notice
 Monday, November 29, 2010   : post a NMU announcement to debian-i18n with 
you
 (maintainer) CC'ed
 Friday, December 03, 2010   : deadline for receiving translation updates
 Sunday, December 05, 2010   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Tuesday, December 07, 2010   : NMU reaches incoming

If you intent to upload yourself, please discuss with me. I propose
handling a translation update round and I can handle it myself for you.
That will just require a few days.

In case I upload an NMU, I will subscribe to the Package Tracking System for
mapserver and follow its life for 60 days after my NMU in order to fix
any issue potentially introduced by my upload.

Let me know, as soon as possible, if you have any kind of objection to this
process.

If you'd rather do the fix yourself, I will of course leave the package
alone. Same if you have reasons not to do the update now.

-- 




signature.asc
Description: Digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] [SCM] josm branch, master, updated. debian/0.0.svn3592-1-7-g6cd1498

2010-11-27 Thread Giovanni Mascellani
The following commit has been merged in the master branch:
commit d32ad2ac5806dfa5706a9c1102129d1b2edfcd68
Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date:   Sat Nov 27 15:21:40 2010 +0100

 * josm.sh: detect and don't use only headless OpenJDK 6;
 * josm.sh: SUN Java 5 isn't supported anymore.

diff --git a/debian/changelog b/debian/changelog
index b71df4b..e4e7796 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 josm (0.0.svn3592-2) UNRELEASED; urgency=low
 
+  [ David Paleino ]
   * debian/rules:
 - don't install XPM versions of the icons anymore
   * debian/icons/*.xpm updated from the logo.png image
@@ -9,7 +10,12 @@ josm (0.0.svn3592-2) UNRELEASED; urgency=low
   * debian/josm.{desktop,menu}: move from Geoscience to Geography
 (LP: #643205)
 
- -- David Paleino da...@debian.org  Thu, 25 Nov 2010 09:38:12 +0100
+  [ Giovanni Mascellani ]
+  * josm.sh:
+- remove SUN Java 5, which isn't supperted any more
+- don't try to use OpenJDK 6 virtual machine if it's only headless
+
+ -- Giovanni Mascellani g...@debian.org  Sat, 27 Nov 2010 15:20:35 +0100
 
 josm (0.0.svn3592-1) unstable; urgency=low
 
diff --git a/debian/josm.sh b/debian/josm.sh
index 62ab577..8bc1c45 100644
--- a/debian/josm.sh
+++ b/debian/josm.sh
@@ -5,7 +5,14 @@ set -e
 # First, the alternative (if known to work) or users preference as defined by 
$JAVA_HOME. Next, use OpenJDK or Sun's proprietary JDK.
 # Override to a specific one using $JAVACMD
 ALTERNATIVE_JDK=`readlink -n -f /etc/alternatives/java`
-JAVA_CMDS=$JAVA_HOME/bin/java /usr/lib/jvm/java-6-openjdk/bin/java 
/usr/lib/jvm/java-6-sun/bin/java /usr/lib/jvm/java-1.5.0-sun/bin/java
+
+# If OpenJDK 6 is only available headless, do not try it
+if dpkg --get-selections openjdk-6-jre | grep install$  /dev/null ; then
+   JAVA_CMDS=$JAVA_HOME/bin/java /usr/lib/jvm/java-6-openjdk/bin/java 
/usr/lib/jvm/java-6-sun/bin/java
+else
+   JAVA_CMDS=$JAVA_HOME/bin/java /usr/lib/jvm/java-6-sun/bin/java
+fi
+
 JAVA_OPTS=$JAVA_OPTS -Djava.net.preferIPv4Stack=true
 
 for jcmd in $JAVA_CMDS; do

-- 
Java OpenStreetMap editor

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] [SCM] josm branch, master, updated. debian/0.0.svn3592-1-7-g6cd1498

2010-11-27 Thread Giovanni Mascellani
The following commit has been merged in the master branch:
commit 6cd1498622066c25f95544378809d6617a7d4cc6
Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date:   Sat Nov 27 15:32:10 2010 +0100

Symlinks need to be listed in include-binaries.

diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 000..cb763fd
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+debian/icons/josm.png

-- 
Java OpenStreetMap editor

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] [SCM] josm branch, master, updated. debian/0.0.svn3592-1-8-g943a52a

2010-11-27 Thread Giovanni Mascellani
The following commit has been merged in the master branch:
commit 943a52a3f86d4f29fd1f0064403225d9fcc89f94
Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date:   Sat Nov 27 15:40:41 2010 +0100

Closing bug.

diff --git a/debian/changelog b/debian/changelog
index e4e7796..3c31ce7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ josm (0.0.svn3592-2) UNRELEASED; urgency=low
 
   [ Giovanni Mascellani ]
   * josm.sh:
-- remove SUN Java 5, which isn't supperted any more
+- remove SUN Java 5, which isn't supperted any more;
 - don't try to use OpenJDK 6 virtual machine if it's only headless
+  (closes: #603932).
 
  -- Giovanni Mascellani g...@debian.org  Sat, 27 Nov 2010 15:20:35 +0100
 

-- 
Java OpenStreetMap editor

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] [SCM] josm branch, master, updated. debian/0.0.svn3592-1-10-g4113750

2010-11-27 Thread David Paleino
The following commit has been merged in the master branch:
commit fd7812e5f1f8072b43fcbb1454cfadee6d50cefb
Author: David Paleino da...@debian.org
Date:   Sat Nov 27 17:11:29 2010 +0100

Revert debian/rules: don't install XPM versions of the icons anymore

This reverts commit 25fe9a5bb5473af50c88ec9dec6df03bafa74474.

Conflicts:

debian/changelog

diff --git a/debian/changelog b/debian/changelog
index 3c31ce7..2b8edeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,6 @@
 josm (0.0.svn3592-2) UNRELEASED; urgency=low
 
   [ David Paleino ]
-  * debian/rules:
-- don't install XPM versions of the icons anymore
   * debian/icons/*.xpm updated from the logo.png image
   * debian/install:
 - install debian/icons/josm.png in /usr/share/pixmaps. josm.png
diff --git a/debian/rules b/debian/rules
index da49542..8f7a7ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,8 @@ override_dh_auto_install:
install -m 644 $(CURDIR)/dist/josm-custom.jar 
$(CURDIR)/debian/josm/usr/share/josm/josm-${DEB_UPSTREAM_VERSION}.jar
dh_link usr/share/josm/josm-${DEB_UPSTREAM_VERSION}.jar 
usr/share/josm/josm.jar
install -m 755 $(CURDIR)/debian/josm.sh 
$(CURDIR)/debian/josm/usr/bin/josm
+   install -m 644 $(CURDIR)/debian/icons/josm-16.xpm 
$(CURDIR)/debian/josm/usr/share/pixmaps/josm-16.xpm
+   install -m 644 $(CURDIR)/debian/icons/josm-32.xpm 
$(CURDIR)/debian/josm/usr/share/pixmaps/josm-32.xpm
install -m 644 $(CURDIR)/debian/josm.desktop 
$(CURDIR)/debian/josm/usr/share/applications/josm.desktop
 
 

-- 
Java OpenStreetMap editor

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel