[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.7.2-1-7-g489edea

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 3f7e663232eea4660a1cdf89e4abc593c1faeddb
Author: Niels Thykier 
Date:   Thu May 24 08:21:16 2012 +0200

Drop co-installability with older versions of SWT

The "current co-installability" fails to ensure the relevant JNI
libraries which causes bugs like #670756 and LP: #1000272.

Signed-off-by: Niels Thykier 

diff --git a/debian/changelog b/debian/changelog
index 4fb5c0e..053904d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
 swt-gtk (3.7.2-3) UNRELEASED; urgency=low
 
+  [ Jakub Adam ]
   * debian/Makefile: Add missing SWTMessages*.properties files to
 swt-gtk-$(RELEASE).jar
 
+  [ Niels Thykier ]
+  * Use breaks to ensure that the SWT JNI libraries are upgraded
+together with the Java package.
+  * Add conflicts with older versions of SWT and its JNI libraries.
+This avoid this issue new and old versions of SWT and its JNI
+libraries being used (and crashing).  (Closes: #670756,
+LP: #1000272)
+
  -- Jakub Adam   Sun, 08 Apr 2012 22:41:29 +0200
 
 swt-gtk (3.7.2-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0efbd1a..312a463 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,14 @@ Architecture: any
 Section: java
 Depends: libswt-gtk-3-jni (= ${binary:Version}), ${misc:Depends}
 Suggests: libswt-gtk-3-java-gcj
+Conflicts: libswt3.2-gtk-jni,
+   libswt3.2-gtk-java,
+   libswt-gtk-3.4-java,
+   libswt-gtk-3.4-jni,
+   libswt-gtk-3.5-jni,
+   libswt-gnome-gtk-3.5-jni,
+   libswt-cairo-gtk-3.5-jni,
+   libswt-mozilla-gtk-3.5-jni,
 Description: Standard Widget Toolkit for GTK+ Java library
  The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java
  programming language. SWT provides efficient, portable and fast access to
@@ -32,6 +40,7 @@ Package: libswt-gtk-3-jni
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libswt-gnome-gtk-3-jni
+Breaks: libswt-gtk-3-java (<< ${binary:Version}), libswt-gtk-3-java (>> 
${binary:Version})
 Description: Standard Widget Toolkit for GTK+ JNI library
  The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java
  programming language. SWT provides efficient, portable and fast access to
@@ -43,6 +52,7 @@ Description: Standard Widget Toolkit for GTK+ JNI library
 Package: libswt-gnome-gtk-3-jni
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libswt-gtk-3-java (<< ${binary:Version}), libswt-gtk-3-java (>> 
${binary:Version})
 Description: Standard Widget Toolkit for GTK+ GNOME JNI library
  The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java
  programming language. SWT provides efficient, portable and fast access to
@@ -54,6 +64,7 @@ Description: Standard Widget Toolkit for GTK+ GNOME JNI 
library
 Package: libswt-cairo-gtk-3-jni
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libswt-gtk-3-java (<< ${binary:Version}), libswt-gtk-3-java (>> 
${binary:Version})
 Description: Standard Widget Toolkit for GTK+ Cairo JNI library
  The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java
  programming language. SWT provides efficient, portable and fast access to
@@ -76,6 +87,7 @@ Description: Standard Widget Toolkit for GTK+ GLX JNI library
 Package: libswt-webkit-gtk-3-jni
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libswt-gtk-3-java (<< ${binary:Version}), libswt-gtk-3-java (>> 
${binary:Version})
 Description: Standard Widget Toolkit for GTK+ WebKit JNI library
  The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java
  programming language. SWT provides efficient, portable and fast access to

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.7.2-1-7-g489edea

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 7c71d3bcca539b84885cff1e9a7bde8d032741e6
Author: Niels Thykier 
Date:   Thu May 24 08:45:44 2012 +0200

Remove alternatives for swt.jar

Signed-off-by: Niels Thykier 

diff --git a/debian/changelog b/debian/changelog
index 053904d..b2309b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ swt-gtk (3.7.2-3) UNRELEASED; urgency=low
 This avoid this issue new and old versions of SWT and its JNI
 libraries being used (and crashing).  (Closes: #670756,
 LP: #1000272)
+  * Remove alternatives for /usr/share/java/swt.jar.
 
  -- Jakub Adam   Sun, 08 Apr 2012 22:41:29 +0200
 
diff --git a/debian/libswt-gtk-3-java.links b/debian/libswt-gtk-3-java.links
index 946c6c3..f469179 100644
--- a/debian/libswt-gtk-3-java.links
+++ b/debian/libswt-gtk-3-java.links
@@ -1 +1,2 @@
 usr/lib/java/swt-gtk-3.7.2.jar usr/share/java/swt-gtk-3.7.jar
+usr/lib/java/swt-gtk-3.7.2.jar usr/share/java/swt.jar
diff --git a/debian/libswt-gtk-3-java.postinst 
b/debian/libswt-gtk-3-java.postinst
deleted file mode 100644
index eceed51..000
--- a/debian/libswt-gtk-3-java.postinst
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /bin/sh
-set -e
-
-case "$1" in
-configure)
-update-alternatives --install \
-/usr/share/java/swt.jar \
-swt.jar \
-/usr/share/java/swt-gtk-3.7.jar \
-103
-;;
-
-abort-upgrade|abort-remove|abort-deconfigure)
-;;
-
-*)
-echo "postinst called with unknown argument \`$1'" >&2
-exit 1
-;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/libswt-gtk-3-java.prerm b/debian/libswt-gtk-3-java.preinst
similarity index 51%
rename from debian/libswt-gtk-3-java.prerm
rename to debian/libswt-gtk-3-java.preinst
index f5571e4..84ae327 100644
--- a/debian/libswt-gtk-3-java.prerm
+++ b/debian/libswt-gtk-3-java.preinst
@@ -2,11 +2,10 @@
 set -e
 
 case "$1" in
-remove|upgrade|deconfigure)
-   update-alternatives --remove swt.jar \
-/usr/share/java/swt-gtk-3.7.jar
-   ;;
-failed-upgrade)
+install|upgrade)
+if update-alternatives --list swt.jar >/dev/null 2>&1 ; then
+   update-alternatives --remove-all swt.jar
+fi
;;
 *)
 echo "prerm called with unknown argument \`$1'" >&2

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.7.2-1-7-g489edea

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 5e98cf566236f4f599c70e3f8a4f09c2db94a006
Author: Niels Thykier 
Date:   Thu May 24 09:32:55 2012 +0200

Add myself to uploaders

Signed-off-by: Niels Thykier 

diff --git a/debian/changelog b/debian/changelog
index b2309b2..9f0cd55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ swt-gtk (3.7.2-3) UNRELEASED; urgency=low
 libraries being used (and crashing).  (Closes: #670756,
 LP: #1000272)
   * Remove alternatives for /usr/share/java/swt.jar.
+  * Add myself to uploaders.
 
  -- Jakub Adam   Sun, 08 Apr 2012 22:41:29 +0200
 
diff --git a/debian/control b/debian/control
index 312a463..93eebbf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Adrian Perez ,
أحمد المحمودي (Ahmed El-Mahmoudy) ,
-   Jakub Adam 
+   Jakub Adam ,
+   Niels Thykier 
 DM-Upload-Allowed: yes
 Build-Depends: default-jdk, gcj-native-helper, libgnomeui-dev, libxtst-dev,
  libxcb-render-util0-dev, libxt-dev,

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.7.2-1-7-g489edea

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 489edea9d383650e7946466ef3467043853e9a29
Author: Niels Thykier 
Date:   Thu May 24 09:19:13 2012 +0200

Set dist to unstable

Signed-off-by: Niels Thykier 

diff --git a/debian/changelog b/debian/changelog
index 9f0cd55..2fe8e99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-swt-gtk (3.7.2-3) UNRELEASED; urgency=low
+swt-gtk (3.7.2-3) unstable; urgency=low
 
   [ Jakub Adam ]
   * debian/Makefile: Add missing SWTMessages*.properties files to
@@ -14,7 +14,7 @@ swt-gtk (3.7.2-3) UNRELEASED; urgency=low
   * Remove alternatives for /usr/share/java/swt.jar.
   * Add myself to uploaders.
 
- -- Jakub Adam   Sun, 08 Apr 2012 22:41:29 +0200
+ -- Niels Thykier   Thu, 24 May 2012 09:18:54 +0200
 
 swt-gtk (3.7.2-2) unstable; urgency=low
 

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Processing of swt-gtk_3.7.2-3_amd64.changes

2012-05-24 Thread Debian FTP Masters
swt-gtk_3.7.2-3_amd64.changes uploaded successfully to localhost
along with the files:
  swt-gtk_3.7.2-3.dsc
  swt-gtk_3.7.2-3.diff.gz
  libswt-gtk-3-java_3.7.2-3_amd64.deb
  libswt-gtk-3-jni_3.7.2-3_amd64.deb
  libswt-gnome-gtk-3-jni_3.7.2-3_amd64.deb
  libswt-cairo-gtk-3-jni_3.7.2-3_amd64.deb
  libswt-glx-gtk-3-jni_3.7.2-3_amd64.deb
  libswt-webkit-gtk-3-jni_3.7.2-3_amd64.deb
  libswt-gtk-3-java-gcj_3.7.2-3_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[SCM] Debian packaging for swt-gtk. annotated tag, debian/3.7.2-3, created. debian/3.7.2-3

2012-05-24 Thread Niels Thykier
The annotated tag, debian/3.7.2-3 has been created
at  c5ae8d8925faa7bae362652c60ca30e3afb3b225 (tag)
   tagging  489edea9d383650e7946466ef3467043853e9a29 (commit)
  replaces  debian/3.7.2-1
 tagged by  Niels Thykier
on  Thu May 24 09:42:23 2012 +0200

- Shortlog 
Release swt-gtk/3.7.2-3 into unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPveZoAAoJEAVLu599gGRCud0P/3oew5LywVggXoe4K43jSwW5
RF+sbp/L25PJnf0icGoK1lmEiq0GnJko1fZKl1rWYogFxaYgW4qWzgAwubTFnGVu
2Sdb0JJT/U6Uxxfq5E1Zpc8ruwnO4q2hSDCpkVyoRZT0r6oJRX+sa1rSCiuri4c8
5RHTXpQNPTW9uRqVO/6URzKFphXi3v1L2Ie3ba7+AUJHnOX7d2MGnDkQm2aGqHdC
3J21yM7djqPRjHxSv/vYZa/OiprJH02oevOehb2R6X01JtzLrxi/lwvUsgdRq/7J
a1l6jtpa9N/Qv1R8N4fCkiWdcs1zKGjfRIpRYI6bSUiCjqVoeLQPVIhvTBr4M5kC
Mt0ilB3LPZED/HlSCSRy3Mn24JaB0zTQNzMvCNL2uaQM2WCsvTKrQU9t17dLcC3D
kVJRYxEkE+zBI7tIvCNW1SigNeOm/ovwHeRMTMNjqJbta02bmIx8ras+kttC4Of7
AGCmWwAzDfF566tFAFoXX3O2gQSxOctS3d467WOXBj6FieWtlT0YVDMu3s8urC2P
doUNFfbWsQtMVVuWWLL23VFq/rJAlclDEvZ//zCAX98hwWa5E//hqU1EYKKPOYdW
NRdOVQ65Fhsydt48eGn1/L1A5uuIX3lD71U/7pBw4eZBUWpzp/vRBlHLpMkIEg9T
atSoUD037qJse2z3Sfbl
=2hiy
-END PGP SIGNATURE-

Jakub Adam (1):
  Add missing SWTMessages*.properties files to swt-gtk-$(RELEASE).jar

Niels Thykier (4):
  Drop co-installability with older versions of SWT
  Remove alternatives for swt.jar
  Add myself to uploaders
  Set dist to unstable

أحمد المحمودي (Ahmed El-Mahmoudy) (2):
  Change build-dep: libwebkit-dev -> libwebkitgtk-dev
  Release 3.7.2-2

---

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

[SCM] Debian packaging for swt-gtk. branch, master-3.8, updated. debian/3.8.0-m7-2-1-g20c4b3c

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master-3.8 branch:
commit 20c4b3c1d46c9fa4396f08fe7bfc10f45316f59b
Author: Niels Thykier 
Date:   Thu May 24 08:45:44 2012 +0200

Remove alternatives for swt.jar

Signed-off-by: Niels Thykier 

Conflicts:

debian/changelog
debian/libswt-gtk-3-java.links
debian/libswt-gtk-3-java.postinst
debian/libswt-gtk-3-java.preinst

diff --git a/debian/changelog b/debian/changelog
index 396d44d..bd46e8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+swt-gtk (3.8.0~m7-3) UNRELEASED; urgency=low
+
+  * Use breaks to ensure that the SWT JNI libraries are upgraded
+together with the Java package.
+  * Add conflicts with older versions of SWT and its JNI libraries.
+This avoid this issue new and old versions of SWT and its JNI
+libraries being used (and crashing).  (Closes: #670756,
+LP: #1000272)
+  * Remove alternatives for /usr/share/java/swt.jar.
+
+ -- Niels Thykier   Thu, 24 May 2012 09:44:43 +0200
+
 swt-gtk (3.8.0~m7-2) experimental; urgency=low
 
   * Fix build on 64-bit platforms.
diff --git a/debian/libswt-gtk-3-java.links b/debian/libswt-gtk-3-java.links
index 4e00acd..1a459af 100644
--- a/debian/libswt-gtk-3-java.links
+++ b/debian/libswt-gtk-3-java.links
@@ -1 +1,2 @@
 usr/lib/java/swt-gtk-3.8.0.jar usr/share/java/swt-gtk-3.8.jar
+usr/lib/java/swt-gtk-3.8.0.jar usr/share/java/swt.jar
diff --git a/debian/libswt-gtk-3-java.postinst 
b/debian/libswt-gtk-3-java.postinst
deleted file mode 100644
index bdd69fa..000
--- a/debian/libswt-gtk-3-java.postinst
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /bin/sh
-set -e
-
-case "$1" in
-configure)
-update-alternatives --install \
-/usr/share/java/swt.jar \
-swt.jar \
-/usr/share/java/swt-gtk-3.8.jar \
-103
-;;
-
-abort-upgrade|abort-remove|abort-deconfigure)
-;;
-
-*)
-echo "postinst called with unknown argument \`$1'" >&2
-exit 1
-;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/libswt-gtk-3-java.prerm b/debian/libswt-gtk-3-java.preinst
similarity index 51%
rename from debian/libswt-gtk-3-java.prerm
rename to debian/libswt-gtk-3-java.preinst
index a0e8380..84ae327 100644
--- a/debian/libswt-gtk-3-java.prerm
+++ b/debian/libswt-gtk-3-java.preinst
@@ -2,11 +2,10 @@
 set -e
 
 case "$1" in
