Bug#648716: NoClassDefFoundError: org/jvnet/lafwidget/LafWidgetSupport

2011-11-14 Thread Jerome Robert
Package: triplea
Version: 1.3.2.2-1
Severity: minor

Dear Maintainer,

The Set look and feel action from the View menu raise the following
exception:

java.lang.NoClassDefFoundError: org/jvnet/lafwidget/LafWidgetSupport
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at
games.strategy.triplea.ui.TripleaMenu$2.actionPerformed(TripleaMenu.java:267)
...

It seems that triplea should have /usr/share/java/laf-widget.jar from
liblaf-widget-java in its classpath and depends on liblaf-plugin-java

Note: This bug shows that substance is not a strong dependency, and
should probably be set to recommended.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages triplea depends on:
ii  default-jre [java6-runtime]1:1.6-43
ii  libcommons-codec-java  1.5-1
ii  libcommons-httpclient-java 3.1-10
ii  libcommons-logging-java1.1.1-8
ii  openjdk-6-jre [java6-runtime]  6b23~pre11-1
ii  substance  5.3-2
ii  sun-java6-jre [java6-runtime]  6.26-3

triplea recommends no packages.

triplea suggests no packages.

-- no debconf information



__
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.


[SCM] leiningen packaging branch, master, updated. debian/1.6.1.1-2-6-g7aa5f43

2011-11-14 Thread Wolodja Wentland
The following commit has been merged in the master branch:
commit cacfb9cce1b213d2c82854de2511358f68c555a2
Author: Wolodja Wentland babi...@gmail.com
Date:   Mon Nov 14 12:47:48 2011 +

Remove Build-Depends-Indep

B-D-Is are currently not necessarily installed on the buildds for the build
target. We therefore drop the distinction between B-D and B-D-I.

diff --git a/debian/changelog b/debian/changelog
index b5a27aa..ffb0281 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ leiningen (1.6.2-1) unstable; urgency=low
 - Add clojure-contrib to CLASSPATH
 - bin/lein-pkg is now shipped by upstream
   * Remove superfluous $(CURDIR) from debian/rules
+  * Remove Build-Depends-Indep
 
  -- Wolodja Wentland babi...@gmail.com  Sat, 12 Nov 2011 23:41:25 +
 
diff --git a/debian/control b/debian/control
index 5fa9ed9..a1890bf 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Uploaders:
 Build-Depends:
  debhelper ( 8),
  javahelper (= 0.32),
-Build-Depends-Indep:
  ant,
  bash-completion,
  clojure1.2,

-- 
leiningen 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] leiningen packaging branch, master, updated. debian/1.6.1.1-2-6-g7aa5f43

2011-11-14 Thread Wolodja Wentland
The following commit has been merged in the master branch:
commit 9123560e13fb20ca8bc710324b6df77c6b873518
Author: Wolodja Wentland babi...@gmail.com
Date:   Mon Nov 14 12:50:21 2011 +

Allow uploads by DMs

This step was coordinated with Daigo Moriwaki da...@debian.org.

diff --git a/debian/changelog b/debian/changelog
index ffb0281..0e04287 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ leiningen (1.6.2-1) unstable; urgency=low
 - bin/lein-pkg is now shipped by upstream
   * Remove superfluous $(CURDIR) from debian/rules
   * Remove Build-Depends-Indep
+  * Add DM-Upload-Allowed
 
  -- Wolodja Wentland babi...@gmail.com  Sat, 12 Nov 2011 23:41:25 +
 
diff --git a/debian/control b/debian/control
index a1890bf..89f1302 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,7 @@ Standards-Version: 3.9.2
 Homepage: https://github.com/technomancy/leiningen
 Vcs-Git: git://git.debian.org/pkg-java/leiningen.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/leiningen.git
+DM-Upload-Allowed: yes
 
 Package: leiningen
 Architecture: all

-- 
leiningen 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] leiningen packaging branch, master, updated. debian/1.6.1.1-2-6-g7aa5f43

2011-11-14 Thread Wolodja Wentland
The following commit has been merged in the master branch:
commit 7aa5f432630428e00fae705806f4e6e43ed9064c
Author: Wolodja Wentland babi...@gmail.com
Date:   Mon Nov 14 14:11:46 2011 +

Adjust doc-base path for DEPLOY.md.gz

DEPLOY.md is now being zipped by dh_installdocs and we therefore need to
adjust the path used by doc-base.

diff --git a/debian/changelog b/debian/changelog
index 0e04287..758284a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ leiningen (1.6.2-1) unstable; urgency=low
   * Remove superfluous $(CURDIR) from debian/rules
   * Remove Build-Depends-Indep
   * Add DM-Upload-Allowed
+  * Adjust doc-base path for DEPLOY.md.gz
 
  -- Wolodja Wentland babi...@gmail.com  Sat, 12 Nov 2011 23:41:25 +
 
diff --git a/debian/leiningen.doc-base.deploy b/debian/leiningen.doc-base.deploy
index 7bae16f..7630ffd 100644
--- a/debian/leiningen.doc-base.deploy
+++ b/debian/leiningen.doc-base.deploy
@@ -11,4 +11,4 @@ Index: /usr/share/doc/leiningen/html/DEPLOY.html
 Files: /usr/share/doc/leiningen/html/DEPLOY.html
 
 Format: Text
-Files: /usr/share/doc/leiningen/DEPLOY.md
+Files: /usr/share/doc/leiningen/DEPLOY.md.gz

-- 
leiningen 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] leiningen packaging branch, pristine-tar, updated. e821643d4b4cf4174da75e7447c27307906b4564

2011-11-14 Thread Wolodja Wentland
The following commit has been merged in the pristine-tar branch:
commit e821643d4b4cf4174da75e7447c27307906b4564
Author: Wolodja Wentland babi...@gmail.com
Date:   Sat Nov 12 23:15:22 2011 +

pristine-tar data for leiningen_1.6.2.orig.tar.gz

diff --git a/leiningen_1.6.2.orig.tar.gz.delta 
b/leiningen_1.6.2.orig.tar.gz.delta
new file mode 100644
index 000..5a121a6
Binary files /dev/null and b/leiningen_1.6.2.orig.tar.gz.delta differ
diff --git a/leiningen_1.6.2.orig.tar.gz.id b/leiningen_1.6.2.orig.tar.gz.id
new file mode 100644
index 000..e41bfd2
--- /dev/null
+++ b/leiningen_1.6.2.orig.tar.gz.id
@@ -0,0 +1 @@
+ae7d12589bc97536227db112da82659ae890b8e9