-remove|upgrade|deconfigure)
-   update-alternatives --remove swt.jar \
-/usr/share/java/swt-gtk-3.8.jar
-   ;;
-failed-upgrade)
+install|upgrade)
+if update-alternatives --list swt.jar >/dev/null 2>&1 ; then
+   update-alternatives --remove-all swt.jar
+fi
;;
 *)
 echo "prerm called with unknown argument \`$1'" >&2

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


swt-gtk_3.7.2-3_amd64.changes ACCEPTED into unstable

2012-05-24 Thread Debian FTP Masters



Accepted:
libswt-cairo-gtk-3-jni_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-cairo-gtk-3-jni_3.7.2-3_amd64.deb
libswt-glx-gtk-3-jni_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-glx-gtk-3-jni_3.7.2-3_amd64.deb
libswt-gnome-gtk-3-jni_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-gnome-gtk-3-jni_3.7.2-3_amd64.deb
libswt-gtk-3-java-gcj_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-gtk-3-java-gcj_3.7.2-3_amd64.deb
libswt-gtk-3-java_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-gtk-3-java_3.7.2-3_amd64.deb
libswt-gtk-3-jni_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-gtk-3-jni_3.7.2-3_amd64.deb
libswt-webkit-gtk-3-jni_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-webkit-gtk-3-jni_3.7.2-3_amd64.deb
swt-gtk_3.7.2-3.diff.gz
  to main/s/swt-gtk/swt-gtk_3.7.2-3.diff.gz
swt-gtk_3.7.2-3.dsc
  to main/s/swt-gtk/swt-gtk_3.7.2-3.dsc


Changes:
swt-gtk (3.7.2-3) unstable; urgency=low
 .
  [ Jakub Adam ]
  * debian/Makefile: Add missing SWTMessages*.properties files to
swt-gtk-$(RELEASE).jar
 .
  [ Niels Thykier ]
  * Use breaks to ensure that the SWT JNI libraries are upgraded
together with the Java package.
  * Add conflicts with older versions of SWT and its JNI libraries.
This avoid this issue new and old versions of SWT and its JNI
libraries being used (and crashing).  (Closes: #670756,
LP: #1000272)
  * Remove alternatives for /usr/share/java/swt.jar.
  * Add myself to uploaders.


Override entries for your package:
libswt-cairo-gtk-3-jni_3.7.2-3_amd64.deb - optional libs
libswt-glx-gtk-3-jni_3.7.2-3_amd64.deb - optional libs
libswt-gnome-gtk-3-jni_3.7.2-3_amd64.deb - optional libs
libswt-gtk-3-java-gcj_3.7.2-3_amd64.deb - optional java
libswt-gtk-3-java_3.7.2-3_amd64.deb - optional java
libswt-gtk-3-jni_3.7.2-3_amd64.deb - optional libs
libswt-webkit-gtk-3-jni_3.7.2-3_amd64.deb - optional libs
swt-gtk_3.7.2-3.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 670756 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#670756: marked as done (libswt-gtk-3-java: please update for current version of swt-cairo-gtk)

2012-05-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 May 2012 07:50:15 +
with message-id 
and subject line Bug#670756: fixed in swt-gtk 3.7.2-3
has caused the Debian Bug report #670756,
regarding libswt-gtk-3-java: please update for current version of swt-cairo-gtk
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
670756: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670756
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libswt-gtk-3-java
Version: 3.7.2-2
Severity: serious
Tags: lfs
Justification: Policy 8.6

So when I try to start tuxguitar...

Exception in thread "main" org.eclipse.swt.SWTException: Unable to load
graphics library [Cairo is required] (java.lang.UnsatisfiedLinkError: no swt-
cairo-gtk-3555 or swt-cairo-gtk in swt.library.path, java.library.path or the
jar file)
at org.eclipse.swt.SWT.error(SWT.java:3884)
at org.eclipse.swt.graphics.Device.checkCairo(Device.java:176)
at org.eclipse.swt.graphics.Path.(Path.java:78)
at org.herac.tuxguitar.gui.editors.TGPainter.initPath(Unknown Source)
at org.herac.tuxguitar.gui.editors.tab.TGResources.getImage(Unknown
Source)
at
org.herac.tuxguitar.gui.editors.tab.TGResources.getScoreNoteImage(Unknown
Source)
at org.herac.tuxguitar.gui.editors.tab.TGResources.initImages(Unknown
Source)
at org.herac.tuxguitar.gui.editors.tab.TGResources.load(Unknown Source)
at
org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout.reloadStyles(Unknown
Source)
at org.herac.tuxguitar.gui.editors.tab.Tablature.reloadStyles(Unknown
Source)
at org.herac.tuxguitar.gui.editors.tab.Tablature.setViewLayout(Unknown
Source)
at org.herac.tuxguitar.gui.editors.tab.Tablature.loadViewLayout(Unknown
Source)
at
org.herac.tuxguitar.gui.editors.tab.Tablature.reloadViewLayout(Unknown Source)
at
org.herac.tuxguitar.gui.editors.TablatureEditor.showTablature(Unknown Source)
at org.herac.tuxguitar.gui.TuxGuitar.createComposites(Unknown Source)
at org.herac.tuxguitar.gui.TuxGuitar.displayGUI(Unknown Source)
at org.herac.tuxguitar.gui.TGMain.main(Unknown Source)
Caused by: java.lang.UnsatisfiedLinkError: no swt-cairo-gtk-3555 or swt-cairo-
gtk in swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159)
at org.eclipse.swt.internal.cairo.Cairo.(Cairo.java:27)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at org.eclipse.swt.graphics.Device.checkCairo(Device.java:173)


The workaround I came up with was to link libswt-cairo-gtk.so to the new jni
name like so

 ln -s /usr/lib/jni/libswt-cairo-gtk-3740.so /usr/lib/jni/libswt-cairo-gtk.so

but this shouldn't be nessicary.



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.0-rc2-rt2-00249-ga9d3702 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libswt-gtk-3-java depends on:
ii  libswt-gtk-3-jni  3.7.2-2

libswt-gtk-3-java recommends no packages.

Versions of packages libswt-gtk-3-java suggests:
pn  libswt-gtk-3-java-gcj  

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: swt-gtk
Source-Version: 3.7.2-3

We believe that the bug you reported is fixed in the latest version of
swt-gtk, which is due to be installed in the Debian FTP archive:

libswt-cairo-gtk-3-jni_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-cairo-gtk-3-jni_3.7.2-3_amd64.deb
libswt-glx-gtk-3-jni_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-glx-gtk-3-jni_3.7.2-3_amd64.deb
libswt-gnome-gtk-3-jni_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-gnome-gtk-3-jni_3.7.2-3_amd64.deb
libswt-gtk-3-java-gcj_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-gtk-3-java-gcj_3.7.2-3_amd64.deb
libswt-gtk-3-java_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-gtk-3-java_3.7.2-3_amd64.deb
libswt-gtk-3-jni_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-gtk-3-jni_3.7.2-3_amd64.deb
libswt-webkit-gtk-3-jni_3.7.2-3_amd64.deb
  to main/s/swt-gtk/libswt-webkit-gtk-3-jni_3.7.2-3_amd64.deb
swt-gtk_3.7.2-3.diff.gz
  to main/s/swt-gtk/swt-gtk_3.7.2-3.diff.gz
swt-gtk_3.7.2-3.dsc
  to main/s/swt-gtk/swt-gtk_3.7.2-3.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed

[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. branch, master, updated. debian/3.6.5+dfsg1-1-16-g9b469e8

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 9b469e8067499044a50769e539fc245ae2e8b355
Author: Niels Thykier 
Date:   Thu May 24 11:50:33 2012 +0200

Set dist to unstable

Signed-off-by: Niels Thykier 

diff --git a/debian/changelog b/debian/changelog
index d55787c..8e10fe7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-eclipse-mylyn (3.7.1-1) UNRELEASED; urgency=low
+eclipse-mylyn (3.7.1-1) unstable; urgency=low
 
   * New upstream release.
   * Removed no longer required eclipse-mylyn.lintian-overrides.
 
- -- Jakub Adam   Sun, 25 Mar 2012 12:24:51 +0200
+ -- Jakub Adam   Thu, 24 May 2012 11:50:27 +0200
 
 eclipse-mylyn (3.6.5+dfsg1-1) unstable; urgency=low
 

-- 
eclipse-mylyn - Plug-in for eclipse - Debian package.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Processing of eclipse-mylyn_3.7.1-1_amd64.changes

2012-05-24 Thread Debian FTP Masters
eclipse-mylyn_3.7.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  eclipse-mylyn_3.7.1-1.dsc
  eclipse-mylyn_3.7.1.orig.tar.bz2
  eclipse-mylyn_3.7.1-1.debian.tar.gz
  eclipse-mylyn_3.7.1-1_all.deb
  eclipse-mylyn-context-cdt_3.7.1-1_all.deb
  eclipse-mylyn-context-jdt_3.7.1-1_all.deb
  eclipse-mylyn-context-pde_3.7.1-1_all.deb
  eclipse-mylyn-versions-cvs_3.7.1-1_all.deb
  eclipse-mylyn-versions-git_3.7.1-1_all.deb
  eclipse-mylyn-tasks-bugzilla_3.7.1-1_all.deb
  eclipse-mylyn-tasks-trac_3.7.1-1_all.deb
  eclipse-mylyn-wikitext_3.7.1-1_all.deb
  eclipse-mylyn-builds-hudson_3.7.1-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


eclipse-mylyn_3.7.1-1_amd64.changes ACCEPTED into unstable

2012-05-24 Thread Debian FTP Masters



Accepted:
eclipse-mylyn-builds-hudson_3.7.1-1_all.deb
  to main/e/eclipse-mylyn/eclipse-mylyn-builds-hudson_3.7.1-1_all.deb
eclipse-mylyn-context-cdt_3.7.1-1_all.deb
  to main/e/eclipse-mylyn/eclipse-mylyn-context-cdt_3.7.1-1_all.deb
eclipse-mylyn-context-jdt_3.7.1-1_all.deb
  to main/e/eclipse-mylyn/eclipse-mylyn-context-jdt_3.7.1-1_all.deb
eclipse-mylyn-context-pde_3.7.1-1_all.deb
  to main/e/eclipse-mylyn/eclipse-mylyn-context-pde_3.7.1-1_all.deb
eclipse-mylyn-tasks-bugzilla_3.7.1-1_all.deb
  to main/e/eclipse-mylyn/eclipse-mylyn-tasks-bugzilla_3.7.1-1_all.deb
eclipse-mylyn-tasks-trac_3.7.1-1_all.deb
  to main/e/eclipse-mylyn/eclipse-mylyn-tasks-trac_3.7.1-1_all.deb
eclipse-mylyn-versions-cvs_3.7.1-1_all.deb
  to main/e/eclipse-mylyn/eclipse-mylyn-versions-cvs_3.7.1-1_all.deb
eclipse-mylyn-versions-git_3.7.1-1_all.deb
  to main/e/eclipse-mylyn/eclipse-mylyn-versions-git_3.7.1-1_all.deb
eclipse-mylyn-wikitext_3.7.1-1_all.deb
  to main/e/eclipse-mylyn/eclipse-mylyn-wikitext_3.7.1-1_all.deb
eclipse-mylyn_3.7.1-1.debian.tar.gz
  to main/e/eclipse-mylyn/eclipse-mylyn_3.7.1-1.debian.tar.gz
eclipse-mylyn_3.7.1-1.dsc
  to main/e/eclipse-mylyn/eclipse-mylyn_3.7.1-1.dsc
eclipse-mylyn_3.7.1-1_all.deb
  to main/e/eclipse-mylyn/eclipse-mylyn_3.7.1-1_all.deb
eclipse-mylyn_3.7.1.orig.tar.bz2
  to main/e/eclipse-mylyn/eclipse-mylyn_3.7.1.orig.tar.bz2


Changes:
eclipse-mylyn (3.7.1-1) unstable; urgency=low
 .
  * New upstream release.
  * Removed no longer required eclipse-mylyn.lintian-overrides.


Override entries for your package:
eclipse-mylyn-builds-hudson_3.7.1-1_all.deb - optional devel
eclipse-mylyn-context-cdt_3.7.1-1_all.deb - optional devel
eclipse-mylyn-context-jdt_3.7.1-1_all.deb - optional devel
eclipse-mylyn-context-pde_3.7.1-1_all.deb - optional devel
eclipse-mylyn-tasks-bugzilla_3.7.1-1_all.deb - optional devel
eclipse-mylyn-tasks-trac_3.7.1-1_all.deb - optional devel
eclipse-mylyn-versions-cvs_3.7.1-1_all.deb - optional devel
eclipse-mylyn-versions-git_3.7.1-1_all.deb - optional devel
eclipse-mylyn-wikitext_3.7.1-1_all.deb - optional devel
eclipse-mylyn_3.7.1-1.dsc - source devel
eclipse-mylyn_3.7.1-1_all.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#674389: jenkins-memory-monitor: FTBFS: tests failed

2012-05-24 Thread Lucas Nussbaum
Source: jenkins-memory-monitor
Version: 1.7-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh /«PKGBUILDDIR»/debian
> mh_patchpoms -pjenkins-memory-monitor --debian-build --keep-pom-version 
> --maven-repo=/«PKGBUILDDIR»/debian/maven-repo 
> touch debian/stamp-poms-patched
> # before-build target may be used to unpatch the pom files, so we need to 
> check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
>   /usr/bin/make -f debian/rules patch-poms; \
>   fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  -Dproperties.file.manual=/«PKGBUILDDIR»/debian/maven.properties 
> -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
> -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo  package
> [INFO] 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> [INFO] Scanning for projects...
> [INFO] 
> 
> [INFO] Building memory-monitor
> [INFO]task-segment: [package]
> [INFO] 
> 
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 7 source files to /«PKGBUILDDIR»/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 1 source file to /«PKGBUILDDIR»/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/target/surefire-reports
> 
> ---
>  T E S T S
> ---
> Running org.jvnet.hudson.MemoryMonitorTest
> Memory:1603/3836MB  Swap:407824/409565MB
> Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.272 sec <<< 
> FAILURE!
> 
> Results :
> 
> Tests in error: 
>   test2(org.jvnet.hudson.MemoryMonitorTest): 'top' unavailable
> 
> Tests run: 2, Failures: 0, Errors: 1, Skipped: 0
> 
> [INFO] 
> 
> [ERROR] BUILD FAILURE
> [INFO] 
> 
> [INFO] There are test failures.
> 
> Please refer to /«PKGBUILDDIR»/target/surefire-reports for the individual 
> test results.
> [INFO] 
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> 
> [INFO] Total time: 5 seconds
> [INFO] Finished at: Wed May 23 20:56:15 UTC 2012
> [INFO] Final Memory: 14M/58M
> [INFO] 
> 
> make: *** [mvn-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/05/24/jenkins-memory-monitor_1.7-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#674392: libcommons-lang3-java: FTBFS: tests failed

2012-05-24 Thread Lucas Nussbaum
Source: libcommons-lang3-java
Version: 3.0.1-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh /«PKGBUILDDIR»/debian
> skip faking of existing gnu-getopt:getopt::debian
> mh_patchpoms -plibcommons-lang3-java --debian-build --keep-pom-version 
> --maven-repo=/«PKGBUILDDIR»/debian/maven-repo 
> touch debian/stamp-poms-patched
> # before-build target may be used to unpatch the pom files, so we need to 
> check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
>   /usr/bin/make -f debian/rules patch-poms; \
>   fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  -Dproperties.file.manual=/«PKGBUILDDIR»/debian/maven.properties 
> -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
> -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo  package
> [INFO] 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> [INFO] Scanning for projects...
> [INFO] 
> 
> [INFO] Building Commons Lang
> [INFO]task-segment: [package]
> [INFO] 
> 
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 99 source files to /«PKGBUILDDIR»/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 116 source files to /«PKGBUILDDIR»/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/target/surefire-reports
> 
> ---
>  T E S T S
> ---
> Running org.apache.commons.lang3.SerializationUtilsTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
> Running org.apache.commons.lang3.JavaVersionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> Running org.apache.commons.lang3.ClassUtilsTest
> Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
> Running org.apache.commons.lang3.AnnotationUtilsTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec
> Running org.apache.commons.lang3.CharEncodingTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> Running org.apache.commons.lang3.StringUtilsStartsEndsWithTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.commons.lang3.CharSetTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.commons.lang3.ArrayUtilsTest
> Tests run: 146, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
> Running org.apache.commons.lang3.StringUtilsEqualsIndexOfTest
> Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
> Running org.apache.commons.lang3.StringUtilsSubstringTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> Running org.apache.commons.lang3.StringUtilsIsTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.commons.lang3.event.EventListenerSupportTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> Running org.apache.commons.lang3.event.EventUtilsTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> Running org.apache.commons.lang3.CharRangeTest
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> Running org.apache.commons.lang3.StringUtilsTrimEmptyTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
> Running org.apache.commons.lang3.ValidateTest
> Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
> Running org.apache.commons.lang3.StringUtilsT

[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. annotated tag, debian/3.7.1-1, created. debian/3.7.1-1

2012-05-24 Thread Niels Thykier
The annotated tag, debian/3.7.1-1 has been created
at  f2a2fa2b5b1ae77ef9a3bdc9ce2636a4e0da2895 (tag)
   tagging  9b469e8067499044a50769e539fc245ae2e8b355 (commit)
  replaces  debian/3.6.5+dfsg1-1
 tagged by  Niels Thykier
on  Thu May 24 12:12:16 2012 +0200

- Shortlog 
Release eclipse-mylyn/3.7.1-1 into unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPvgmOAAoJEAVLu599gGRCPQEP/jL85xO8vQRdYqVaU4+j5lJh
DeV5Dpc0TzO8az/ajcNNPS9TqJZjbFxZtaZGfk42Rbi7n9u7jkZfZVfwVn2sY+4V
tJPabkWod/G0CbvHP3VJWXeemthE3LrU1zHneEDHRpaKvCt0asA7vbpjwplLg3MK
ZNHBkxhuAb+D0L01gJJZiQS5xFjdUK8bPSndi0wlk7WrshC7yRo8vXkopnPUUvYv
8vjON61S1dqm1B3xh5Qi1g6hmU8N/n2ima8AGYA2TqbtUT++jT44LthTbJQCV3cq
9667ibPGSkCEQten081TCALCc6r/JRknzRL0FhIDk1G8QuYDVk3GgRR7M/J3vEq5
A1UMsK52Moba9NHhZ1UvDD/0aKhU+voHKWazS6DkGbUGle5PhWKuu/CeA9hk8eCz
YhqTtre7bt2USTt7FxnMXgdXuecOL+MkQUbY2+ljrWBbp6cPpKLVTU/0ko4QKbn/
7XWgJIqTaUaU8LQhGcuqXqptJ1N9y10Km7n1LYNf1lJwn4DL2HJDeXooAx2uWjCB
wGSY9EzYCJbFDzrJdgR5rZ2QisCW9y1VB+4k3+4StL5kjxrbATqEKGLpiBEaBxEO
EsiajZU+xpgnDUJ9vMcz2+1zBoPuo2z4fJb0oBwi8uH9J5RGCC7MaY3zvo5yGHmp
UTo1UIrP4s1GrBiFNJU7
=uP/a
-END PGP SIGNATURE-

Jakub Adam (15):
  Merge tag 'upstream/3.7.0'
  Imported Upstream version 3.7.0
  Updated d/get-orig-source
  Update d/changelog
  Update d/eclipse.features and d/eclipse-mylyn.eh-install for new upstream 
release
  Refresh d/patches
  Fix instanceClassName of RepositoryLocation class in ecore model
  Updated d/get-orig-source
  Imported Upstream version 3.7.1
  Merge tag 'upstream/3.7.1'
  Updated d/changelog
  Refresh d/patches
  Updated d/eclipse-mylyn-wikitext.lintian-overrides
  Update build dependences
  Removed no longer required eclipse-mylyn.lintian-overrides

Niels Thykier (1):
  Set dist to unstable

---

-- 
eclipse-mylyn - Plug-in for eclipse - Debian package.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#587510: Missing jar files from solr 1.4.1

2012-05-24 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Jens

I've review the solr 1.4 codebase for reference to either httpcore and
commons-logging classes.

However I have not been able to find reference to these libraries so
I'm not convinced that they are required for this version of solr (I
know then are for solr 3.x as that has additional dependencies).

If they are required please could you explain why?

Thanks

James

- -- 
James Page
Ubuntu Core Developer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJPvhoIAAoJEL/srsug59jDFi4P/3ola+quABp77ODu/fJR9Enq
aAANFai8rfaO9ZqnlFy54x3TtnFahLfLeRHrlgzl1TurfwrqtarDQwx5J2AZTE/O
98bZB0Bp+LvuctvvFmIIRe+3m1AyEKmcx2HsMcunq+QkWMlvgdYUCsNNqJJdZ6GP
WRDMvfSQLq3mhQWW3kx86z2xEGESehgFR5H7q/mhPbmoHkwPSjX9XD1GuQY3GyeQ
T7eR0aOkDUnXAsEQzlCleTA6ybof8yCZtXHKvg7rBypRV5lPktxDvBs/soA05yLD
4v5XF9miTevxuIiPm9cMRDcAsHqis2xKQEkSGmJ++xLrhxdnkiBaBFS9MqjSw/gn
9W0j13LtlChVtRcKetbRufTxOvUhSsWAFDHdoL+HrpKVQqV7zbbg53q3AiXwR9yJ
3KZ0u046z1dd+4WNyiGeOuqu5HMPZeClyXpO/tI3MWS2Ren7M2uTffJWGRdQjOiJ
z7DVWqP0iEvfmlDjjCsNqnLaCpNy/jbbjQl00wBtH+UFfAjopjZHLGtvKmGgXMee
szCY64mKcHVose2byCIyMVmfMHavUeqmAXEJtiWS6Zwit0ISKwRjFEwiLz/Sykz6
mpaprJ/KwRWJ2F4s28Qn+jsxlhV9YB9CEd4JqcDe1+G17sHkRDTMYlo02pZK1fG0
hxr8+jgH8mIg7HJY/nJb
=oghO
-END PGP SIGNATURE-



__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[SCM] Solr - web service for full-text indexing and searching - Debian packaging branch, master, updated. debian/1.4.0+ds1-2-17-g513c3fd

2012-05-24 Thread James Page
The following commit has been merged in the master branch:
commit 513c3fda50957d180758a671161a4103a4d56258
Author: James Page 
Date:   Thu May 24 12:24:39 2012 +0100

Use default-jre-headless as primary runtime dependency for solr-common.

diff --git a/debian/changelog b/debian/changelog
index 3f2e4c4..b78535d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,6 @@ solr (1.4.1+dfsg1-3) UNRELEASED; urgency=low
   * Bumped Standards-Version to 3.9.3:
 - d/copyright: Referenced released version of DEP-5 and tidied up 
   obsolete field names.
-  * Added commons-logging.jar to WEB-INF/lib (Closes: #587512).
-  * Added http[client,core,mime].jar to WEB-INF/lib (Closes: #587510).
   * Install utility scripts to correct location under ${solr.home}
 (Closes: #538229), create symlink for backwards compatibility.
   * Link /var/log/solr to ${solr.home}/logs.
@@ -20,8 +18,9 @@ solr (1.4.1+dfsg1-3) UNRELEASED; urgency=low
   * Drop dependency on glassfish-mail, no longer required (Closes: #575208).
   * Pickup maintenance of this package until solr3/lucene3 supercedes it.
 (Closes: #652729).
+  * Use default-jre-headless as primary runtime dependency for solr-common.
 
- -- James Page   Wed, 23 May 2012 16:52:15 +0100
+ -- James Page   Thu, 24 May 2012 12:24:08 +0100
 
 solr (1.4.1+dfsg1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 34d0d91..110b892 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,6 @@ Build-Depends:
  libcommons-fileupload-java (>= 1.2.1),
  libcommons-httpclient-java (>= 3.1),
  libcommons-io-java (>= 1.4),
- libcommons-logging-java,
  libjaxp1.3-java (>= 1.3.04),
  libjetty-java (>= 6.1.21),
  libjmock-java,
@@ -39,16 +38,13 @@ Depends:
  libcommons-fileupload-java (>= 1.2.1),
  libcommons-httpclient-java (>= 3.1),
  libcommons-io-java (>= 1.4),
- libcommons-logging-java,
- libhttpclient-java,
- libhttpmime-java,
  libjaxp1.3-java (>= 1.3.05-1),
  libjetty-java (>= 6.1.21),
  liblucene2-java (>= 2.9.1),
  libservlet2.5-java (>= 6.0.20),
  libslf4j-java (>= 1.5.10),
  libxml-commons-external-java (>= 1.3.04),
- openjdk-6-jre-headless | java5-runtime-headless | java6-runtime-headless,
+ default-jre-headless | java5-runtime-headless | java6-runtime-headless,
  ${misc:Depends}
 Recommends:
  solr-tomcat (>= ${binary:Version}) | solr-jetty (>= ${binary:Version})

-- 
Solr - web service for full-text indexing and searching - Debian packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Solr - web service for full-text indexing and searching - Debian packaging branch, master, updated. debian/1.4.0+ds1-2-18-g27f6137

2012-05-24 Thread James Page
The following commit has been merged in the master branch:
commit 27f613729c2edcbf336f7d3f278ebde89daf3b00
Author: James Page 
Date:   Thu May 24 12:45:58 2012 +0100

Removed links for jar files which are not required for solr1.4

diff --git a/debian/solr-common.links b/debian/solr-common.links
index 370939d..cf985c8 100644
--- a/debian/solr-common.links
+++ b/debian/solr-common.links
@@ -6,10 +6,6 @@
 /usr/share/java/commons-fileupload.jar  
/usr/share/solr/WEB-INF/lib/commons-fileupload.jar
 /usr/share/java/commons-httpclient.jar  
/usr/share/solr/WEB-INF/lib/commons-httpclient.jar
 /usr/share/java/commons-io.jar  
/usr/share/solr/WEB-INF/lib/commons-io.jar
-/usr/share/java/commons-logging.jar 
/usr/share/solr/WEB-INF/lib/commons-logging.jar
-/usr/share/java/httpcore.jar
/usr/share/solr/WEB-INF/lib/httpcore.jar
-/usr/share/java/httpclient.jar  
/usr/share/solr/WEB-INF/lib/httpclient.jar
-/usr/share/java/httpmime.jar
/usr/share/solr/WEB-INF/lib/httpmime.jar
 /usr/share/java/jcl-over-slf4j.jar  
/usr/share/solr/WEB-INF/lib/jcl-over-slf4j.jar
 /usr/share/java/jetty.jar   /usr/share/solr/WEB-INF/lib/jetty.jar
 /usr/share/java/jetty-util.jar  
/usr/share/solr/WEB-INF/lib/jetty-util.jar

-- 
Solr - web service for full-text indexing and searching - Debian packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[pkg-java] r16062 - trunk/libcommons-codec-java/debian

2012-05-24 Thread James Page
Author: jamespage-guest
Date: 2012-05-24 15:25:32 + (Thu, 24 May 2012)
New Revision: 16062

Modified:
   trunk/libcommons-codec-java/debian/changelog
   trunk/libcommons-codec-java/debian/maven.rules
Log:
d/control,rules,maven.rules: Switch to using junit4 inline with upstream.

Modified: trunk/libcommons-codec-java/debian/changelog
===
--- trunk/libcommons-codec-java/debian/changelog2012-05-23 16:41:32 UTC 
(rev 16061)
+++ trunk/libcommons-codec-java/debian/changelog2012-05-24 15:25:32 UTC 
(rev 16062)
@@ -2,14 +2,14 @@
 
   * New upstream release:
 - d/patches/javac_encoding.diff: Dropped - accepted upstream.
-- d/control,rules: Switch to using junit4 inline with upstream.
+- d/control,rules,maven.rules: Switch to using junit4 inline with upstream.
 - Refreshed remaining patch.
   * d/control: Bumped Standards-Version to 3.9.3:
 - d/copyright: Tidied lintian warnings and referenced released version
   of DEP-5.
   * Added myself to uploaders.
 
- -- James Page   Wed, 23 May 2012 11:29:46 +0100
+ -- James Page   Thu, 24 May 2012 16:19:05 +0100
 
 libcommons-codec-java (1.5-1) unstable; urgency=low
 

Modified: trunk/libcommons-codec-java/debian/maven.rules
===
--- trunk/libcommons-codec-java/debian/maven.rules  2012-05-23 16:41:32 UTC 
(rev 16061)
+++ trunk/libcommons-codec-java/debian/maven.rules  2012-05-24 15:25:32 UTC 
(rev 16062)
@@ -1 +1 @@
-junit junit jar s/3\..*/3.x/
+junit junit jar s/4\..*/4.x/


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#674448: CVE-2012-2098

2012-05-24 Thread Moritz Muehlenhoff
Package: libcommons-compress-java
Version: 1.2-1
Severity: grave
Tags: security

Please see https://commons.apache.org/compress/security.html

Fixed in 1.4.1. This doesn't warrant a DSA, but you could fix
it through a point update for Squeeze 6.0.6.

Cheers,
Moritz



__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#655330: marked as done (installation of ca-certificates-java silently fails)

2012-05-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 May 2012 22:10:08 +0200
with message-id <201205242210.12121.draz...@debian.org>
and subject line Re: Bug#655330: installation of ca-certificates-java silently 
fails
has caused the Debian Bug report #655330,
regarding installation of ca-certificates-java silently fails
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
655330: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: ca-certificates-java
Version: 20111223
Severity: grave

Happens when updating from squeeze. During installation, the following 
is printed:


Setting up ca-certificates-java (20111223) ...Installing new version of 
config file /etc/ca-certificates/update.d/jks-keystore ...Exception in 
thread "main" java.security.ProviderException: Could not initialize NSS 
at sun.security.pkcs11.SunPKCS11.(SunPKCS11.java:201)	at 
sun.security.pkcs11.SunPKCS11.(SunPKCS11.java:103)	at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) 
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 
at java.lang.reflect.Constructor.newInstance(Constructor.java:532) 
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:262) 
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:244) 
at java.security.AccessController.doPrivileged(Native Method)	at 
sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:244) 
at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:224) 
at sun.security.jca.ProviderList.getProvider(ProviderList.java:232) 
at sun.security.jca.ProviderList.getService(ProviderList.java:330) 
at sun.security.jca.GetInstance.getInstance(GetInstance.java:157) 
at java.security.Security.getImpl(Security.java:696)	at 
java.security.AlgorithmParameters.getInstance(AlgorithmParameters.java:130) 
at sun.security.x509.AlgorithmId.decodeParams(AlgorithmId.java:121) 
at sun.security.x509.AlgorithmId.(AlgorithmId.java:114)	at 
sun.security.x509.AlgorithmId.parse(AlgorithmId.java:381)	at 
sun.security.x509.X509Key.parse(X509Key.java:168)	at 
sun.security.x509.CertificateX509Key.(CertificateX509Key.java:75) 
at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:705)	at 
sun.security.x509.X509CertInfo.(X509CertInfo.java:169)	at 
sun.security.x509.X509CertImpl.parse(X509CertImpl.java:1747)	at 
sun.security.x509.X509CertImpl.(X509CertImpl.java:196)	at 
sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:107) 
at 
java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:322) 
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:763) 
at 
sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55) 
at java.security.KeyStore.load(KeyStore.java:1201)	at 
UpdateCertificates.createKeyStore(UpdateCertificates.java:65)	at 
UpdateCertificates.main(UpdateCertificates.java:51)Caused by: 
java.io.FileNotFoundException: /usr/lib/libnss3.so	at 
sun.security.pkcs11.Secmod.initialize(Secmod.java:186)	at 
sun.security.pkcs11.SunPKCS11.(SunPKCS11.java:197)	... 31 
moredone.