-- 
leiningen 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] leiningen packaging branch, master, updated. debian/1.6.1.1-2-6-g7aa5f43

2011-11-14 Thread Wolodja Wentland
The following commit has been merged in the master branch:
commit 3489ca43ae1ff81ee0afb6389a615e64e402739e
Author: Wolodja Wentland babi...@gmail.com
Date:   Sun Nov 13 13:12:50 2011 +

New upstream release 1.6.2

diff --git a/debian/changelog b/debian/changelog
index 432593e..b5a27aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+leiningen (1.6.2-1) unstable; urgency=low
+
+  * New upstream version
+  * Remove patches that have been accepted upstream
+- Manpage comment syntax
+- Add clojure-contrib to CLASSPATH
+- bin/lein-pkg is now shipped by upstream
+  * Remove superfluous $(CURDIR) from debian/rules
+
+ -- Wolodja Wentland babi...@gmail.com  Sat, 12 Nov 2011 23:41:25 +
+
 leiningen (1.6.1.1-2) unstable; urgency=low
 
   * Add clojure-contrib to CLASSPATH in bin/lein (Closes: #647632)
diff --git a/debian/patches/0003-Disable-dependency-download.patch 
b/debian/patches/0002-Disable-dependency-download.patch
similarity index 87%
rename from debian/patches/0003-Disable-dependency-download.patch
rename to debian/patches/0002-Disable-dependency-download.patch
index 26a1ab9..795d771 100644
--- a/debian/patches/0003-Disable-dependency-download.patch
+++ b/debian/patches/0002-Disable-dependency-download.patch
@@ -7,7 +7,7 @@ Subject: Disable dependency download
  1 files changed, 0 insertions(+), 7 deletions(-)
 
 diff --git a/project.clj b/project.clj
-index 1cb5b7d..9cda7ce 100644
+index 7224851..293618d 100644
 --- a/project.clj
 +++ b/project.clj
 @@ -6,12 +6,5 @@
@@ -20,7 +20,7 @@ index 1cb5b7d..9cda7ce 100644
 - [lancet 1.0.1]
 - [jline 0.9.94 :exclusions [junit]]
 - [robert/hooke 1.1.2]
-- [org.apache.maven/maven-ant-tasks 2.0.10 :exclusions 
[ant]]]
+- [org.apache.maven/maven-ant-tasks 2.1.3 :exclusions [ant]]]
:disable-implicit-clean true
:eval-in-leiningen true)
 -- 
diff --git a/debian/patches/0002-Non-standalone-lein.patch 
b/debian/patches/0002-Non-standalone-lein.patch
deleted file mode 100644
index 5a7c46d..000
--- a/debian/patches/0002-Non-standalone-lein.patch
+++ /dev/null
@@ -1,266 +0,0 @@
-From: Wolodja Wentland babi...@gmail.com
-Date: Thu, 6 Oct 2011 16:00:15 +0100
-Subject: Non-standalone lein
-

- bin/lein |  196 +-
- 1 files changed, 40 insertions(+), 156 deletions(-)
-
-diff --git a/bin/lein b/bin/lein
-index de67bfd..3d1ca7b 100755
 a/bin/lein