--- End Message ---
--- Begin Message ---
Hi Cyril,

Le samedi 18 février 2012 17:27:00, Cyril Brulebois a écrit :
> Cyril Brulebois  (18/02/2012):
> > I'll try and debug it further soon.
> 
> That wasn't too hard: switching from stable's to testing's libnss3-1d,
> its .so switches from /usr/lib to /usr/lib/; given
> nssLibraryDirectory is written to /etc/java-6-openjdk/security/nss.cfg
> only when first_install is run, you don't get to notice the location
> change. I'm not sure how to best fix that though.

Since some uploades, java-[67]-openjdk doesn't set nssLibraryDirectory anymore 
(it then default to search path of dllopen - like any other program).

I've done some more tests of squeeze -> wheezy/sid upgrade and can't reproduce 
this issue with current ca-certificate-java and openjdk-6. So I'm now closing 
this issue, feel free to reopen if you can reproduce it with other mean.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[pkg-java] r16063 - in trunk/ca-certificates-java: . debian

2012-05-24 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-05-24 20:17:42 + (Thu, 24 May 2012)
New Revision: 16063

Removed:
   trunk/ca-certificates-java/debian/preinst
Modified:
   trunk/ca-certificates-java/UpdateCertificates.java
   trunk/ca-certificates-java/debian/changelog
   trunk/ca-certificates-java/debian/jks-keystore.hook.in
   trunk/ca-certificates-java/debian/postinst.in
   trunk/ca-certificates-java/debian/rules
Log:
* debian/preinst, debian/postinst: remove the 20110912ubuntu1 work-around
  since it is no longer needed.
* debian/postinst: don't put a symlink in / if jvm doesn't contain nss
  configuration. (Closes: #665754, #665749).
* debian/postinst: force migration to new alias names again. The
  migration was supposed to occur on upgrades to Oneiric, but failed
  because of an NSS error.
* debian/postinst: forcibly remove diginotar cert. It could be left
  behind under certain circumstances. (LP: #920758)
* debian/postinst: also look for jvm in multiarch locations (LP: #962378)
* debian/postinst: retrigger first_install to properly get cert store.
* d/rules: Ensure java is built with source/target == 1.6 for backwards
  compatibility with openjdk-6. 
* Sync handling of nss.cfg between debian/jks-keystore.hook.in and
  debian/postinst.in.
* Merge changes from Ubuntu (Thanks to James Page and Marc Deslauriers).
* Improve handling of certificate with UTF-8 filenames:
  - UpdateCertificates: Force read System.in with UTF-8
  - debian/postinst: Set LC_CTYPE to C.UTF-8

Modified: trunk/ca-certificates-java/UpdateCertificates.java
===
--- trunk/ca-certificates-java/UpdateCertificates.java  2012-05-24 15:25:32 UTC 
(rev 16062)
+++ trunk/ca-certificates-java/UpdateCertificates.java  2012-05-24 20:17:42 UTC 
(rev 16063)
@@ -50,7 +50,8 @@
 password = passwordString.toCharArray();
 keystore = createKeyStore();
 certFactory = CertificateFactory.getInstance("X.509");
-processChanges(new InputStreamReader(System.in));
+// Force reading of inputstream int UTF-8
+processChanges(new InputStreamReader(System.in, "UTF8"));
 writeKeyStore();
 }
 

Modified: trunk/ca-certificates-java/debian/changelog
===
--- trunk/ca-certificates-java/debian/changelog 2012-05-24 15:25:32 UTC (rev 
16062)
+++ trunk/ca-certificates-java/debian/changelog 2012-05-24 20:17:42 UTC (rev 
16063)
@@ -1,3 +1,32 @@
+ca-certificates-java (20120524) unstable; urgency=low
+
+  [ Marc Deslauriers ]
+  * debian/preinst, debian/postinst: remove the 20110912ubuntu1 work-around
+since it is no longer needed.
+  * debian/postinst: don't put a symlink in / if jvm doesn't contain nss
+configuration. (Closes: #665754, #665749).
+  * debian/postinst: force migration to new alias names again. The
+migration was supposed to occur on upgrades to Oneiric, but failed
+because of an NSS error.
+  * debian/postinst: forcibly remove diginotar cert. It could be left
+behind under certain circumstances. (LP: #920758)
+  * debian/postinst: also look for jvm in multiarch locations (LP: #962378)
+  * debian/postinst: retrigger first_install to properly get cert store.
+
+  [ James Page ]
+  * d/rules: Ensure java is built with source/target == 1.6 for backwards
+compatibility with openjdk-6. 
+
+  [ Damien Raude-Morvan ]
+  * Sync handling of nss.cfg between debian/jks-keystore.hook.in and
+debian/postinst.in.
+  * Merge changes from Ubuntu (Thanks to James Page and Marc Deslauriers).
+  * Improve handling of certificate with UTF-8 filenames:
+- UpdateCertificates: Force read System.in with UTF-8
+- debian/postinst: Set LC_CTYPE to C.UTF-8
+
+ -- Damien Raude-Morvan   Tue, 22 May 2012 23:41:41 +0200
+
 ca-certificates-java (20120225) unstable; urgency=low
 
   [ Steve Langasek ]

Modified: trunk/ca-certificates-java/debian/jks-keystore.hook.in
===
--- trunk/ca-certificates-java/debian/jks-keystore.hook.in  2012-05-24 
15:25:32 UTC (rev 16062)
+++ trunk/ca-certificates-java/debian/jks-keystore.hook.in  2012-05-24 
20:17:42 UTC (rev 16063)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 
 set -e
 
@@ -12,6 +12,8 @@
 . /etc/default/cacerts
 fi
 
+arch=`dpkg --print-architecture`
+
 echo ""
 if [ "$cacerts_updates" != yes ] || [ "$CACERT_UPDATES" = disabled ]; then
 echo "updates of cacerts keystore disabled."
@@ -23,31 +25,32 @@
 exit 1
 fi
 
-for jdir in /usr/lib/jvm/java-[67]-openjdk* /usr/lib/jvm/java-6-sun; do
-if [ -x $jdir/bin/java ]; then
-   break
-fi
+for jvm in java-6-openjdk-$arch java-6-openjdk \
+   java-7-openjdk-$arch java-7-openjdk java-6-sun; do
+if [ -x /usr/lib/jvm/$jvm/bin/java ]; then
+   break
+fi
 done
-export JAVA_HOME=$jdir
+export JAVA_HOME=/usr/lib/jvm/$jvm
 PAT

Processing of ca-certificates-java_20120524_amd64.changes

2012-05-24 Thread Debian FTP Masters
ca-certificates-java_20120524_amd64.changes uploaded successfully to localhost
along with the files:
  ca-certificates-java_20120524.dsc
  ca-certificates-java_20120524.tar.gz
  ca-certificates-java_20120524_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#623882: error installing certs with non-ascii characters in their names

2012-05-24 Thread Damien Raude-Morvan
Hi Miguel,

Le samedi 29 octobre 2011 21:08:36, Miguel Landaeta a écrit :
> Is this really fixed?
> 
> I ask because I still can see some warnings or errors when
> ca-certificates-java install certificates with non-ascii filenames:
> 
> [snip]
> 
> Setting up ca-certificates-java (20110912) ...
> Adding debian:Taiwan_GRCA.pem
> Adding debian:Digital_Signature_Trust_Co._Global_CA_1.pem
> Adding debian:AddTrust_Qualified_Certificates_Root.pem
> Adding debian:NetLock_Notary_=Class_A=_Root.pem
> Adding debian:ValiCert_Class_1_VA.pem
> Adding debian:signet_ca3_pem.pem
> Adding debian:UTN_USERFirst_Hardware_Root_CA.pem
> Warning: there was a problem reading the certificate file
> /etc/ssl/certs/T??B??TAK_UEKAE_K??k_Sertifika_Hizmet_Sa??lay??c??s??_-_S??
> r??m_3.pem. Message:
> /etc/ssl/certs/T??B??TAK_UEKAE_K??k_Sertifika_Hizmet_Sa??lay??c??s??_-_S??
> r??m_3.pem (No such file or directory) Adding debian:cacert.org.pem
> Warning: there was a problem reading the certificate file
> /etc/ssl/certs/Certinomis_-_Autorit??_Racine.pem. Message:
> /etc/ssl/certs/Certinomis_-_Autorit??_Racine.pem (No such file or
> directory) Adding
> debian:Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.pem
> Adding debian:Certplus_Class_2_Primary_CA.pem
> Warning: there was a problem reading the certificate file
> /etc/ssl/certs/AC_Ra??z_Certic??mara_S.A..pem. Message:
> /etc/ssl/certs/AC_Ra??z_Certic??mara_S.A..pem (No such file or directory)

I've improved existing fix for encoding issues into 20120524 upload, so you 
might not see this warning anymore :)

Cheers,
-- 
Damien


signature.asc
Description: This is a digitally signed message part.
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[pkg-java] r16064 - in tags/ca-certificates-java: . 20120524 20120524/debian

2012-05-24 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-05-24 20:21:54 + (Thu, 24 May 2012)
New Revision: 16064

Added:
   tags/ca-certificates-java/20120524/
   tags/ca-certificates-java/20120524/UpdateCertificates.java
   tags/ca-certificates-java/20120524/debian/changelog
   tags/ca-certificates-java/20120524/debian/jks-keystore.hook.in
   tags/ca-certificates-java/20120524/debian/postinst.in
   tags/ca-certificates-java/20120524/debian/rules
Removed:
   tags/ca-certificates-java/20120524/UpdateCertificates.java
   tags/ca-certificates-java/20120524/debian/changelog
   tags/ca-certificates-java/20120524/debian/jks-keystore.hook.in
   tags/ca-certificates-java/20120524/debian/postinst.in
   tags/ca-certificates-java/20120524/debian/preinst
   tags/ca-certificates-java/20120524/debian/rules
Log:
[svn-buildpackage] Tagging ca-certificates-java 20120524

Deleted: tags/ca-certificates-java/20120524/UpdateCertificates.java
===
--- trunk/ca-certificates-java/UpdateCertificates.java  2012-05-20 10:39:27 UTC 
(rev 16059)
+++ tags/ca-certificates-java/20120524/UpdateCertificates.java  2012-05-24 
20:21:54 UTC (rev 16064)
@@ -1,150 +0,0 @@
-/*
- * Copyright (C) 2011 Torsten Werner 
- * 
- * This code is a re-implementation of the idea from Ludwig Nussel found in
- * http://gitorious.org/opensuse/ca-certificates/blobs/master/keystore.java
- * for the Debian operating system. It updates the global JVM keystore.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
-
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- */
-
-import java.io.BufferedReader;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.InputStreamReader;
-import java.io.Reader;
-import java.security.GeneralSecurityException;
-import java.security.KeyStore;
-import java.security.cert.Certificate;
-import java.security.cert.CertificateFactory;
-
-public class UpdateCertificates {
-private static char[] password = null;
-private static KeyStore keystore = null;
-private static CertificateFactory certFactory = null;
-
-public static void main(String[] args) throws IOException, 
GeneralSecurityException {
-String passwordString = "changeit";
-if (args.length == 2 && args[0].equals("-storepass")) {
-passwordString = args[1];
-}
-else if (args.length > 0) {
-System.err.println("Usage: java UpdateCertificates [-storepass 
]");
-System.exit(1);
-}
-password = passwordString.toCharArray();
-keystore = createKeyStore();
-certFactory = CertificateFactory.getInstance("X.509");
-processChanges(new InputStreamReader(System.in));
-writeKeyStore();
-}
-
-private static KeyStore createKeyStore() throws GeneralSecurityException, 
IOException {
-KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType());
-File certInputFile = new File ("/etc/ssl/certs/java/cacerts");
-FileInputStream certInputStream = null;
-if (certInputFile.canRead()) {
-certInputStream = new FileInputStream(certInputFile);
-}
-try {
-ks.load(certInputStream, password);
-}
-catch (IOException e) {
-System.err.println("Cannot open Java keystore. Is the password 
correct? Message:\n  " +
-e.getMessage());
-System.exit(1);
-}
-if (certInputStream != null) {
-certInputStream.close();
-}
-return ks;
-}
-
-private static void processChanges(Reader reader)
-throws IOException, GeneralSecurityException {
-String line;
-BufferedReader bufferedStdinReader = new BufferedReader(reader);
-while((line = bufferedStdinReader.readLine()) != null) {
-parseLine(line);
-}
-}
-
-private static void deleteAlias(String alias) throws 
GeneralSecurityException {
-if (keystore.containsAlias(alias)) {
-System.out.println("Removing " + alias);
-keystore.deleteEntry(alias);
-}
-}
-
-private static void parseLine(String line)
-throws GeneralSecurityException,

ca-certificates-java_20120524_amd64.changes ACCEPTED into unstable

2012-05-24 Thread Debian FTP Masters


Notes:
Mapping sid to unstable.


Accepted:
ca-certificates-java_20120524.dsc
  to main/c/ca-certificates-java/ca-certificates-java_20120524.dsc
ca-certificates-java_20120524.tar.gz
  to main/c/ca-certificates-java/ca-certificates-java_20120524.tar.gz
ca-certificates-java_20120524_all.deb
  to main/c/ca-certificates-java/ca-certificates-java_20120524_all.deb


Changes:
ca-certificates-java (20120524) unstable; urgency=low
 .
  [ Marc Deslauriers ]
  * debian/preinst, debian/postinst: remove the 20110912ubuntu1 work-around
since it is no longer needed.
  * debian/postinst: don't put a symlink in / if jvm doesn't contain nss
configuration. (Closes: #665754, #665749).
  * debian/postinst: force migration to new alias names again. The
migration was supposed to occur on upgrades to Oneiric, but failed
because of an NSS error.
  * debian/postinst: forcibly remove diginotar cert. It could be left
behind under certain circumstances. (LP: #920758)
  * debian/postinst: also look for jvm in multiarch locations (LP: #962378)
  * debian/postinst: retrigger first_install to properly get cert store.
 .
  [ James Page ]
  * d/rules: Ensure java is built with source/target == 1.6 for backwards
compatibility with openjdk-6.
 .
  [ Damien Raude-Morvan ]
  * Sync handling of nss.cfg between debian/jks-keystore.hook.in and
debian/postinst.in.
  * Merge changes from Ubuntu (Thanks to James Page and Marc Deslauriers).
  * Improve handling of certificate with UTF-8 filenames:
- UpdateCertificates: Force read System.in with UTF-8
- debian/postinst: Set LC_CTYPE to C.UTF-8


Override entries for your package:
ca-certificates-java_20120524.dsc - source java
ca-certificates-java_20120524_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 665749 665754 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#665749: marked as done (ca-certificates-java: postinst script generates link /libnss3.so)

2012-05-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 May 2012 21:02:13 +
with message-id 
and subject line Bug#665749: fixed in ca-certificates-java 20120524
has caused the Debian Bug report #665749,
regarding ca-certificates-java: postinst script generates link /libnss3.so
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
665749: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665749
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ca-certificates-java
Version: 20120225
Severity: serious

Dear Maintainer,

the postinst script of package "ca-certificate-java" seems to me bogus:
in the function "first_install()" the file
"/etc/java-6-openjdk/security/nss.cfg" is searched for the term
"nssLibraryDirectory" which is only to be found in
"/etc/java-6-openjdk/security/nss-amd64.cfg" on my system.
Therefore, the variable "nssjdk" stays empty resulting in the command

  ln -sf /usr/lib/x86_64-linux-gnu/libnss3.so /libnss3.so

Doesn't this link in "/" violate the debian policy?
-- 
Best regards,
Jörg-Volker.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.13 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages ca-certificates-java depends on:
ii  ca-certificates  20120212
ii  default-jre-headless [java6-runtime-headless]1:1.6-47
ii  libnss3-1d   3.13.3-1
ii  openjdk-6-jre-headless [java6-runtime-headless]  6b24-1.11.1-3

ca-certificates-java recommends no packages.

ca-certificates-java suggests no packages.

-- Configuration Files:
/etc/default/cacerts [Errno 13] Permission denied: u'/etc/default/cacerts'

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: ca-certificates-java
Source-Version: 20120524

We believe that the bug you reported is fixed in the latest version of
ca-certificates-java, which is due to be installed in the Debian FTP archive:

ca-certificates-java_20120524.dsc
  to main/c/ca-certificates-java/ca-certificates-java_20120524.dsc
ca-certificates-java_20120524.tar.gz
  to main/c/ca-certificates-java/ca-certificates-java_20120524.tar.gz
ca-certificates-java_20120524_all.deb
  to main/c/ca-certificates-java/ca-certificates-java_20120524_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 665...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan  (supplier of updated 
ca-certificates-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 May 2012 23:41:41 +0200
Source: ca-certificates-java
Binary: ca-certificates-java
Architecture: source all
Version: 20120524
Distribution: sid
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Damien Raude-Morvan 
Description: 
 ca-certificates-java - Common CA certificates (JKS keystore)
Closes: 665749 665754
Changes: 
 ca-certificates-java (20120524) unstable; urgency=low
 .
   [ Marc Deslauriers ]
   * debian/preinst, debian/postinst: remove the 20110912ubuntu1 work-around
 since it is no longer needed.
   * debian/postinst: don't put a symlink in / if jvm doesn't contain nss
 configuration. (Closes: #665754, #665749).
   * debian/postinst: force migration to new alias names again. The
 migration was supposed to occur on upgrades to Oneiric, but failed
 because of an NSS error.
   * debian/postinst: forcibly remove diginotar cert. It could be left
 behind under certain circumstances. (LP: #920758)
   * debian/postinst: also look for jvm in multiarch locations (LP: #962378)
   * debian/postinst: retrigger first_install to properly get cert store.
 .
   [ James Page ]
   * d/rules: Ensure java is built with source/target == 1.6 for backwards
 compatibility with openjdk-6.
 .
   [ Damien Raude-Morvan ]
   * Sync handling of nss.cfg between debian/jks-keystore.hook.in and
 debian/postinst.in.
   * Merge changes from Ubuntu (Tha

Bug#665754: marked as done (ca-certificates: reconfiguration creates links in "/")

2012-05-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 May 2012 21:02:13 +
with message-id 
and subject line Bug#665749: fixed in ca-certificates-java 20120524
has caused the Debian Bug report #665749,
regarding ca-certificates: reconfiguration creates links in "/"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
665749: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665749
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ca-certificates
Version: 20120212
Severity: serious

Dear Maintainer,

the command "dpkg-reconfigure ca-certificates" produces the links
"/libnss3.so" and "/libsoftokn3.so". This is due to a bug in the script
"/etc/ca-certificates/update.d/jks-keystore":
in the script the file "/etc/java-6-openjdk/security/nss.cfg" is
searched for the term "nssLibraryDirectory" which is only to be found in
"/etc/java-6-openjdk/security/nss-amd64.cfg" on my system.
Therefore, the variable "nssjdk" stays empty resulting in the command

  ln -sf /usr/lib/x86_64-linux-gnu/libnss3.so /
  ln -sf /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so /

A remedy seems to me, e.g., to do the search in
"/etc/java-6-openjdk/security/nss*.cfg" (using a wildcard in the file
name).

-- 
Best regards,
Jörg-Volker.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.13 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages ca-certificates depends on:
ii  debconf [debconf-2.0]  1.5.41
ii  openssl1.0.0h-1

ca-certificates recommends no packages.

ca-certificates suggests no packages.



--- End Message ---
--- Begin Message ---
Source: ca-certificates-java
Source-Version: 20120524

We believe that the bug you reported is fixed in the latest version of
ca-certificates-java, which is due to be installed in the Debian FTP archive:

ca-certificates-java_20120524.dsc
  to main/c/ca-certificates-java/ca-certificates-java_20120524.dsc
ca-certificates-java_20120524.tar.gz
  to main/c/ca-certificates-java/ca-certificates-java_20120524.tar.gz
ca-certificates-java_20120524_all.deb
  to main/c/ca-certificates-java/ca-certificates-java_20120524_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 665...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan  (supplier of updated 
ca-certificates-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 May 2012 23:41:41 +0200
Source: ca-certificates-java
Binary: ca-certificates-java
Architecture: source all
Version: 20120524
Distribution: sid
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Damien Raude-Morvan 
Description: 
 ca-certificates-java - Common CA certificates (JKS keystore)
Closes: 665749 665754
Changes: 
 ca-certificates-java (20120524) unstable; urgency=low
 .
   [ Marc Deslauriers ]
   * debian/preinst, debian/postinst: remove the 20110912ubuntu1 work-around
 since it is no longer needed.
   * debian/postinst: don't put a symlink in / if jvm doesn't contain nss
 configuration. (Closes: #665754, #665749).
   * debian/postinst: force migration to new alias names again. The
 migration was supposed to occur on upgrades to Oneiric, but failed
 because of an NSS error.
   * debian/postinst: forcibly remove diginotar cert. It could be left
 behind under certain circumstances. (LP: #920758)
   * debian/postinst: also look for jvm in multiarch locations (LP: #962378)
   * debian/postinst: retrigger first_install to properly get cert store.
 .
   [ James Page ]
   * d/rules: Ensure java is built with source/target == 1.6 for backwards
 compatibility with openjdk-6.
 .
   [ Damien Raude-Morvan ]
   * Sync handling of nss.cfg between debian/jks-keystore.hook.in and
 debian/postinst.in.
   * Merge changes from Ubuntu (Thanks to James Page and Marc Deslauriers).
   * Improve handling of certificate wit

Bug#665754: marked as done (ca-certificates: reconfiguration creates links in "/")

2012-05-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 May 2012 21:02:13 +
with message-id 
and subject line Bug#665754: fixed in ca-certificates-java 20120524
has caused the Debian Bug report #665754,
regarding ca-certificates: reconfiguration creates links in "/"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
665754: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665754
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ca-certificates
Version: 20120212
Severity: serious

Dear Maintainer,

the command "dpkg-reconfigure ca-certificates" produces the links
"/libnss3.so" and "/libsoftokn3.so". This is due to a bug in the script
"/etc/ca-certificates/update.d/jks-keystore":
in the script the file "/etc/java-6-openjdk/security/nss.cfg" is
searched for the term "nssLibraryDirectory" which is only to be found in
"/etc/java-6-openjdk/security/nss-amd64.cfg" on my system.
Therefore, the variable "nssjdk" stays empty resulting in the command

  ln -sf /usr/lib/x86_64-linux-gnu/libnss3.so /
  ln -sf /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so /

A remedy seems to me, e.g., to do the search in
"/etc/java-6-openjdk/security/nss*.cfg" (using a wildcard in the file
name).

-- 
Best regards,
Jörg-Volker.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.13 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages ca-certificates depends on:
ii  debconf [debconf-2.0]  1.5.41
ii  openssl1.0.0h-1

ca-certificates recommends no packages.

ca-certificates suggests no packages.



--- End Message ---
--- Begin Message ---
Source: ca-certificates-java
Source-Version: 20120524

We believe that the bug you reported is fixed in the latest version of
ca-certificates-java, which is due to be installed in the Debian FTP archive:

ca-certificates-java_20120524.dsc
  to main/c/ca-certificates-java/ca-certificates-java_20120524.dsc
ca-certificates-java_20120524.tar.gz
  to main/c/ca-certificates-java/ca-certificates-java_20120524.tar.gz
ca-certificates-java_20120524_all.deb
  to main/c/ca-certificates-java/ca-certificates-java_20120524_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 665...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan  (supplier of updated 
ca-certificates-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 May 2012 23:41:41 +0200
Source: ca-certificates-java
Binary: ca-certificates-java
Architecture: source all
Version: 20120524
Distribution: sid
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Damien Raude-Morvan 
Description: 
 ca-certificates-java - Common CA certificates (JKS keystore)
Closes: 665749 665754
Changes: 
 ca-certificates-java (20120524) unstable; urgency=low
 .
   [ Marc Deslauriers ]
   * debian/preinst, debian/postinst: remove the 20110912ubuntu1 work-around
 since it is no longer needed.
   * debian/postinst: don't put a symlink in / if jvm doesn't contain nss
 configuration. (Closes: #665754, #665749).
   * debian/postinst: force migration to new alias names again. The
 migration was supposed to occur on upgrades to Oneiric, but failed
 because of an NSS error.
   * debian/postinst: forcibly remove diginotar cert. It could be left
 behind under certain circumstances. (LP: #920758)
   * debian/postinst: also look for jvm in multiarch locations (LP: #962378)
   * debian/postinst: retrigger first_install to properly get cert store.
 .
   [ James Page ]
   * d/rules: Ensure java is built with source/target == 1.6 for backwards
 compatibility with openjdk-6.
 .
   [ Damien Raude-Morvan ]
   * Sync handling of nss.cfg between debian/jks-keystore.hook.in and
 debian/postinst.in.
   * Merge changes from Ubuntu (Thanks to James Page and Marc Deslauriers).
   * Improve handling of certificate wit

Bug#665749: marked as done (ca-certificates-java: postinst script generates link /libnss3.so)

2012-05-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 May 2012 21:02:13 +
with message-id 
and subject line Bug#665754: fixed in ca-certificates-java 20120524
has caused the Debian Bug report #665754,
regarding ca-certificates-java: postinst script generates link /libnss3.so
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
665754: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665754
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ca-certificates-java
Version: 20120225
Severity: serious

Dear Maintainer,

the postinst script of package "ca-certificate-java" seems to me bogus:
in the function "first_install()" the file
"/etc/java-6-openjdk/security/nss.cfg" is searched for the term
"nssLibraryDirectory" which is only to be found in
"/etc/java-6-openjdk/security/nss-amd64.cfg" on my system.
Therefore, the variable "nssjdk" stays empty resulting in the command

  ln -sf /usr/lib/x86_64-linux-gnu/libnss3.so /libnss3.so

Doesn't this link in "/" violate the debian policy?
-- 
Best regards,
Jörg-Volker.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.13 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages ca-certificates-java depends on:
ii  ca-certificates  20120212
ii  default-jre-headless [java6-runtime-headless]1:1.6-47
ii  libnss3-1d   3.13.3-1
ii  openjdk-6-jre-headless [java6-runtime-headless]  6b24-1.11.1-3

ca-certificates-java recommends no packages.

ca-certificates-java suggests no packages.

-- Configuration Files:
/etc/default/cacerts [Errno 13] Permission denied: u'/etc/default/cacerts'

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: ca-certificates-java
Source-Version: 20120524

We believe that the bug you reported is fixed in the latest version of
ca-certificates-java, which is due to be installed in the Debian FTP archive:

ca-certificates-java_20120524.dsc
  to main/c/ca-certificates-java/ca-certificates-java_20120524.dsc
ca-certificates-java_20120524.tar.gz
  to main/c/ca-certificates-java/ca-certificates-java_20120524.tar.gz
ca-certificates-java_20120524_all.deb
  to main/c/ca-certificates-java/ca-certificates-java_20120524_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 665...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan  (supplier of updated 
ca-certificates-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 May 2012 23:41:41 +0200
Source: ca-certificates-java
Binary: ca-certificates-java
Architecture: source all
Version: 20120524
Distribution: sid
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Damien Raude-Morvan 
Description: 
 ca-certificates-java - Common CA certificates (JKS keystore)
Closes: 665749 665754
Changes: 
 ca-certificates-java (20120524) unstable; urgency=low
 .
   [ Marc Deslauriers ]
   * debian/preinst, debian/postinst: remove the 20110912ubuntu1 work-around
 since it is no longer needed.
   * debian/postinst: don't put a symlink in / if jvm doesn't contain nss
 configuration. (Closes: #665754, #665749).
   * debian/postinst: force migration to new alias names again. The
 migration was supposed to occur on upgrades to Oneiric, but failed
 because of an NSS error.
   * debian/postinst: forcibly remove diginotar cert. It could be left
 behind under certain circumstances. (LP: #920758)
   * debian/postinst: also look for jvm in multiarch locations (LP: #962378)
   * debian/postinst: retrigger first_install to properly get cert store.
 .
   [ James Page ]
   * d/rules: Ensure java is built with source/target == 1.6 for backwards
 compatibility with openjdk-6.
 .
   [ Damien Raude-Morvan ]
   * Sync handling of nss.cfg between debian/jks-keystore.hook.in and
 debian/postinst.in.
   * Merge changes from Ubuntu (Tha

Bug#655330: installation of ca-certificates-java silently fails

2012-05-24 Thread Cyril Brulebois
Damien Raude-Morvan  (24/05/2012):
> Since some uploades, java-[67]-openjdk doesn't set nssLibraryDirectory
> anymore (it then default to search path of dllopen - like any other
> program).

Hah! A sane behaviour, at last.

I guess that's all I was hoping for. Just didn't find a satisfactory way
to work around it (not enough a java guy to do that on my own…).

> I've done some more tests of squeeze -> wheezy/sid upgrade and can't
> reproduce this issue with current ca-certificate-java and openjdk-6.
> So I'm now closing this issue, feel free to reopen if you can
> reproduce it with other mean.

I won't be able to check right now, but what you're saying looks very
good, thanks for the notice!

Mraw,
KiBi.


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[pkg-java] r16065 - trunk/libcommons-codec-java/debian

2012-05-24 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-05-25 00:10:37 + (Fri, 25 May 2012)
New Revision: 16065

Modified:
   trunk/libcommons-codec-java/debian/ant.properties
   trunk/libcommons-codec-java/debian/changelog
   trunk/libcommons-codec-java/debian/control
Log:
* Set DMUA flag for James Page.
* d/ant.properties: Use includeantruntime=true to allow javac ant task to
  get junit4 into classpath.

Modified: trunk/libcommons-codec-java/debian/ant.properties
===
--- trunk/libcommons-codec-java/debian/ant.properties   2012-05-24 20:21:54 UTC 
(rev 16064)
+++ trunk/libcommons-codec-java/debian/ant.properties   2012-05-25 00:10:37 UTC 
(rev 16065)
@@ -1 +1,4 @@
 compile.encoding=UTF-8
+# Use includeantruntime=true as we pass junit4 in DEB_JARS
+# (and not in  classpath)
+compile.includeantruntime=true

Modified: trunk/libcommons-codec-java/debian/changelog
===
--- trunk/libcommons-codec-java/debian/changelog2012-05-24 20:21:54 UTC 
(rev 16064)
+++ trunk/libcommons-codec-java/debian/changelog2012-05-25 00:10:37 UTC 
(rev 16065)
@@ -1,5 +1,6 @@
 libcommons-codec-java (1.6-1) unstable; urgency=low
 
+  [ James Page ]
   * New upstream release:
 - d/patches/javac_encoding.diff: Dropped - accepted upstream.
 - d/control,rules,maven.rules: Switch to using junit4 inline with upstream.
@@ -9,6 +10,11 @@
   of DEP-5.
   * Added myself to uploaders.
 
+  [ Damien Raude-Morvan ]
+  * Set DMUA flag for James Page.
+  * d/ant.properties: Use includeantruntime=true to allow javac ant task to
+get junit4 into classpath.
+
  -- James Page   Thu, 24 May 2012 16:19:05 +0100
 
 libcommons-codec-java (1.5-1) unstable; urgency=low

Modified: trunk/libcommons-codec-java/debian/control
===
--- trunk/libcommons-codec-java/debian/control  2012-05-24 20:21:54 UTC (rev 
16064)
+++ trunk/libcommons-codec-java/debian/control  2012-05-25 00:10:37 UTC (rev 
16065)
@@ -10,6 +10,7 @@
 Homepage: http://commons.apache.org/codec/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-codec-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-codec-java
+DM-Upload-Allowed: yes
 
 Package: libcommons-codec-java
 Architecture: all


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Processing of libcommons-codec-java_1.6-1_amd64.changes

2012-05-24 Thread Debian FTP Masters
libcommons-codec-java_1.6-1_amd64.changes uploaded successfully to localhost
along with the files:
  libcommons-codec-java_1.6-1.dsc
  libcommons-codec-java_1.6.orig.tar.gz
  libcommons-codec-java_1.6-1.debian.tar.gz
  libcommons-codec-java_1.6-1_all.deb
  libcommons-codec-java-doc_1.6-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r16066 - in tags/libcommons-codec-java: . 1.6-1/debian

2012-05-24 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-05-25 00:15:55 + (Fri, 25 May 2012)
New Revision: 16066

Added:
   tags/libcommons-codec-java/1.6-1/
   tags/libcommons-codec-java/1.6-1/debian/ant.properties
   tags/libcommons-codec-java/1.6-1/debian/changelog
   tags/libcommons-codec-java/1.6-1/debian/control
Removed:
   tags/libcommons-codec-java/1.6-1/debian/ant.properties
   tags/libcommons-codec-java/1.6-1/debian/changelog
   tags/libcommons-codec-java/1.6-1/debian/control
Log:
[svn-buildpackage] Tagging libcommons-codec-java 1.6-1

Deleted: tags/libcommons-codec-java/1.6-1/debian/ant.properties
===
--- trunk/libcommons-codec-java/debian/ant.properties   2012-05-24 20:21:54 UTC 
(rev 16064)
+++ tags/libcommons-codec-java/1.6-1/debian/ant.properties  2012-05-25 
00:15:55 UTC (rev 16066)
@@ -1 +0,0 @@
-compile.encoding=UTF-8

Copied: tags/libcommons-codec-java/1.6-1/debian/ant.properties (from rev 16065, 
trunk/libcommons-codec-java/debian/ant.properties)
===
--- tags/libcommons-codec-java/1.6-1/debian/ant.properties  
(rev 0)
+++ tags/libcommons-codec-java/1.6-1/debian/ant.properties  2012-05-25 
00:15:55 UTC (rev 16066)
@@ -0,0 +1,4 @@
+compile.encoding=UTF-8
+# Use includeantruntime=true as we pass junit4 in DEB_JARS
+# (and not in  classpath)
+compile.includeantruntime=true

Deleted: tags/libcommons-codec-java/1.6-1/debian/changelog
===
--- trunk/libcommons-codec-java/debian/changelog2012-05-24 20:21:54 UTC 
(rev 16064)
+++ tags/libcommons-codec-java/1.6-1/debian/changelog   2012-05-25 00:15:55 UTC 
(rev 16066)
@@ -1,143 +0,0 @@
-libcommons-codec-java (1.6-1) unstable; urgency=low
-
-  * New upstream release:
-- d/patches/javac_encoding.diff: Dropped - accepted upstream.
-- d/control,rules,maven.rules: Switch to using junit4 inline with upstream.
-- Refreshed remaining patch.
-  * d/control: Bumped Standards-Version to 3.9.3:
-- d/copyright: Tidied lintian warnings and referenced released version
-  of DEP-5.
-  * Added myself to uploaders.
-
- -- James Page   Thu, 24 May 2012 16:19:05 +0100
-
-libcommons-codec-java (1.5-1) unstable; urgency=low
-
-  * New upstream release.
-  * Remove Arnaud Vandyck from Uploaders. Thanks!
-  * Fix debian/MANIFEST.MF: don't Import-Package on itself.
-  * Switch to 3.0 (quilt) source format:
-- d/control: Drop B-D on quilt.
-- d/README.source: Drop file.
-- d/rules: Remove patchsys-quilt.mk usage.
-  * d/control: Drop needless-dependency-on-jre since its a library package.
-  * d/control: Bump Standards-Version to 3.9.2 (no changes needed).
-  * Bump to debhelper 7 compat level.
-  * d/rules: Use mh_clean in clean target.
-  * d/patches/javac_encoding.diff: New patch to force javac encoding to UTF-8.
-  * d/copyright: Update and format using DEP-5.
-
- -- Damien Raude-Morvan   Fri, 15 Apr 2011 20:25:31 +0200
-
-libcommons-codec-java (1.4-2) unstable; urgency=low
-
-  * Update my email address
-  * Use quilt as patch system
-- Build-Depends on quilt
-- Add debian/README.source
-- Use CDBS patchsys-quilt.mk
-  * Add debian/MANIFEST.MF for OSGi metadata (Closes: #558179)
-  * New debian/patches/manifest.diff to include OSGi in JAR
-
- -- Damien Raude-Morvan   Sun, 29 Nov 2009 01:06:40 +0100
-
-libcommons-codec-java (1.4-1) unstable; urgency=low
-
-  * New upstream release.
-- Remove build.patch: Merged upstream
-  * No more patches: Remove Build-Depends on quilt and debian/README.source
-  * Use Maven POM from upstream instead of debian/pom.xml
-  * Bump Standards-Version to 3.8.3 (no changes needed)
-
- -- Damien Raude-Morvan   Sat, 22 Aug 2009 13:32:58 +0200
-
-libcommons-codec-java (1.3-8) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner   Sun, 09 Aug 2009 11:57:29 +0200
-
-libcommons-codec-java (1.3-7) experimental; urgency=low
-
-  [ Ludovic Claude ]
-  * Fix version for junit in the maven POM dependencies
-  * Move api documentation to /usr/share/doc/libcommons-codec-java/api
-  * Add a quilt patch to ignore the LICENSE file not included in the
-source tarball, replace all previous simple patches by quilt
-
-  [ Damien Raude-Morvan ]
-  * Build-Depends on default-jdk instead of default-jdk-builddep
-because we don't build a native GCJ package.
-
-  [ Torsten Werner ]
-  * Add myself to Uploaders.
-  * Don't install API documentation into both binary packages.
-  * Don't install extra license file.
-
- -- Torsten Werner   Mon, 03 Aug 2009 21:22:02 +0200
-
-libcommons-codec-java (1.3-6) experimental; urgency=low
-
-  * Add the Maven POM to the package
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-Maven repository
-
- -- Ludovic Claude   Thu, 09 Jul 2009 18:14:44 
+0100
-
-lib

libcommons-codec-java_1.6-1_amd64.changes ACCEPTED into unstable

2012-05-24 Thread Debian FTP Masters


Notes:
Mapping sid to unstable.


Accepted:
libcommons-codec-java-doc_1.6-1_all.deb
  to main/libc/libcommons-codec-java/libcommons-codec-java-doc_1.6-1_all.deb
libcommons-codec-java_1.6-1.debian.tar.gz
  to main/libc/libcommons-codec-java/libcommons-codec-java_1.6-1.debian.tar.gz
libcommons-codec-java_1.6-1.dsc
  to main/libc/libcommons-codec-java/libcommons-codec-java_1.6-1.dsc
libcommons-codec-java_1.6-1_all.deb
  to main/libc/libcommons-codec-java/libcommons-codec-java_1.6-1_all.deb
libcommons-codec-java_1.6.orig.tar.gz
  to main/libc/libcommons-codec-java/libcommons-codec-java_1.6.orig.tar.gz


Changes:
libcommons-codec-java (1.6-1) unstable; urgency=low
 .
  [ James Page ]
  * New upstream release:
- d/patches/javac_encoding.diff: Dropped - accepted upstream.
- d/control,rules,maven.rules: Switch to using junit4 inline with upstream.
- Refreshed remaining patch.
  * d/control: Bumped Standards-Version to 3.9.3:
- d/copyright: Tidied lintian warnings and referenced released version
  of DEP-5.
  * Added myself to uploaders.
 .
  [ Damien Raude-Morvan ]
  * Set DMUA flag for James Page.
  * d/ant.properties: Use includeantruntime=true to allow javac ant task to
get junit4 into classpath.


Override entries for your package:
libcommons-codec-java-doc_1.6-1_all.deb - optional doc
libcommons-codec-java_1.6-1.dsc - source java
libcommons-codec-java_1.6-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.