-+++ b/bin/lein
-@@ -1,19 +1,12 @@
--#!/bin/sh
-+#!/bin/bash
-+
-+# This variant of the lein script is meant for downstream packagers.
-+# It has all the cross-platform stuff stripped out as well as the
-+# logic for running from checkouts and self-upgrading.
- 
- LEIN_VERSION=1.6.1.1
- export LEIN_VERSION
- 
--case $LEIN_VERSION in
--*SNAPSHOT) SNAPSHOT=YES ;;
--*) SNAPSHOT=NO ;;
--esac
--
--# Make sure classpath is in unix format for manipulating, then put
--# it back to windows format when we use it
--if [ $OSTYPE = cygwin ]  [ $CLASSPATH !=  ]; then
--CLASSPATH=`cygpath -up $CLASSPATH`
--fi
--
- if [ `whoami` = root ]  [ $LEIN_ROOT =  ]; then
- echo WARNING: You're currently running as root; probably by accident.
- echo Press control-C to abort or Enter to continue as root.
-@@ -21,10 +14,10 @@ if [ `whoami` = root ]  [ $LEIN_ROOT =  ]; then
- read _
- fi
- 
-+# cd to the project root, if applicable
- NOT_FOUND=1
- ORIGINAL_PWD=$PWD
--while [ ! -r $PWD/project.clj ]  [ $PWD != / ]  [ $NOT_FOUND -ne 0 ]
--do
-+while [ ! -r $PWD/project.clj ]  [ $PWD != / ]  [ $NOT_FOUND -ne 0 
]; do
- cd ..
- if [ $(dirname $PWD) = / ]; then
- NOT_FOUND=0
-@@ -32,9 +25,10 @@ do
- fi
- done
- 
--if [ $LEIN_HOME =  ]; then
--LEIN_HOME=$HOME/.lein
--fi
-+# Support $JAVA_OPTS for backwards-compatibility.
-+JVM_OPTS=${JVM_OPTS:-$JAVA_OPTS}
-+JAVA_CMD=${JAVA_CMD:-java}
-+LEIN_HOME=${LEIN_HOME:-$HOME/.lein}
- 
- DEV_PLUGINS=$(ls -1 lib/dev/*jar 2 /dev/null)
- USER_PLUGINS=$(ls -1 $LEIN_HOME/plugins/*jar 2 /dev/null)
-@@ -69,7 +63,7 @@ LEIN_PLUGIN_PATH=$(echo $DEV_PLUGINS | tr \\n :)
- LEIN_USER_PLUGIN_PATH=$(echo $(unique_user_plugins) | tr \\n :)
- CLASSPATH=$CLASSPATH:$LEIN_PLUGIN_PATH:$LEIN_USER_PLUGIN_PATH:test/:src/
- LEIN_JAR=$HOME/.lein/self-installs/leiningen-$LEIN_VERSION-standalone.jar
--CLOJURE_JAR=$HOME/.m2/repository/org/clojure/clojure/1.2.1/clojure-1.2.1.jar
-+CLOJURE_JAR=/usr/share/java/clojure-1.2.jar:/usr/share/java/asm3.jar:/usr/share/java/asm3-commons.jar
- NULL_DEVICE=/dev/null
- 
- # apply context specific CLASSPATH entries
-@@ -84,163 +78,53 @@ else
- SCRIPT=$0
- fi
- 
--# resolve symlinks to the script itself portably
--while [ -h $SCRIPT ] ; do
--ls=`ls -ld $SCRIPT`
--link=`expr $ls : '.*- \(.*\)$'`
--if expr $link : '/.*'  /dev/null; then
--SCRIPT=$link
--else
--SCRIPT=$(dirname $SCRIPT$)/$link
--fi
-+SHARE_JARS=ant ant-launcher classworlds 

[SCM] leiningen packaging branch, master, updated. debian/1.6.1.1-2-6-g7aa5f43

2011-11-14 Thread Wolodja Wentland
The following commit has been merged in the master branch:
commit 430f589b591859143e44d1ba37e17952fa512f93
Merge: 46bc7ca8ccb6e11eba435a428cbc1d4f4364e6b8 
ae7d12589bc97536227db112da82659ae890b8e9
Author: Wolodja Wentland babi...@gmail.com
Date:   Sat Nov 12 23:15:22 2011 +

Merge commit 'upstream/1.6.2'


-- 
leiningen 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


Bug#648740: flute: define lib.dir

2011-11-14 Thread Michael Terry
Package: flute
Version: 1:1.1.6-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Dear Maintainer,

In Ubuntu, flute was FTBFS, and I've been looking into it.  Flute would build 
locally,
but not in a pbuilder instance.

https://launchpadlibrarian.net/85013254/buildlog_ubuntu-precise-i386.flute_1%3A1.1.6-2_FAILEDTOBUILD.txt.gz

The problem was that it was not finding sac.jar in the classpath.

If I set includeantruntime=false on the javac of the compile target, I
could also reproduce locally.  Seems that the ant run time was providing the
classpaths necessary to find sac.jar, but it wasn't for some reason in a chroot.

Since includeantruntime=false is the recommended way to achieve reliable
builds, it seems like a genuine bug that the build fails with it even though 
Debian doesn't seem to be hitting this issue.

Looking further, I discovered that if I used ivy to resolve the dependencies,
it would work because ivy would put sac.jar in ./lib (which is the default
${lib.dir} value).

So I tried the attached patch to define lib.dir manually to /usr/share/java
and that worked.

Thanks for considering the patch, which would let us get back in sync.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-2-generic-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru flute-1.1.6/debian/rules flute-1.1.6/debian/rules
--- flute-1.1.6/debian/rules	2011-11-01 10:38:42.0 -0400
+++ flute-1.1.6/debian/rules	2011-11-14 11:17:16.0 -0500
@@ -10,7 +10,7 @@
 
 override_dh_auto_build:
 	cd source/org/w3c/flute/parser  javacc Parser.jj
-	ant -Dantcontrib.build.cache.dir=/usr/share/java compile jar javadoc
+	ant -Dantcontrib.build.cache.dir=/usr/share/java -Dlib.dir=/usr/share/java compile jar javadoc
 
 override_dh_auto_clean:
 	for i in TokenMgrError.java Token.java CharStream.java \
__
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.

tomcat6 6.0.32-7 MIGRATED to testing

2011-11-14 Thread Debian testing watch
FYI: The status of the tomcat6 source package
in Debian's testing distribution has changed.

  Previous version: 6.0.32-6
  Current version:  6.0.32-7

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
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#565403:

2011-11-14 Thread Francis Devereux
I'm hitting this too. I can't hard-code /usr/share/java/ant-contrib.jar in my 
build.xml because the project also needs to be built on non-Debian machines 
(that put ant-contrib.jar elsewhere) too.

I'm working around this by bundling the ant-contrib jar in my project so that I 
can reference it with a build.xml-relative path.




__
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#648749: libpixie-java: build depend on ant-contrib

2011-11-14 Thread Michael Terry
Package: libpixie-java
Version: 1:1.1.6-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Dear Maintainer,

Recently, libpixie-java started using bits of ant-contrib.  But did not add it
as a build dependency.

So during a build, it will be downloaded from sourceforge, which causes a
FTBFS in Ubuntu.

I've used the attached patch to fix this in Ubuntu, thanks for considering it.

-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-2-generic-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u libpixie-java-1.1.6/debian/control libpixie-java-1.1.6/debian/control
--- libpixie-java-1.1.6/debian/control
+++ libpixie-java-1.1.6/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Rene Engelhard r...@debian.org
 Build-Depends: debhelper (= 5), cdbs
-Build-Depends-Indep: default-jdk, ant, libjcommon-java (= 1.0.10), libbase-java, libcommons-logging-java, javahelper
+Build-Depends-Indep: default-jdk, ant, libjcommon-java (= 1.0.10), libbase-java, libcommons-logging-java, javahelper, ant-contrib
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libpixie-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libpixie-java/
__
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#647930: Unable to build jgit with protobuf

2011-11-14 Thread Jakub Adam

Hi Thomas,

do you need org.eclipse.jgit.generated.storage.dht.proto artifact for your 
gerrit packaging efforts?
For now I'd like to upload a package without DHT storage and enable it later 
when fix for
protobuf is shipped [1], probably together with next jgit upstream release.

BR

Jakub

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648672



__
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.


[SCM] felix-main packaging branch, master, updated. debian/4.0.1-1-2-gace4754

2011-11-14 Thread Damien Raude-Morvan
The following commit has been merged in the master branch:
commit fd59088d6e1899598ab2d07e72342640f8621fa8
Author: Damien Raude-Morvan draz...@debian.org
Date:   Mon Nov 14 23:13:36 2011 +0100

Fix Fix typo in synopsis (Closes: #648335).

diff --git a/debian/changelog b/debian/changelog
index eaa520f..2930b71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+felix-main (4.0.1-2) unstable; urgency=low
+
+  * Fix Fix typo in synopsis (Closes: #648335).
+
+ -- Damien Raude-Morvan draz...@debian.org  Mon, 14 Nov 2011 23:13:09 +0100
+
 felix-main (4.0.1-1) unstable; urgency=low
 
   [ Andres Mejia ]
diff --git a/debian/control b/debian/control
index 42999a1..c425e2a 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libfelix-main-java-doc
-Description: Librairies to instatiate and execute the Felix Framework
+Description: Librairies to instantiate and execute the Felix Framework
  The Felix Framework subproject is an implementation
  of the OSGi R4.2 core framework specification.
 
@@ -43,7 +43,7 @@ Architecture: all
 Section: doc
 Depends: ${maven:DocDepends}, ${misc:Depends}
 Recommends: ${maven:DocOptionalDepends}
-Description: Javadoc API for classes to instatiate and execute the Felix 
Framework
+Description: Librairies to instantiate and execute OSGi Felix Framework - doc
  The Felix Framework subproject is an implementation
  of the OSGi R4.2 core framework specification.
  .
@@ -58,7 +58,7 @@ Depends: libfelix-bundlerepository-java,
  libfelix-main-java (= ${Source-Version}),
  ${misc:Depends}
 Suggests: libfelix-main-java-doc
-Description: Execution environnement for Felix Framework
+Description: Execution environment for OSGi Felix Framework
  The Felix Framework subproject is an implementation
  of the OSGi R4.2 core framework specification.
  .

-- 
felix-main 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] felix-main packaging branch, master, updated. debian/4.0.1-1-2-gace4754

2011-11-14 Thread Damien Raude-Morvan
The following commit has been merged in the master branch:
commit ace47543ef2afc739ca784005896e4bf936d7035
Author: Damien Raude-Morvan draz...@debian.org
Date:   Mon Nov 14 23:18:22 2011 +0100

d/control: Replace deprecated ${Source-Version} by ${source:Version}.

* d/control: Replace deprecated ${Source-Version} by ${source:Version}.
* d/control: Fix Fix typo in synopsis (Closes: #648335).

diff --git a/debian/changelog b/debian/changelog
index 2930b71..092c188 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 felix-main (4.0.1-2) unstable; urgency=low
 
-  * Fix Fix typo in synopsis (Closes: #648335).
+  * d/control: Replace deprecated ${Source-Version} by ${source:Version}.
+  * d/control: Fix Fix typo in synopsis (Closes: #648335).
 
- -- Damien Raude-Morvan draz...@debian.org  Mon, 14 Nov 2011 23:13:09 +0100
+ -- Damien Raude-Morvan draz...@debian.org  Mon, 14 Nov 2011 23:17:39 +0100
 
 felix-main (4.0.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c425e2a..a2afa55 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,7 @@ Depends: libfelix-bundlerepository-java,
  libfelix-gogo-command-java,
  libfelix-gogo-runtime-java,
  libfelix-gogo-shell-java,
- libfelix-main-java (= ${Source-Version}),
+ libfelix-main-java (= ${source:Version}),
  ${misc:Depends}
 Suggests: libfelix-main-java-doc
 Description: Execution environment for OSGi Felix Framework

-- 
felix-main 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] felix-main packaging annotated tag, debian/4.0.1-2, created. debian/4.0.1-2

2011-11-14 Thread Damien Raude-Morvan
The annotated tag, debian/4.0.1-2 has been created
at  a25dddb3abee890c2941147d4efd3b8437f69bd0 (tag)
   tagging  ace47543ef2afc739ca784005896e4bf936d7035 (commit)
  replaces  debian/4.0.1-1
 tagged by  Damien Raude-Morvan
on  Mon Nov 14 23:20:57 2011 +0100

- Shortlog 
Debian release 4.0.1-2

Damien Raude-Morvan (2):
  Fix Fix typo in synopsis (Closes: #648335).
  d/control: Replace deprecated ${Source-Version} by ${source:Version}.

---

-- 
felix-main 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


felix-main_4.0.1-2_amd64.changes ACCEPTED into unstable

2011-11-14 Thread Debian FTP Masters



Accepted:
felix-main_4.0.1-2.debian.tar.gz
  to main/f/felix-main/felix-main_4.0.1-2.debian.tar.gz
felix-main_4.0.1-2.dsc
  to main/f/felix-main/felix-main_4.0.1-2.dsc
felix-main_4.0.1-2_all.deb
  to main/f/felix-main/felix-main_4.0.1-2_all.deb
libfelix-main-java-doc_4.0.1-2_all.deb
  to main/f/felix-main/libfelix-main-java-doc_4.0.1-2_all.deb
libfelix-main-java_4.0.1-2_all.deb
  to main/f/felix-main/libfelix-main-java_4.0.1-2_all.deb


Override entries for your package:
felix-main_4.0.1-2.dsc - source java
felix-main_4.0.1-2_all.deb - optional java
libfelix-main-java-doc_4.0.1-2_all.deb - optional doc
libfelix-main-java_4.0.1-2_all.deb - optional java

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


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#648335: marked as done (felix-main: Fix typo in synopsis)

2011-11-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Nov 2011 22:33:38 +
with message-id e1rq55u-0006zk...@franck.debian.org
and subject line Bug#648335: fixed in felix-main 4.0.1-2
has caused the Debian Bug report #648335,
regarding felix-main: Fix typo in synopsis
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.)


-- 
648335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648335
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: felix-main
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

felix-main: s/environnement/environment/

libfelix-main-java: s/Librairies to instatiate/Libraries to instantiate/

libfelix-main-java-doc: s/instatiate/instantiate/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk68Dk0ACgkQbO4uEp7kOBOfEgCgnespOc59q3xrbyt2cZdO0Cs3
xQkAn06UZ9nkBK8S14IlEfGJRjRUyva6
=mOH7
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: felix-main
Source-Version: 4.0.1-2

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

felix-main_4.0.1-2.debian.tar.gz
  to main/f/felix-main/felix-main_4.0.1-2.debian.tar.gz
felix-main_4.0.1-2.dsc
  to main/f/felix-main/felix-main_4.0.1-2.dsc
felix-main_4.0.1-2_all.deb
  to main/f/felix-main/felix-main_4.0.1-2_all.deb
libfelix-main-java-doc_4.0.1-2_all.deb
  to main/f/felix-main/libfelix-main-java-doc_4.0.1-2_all.deb
libfelix-main-java_4.0.1-2_all.deb
  to main/f/felix-main/libfelix-main-java_4.0.1-2_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 648...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan draz...@debian.org (supplier of updated felix-main 
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: Mon, 14 Nov 2011 23:17:39 +0100
Source: felix-main
Binary: libfelix-main-java libfelix-main-java-doc felix-main
Architecture: source all
Version: 4.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 felix-main - Execution environment for OSGi Felix Framework
 libfelix-main-java - Librairies to instantiate and execute the Felix Framework
 libfelix-main-java-doc - Librairies to instantiate and execute OSGi Felix 
Framework - doc
Closes: 648335
Changes: 
 felix-main (4.0.1-2) unstable; urgency=low
 .
   * d/control: Replace deprecated ${Source-Version} by ${source:Version}.
   * d/control: Fix Fix typo in synopsis (Closes: #648335).
Checksums-Sha1: 
 84d1ac292d11d664978dbaa471fcca4e5ba0476b 2584 felix-main_4.0.1-2.dsc
 acbba07c17557bc604f39b97034ad06de8f13486 5597 felix-main_4.0.1-2.debian.tar.gz
 27778350a22be4e1b1b0a0b9cfc5d2f283ad22a7 459172 
libfelix-main-java_4.0.1-2_all.deb
 1aa2e81e6555ae7c6ed102535e4731251b547a98 708984 
libfelix-main-java-doc_4.0.1-2_all.deb
 dd5cecc861fa6f5d0fbdcde403a4d24faac8e618 8314 felix-main_4.0.1-2_all.deb
Checksums-Sha256: 
 b250f1298edad0f129f5c3a44307bda9fa8470ed60bf95ca091f6681f7f58a68 2584 
felix-main_4.0.1-2.dsc
 82e1a808eedd1b6745b9e80625a96836372b96fca7ef25efb7267362da60c16f 5597 
felix-main_4.0.1-2.debian.tar.gz
 33cca28829219a2b098b5513faf4628e1d4a6ef3113e7c4c59c75ca70bc8fd02 459172 
libfelix-main-java_4.0.1-2_all.deb
 ffcc6a70357f0f181d8a15e1dc6a6dc61b318e57d4c66559bfccc9fb57675948 708984 
libfelix-main-java-doc_4.0.1-2_all.deb
 39913bac5a5bfc8c469993ad9265a08dd69ba761814a4862ab79e4a30f59f4da 8314 
felix-main_4.0.1-2_all.deb
Files: 
 0bd3fd912e58507252feabd75807307d 2584 java optional felix-main_4.0.1-2.dsc
 8116524fe73e422df05bf5d2fdd63844 5597 java optional 
felix-main_4.0.1-2.debian.tar.gz
 37bdf78c47b3dc862b050a4ef04e29d9 459172 java optional 
libfelix-main-java_4.0.1-2_all.deb
 303d7a6d0b3fb0f6a46c04c820a4e52c 708984 doc optional 

[pkg-java] r15395 - trunk/libcommons-discovery-java/debian

2011-11-14 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-11-14 23:12:27 + (Mon, 14 Nov 2011)
New Revision: 15395

Added:
   trunk/libcommons-discovery-java/debian/manifest
Modified:
   trunk/libcommons-discovery-java/debian/changelog
   trunk/libcommons-discovery-java/debian/control
   trunk/libcommons-discovery-java/debian/rules
Log:
Add OSGi metadata to jar manifest

Modified: trunk/libcommons-discovery-java/debian/changelog
===
--- trunk/libcommons-discovery-java/debian/changelog2011-11-13 23:40:09 UTC 
(rev 15394)
+++ trunk/libcommons-discovery-java/debian/changelog2011-11-14 23:12:27 UTC 
(rev 15395)
@@ -1,3 +1,9 @@
+libcommons-discovery-java (0.5-2) UNRELEASED; urgency=low
+
+  * Add OSGi metadata to jar manifest
+
+ -- Jakub Adam jakub.a...@ktknet.cz  Tue, 01 Nov 2011 22:53:20 +0100
+
 libcommons-discovery-java (0.5-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libcommons-discovery-java/debian/control
===
--- trunk/libcommons-discovery-java/debian/control  2011-11-13 23:40:09 UTC 
(rev 15394)
+++ trunk/libcommons-discovery-java/debian/control  2011-11-14 23:12:27 UTC 
(rev 15395)
@@ -6,7 +6,7 @@
  Kumar Appaiah aku...@debian.org, Varun Hiremath va...@debian.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
 Build-Depends-Indep: libcommons-logging-java, junit4, default-jdk-doc, 
libcommons-logging-java-doc,  
- libmaven-javadoc-plugin-java 
+ libmaven-javadoc-plugin-java, javahelper
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-discovery-java/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-discovery-java/

Added: trunk/libcommons-discovery-java/debian/manifest
===
--- trunk/libcommons-discovery-java/debian/manifest 
(rev 0)
+++ trunk/libcommons-discovery-java/debian/manifest 2011-11-14 23:12:27 UTC 
(rev 15395)
@@ -0,0 +1,8 @@
+usr/share/java/commons-discovery.jar:
+ Bundle-ManifestVersion: 2
+ Bundle-SymbolicName: org.apache.commons.discovery
+ Bundle-Version: 0.5
+ Bundle-Name: Apache Service Discovery component
+ Bundle-Vendor: Apache Software Foundation
+ Export-Package: 
org.apache.commons.discovery,org.apache.commons.discovery.ant,org.apache.commons.discovery.jdk,org.apache.commons.discovery.log,org.apache.commons.discovery.resource,org.apache.commons.discovery.resource.classes,org.apache.commons.discovery.resource.names,org.apache.commons.discovery.tools
+ Require-Bundle: org.apache.commons.logging

Modified: trunk/libcommons-discovery-java/debian/rules
===
--- trunk/libcommons-discovery-java/debian/rules2011-11-13 23:40:09 UTC 
(rev 15394)
+++ trunk/libcommons-discovery-java/debian/rules2011-11-14 23:12:27 UTC 
(rev 15395)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/maven.mk
+include /usr/share/cdbs/1/class/javahelper.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 


___
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] r15396 - trunk/libcommons-discovery-java/debian

2011-11-14 Thread Jakub Adam
Author: xhaakon-guest
Date: 2011-11-14 23:16:07 + (Mon, 14 Nov 2011)
New Revision: 15396

Modified:
   trunk/libcommons-discovery-java/debian/control
Log:
Add myself to Uploaders

Modified: trunk/libcommons-discovery-java/debian/control
===
--- trunk/libcommons-discovery-java/debian/control  2011-11-14 23:12:27 UTC 
(rev 15395)
+++ trunk/libcommons-discovery-java/debian/control  2011-11-14 23:16:07 UTC 
(rev 15396)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de, Damien Raude-Morvan 
draz...@debian.org,
- Kumar Appaiah aku...@debian.org, Varun Hiremath va...@debian.org
+ Kumar Appaiah aku...@debian.org, Varun Hiremath va...@debian.org,
+ Jakub Adam jakub.a...@ktknet.cz
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
 Build-Depends-Indep: libcommons-logging-java, junit4, default-jdk-doc, 
libcommons-logging-java-doc,  
  libmaven-javadoc-plugin-java, javahelper


___
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] r15397 - trunk/libcommons-discovery-java/debian

2011-11-14 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-11-14 23:47:37 + (Mon, 14 Nov 2011)
New Revision: 15397

Modified:
   trunk/libcommons-discovery-java/debian/changelog
Log:
Upload to unstable

Modified: trunk/libcommons-discovery-java/debian/changelog
===
--- trunk/libcommons-discovery-java/debian/changelog2011-11-14 23:16:07 UTC 
(rev 15396)
+++ trunk/libcommons-discovery-java/debian/changelog2011-11-14 23:47:37 UTC 
(rev 15397)
@@ -1,8 +1,8 @@
-libcommons-discovery-java (0.5-2) UNRELEASED; urgency=low
+libcommons-discovery-java (0.5-2) unstable; urgency=low
 
   * Add OSGi metadata to jar manifest
 
- -- Jakub Adam jakub.a...@ktknet.cz  Tue, 01 Nov 2011 22:53:20 +0100
+ -- Jakub Adam jakub.a...@ktknet.cz  Tue, 15 Nov 2011 00:34:22 +0100
 
 libcommons-discovery-java (0.5-1) unstable; urgency=low
 


___
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] r15398 - in tags/libcommons-discovery-java: . 0.5-2/debian

2011-11-14 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-11-14 23:48:06 + (Mon, 14 Nov 2011)
New Revision: 15398

Added:
   tags/libcommons-discovery-java/0.5-2/
   tags/libcommons-discovery-java/0.5-2/debian/changelog
Removed:
   tags/libcommons-discovery-java/0.5-2/debian/changelog
Log:
[svn-buildpackage] Tagging libcommons-discovery-java 0.5-2

Deleted: tags/libcommons-discovery-java/0.5-2/debian/changelog
===
--- trunk/libcommons-discovery-java/debian/changelog2011-11-14 23:16:07 UTC 
(rev 15396)
+++ tags/libcommons-discovery-java/0.5-2/debian/changelog   2011-11-14 
23:48:06 UTC (rev 15398)
@@ -1,169 +0,0 @@
-libcommons-discovery-java (0.5-2) UNRELEASED; urgency=low
-
-  * Add OSGi metadata to jar manifest
-
- -- Jakub Adam jakub.a...@ktknet.cz  Tue, 01 Nov 2011 22:53:20 +0100
-
-libcommons-discovery-java (0.5-1) unstable; urgency=low
-
-  * Team upload.
-
-  [ Damien Raude-Morvan ]
-  * d/patches/java6_incompatible_types{,_tests}.diff: Fix FTBFS on openjdk-6.
-  * d/control: Drop Depends on any JRE as a Java library don't need to
-depends on a runtime (Java Policy).
-  * d/patches/0001-set-source-and-target-version-1.5.patch: Dropped.
-  * d/maven.properties: Set source and target for javac to 1.5.
-
-  [ Torsten Werner ]
-  * Update Standards-Version: 3.9.2.
-  * New upstream version.
-  * Update debian/copyright.
-  * Use Maven to build the package.
-  * Drop old patch which is not needed anymore.
-  * Update debian/watch to create orig tarball from upstreams svn repository.
-
- -- Damien Raude-Morvan draz...@debian.org  Tue, 01 Nov 2011 15:14:06 +0100
-
-libcommons-discovery-java (0.4-4) unstable; urgency=low
-
-  [ Emmanuel Bourg ]
-  * Update of the URLs
-  * Rename Jakarta Commons to Apache Commons
-
-  [ Damien Raude-Morvan ]
-  * Add myself to Uploaders
-  * Remove Arnaud from Uploaders (retired from Debian)
-  * Add Maven support:
-- debian/control: Build-Depends-Indep on maven-repo-helper
-- debian/rules: mh_installpoms and mh_installjar
-- debian/pom.xml: POM for commons-dicovery
-  * Use 3.0 (quilt) source format:
-- debian/rules: Remove simple-patchsys.mk
-- Refresh all debian/patches
-  * Updated Standards-Version 3.8.4 (no changes needed)
-  * debian/ant.properties: Compile for Java 1.3
-  * Install Javadoc HTML to /usr/share/doc/libcommons-discovery-java/api/
-
- -- Damien Raude-Morvan draz...@debian.org  Thu, 25 Mar 2010 22:45:40 +0100
-
-libcommons-discovery-java (0.4-3) unstable; urgency=low
-
-  * Update the license to Apache License 2.0 (Closes: #532890)
-
- -- Varun Hiremath va...@debian.org  Tue, 16 Jun 2009 17:38:09 -0400
-
-libcommons-discovery-java (0.4-2) unstable; urgency=low
-
-  [ Matthias Klose ]
-  * (Build-)depend on default-jre/-jdk.
-
-  [ Varun Hiremath ]
-  * Split out api docs into a separate -doc package (Closes: #506359)
-
- -- Varun Hiremath va...@debian.org  Sat, 06 Dec 2008 20:58:55 -0500
-
-libcommons-discovery-java (0.4-1) unstable; urgency=low
-
-  [ Kumar Appaiah ]
-  * debian/control:
-+ Add XS-Vcs-{Svn,Browser} to debian/control
-+ Add Homepage field.
-  * Update watch file.
-
-  [ Varun Hiremath ]
-  * New upstream release
-  * debian/control:
-+ Add myself and Kumar Appaiah to Uploaders.
-+ move cdbs and debhelper to Build-Depends.
-+ modify Description.
-  * debian/compat: switch to 5
-  * remove links file from debian/
-  * debian/rules:
-+ Use DEB_UPSTREAM_VERSION to install jar
-+ Create a versioned symbolic link to the jar.
-+ implement get-orig-source
-  * debian/patches:
-+ remove 02_jikes_target_1_3.patch, builds without setting target to 1.3
-+ remove 03_gjdoc_crash_fix.patch, gjdoc bug has been fixed and no longer 
needed.
-  * Add debian/orig-tar.sh to move tarball to deb-layout's tarballs dir.
-  * Update debian/watch to call debian/orig-tar.sh
-  * debian/docs: remove adc-guidelines.html and best-practices.html as
-upstream provides only Maven xdocs XMLs.
-
- -- Varun Hiremath varunhirem...@gmail.com  Thu, 20 Sep 2007 23:27:45 +0530
-
-libcommons-discovery-java (0.2-10) unstable; urgency=low
-
-  * Use java-gcj-compat instead of kaffe.
-  * Moved Build-Depends-Indep to Build-Depends.
-  * Updated Standards-Version.
-  * Removed Wolfgang from Uploaders and added myself.
-  * Fixed Homepage: tag in package description.
-
- -- Michael Koch konque...@gmx.de  Sun, 17 Jun 2007 13:56:27 -0100
-
-libcommons-discovery-java (0.2-9) unstable; urgency=low
-
-  * kaffe compiler transition 
-
- -- Wolfgang Baer wb...@gmx.de  Sun, 15 Jan 2006 17:00:07 +0100
-
-libcommons-discovery-java (0.2-8) unstable; urgency=low
-
-  * Additional ant-optional dependency due to ant reorganization
-and enabled unit tests during build time
-  * Added java1-runtime dependency to allow all free runtimes
-  * Added patch to fix gjdoc crash on one source file (reported upstream)
-  * Removed junit as dependency - only needed at build time
-  * Register 

Processing of libcommons-discovery-java_0.5-2_amd64.changes

2011-11-14 Thread Debian FTP Masters
libcommons-discovery-java_0.5-2_amd64.changes uploaded successfully to localhost
along with the files:
  libcommons-discovery-java_0.5-2.dsc
  libcommons-discovery-java_0.5-2.debian.tar.gz
  libcommons-discovery-java_0.5-2_all.deb
  libcommons-discovery-java-doc_0.5-2_all.deb

Greetings,

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

__
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.


libcommons-discovery-java_0.5-2_amd64.changes ACCEPTED into unstable

2011-11-14 Thread Debian FTP Masters



Accepted:
libcommons-discovery-java-doc_0.5-2_all.deb
  to 
main/libc/libcommons-discovery-java/libcommons-discovery-java-doc_0.5-2_all.deb
libcommons-discovery-java_0.5-2.debian.tar.gz
  to 
main/libc/libcommons-discovery-java/libcommons-discovery-java_0.5-2.debian.tar.gz
libcommons-discovery-java_0.5-2.dsc
  to main/libc/libcommons-discovery-java/libcommons-discovery-java_0.5-2.dsc
libcommons-discovery-java_0.5-2_all.deb
  to main/libc/libcommons-discovery-java/libcommons-discovery-java_0.5-2_all.deb


Override entries for your package:
libcommons-discovery-java-doc_0.5-2_all.deb - optional doc
libcommons-discovery-java_0.5-2.dsc - source java
libcommons-discovery-java_0.5-2_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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[SCM] triplea packaging branch, master, updated. debian/1.3.2.2-1-2-gd57c0fa

2011-11-14 Thread Scott Howard
The following commit has been merged in the master branch:
commit e3da16350907b7da095cb768f872d7daa2420d6c
Author: Scott Howard show...@debian.org
Date:   Mon Nov 14 21:51:48 2011 -0500

added set look and feel support

diff --git a/debian/changelog b/debian/changelog
index 2d63bfb..b1c99a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+triplea (1.3.2.2-2) unstable; urgency=low
+
+  * Enabled Set look and feel option from menu. Thanks to Jerome Robert
+(Closes: #648716)
+- Recommends: substance, liblaf-plugin-java, liblaf-widget-java and
+  removed substance from B-D. triplea will run without recommended
+  packages, but will throw an error if you try to Set look and feel.
+  Play resumes normally after error.
+
+ -- Scott Howard show...@debian.org  Mon, 14 Nov 2011 21:45:33 -0500
+
 triplea (1.3.2.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #648444) (LP: #126069)
diff --git a/debian/control b/debian/control
index 396bd22..6a27a44 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.or
 Uploaders: Scott Howard show...@debian.org
 Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper (= 0.37),
  ant, libcommons-httpclient-java, libcommons-logging-java,
- libcommons-codec-java, substance, junit, imagemagick
+ libcommons-codec-java, junit
 Standards-Version: 3.9.2
 Homepage: http://triplea.sourceforge.net
 Vcs-Git: git://anonscm.debian.org/pkg-java/triplea.git
@@ -14,7 +14,8 @@ Vcs-browser: 
http://anonscm.debian.org/gitweb/?p=pkg-java/triplea.git
 Package: triplea
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}
+Recommends: ${java:Recommends}, substance, liblaf-plugin-java,
+ liblaf-widget-java
 Description: Turn based strategy game
  TripleA is a turn based strategy game. TripleA comes with multiple
  games and over 100 more games can be downloaded from the user
diff --git a/debian/rules b/debian/rules
index d5b133f..b4a7500 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 export JAVA_HOME=/usr/lib/jvm/default-java
 
 # Put depended upon jars in here
-export 
CLASSPATH=/usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/substance.jar
+export 
CLASSPATH=/usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/substance.jar:/usr/share/java/laf-widget.jar
 
 %:
dh --with javahelper $@

-- 
triplea 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] triplea packaging branch, master, updated. debian/1.3.2.2-1-2-gd57c0fa

2011-11-14 Thread Scott Howard
The following commit has been merged in the master branch:
commit d57c0faf91d3ee187be769cdb028ad67fe03f97a
Author: Scott Howard show...@debian.org
Date:   Mon Nov 14 21:56:15 2011 -0500

added depends on imagemagick for converting pngs

diff --git a/debian/control b/debian/control
index 6a27a44..80aa928 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.or
 Uploaders: Scott Howard show...@debian.org
 Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper (= 0.37),
  ant, libcommons-httpclient-java, libcommons-logging-java,
- libcommons-codec-java, junit
+ libcommons-codec-java, junit, imagemagick
 Standards-Version: 3.9.2
 Homepage: http://triplea.sourceforge.net
 Vcs-Git: git://anonscm.debian.org/pkg-java/triplea.git

-- 
triplea 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] triplea packaging annotated tag, debian/1.3.2.2-2, created. debian/1.3.2.2-2

2011-11-14 Thread Scott Howard
The annotated tag, debian/1.3.2.2-2 has been created
at  5cad15f3b5abb209f9a578995fd12bb3b7355b00 (tag)
   tagging  d57c0faf91d3ee187be769cdb028ad67fe03f97a (commit)
  replaces  debian/1.3.2.2-1
 tagged by  Scott Howard
on  Mon Nov 14 22:00:51 2011 -0500

- Shortlog 
Debian release 1.3.2.2-2

Scott Howard (2):
  added set look and feel support
  added depends on imagemagick for converting pngs

---

-- 
triplea 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


Processing of triplea_1.3.2.2-2_i386.changes

2011-11-14 Thread Debian FTP Masters
triplea_1.3.2.2-2_i386.changes uploaded successfully to localhost
along with the files:
  triplea_1.3.2.2-2.dsc
  triplea_1.3.2.2-2.debian.tar.gz
  triplea_1.3.2.2-2_all.deb

Greetings,

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

__
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.


Processing of triplea_1.3.2.2-2_i386.changes

2011-11-14 Thread Debian FTP Masters
/triplea_1.3.2.2-2_i386.changes is already present on target host:
triplea_1.3.2.2-2_all.deb
Either you already uploaded it, or someone else came first.
Job triplea_1.3.2.2-2_i386.changes removed.

Greetings,

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

__
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.


triplea_1.3.2.2-2_i386.changes ACCEPTED into unstable

2011-11-14 Thread Debian FTP Masters



Accepted:
triplea_1.3.2.2-2.debian.tar.gz
  to main/t/triplea/triplea_1.3.2.2-2.debian.tar.gz
triplea_1.3.2.2-2.dsc
  to main/t/triplea/triplea_1.3.2.2-2.dsc
triplea_1.3.2.2-2_all.deb
  to main/t/triplea/triplea_1.3.2.2-2_all.deb


Override entries for your package:
triplea_1.3.2.2-2.dsc - source games
triplea_1.3.2.2-2_all.deb - optional games

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


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#648716: marked as done (NoClassDefFoundError: org/jvnet/lafwidget/LafWidgetSupport)

2011-11-14 Thread Debian Bug Tracking System
Your message dated Tue, 15 Nov 2011 05:53:33 +
with message-id e1rqbxd-0003yl...@franck.debian.org
and subject line Bug#648716: fixed in triplea 1.3.2.2-2
has caused the Debian Bug report #648716,
regarding NoClassDefFoundError: org/jvnet/lafwidget/LafWidgetSupport
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.)


-- 
648716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648716
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: triplea
Version: 1.3.2.2-1
Severity: minor

Dear Maintainer,

The Set look and feel action from the View menu raise the following
exception:

java.lang.NoClassDefFoundError: org/jvnet/lafwidget/LafWidgetSupport
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at
games.strategy.triplea.ui.TripleaMenu$2.actionPerformed(TripleaMenu.java:267)
...

It seems that triplea should have /usr/share/java/laf-widget.jar from
liblaf-widget-java in its classpath and depends on liblaf-plugin-java

Note: This bug shows that substance is not a strong dependency, and
should probably be set to recommended.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages triplea depends on:
ii  default-jre [java6-runtime]1:1.6-43
ii  libcommons-codec-java  1.5-1
ii  libcommons-httpclient-java 3.1-10
ii  libcommons-logging-java1.1.1-8
ii  openjdk-6-jre [java6-runtime]  6b23~pre11-1
ii  substance  5.3-2
ii  sun-java6-jre [java6-runtime]  6.26-3

triplea recommends no packages.

triplea suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: triplea
Source-Version: 1.3.2.2-2

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

triplea_1.3.2.2-2.debian.tar.gz
  to main/t/triplea/triplea_1.3.2.2-2.debian.tar.gz
triplea_1.3.2.2-2.dsc
  to main/t/triplea/triplea_1.3.2.2-2.dsc
triplea_1.3.2.2-2_all.deb
  to main/t/triplea/triplea_1.3.2.2-2_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 648...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Howard show...@debian.org (supplier of updated triplea 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: SHA1

Format: 1.8
Date: Mon, 14 Nov 2011 21:45:33 -0500
Source: triplea
Binary: triplea
Architecture: source all
Version: 1.3.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Scott Howard show...@debian.org
Description: 
 triplea- Turn based strategy game
Closes: 648716
Changes: 
 triplea (1.3.2.2-2) unstable; urgency=low
 .
   * Enabled Set look and feel option from menu. Thanks to Jerome Robert
 (Closes: #648716)
 - Recommends: substance, liblaf-plugin-java, liblaf-widget-java and
   removed substance from B-D. triplea will run without recommended
   packages, but will throw an error if you try to Set look and feel.
   Play resumes normally after error.
Checksums-Sha1: 
 373bbf07e38067465c45e9cfa1f863d8d2d5245e 1424 triplea_1.3.2.2-2.dsc
 1d1663232733562f72e84a65755caf06e16c4446 18338 triplea_1.3.2.2-2.debian.tar.gz
 3397841aafac3e1e90d1e2c847336881d32d5f8f 76124372 triplea_1.3.2.2-2_all.deb
Checksums-Sha256: 
 bdb0ce0bfb5fd45757211729434e354c06e1723520bef30b8415bfb46d01312f 1424 
triplea_1.3.2.2-2.dsc
 a51b9e9db1064bf3ead3a0817157aae99ed18f0afcff9fa5adcc004093847bd2 18338 
triplea_1.3.2.2-2.debian.tar.gz
 ca1e8f5183c1c7a20278f0f13652fcee3275816528365d757921a32262e24c24 76124372 
triplea_1.3.2.2-2_all.deb
Files: 
 cb726f0f6268a4eeeb142f701dd83f4a 1424 games optional triplea_1.3.2.2-2.dsc
 03aef7ae6fb24a13b2ce53ff49fba9fc 18338 games optional 
triplea_1.3.2.2-2.debian.tar.gz
 5b513fc46abfecb63638470579b2876f 76124372 games optional 
triplea_1.3.2.2-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)