Re: JRuby packaging

2011-09-13 Thread Sébastien Delafond
Hi Alex,

a while ago I transferred maintenance of jruby over to the Debian Java
Maintainers, whom I cc'ed to this email. They'll probably be able to
tell you more...

Cheers,

--Seb

On Sep/12, Alex Young wrote:
 Hi there,
 
 I'm emailing you because your name is on the Debian jruby-1.5.1
 package.  Do you know if there is a current attempt to package a
 more recent version of jruby than 1.5.1?  If so, could you point me
 in the right direction?  If not, it's just possible I might be able
 to convince my employer to stump up some manpower to take it on.
 
 Thanks,
 -- 
 Alex
 

__
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] r14888 - trunk/javadap/debian

2011-09-13 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-13 08:28:56 + (Tue, 13 Sep 2011)
New Revision: 14888

Modified:
   trunk/javadap/debian/control
   trunk/javadap/debian/copyright
   trunk/javadap/debian/rules
Log:
Fix lintian reports.

Modified: trunk/javadap/debian/control
===
--- trunk/javadap/debian/control2011-09-13 04:17:35 UTC (rev 14887)
+++ trunk/javadap/debian/control2011-09-13 08:28:56 UTC (rev 14888)
@@ -5,7 +5,7 @@
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre mathieu.malate...@gmail.com
 Build-Depends: debhelper (= 8), javahelper (= 0.25)
-Build-Depends-Indep: default-jdk, ant, libjdom1-java, 
libcommons-httpclient-java, junit
+Build-Depends-Indep: default-jdk, ant, libjdom1-java, 
libcommons-httpclient-java, junit, libservlet2.4-java
 Standards-Version: 3.9.2
 Homepage: http://opendap.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javadap

Modified: trunk/javadap/debian/copyright
===
--- trunk/javadap/debian/copyright  2011-09-13 04:17:35 UTC (rev 14887)
+++ trunk/javadap/debian/copyright  2011-09-13 08:28:56 UTC (rev 14888)
@@ -51,7 +51,10 @@
 
  You should have received a copy of the GNU Lesser General Public License
  along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+Comment:
+ On Debian systems, you can read the full text of the GNU Lesser General Public
+ License in ‘/usr/share/common-licenses/LGPL-2.1’.
 
 
 Files: debian/*

Modified: trunk/javadap/debian/rules
===
--- trunk/javadap/debian/rules  2011-09-13 04:17:35 UTC (rev 14887)
+++ trunk/javadap/debian/rules  2011-09-13 08:28:56 UTC (rev 14888)
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 
 JAVA_HOME=/usr/lib/jvm/default-java
-export 
CLASSPATH=/usr/share/java/commons-httpclient.jar:/usr/share/java/jdom1.jar
+export 
CLASSPATH=/usr/share/java/commons-httpclient.jar:/usr/share/java/jdom1.jar:/usr/share/java/servlet-api.jar
 #DEB_ANT_BUILD_TARGET := distribution
 
 %:


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

Re: JRuby packaging

2011-09-13 Thread Torsten Werner
Hi Alex,

my first priority is getting jruby into Debian main. It is currently in
non-free. I'll put that task on the top of my stack. Any upstream
updates might follow later.

Cheers,
Torsten

Am 13.09.2011 09:23, schrieb Sébastien Delafond:
 Hi Alex,
 
 a while ago I transferred maintenance of jruby over to the Debian Java
 Maintainers, whom I cc'ed to this email. They'll probably be able to
 tell you more...
 
 Cheers,
 
 --Seb
 
 On Sep/12, Alex Young wrote:
 Hi there,

 I'm emailing you because your name is on the Debian jruby-1.5.1
 package.  Do you know if there is a current attempt to package a
 more recent version of jruby than 1.5.1?  If so, could you point me
 in the right direction?  If not, it's just possible I might be able
 to convince my employer to stump up some manpower to take it on.

 Thanks,
 -- 
 Alex

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


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

Re: JRuby packaging

2011-09-13 Thread Alex Young
On 13/09/11 10:22, Torsten Werner wrote:
 Hi Alex,
 
 my first priority is getting jruby into Debian main. It is currently in
 non-free. I'll put that task on the top of my stack. Any upstream
 updates might follow later.

Is this something we can help with?  I seem to recall there was a
problem of bundled jars not being distributed with their source - is
that still the blocker?

Thanks,
-- 
Alex

 
 Cheers,
 Torsten
 
 Am 13.09.2011 09:23, schrieb Sébastien Delafond:
 Hi Alex,

 a while ago I transferred maintenance of jruby over to the Debian Java
 Maintainers, whom I cc'ed to this email. They'll probably be able to
 tell you more...

 Cheers,

 --Seb

 On Sep/12, Alex Young wrote:
 Hi there,

 I'm emailing you because your name is on the Debian jruby-1.5.1
 package.  Do you know if there is a current attempt to package a
 more recent version of jruby than 1.5.1?  If so, could you point me
 in the right direction?  If not, it's just possible I might be able
 to convince my employer to stump up some manpower to take it on.

 Thanks,
 -- 
 Alex


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


__
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#641420: java-wrappers: /usr/lib/java-wrappers/jvm-list.sh doesn't know about openjdk-7

2011-09-13 Thread Adrian Bunk
Package: java-wrappers
Version: 0.1.23
Severity: serious
Tags: patch

--  snip  --

$ azureus 
[warning] /usr/bin/azureus: No java runtime was found
[warning] /usr/bin/azureus: No JAVA_CMD set for run_java, falling back to 
JAVA_CMD = java


--  snip  --

openjdk-7-jre is the only JRE I have installed, but
/usr/lib/java-wrappers/jvm-list.sh doesn't know about it.

A fix is attached.

I omitted a comment # - corresponds to Provides: java7-runtime
since that's not provided by openjdk-7-jre - is that a bug?
--- jvm-list.sh 2011-09-13 12:52:35.0 +0300
+++ /usr/lib/java-wrappers/jvm-list.sh  2011-09-13 12:55:22.0 +0300
@@ -39,15 +39,17 @@
 __jvm_gcj2=/usr/lib/jvm/java-*-gcj-4.* 
 __jvm_gcj5=/usr/lib/jvm/java-1.5*-gcj-4.* 
 __jvm_openjdk6=/usr/lib/jvm/java-6-openjdk-$__arch 
/usr/lib/jvm/java-6-openjdk
+__jvm_openjdk7=/usr/lib/jvm/java-7-openjdk-$__arch 
/usr/lib/jvm/java-7-openjdk
 
 
 # And a few aliases
 __jvm_gcj=$__jvm_gcj2
-__jvm_openjdk=$__jvm_openjdk6
+__jvm_openjdk=$__jvm_openjdk7 $__jvm_openjdk6
 
 # The java* runtimes:
+__jvm_java7=$__jvm_openjdk7
 # - corresponds to Provides: java6-runtime 
-__jvm_java6=$__jvm_openjdk6 $__jvm_sun6
+__jvm_java6=$__jvm_openjdk6 $__jvm_sun6 $__jvm_java7
 # - corresponds to Provides: java5-runtime 
 __jvm_java5=$__jvm_gcj5 $__jvm_java6
 # - corresponds to Provides: java2-runtime 
__
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#596420: ecj: Proposed patch for installation of maven artefacts

2011-09-13 Thread James Page
Package: ecj
Version: 3.5.1-2.1
Followup-For: Bug #596420
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch



*** /tmp/tmp_HlnKh
In Ubuntu, the attached patch was applied to achieve the following:

  * Add maven artifact deployment to resolve FTBFS for 
tomcat-maven-plugin (LP: #835769):
- debian/control: added maven-repo-helper to Build-Deps
- debian/rules: install maven artifacts, added get-orig-poms target 
  to retrieve original pom files
- debian/libecj-java.poms: POM file locator.
- debian/poms/ecj.pom: Upstream POM file from Maven repo1.
- debian/libecj-java.install: removed - install handled by m-r-h.

Thanks for considering the patch.


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

Kernel: Linux 3.0.0-10-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control  2011-07-13 22:13:12 +
+++ debian/control  2011-09-12 21:41:14 +
@@ -1,13 +1,15 @@
 Source: ecj
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
+XSBC-Original-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Jerry Haltom was...@larvalstage.net, Michael Koch 
konque...@gmx.de, Matthias Klose d...@debian.org
 Build-Depends: cdbs (= 0.4.90ubuntu9), debhelper (= 5),
  gcj-jdk,
  libgcj-bc (= 4.4.6),
  libecj-java (= 3.3.0+0728) [arm], unzip [arm],
- fastjar, ant, zip, dpkg (= 1.13.19), python, time
+ fastjar, ant, zip, dpkg (= 1.13.19), python, time,
+ maven-repo-helper
 Build-Conflicts: ecj-bootstrap-gcj ( 3.2.2)
 Standards-Version: 3.9.2
 

=== removed file 'debian/libecj-java.install'
--- debian/libecj-java.install  2007-07-07 02:13:27 +
+++ debian/libecj-java.install  1970-01-01 00:00:00 +
@@ -1 +0,0 @@
-debian/tmp/usr/share/java/eclipse-ecj.jar

=== added file 'debian/libecj-java.poms'
--- debian/libecj-java.poms 1970-01-01 00:00:00 +
+++ debian/libecj-java.poms 2011-09-12 21:39:40 +
@@ -0,0 +1 @@
+debian/poms/ecj.pom

=== added directory 'debian/poms'
=== added file 'debian/poms/ecj.pom'
--- debian/poms/ecj.pom 1970-01-01 00:00:00 +
+++ debian/poms/ecj.pom 2009-10-23 19:17:47 +
@@ -0,0 +1,37 @@
+?xml version=1.0 encoding=UTF-8?
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
+
+!-- originally downloaded here: 
+http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800/index.php#JDTCORE
+the md5 were copied from there:
+http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800/checksum/ecj-3.5.1.jar.md5
+http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800/checksum/ecjsrc-3.5.1.zip.md5
+the sha1 checksums were missing.
+
+re-packaged the sources with buildr4osgi see bug: 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291391
+
+ --
+
+   modelVersion4.0.0/modelVersion
+   groupIdorg.eclipse.jdt.core.compiler/groupId
+   artifactIdecj/artifactId
+   version3.5.1/version
+   packagingjar/packaging
+
+   nameEclipse ECJ/name
+   urlhttp://www.eclipse.org/jdt//url
+
+   licenses
+   license
+   nameEclipse Public License v1.0/name
+   
urlhttp://www.eclipse.org/org/documents/epl-v10.php/url
+   distributionrepo/distribution
+   /license
+   /licenses
+
+scm
+  urlhttp://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core//url
+/scm
+
+
+/project

=== modified file 'debian/rules'
--- debian/rules2011-06-08 19:25:06 +
+++ debian/rules2011-09-12 22:01:35 +
@@ -168,8 +168,9 @@
 
 
 install/libecj-java::
-   mkdir -p debian/tmp/usr/share/java
-   install -m 644 build/dist/$(JAR) debian/tmp/usr/share/java/
+   mh_installpoms -plibecj-java
+   mh_installjar -plibecj-java -l debian/poms/ecj.pom build/dist/$(JAR) \
+   --usj-name=eclipse-ecj
 
 install/ecj::
mkdir -p debian/tmp/usr/bin
@@ -224,6 +225,14 @@
 RR=../cvs/R3_5_1/
 tag = R3_5_1
 
+MAVEN_REPO  := http://repo1.maven.org/maven2
+PACKAGE := ecj
+
+get-orig-pom:
+   mkdir -p debian/poms
+   wget  -U NoSuchBrowser/1.0 -O debian/poms/$(PACKAGE).pom \
+
$(MAVEN_REPO)/org/eclipse/jdt/core/compiler/$(PACKAGE)/$(DEB_UPSTREAM_VERSION)/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).pom
+
 get-source:
rm -rf org.eclipse.jdt.core
 #  @echo Press enter for the password

__
This is the maintainer address of 

[pkg-java] r14889 - trunk/surefire/debian

2011-09-13 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-13 14:02:54 + (Tue, 13 Sep 2011)
New Revision: 14889

Modified:
   trunk/surefire/debian/changelog
   trunk/surefire/debian/control
   trunk/surefire/debian/rules
Log:
Switch to default-jdk


Modified: trunk/surefire/debian/changelog
===
--- trunk/surefire/debian/changelog 2011-09-13 08:28:56 UTC (rev 14888)
+++ trunk/surefire/debian/changelog 2011-09-13 14:02:54 UTC (rev 14889)
@@ -1,3 +1,10 @@
+surefire (2.4.3-5) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #641380).
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 13 Sep 2011 07:27:04 -0430
+
 surefire (2.4.3-4) unstable; urgency=low
 
   * Switch to source format 3.0.

Modified: trunk/surefire/debian/control
===
--- trunk/surefire/debian/control   2011-09-13 08:28:56 UTC (rev 14888)
+++ trunk/surefire/debian/control   2011-09-13 14:02:54 UTC (rev 14889)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs, openjdk-6-jdk
+Build-Depends: debhelper (= 7), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (= 7.3), ant, 
ant-optional,
  libmaven-clean-plugin-java, libmaven-compiler-plugin-java, 
libmaven-install-plugin-java, 
  libmaven-jar-plugin-java, libmaven-resources-plugin-java, 
libmaven-shade-plugin-java,

Modified: trunk/surefire/debian/rules
===
--- trunk/surefire/debian/rules 2011-09-13 08:28:56 UTC (rev 14888)
+++ trunk/surefire/debian/rules 2011-09-13 14:02:54 UTC (rev 14889)
@@ -5,7 +5,7 @@
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME:= /usr/lib/jvm/java-6-openjdk
+JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_JARS := ant-nodeps maven-core maven-model maven-plugin-api 
maven-project file-management plexus-utils plexus-container-default-alpha
 DEB_ANT_BUILD_TARGET := package #javadoc
 DEB_ANT_BUILDFILE:= debian/build.xml


___
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] r14890 - trunk/surefire/debian

2011-09-13 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-13 14:16:26 + (Tue, 13 Sep 2011)
New Revision: 14890

Modified:
   trunk/surefire/debian/changelog
   trunk/surefire/debian/rules
Log:
Add mh_clean call in clean target


Modified: trunk/surefire/debian/changelog
===
--- trunk/surefire/debian/changelog 2011-09-13 14:02:54 UTC (rev 14889)
+++ trunk/surefire/debian/changelog 2011-09-13 14:16:26 UTC (rev 14890)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Switch to default-jdk. (Closes: #641380).
+  * Add mh_clean call in clean target to allow twice in row builds.
 
  -- Miguel Landaeta mig...@miguel.cc  Tue, 13 Sep 2011 07:27:04 -0430
 

Modified: trunk/surefire/debian/rules
===
--- trunk/surefire/debian/rules 2011-09-13 14:02:54 UTC (rev 14889)
+++ trunk/surefire/debian/rules 2011-09-13 14:16:26 UTC (rev 14890)
@@ -26,4 +26,5 @@
mh_installjar -plib$(PACKAGE)-java -l 
maven-surefire-report-plugin/pom.xml 
maven-surefire-report-plugin/target/maven-surefire-report-plugin-$(VERSION).jar
 
 clean::
-   -rm -rf debian/tmp
+   -rm -rf debian/tmp surefire-providers/target
+   mh_clean


___
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] r14891 - trunk/surefire/debian

2011-09-13 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-13 14:20:17 + (Tue, 13 Sep 2011)
New Revision: 14891

Modified:
   trunk/surefire/debian/changelog
   trunk/surefire/debian/control
Log:
Bump Standards-Version to 3.9.2


Modified: trunk/surefire/debian/changelog
===
--- trunk/surefire/debian/changelog 2011-09-13 14:16:26 UTC (rev 14890)
+++ trunk/surefire/debian/changelog 2011-09-13 14:20:17 UTC (rev 14891)
@@ -3,6 +3,7 @@
   * Team upload.
   * Switch to default-jdk. (Closes: #641380).
   * Add mh_clean call in clean target to allow twice in row builds.
+  * Bump Standards-Version to 3.9.2. No changes were required.
 
  -- Miguel Landaeta mig...@miguel.cc  Tue, 13 Sep 2011 07:27:04 -0430
 

Modified: trunk/surefire/debian/control
===
--- trunk/surefire/debian/control   2011-09-13 14:16:26 UTC (rev 14890)
+++ trunk/surefire/debian/control   2011-09-13 14:20:17 UTC (rev 14891)
@@ -9,7 +9,7 @@
  libmaven-jar-plugin-java, libmaven-resources-plugin-java, 
libmaven-shade-plugin-java,
  libmaven-plugin-tools-java, libplexus-velocity-java, velocity,
  junit, junit4, testng, libjmock-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/surefire
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/surefire/
 Homepage: http://maven.apache.org/surefire/


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


Processed: Re: surefire: FTBFS: You must specify a valid JAVA_HOME or JAVACMD!

2011-09-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 641380 + pending
Bug #641380 {Done: Miguel Landaeta mig...@miguel.cc} [surefire] surefire: 
FTBFS: You must specify a valid JAVA_HOME or JAVACMD!
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
641380: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641380
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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#641380: surefire: FTBFS: You must specify a valid JAVA_HOME or JAVACMD!

2011-09-13 Thread Miguel Landaeta
tag 641380 + pending
thanks

This is fixed in svn.
-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
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] r14892 - trunk/net-luminis-build-plugin/debian

2011-09-13 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-13 14:37:53 + (Tue, 13 Sep 2011)
New Revision: 14892

Modified:
   trunk/net-luminis-build-plugin/debian/control
Log:
final touch

Modified: trunk/net-luminis-build-plugin/debian/control
===
--- trunk/net-luminis-build-plugin/debian/control   2011-09-13 14:20:17 UTC 
(rev 14891)
+++ trunk/net-luminis-build-plugin/debian/control   2011-09-13 14:37:53 UTC 
(rev 14892)
@@ -13,7 +13,8 @@
 
 Package: libnet-luminis-build-plugin-java
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
 Description: Wrapper around Bnd to allow easy bundle creation from ant builds.
  The OSGi bundle ant task is a wrapper around Bnd to allow easy bundle creation
  from ant builds.


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


libgetopt-java 1.0.13-3 MIGRATED to testing

2011-09-13 Thread Debian testing watch
FYI: The status of the libgetopt-java source package
in Debian's testing distribution has changed.

  Previous version: 1.0.13-2
  Current version:  1.0.13-3

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


httpunit 1.7+dfsg-5 MIGRATED to testing

2011-09-13 Thread Debian testing watch
FYI: The status of the httpunit source package
in Debian's testing distribution has changed.

  Previous version: 1.7+dfsg-4
  Current version:  1.7+dfsg-5

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


plexus-compiler-manager REMOVED from testing

2011-09-13 Thread Debian testing watch
FYI: The status of the plexus-compiler-manager source package
in Debian's testing distribution has changed.

  Previous version: 1.5.3-5
  Current version:  (not in testing)
  Hint: Package not in unstable

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

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


maven-embedder 2.0.4-3 MIGRATED to testing

2011-09-13 Thread Debian testing watch
FYI: The status of the maven-embedder source package
in Debian's testing distribution has changed.

  Previous version: 2.0.4-2
  Current version:  2.0.4-3

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


maven-javadoc-plugin 2.6.1-2 MIGRATED to testing

2011-09-13 Thread Debian testing watch
FYI: The status of the maven-javadoc-plugin source package
in Debian's testing distribution has changed.

  Previous version: 2.6.1-1
  Current version:  2.6.1-2

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


plexus-compiler 1.6-1 MIGRATED to testing

2011-09-13 Thread Debian testing watch
FYI: The status of the plexus-compiler source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.6-1

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


libcommons-el-java 1.0-7 MIGRATED to testing

2011-09-13 Thread Debian testing watch
FYI: The status of the libcommons-el-java source package
in Debian's testing distribution has changed.

  Previous version: 1.0-6
  Current version:  1.0-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.


access-modifier-checker 1.0-2 MIGRATED to testing

2011-09-13 Thread Debian testing watch
FYI: The status of the access-modifier-checker source package
in Debian's testing distribution has changed.

  Previous version: 1.0-1
  Current version:  1.0-2

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


plexus-compiler-api REMOVED from testing

2011-09-13 Thread Debian testing watch
FYI: The status of the plexus-compiler-api source package
in Debian's testing distribution has changed.

  Previous version: 1.5.3-3
  Current version:  (not in testing)
  Hint: Package not in unstable

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

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


libtritonus-java 20070428-9 MIGRATED to testing

2011-09-13 Thread Debian testing watch
FYI: The status of the libtritonus-java source package
in Debian's testing distribution has changed.

  Previous version: 20070428-8
  Current version:  20070428-9

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


libjgoodies-forms-java 1.3.0-2 MIGRATED to testing

2011-09-13 Thread Debian testing watch
FYI: The status of the libjgoodies-forms-java source package
in Debian's testing distribution has changed.

  Previous version: 1.3.0-1
  Current version:  1.3.0-2

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


plexus-compiler-javac REMOVED from testing

2011-09-13 Thread Debian testing watch
FYI: The status of the plexus-compiler-javac source package
in Debian's testing distribution has changed.

  Previous version: 1.5.3-5
  Current version:  (not in testing)
  Hint: Package not in unstable

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
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#641298: libmaven-scm-java: circular dependency hell

2011-09-13 Thread Bill Allombert
On Mon, Sep 12, 2011 at 05:07:18PM +0200, Torsten Werner wrote:
 Hi,
 
 On Mon, Sep 12, 2011 at 3:12 PM, Bill Allombert ballo...@debian.org wrote:
  Complex circular dependencies are known to cause problems during upgrade, 
  so we
  should try to get rid of them.
 
 may you explain a bug scenario that can be reproduced, please? I am

See threads
http://lists.debian.org/debian-devel/2005/06/msg02111.html
http://lists.debian.org/debian-devel/2005/11/msg01101.html

Symptoms include 'apt-get dist-upgrade' from stable to next-stable trying to
remove a lot of packages by failure to find a better upgrade path, to
maintainer scripts failing because they assume the Dependent package to be
configured.

This also a matter of good taste: it is pointless to provide 3 packages if the 
user is forced
to install them all: a single one would do. Most of the time it is caused by a
packaging bug (e.g. a typo in debian/control).

 not aware of update problems of libmaven-scm-java,
 libmaven2-core-java, and libwagon-java in the past.

Indeed. Given that this circular dependency was introduced yesterday, it could 
not have
caused problem with previous upgrade.

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 



__
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#641298: libmaven-scm-java: circular dependency hell

2011-09-13 Thread Torsten Werner
On Tue, Sep 13, 2011 at 8:31 PM, Bill Allombert
bill.allomb...@math.u-bordeaux1.fr wrote:
 Symptoms include 'apt-get dist-upgrade' from stable to next-stable trying to
 remove a lot of packages by failure to find a better upgrade path, to
 maintainer scripts failing because they assume the Dependent package to be
 configured.

I see. But I am not convinced that we currently have a real problem
that can be reproduced. I must admit that i do not have time to hunt
unreproducible bugs.

 This also a matter of good taste: it is pointless to provide 3 packages if 
 the user is forced
 to install them all: a single one would do. Most of the time it is caused by a
 packaging bug (e.g. a typo in debian/control).

The packages can  be updated independently. Such a use case is not
pointless and is even important because the upstream code is released
independently.

 Indeed. Given that this circular dependency was introduced yesterday, it 
 could not have
 caused problem with previous upgrade.

I do not mind splitting one of those binary packages into two packages
as long as we do not have to split the jar files. But I am expecting
some proposal from your side. I simply do not know what kind of
splitting would resolve the issue.

Torsten



__
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 jruby_1.5.1+dfsg1-1_amd64.changes

2011-09-13 Thread Debian FTP Masters
jruby_1.5.1+dfsg1-1_amd64.changes uploaded successfully to localhost
along with the files:
  jruby_1.5.1+dfsg1-1.dsc
  jruby_1.5.1+dfsg1.orig.tar.gz
  jruby_1.5.1+dfsg1-1.debian.tar.gz
  jruby_1.5.1+dfsg1-1_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.


doxia-sitetools_1.1.4-1_amd64.changes ACCEPTED into unstable

2011-09-13 Thread Debian FTP Masters



Accepted:
doxia-sitetools_1.1.4-1.debian.tar.gz
  to main/d/doxia-sitetools/doxia-sitetools_1.1.4-1.debian.tar.gz
doxia-sitetools_1.1.4-1.dsc
  to main/d/doxia-sitetools/doxia-sitetools_1.1.4-1.dsc
doxia-sitetools_1.1.4.orig.tar.gz
  to main/d/doxia-sitetools/doxia-sitetools_1.1.4.orig.tar.gz
libdoxia-sitetools-java-doc_1.1.4-1_all.deb
  to main/d/doxia-sitetools/libdoxia-sitetools-java-doc_1.1.4-1_all.deb
libdoxia-sitetools-java_1.1.4-1_all.deb
  to main/d/doxia-sitetools/libdoxia-sitetools-java_1.1.4-1_all.deb


Override entries for your package:
doxia-sitetools_1.1.4-1.dsc - source devel
libdoxia-sitetools-java-doc_1.1.4-1_all.deb - optional doc
libdoxia-sitetools-java_1.1.4-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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libcommons-net1-java_1.4.1-5_amd64.changes ACCEPTED into unstable

2011-09-13 Thread Debian FTP Masters



Accepted:
libcommons-net-java_1.4.1-5_all.deb
  to main/libc/libcommons-net1-java/libcommons-net-java_1.4.1-5_all.deb
libcommons-net1-java_1.4.1-5.debian.tar.gz
  to main/libc/libcommons-net1-java/libcommons-net1-java_1.4.1-5.debian.tar.gz
libcommons-net1-java_1.4.1-5.dsc
  to main/libc/libcommons-net1-java/libcommons-net1-java_1.4.1-5.dsc
libcommons-net1-java_1.4.1-5_all.deb
  to main/libc/libcommons-net1-java/libcommons-net1-java_1.4.1-5_all.deb


Override entries for your package:
libcommons-net-java_1.4.1-5_all.deb - optional java
libcommons-net1-java_1.4.1-5.dsc - source java
libcommons-net1-java_1.4.1-5_all.deb - optional java

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


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.


maven-site-plugin_2.1-2_amd64.changes ACCEPTED into unstable

2011-09-13 Thread Debian FTP Masters



Accepted:
libmaven-site-plugin-java-doc_2.1-2_all.deb
  to main/m/maven-site-plugin/libmaven-site-plugin-java-doc_2.1-2_all.deb
libmaven-site-plugin-java_2.1-2_all.deb
  to main/m/maven-site-plugin/libmaven-site-plugin-java_2.1-2_all.deb
maven-site-plugin_2.1-2.debian.tar.gz
  to main/m/maven-site-plugin/maven-site-plugin_2.1-2.debian.tar.gz
maven-site-plugin_2.1-2.dsc
  to main/m/maven-site-plugin/maven-site-plugin_2.1-2.dsc


Override entries for your package:
libmaven-site-plugin-java-doc_2.1-2_all.deb - optional doc
libmaven-site-plugin-java_2.1-2_all.deb - optional java
maven-site-plugin_2.1-2.dsc - source 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.


jruby_1.5.1+dfsg1-1_amd64.changes ACCEPTED into experimental

2011-09-13 Thread Debian FTP Masters



Accepted:
jruby_1.5.1+dfsg1-1.debian.tar.gz
  to non-free/j/jruby/jruby_1.5.1+dfsg1-1.debian.tar.gz
jruby_1.5.1+dfsg1-1.dsc
  to non-free/j/jruby/jruby_1.5.1+dfsg1-1.dsc
jruby_1.5.1+dfsg1-1_all.deb
  to non-free/j/jruby/jruby_1.5.1+dfsg1-1_all.deb
jruby_1.5.1+dfsg1.orig.tar.gz
  to non-free/j/jruby/jruby_1.5.1+dfsg1.orig.tar.gz


Override entries for your package:
jruby_1.5.1+dfsg1-1.dsc - source non-free/ruby
jruby_1.5.1+dfsg1-1_all.deb - optional non-free/ruby

Announcing to debian-experimental-chan...@lists.debian.org
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.


Processing of maven-doxia-tools_1.2.1-1_amd64.changes

2011-09-13 Thread Debian FTP Masters
maven-doxia-tools_1.2.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  maven-doxia-tools_1.2.1-1.dsc
  maven-doxia-tools_1.2.1.orig.tar.gz
  maven-doxia-tools_1.2.1-1.debian.tar.gz
  libmaven-doxia-tools-java_1.2.1-1_all.deb
  libmaven-doxia-tools-java-doc_1.2.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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


maven-doxia-tools_1.2.1-1_amd64.changes is NEW

2011-09-13 Thread Debian FTP Masters
(new) libmaven-doxia-tools-java-doc_1.2.1-1_all.deb optional doc
Documentation for Maven Doxia Integration Tools
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
 .
 This package contains the API documentation of libmaven-doxia-tools-java.
libmaven-doxia-tools-java_1.2.1-1_all.deb
  to main/m/maven-doxia-tools/libmaven-doxia-tools-java_1.2.1-1_all.deb
maven-doxia-tools_1.2.1-1.debian.tar.gz
  to main/m/maven-doxia-tools/maven-doxia-tools_1.2.1-1.debian.tar.gz
maven-doxia-tools_1.2.1-1.dsc
  to main/m/maven-doxia-tools/maven-doxia-tools_1.2.1-1.dsc
maven-doxia-tools_1.2.1.orig.tar.gz
  to main/m/maven-doxia-tools/maven-doxia-tools_1.2.1.orig.tar.gz
Changes: maven-doxia-tools (1.2.1-1) unstable; urgency=low
 .
  * Newer but not newest upstream release.
  * Refresh patches.
  * Update Standards-Version: 3.9.2.
  * Use Maven to build the package.
  * Add a documentation package.
  * Update debian/copyright.


Override entries for your package:
libmaven-doxia-tools-java_1.2.1-1_all.deb - optional java
maven-doxia-tools_1.2.1-1.dsc - source java

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


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
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] r14893 - trunk/maven-doxia-tools/debian

2011-09-13 Thread Torsten Werner
Author: twerner
Date: 2011-09-13 21:22:44 + (Tue, 13 Sep 2011)
New Revision: 14893

Modified:
   trunk/maven-doxia-tools/debian/changelog
Log:
release

Modified: trunk/maven-doxia-tools/debian/changelog
===
--- trunk/maven-doxia-tools/debian/changelog2011-09-13 14:37:53 UTC (rev 
14892)
+++ trunk/maven-doxia-tools/debian/changelog2011-09-13 21:22:44 UTC (rev 
14893)
@@ -1,6 +1,5 @@
 maven-doxia-tools (1.2.1-1) unstable; urgency=low
 
-  UNRELEASED
   * Newer but not newest upstream release.
   * Refresh patches.
   * Update Standards-Version: 3.9.2.


___
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] r14894 - in tags/maven-doxia-tools: . 1.2.1-1/debian

2011-09-13 Thread Torsten Werner
Author: twerner
Date: 2011-09-13 21:29:40 + (Tue, 13 Sep 2011)
New Revision: 14894

Added:
   tags/maven-doxia-tools/1.2.1-1/
   tags/maven-doxia-tools/1.2.1-1/debian/changelog
Removed:
   tags/maven-doxia-tools/1.2.1-1/debian/changelog
Log:
[svn-buildpackage] Tagging maven-doxia-tools 1.2.1-1

Deleted: tags/maven-doxia-tools/1.2.1-1/debian/changelog
===
--- trunk/maven-doxia-tools/debian/changelog2011-09-13 14:37:53 UTC (rev 
14892)
+++ tags/maven-doxia-tools/1.2.1-1/debian/changelog 2011-09-13 21:29:40 UTC 
(rev 14894)
@@ -1,77 +0,0 @@
-maven-doxia-tools (1.2.1-1) unstable; urgency=low
-
-  UNRELEASED
-  * Newer but not newest upstream release.
-  * Refresh patches.
-  * Update Standards-Version: 3.9.2.
-  * Use Maven to build the package.
-  * Add a documentation package.
-  * Update debian/copyright.
-
- -- Torsten Werner twer...@debian.org  Sun, 11 Sep 2011 00:53:11 +0200
-
-maven-doxia-tools (1.2-3) unstable; urgency=low
-
-  * Add myself as Uploaders
-  * Replace usage of outdated libplexus-component-metadata-java by
-libplexus-maven-plugin-java (to generate Plexus component.xml):
-- debian/control: Build-Depends on libplexus-maven-plugin-java,
-  velocity and libplexus-velocity-java
-- debian/rules: Pass 1.3.8 to build.xml as plexus-maven-plugin.version
-- debian/build.properties: Use plexus-maven-plugin:descriptor goal
-This should fix issue Component descriptor cannot be found in the
-component repository: org.apache.maven.artifact.resolver.ArtifactResolver
-when using maven-site-plugin.
-
- -- Damien Raude-Morvan draz...@debian.org  Sat, 20 Mar 2010 23:34:40 +0100
-
-maven-doxia-tools (1.2-2) unstable; urgency=low
-
-  * Rebuild package with maven-repo-helper 1.0.4.
-
- -- Torsten Werner twer...@debian.org  Wed, 10 Mar 2010 22:23:59 +0100
-
-maven-doxia-tools (1.2-1) unstable; urgency=low
-
-  * New upstream version
-  * Standards-Version to 3.8.4
-  * debhelper compat to 7
-  * Source format 3.0 (quilt)
-- removed quilt as build dependency
-  * Updated plexus patch
-  * Added patch to remove setLastModified call
-
- -- Gabriele Giacone 1o5g4...@gmail.com  Fri, 26 Feb 2010 01:58:46 +0100
-
-maven-doxia-tools (1.0.2-2) unstable; urgency=low
-
-  * Fix groupId for maven-plugin-testing-harness dependency
-in the Maven POM.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 26 Jul 2009 16:17:31 
+0100
-
-maven-doxia-tools (1.0.2-1) experimental; urgency=low
-
-  * New upstream version, add myself to Uploaders
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * Bump up debhelper to 6
-  * 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
-  * Remove Depends on Java runtimes as it is a library
-  * Use default-jdk for the build
-  * Remove the patch for the POM as it's no longer needed, use ant for
-the build instead of Maven (to avoid circular build dependencies from
-maven-debian-helper)
-  * Add a dependency on doxia-sitetools and maven2-core
-  * Remove the dependency on doxia, as it is transitively reachable from
-doxia-sitetools
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 15 May 2009 00:49:08 
+0100
-
-maven-doxia-tools (1.0.1-1) unstable; urgency=low
-
-  * Initial release. (Closes: #508837)
-
- -- Torsten Werner twer...@debian.org  Tue, 06 Jan 2009 21:15:11 +0100

Copied: tags/maven-doxia-tools/1.2.1-1/debian/changelog (from rev 14893, 
trunk/maven-doxia-tools/debian/changelog)
===
--- tags/maven-doxia-tools/1.2.1-1/debian/changelog 
(rev 0)
+++ tags/maven-doxia-tools/1.2.1-1/debian/changelog 2011-09-13 21:29:40 UTC 
(rev 14894)
@@ -0,0 +1,76 @@
+maven-doxia-tools (1.2.1-1) unstable; urgency=low
+
+  * Newer but not newest upstream release.
+  * Refresh patches.
+  * Update Standards-Version: 3.9.2.
+  * Use Maven to build the package.
+  * Add a documentation package.
+  * Update debian/copyright.
+
+ -- Torsten Werner twer...@debian.org  Sun, 11 Sep 2011 00:53:11 +0200
+
+maven-doxia-tools (1.2-3) unstable; urgency=low
+
+  * Add myself as Uploaders
+  * Replace usage of outdated libplexus-component-metadata-java by
+libplexus-maven-plugin-java (to generate Plexus component.xml):
+- debian/control: Build-Depends on libplexus-maven-plugin-java,
+  velocity and libplexus-velocity-java
+- debian/rules: Pass 1.3.8 to build.xml as plexus-maven-plugin.version
+- debian/build.properties: Use plexus-maven-plugin:descriptor goal
+This should fix issue Component descriptor cannot be found in the
+component repository: org.apache.maven.artifact.resolver.ArtifactResolver
+when using maven-site-plugin.
+
+ -- Damien Raude-Morvan draz...@debian.org  Sat, 20 Mar 2010 23:34:40 

[pkg-java] r14895 - trunk/httpunit/debian

2011-09-13 Thread Ludovic Claude
Author: ludovicc-guest
Date: 2011-09-13 21:36:45 + (Tue, 13 Sep 2011)
New Revision: 14895

Modified:
   trunk/httpunit/debian/changelog
   trunk/httpunit/debian/control
   trunk/httpunit/debian/libhttpunit-java.poms
   trunk/httpunit/debian/rules
Log:
* debian/control:
   - add version contraint on maven-repo-helper (= 1.6)
   - Bumped Standards-Version to 3.9.2. No changes neeeded.
* debian/rules: simplify installation by using dh --with jh_maven_repo_helper
* debian/libhttpunit.poms: add parameters for jh_maven_repo_helper

Modified: trunk/httpunit/debian/changelog
===
--- trunk/httpunit/debian/changelog 2011-09-13 21:29:40 UTC (rev 14894)
+++ trunk/httpunit/debian/changelog 2011-09-13 21:36:45 UTC (rev 14895)
@@ -1,3 +1,13 @@
+httpunit (1.7+dfsg-5ubuntu1) natty; urgency=low
+
+  * debian/control:
+ - add version contraint on maven-repo-helper (= 1.6)
+ - Bumped Standards-Version to 3.9.2. No changes neeeded.
+  * debian/rules: simplify installation by using dh --with jh_maven_repo_helper
+  * debian/libhttpunit.poms: add parameters for jh_maven_repo_helper
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 13 Sep 2011 23:28:21 
+0200
+
 httpunit (1.7+dfsg-5) unstable; urgency=low
 
   * Team upload

Modified: trunk/httpunit/debian/control
===
--- trunk/httpunit/debian/control   2011-09-13 21:29:40 UTC (rev 14894)
+++ trunk/httpunit/debian/control   2011-09-13 21:36:45 UTC (rev 14895)
@@ -7,8 +7,8 @@
  debhelper (= 7.0.50~), rhino (= 1.7R1-2), libjtidy-java (= 
7+svn20070309-2),
  libgnujaf-java (= 1.1.1-4), junit (= 3.8.2), libgnumail-java (= 1.1.2-2),
  libservlet2.5-java, libxerces2-java (= 2.9.1-2),
- libnekohtml-java (= 0.9.5+dfsg-1.1), maven-repo-helper (= 1.5)
-Standards-Version: 3.9.1
+ libnekohtml-java (= 0.9.5+dfsg-1.1), maven-repo-helper (= 1.6)
+Standards-Version: 3.9.2
 Homepage: http://httpunit.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/httpunit/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/httpunit

Modified: trunk/httpunit/debian/libhttpunit-java.poms
===
--- trunk/httpunit/debian/libhttpunit-java.poms 2011-09-13 21:29:40 UTC (rev 
14894)
+++ trunk/httpunit/debian/libhttpunit-java.poms 2011-09-13 21:36:45 UTC (rev 
14895)
@@ -1 +1 @@
-debian/pom.xml --java-lib --artifact=lib/httpunit.jar
+debian/pom.xml --usj-name=httpunit

Modified: trunk/httpunit/debian/rules
===
--- trunk/httpunit/debian/rules 2011-09-13 21:29:40 UTC (rev 14894)
+++ trunk/httpunit/debian/rules 2011-09-13 21:36:45 UTC (rev 14895)
@@ -3,15 +3,15 @@
 export JAVA_HOME := /usr/lib/jvm/default-java
 
 %:
-   dh --with javahelper $@
+   dh --with javahelper --with jh_maven_repo_helper $@
 
 override_dh_auto_clean:
+   dh_auto_clean
ant total-clean
rm -f doc/tutorial/task1.zip
 
-override_dh_auto_install:
+override_dh_auto_build:
ant dist
-   mh_install
-   
+
 get-orig-source:
sh -e debian/orig-tar.sh


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


Processed: Re: libxerces2-java: Depends-line broken due to hidden special character

2011-09-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 612124 - moreinfo
Bug #612124 [libxerces2-java] libxerces2-java: Depends-line broken due to 
hidden special character
Removed tag(s) moreinfo.
 fixed 612124 libxerces2-java/2.11.0-1
Bug #612124 [libxerces2-java] libxerces2-java: Depends-line broken due to 
hidden special character
Bug Marked as fixed in versions libxerces2-java/2.11.0-1.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
612124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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#612124: marked as done (libxerces2-java: Depends-line broken due to hidden special character)

2011-09-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Sep 2011 16:48:58 -0500
with message-id 20110913214858.GA17763@elie
and subject line Re: libxerces2-java: Depends-line broken due to hidden 
special character
has caused the Debian Bug report #612124,
regarding libxerces2-java: Depends-line broken due to hidden special character
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.)


-- 
612124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libxerces2-java
Version: 2.9.1-4.1
Justification: renders package unusable
Severity: grave

root@sslvpn-test:/usr/src/adito-0.9.1# aptitude show libxerces2-java
[...]
Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless, libjaxp1.3-java
[...]

root@sslvpn-test:/usr/src/adito-0.9.1# aptitude show libxerces2-java | grep 
Depends
Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless,
root@sslvpn-test:/usr/src/adito-0.9.1# aptitude show libxerces2-java | grep axp
 libjaxp1.3-java

=

root@sslvpn-test:/usr/src/adito-0.9.1# apt-get install libxerces2-java
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  gcj-4.4-base gcj-4.4-jre-lib libgcj-bc libgcj-common libgcj10 libgmp3c2 
libjaxp1.3-java-gcj libxerces2-java-gcj
Suggested packages:
  libgcj10-dbg libgcj10-awt libxerces2-java-doc
The following NEW packages will be installed:
  gcj-4.4-base gcj-4.4-jre-lib libgcj-bc libgcj-common libgcj10 libgmp3c2 
libjaxp1.3-java-gcj libxerces2-java libxerces2-java-gcj
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/27.9 MB of archives.
After this operation, 78.3 MB of additional disk space will be used.
Do you want to continue [Y/n]? 


This despite dependencies being (even reportbug believes so, as can be seen 
below)

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages libxerces2-java depends on:
ii  libjaxp1.3-java   1.3.05-1   Java XML parser and transformer AP
ii  sun-java6-jre [java2-runtime- 6.22-1 Sun Java(TM) Runtime Environment (

Versions of packages libxerces2-java recommends:
pn  libxerces2-java-gcj   none (no description available)

Versions of packages libxerces2-java suggests:
pn  libxerces2-java-doc   none (no description available)

Regards,
Martin



---End Message---
---BeginMessage---
tags 612124 - moreinfo
fixed 612124 libxerces2-java/2.11.0-1
quit

Martin Millnert wrote:
 On Wed, 2011-03-16 at 12:03 +0100, Niels Thykier wrote:

 Your problem is most likely that recommends are being installed by
 default and libxerces2-java recommends  libxerces2-java-gcj. (It could
 also come from a dependency of libxerces2-java(-gcj))
   Installing recommends by default was enabled in Lenny (as I recall).
[...]
 that does seem to be the source of the problem.  I've learned something
 new about apt/aptitude now. :)

Thanks, Martin.  Please feel free to continue to file bugs in the
future when the Depends or Recommends of any particular package are
excessive.

---End Message---
__
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#641326: marked as done (libcommons-net1-java: problem with providing libcommons-net-java?)

2011-09-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Sep 2011 21:18:07 +
with message-id e1r3amp-0001mr...@franck.debian.org
and subject line Bug#641326: fixed in libcommons-net1-java 1.4.1-5
has caused the Debian Bug report #641326,
regarding libcommons-net1-java: problem with providing libcommons-net-java?
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.)


-- 
641326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641326
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libcommons-net1-java
Version: 1.4.1-4
Severity: normal

Dear Maintainer,

I cannot install biomaj package as it depends on libcommons-net-java
while having libcommons-net1-java installed.
One changelog entry on libcommons-net1-java (1.4.1-3) unstable; urgency=low
says that:
   * Rename package to libcommons-net1-java and add Provides:
 libcommons-net-java.

Something strange, isn't it?! ;-)

Regards,
Patrice.


*** Please consider answering these questions, where appropiate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64

Kernel: Linux 2.6.32-5-mckinley (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/bash

Versions of packages libcommons-net1-java depends on:
ii  liboro-java  2.0.8a-8

libcommons-net1-java recommends no packages.

libcommons-net1-java suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: libcommons-net1-java
Source-Version: 1.4.1-5

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

libcommons-net-java_1.4.1-5_all.deb
  to main/libc/libcommons-net1-java/libcommons-net-java_1.4.1-5_all.deb
libcommons-net1-java_1.4.1-5.debian.tar.gz
  to main/libc/libcommons-net1-java/libcommons-net1-java_1.4.1-5.debian.tar.gz
libcommons-net1-java_1.4.1-5.dsc
  to main/libc/libcommons-net1-java/libcommons-net1-java_1.4.1-5.dsc
libcommons-net1-java_1.4.1-5_all.deb
  to main/libc/libcommons-net1-java/libcommons-net1-java_1.4.1-5_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 641...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated libcommons-net1-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: SHA1

Format: 1.8
Date: Mon, 12 Sep 2011 20:16:53 +0200
Source: libcommons-net1-java
Binary: libcommons-net1-java libcommons-net-java
Architecture: source all
Version: 1.4.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libcommons-net-java - dummy package for upgrading to libcommons-net-java
 libcommons-net1-java - internet protocol suite Java library
Closes: 641326
Changes: 
 libcommons-net1-java (1.4.1-5) unstable; urgency=low
 .
   * Add a dummy package libcommons-net-java to ease upgrades.
 (Closes: #641326)
Checksums-Sha1: 
 e6abb5514dc9829a55bcb012cd9d0047839ce6c4 1440 libcommons-net1-java_1.4.1-5.dsc
 a9df7079b4dc1aae0c50c558b18fb5afb90aa528 5290 
libcommons-net1-java_1.4.1-5.debian.tar.gz
 b3ac5c21f231347ec1264cb221731b053a396a9b 565732 
libcommons-net1-java_1.4.1-5_all.deb
 4a2f6c90e18fbd6e8c17beff126b138efe3d 3758 
libcommons-net-java_1.4.1-5_all.deb
Checksums-Sha256: 
 3f640f0cfbebc83d9ba47bb93a34c302141170f2b473ac854dc9af9cb9108152 1440 
libcommons-net1-java_1.4.1-5.dsc
 17cf2f0a8cea05fadb54f746710d01e6642778002d15c6e17513cb9a0db72c35 5290 
libcommons-net1-java_1.4.1-5.debian.tar.gz
 c5c3401ee405ba3ba67b3a76700fb985806400fa4368477f3bf765062be8ba4b 565732 
libcommons-net1-java_1.4.1-5_all.deb
 548daf8e1d7117df103c25a4f431b0ed1d7368f00183925c17d8a3334bbd044a 3758 
libcommons-net-java_1.4.1-5_all.deb
Files: 
 83722ede9e03e03ff374e0c6db5244b0 1440 java optional 

[pkg-java] r14896 - trunk/libxbean-java/debian

2011-09-13 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-09-13 22:49:12 + (Tue, 13 Sep 2011)
New Revision: 14896

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

Modified: trunk/libxbean-java/debian/changelog
===
--- trunk/libxbean-java/debian/changelog2011-09-13 21:36:45 UTC (rev 
14895)
+++ trunk/libxbean-java/debian/changelog2011-09-13 22:49:12 UTC (rev 
14896)
@@ -1,9 +1,9 @@
-libxbean-java (3.7-2) UNRELEASED; urgency=low
+libxbean-java (3.7-2) unstable; urgency=low
 
   * Team upload.
   * Add Build-Depends on libmaven-plugin-tools-java (= 2.8). (Closes: 
#640750).
 
- -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 19:51:40 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 14 Sep 2011 00:41:41 +0200
 
 libxbean-java (3.7-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] r14897 - in tags/libxbean-java: . 3.7-2/debian

2011-09-13 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-09-13 22:50:17 + (Tue, 13 Sep 2011)
New Revision: 14897

Added:
   tags/libxbean-java/3.7-2/
   tags/libxbean-java/3.7-2/debian/changelog
Removed:
   tags/libxbean-java/3.7-2/debian/changelog
Log:
[svn-buildpackage] Tagging libxbean-java 3.7-2

Deleted: tags/libxbean-java/3.7-2/debian/changelog
===
--- trunk/libxbean-java/debian/changelog2011-09-13 21:36:45 UTC (rev 
14895)
+++ tags/libxbean-java/3.7-2/debian/changelog   2011-09-13 22:50:17 UTC (rev 
14897)
@@ -1,84 +0,0 @@
-libxbean-java (3.7-2) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Add Build-Depends on libmaven-plugin-tools-java (= 2.8). (Closes: 
#640750).
-
- -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 19:51:40 -0430
-
-libxbean-java (3.7-1) unstable; urgency=low
-
-  * New upstream release.
-  * Add myself as Uploaders.
-  * d/control: replace we by it in packages' descriptions.
-  * Install javadoc into /usr/share/doc/libxbean-java/api/.
-  * d/control: Move groovy from Recommends to Suggests (Closes: #632365).
-  * Re-add B-D on quilt to be able to use patchsys-quilt.mk.
-  * Change default build system to Maven:
-- d/control: B-D on maven-debian-helper, libmaven-antrun-plugin-java,
-  libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java
-  and libcglib-java.
-- d/rules.full: Use maven.mk from CDBS.
-- d/patches/full.series: Use this series for normal build.
-  * Provide a way for bootstrap without Maven.
-- debian/rules.bootstrap: Copy of old ant debian/rules.
-- Used when using DEB_BUILD_OPTIONS=bootstrap
-- d/patches/bootstrap.series: Use this series for bootstrap build.
-  * Bump Standards-Version to 3.9.2: no changes needed.
-
- -- Damien Raude-Morvan draz...@debian.org  Thu, 21 Jul 2011 21:20:53 +0200
-
-libxbean-java (3.5-4) unstable; urgency=low
-
-  * Team Upload.
-  * Enable Spring module:
-   - Update d/build.xml
-   - d/control: Add Build-D on libspring-*-java and libqdox.
-   - d/rules: Add spring-* and qdox into classpath.
-  * Update Standards-Version to 3.9.1: no changes needed.
-  * Switch to 3.0 (quilt) format.
-  * Bump debhelper compat level to 7.
-  * Switch to default-jdk:
-- d/control: Build-Depends on default-jdk.
-- d/rules: JAVA_HOME set to default-java.
-
- -- Damien Raude-Morvan draz...@debian.org  Wed, 30 Mar 2011 21:03:36 +0200
-
-libxbean-java (3.5-3) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 12:45:23 +0200
-
-libxbean-java (3.5-2) experimental; urgency=low
-
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * 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
-  * Add ${misc:Depends} to Depends to clear Lintian warnings
-  * Add a Recommends: on the binary package to indicate the optional packages
-used by XBean
-  * Put the API documentation in a separate package
-  * Remove copy of maven-build.xml as maven-ant-helper now supports compiling
-Java 1.5 sources.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 05 May 2009 18:10:17 
+0100
-
-libxbean-java (3.5-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Torsten Werner twer...@debian.org  Tue, 17 Feb 2009 22:37:52 +0100
-
-libxbean-java (3.4.3-2) unstable; urgency=low
-
-  * Fix debian/copyright.
-
- -- Torsten Werner twer...@debian.org  Sun, 30 Nov 2008 02:59:00 +0100
-
-libxbean-java (3.4.3-1) unstable; urgency=low
-
-  * Initial release. (Closes: #507284)
-
- -- Torsten Werner twer...@debian.org  Sat, 29 Nov 2008 19:52:17 +0100

Copied: tags/libxbean-java/3.7-2/debian/changelog (from rev 14896, 
trunk/libxbean-java/debian/changelog)
===
--- tags/libxbean-java/3.7-2/debian/changelog   (rev 0)
+++ tags/libxbean-java/3.7-2/debian/changelog   2011-09-13 22:50:17 UTC (rev 
14897)
@@ -0,0 +1,84 @@
+libxbean-java (3.7-2) unstable; urgency=low
+
+  * Team upload.
+  * Add Build-Depends on libmaven-plugin-tools-java (= 2.8). (Closes: 
#640750).
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 14 Sep 2011 00:41:41 +0200
+
+libxbean-java (3.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add myself as Uploaders.
+  * d/control: replace we by it in packages' descriptions.
+  * Install javadoc into /usr/share/doc/libxbean-java/api/.
+  * d/control: Move groovy from Recommends to Suggests (Closes: #632365).
+  * Re-add B-D on quilt to be able to use patchsys-quilt.mk.
+  * Change default build system to Maven:
+- d/control: B-D on maven-debian-helper, libmaven-antrun-plugin-java,
+  libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java
+  and libcglib-java.
+- d/rules.full: Use maven.mk from CDBS.
+- d/patches/full.series: Use this series 

[pkg-java] r14898 - trunk/libspring-java/debian

2011-09-13 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-09-13 23:03:19 + (Tue, 13 Sep 2011)
New Revision: 14898

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

Modified: trunk/libspring-java/debian/changelog
===
--- trunk/libspring-java/debian/changelog   2011-09-13 22:50:17 UTC (rev 
14897)
+++ trunk/libspring-java/debian/changelog   2011-09-13 23:03:19 UTC (rev 
14898)
@@ -1,8 +1,8 @@
-libspring-java (3.0.6.RELEASE-2) UNRELEASED; urgency=low
+libspring-java (3.0.6.RELEASE-2) unstable; urgency=low
 
   * Use jibx-run-1.2.jar symlink in build classpath. (Closes: #640741).
 
- -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 19:25:46 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 14 Sep 2011 00:51:00 +0200
 
 libspring-java (3.0.6.RELEASE-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] r14899 - in tags/libspring-java: . 3.0.6.RELEASE-2/debian

2011-09-13 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-09-13 23:03:54 + (Tue, 13 Sep 2011)
New Revision: 14899

Added:
   tags/libspring-java/3.0.6.RELEASE-2/
   tags/libspring-java/3.0.6.RELEASE-2/debian/changelog
Removed:
   tags/libspring-java/3.0.6.RELEASE-2/debian/changelog
Log:
[svn-buildpackage] Tagging libspring-java 3.0.6.RELEASE-2

Deleted: tags/libspring-java/3.0.6.RELEASE-2/debian/changelog
===
--- trunk/libspring-java/debian/changelog   2011-09-13 21:36:45 UTC (rev 
14895)
+++ tags/libspring-java/3.0.6.RELEASE-2/debian/changelog2011-09-13 
23:03:54 UTC (rev 14899)
@@ -1,282 +0,0 @@
-libspring-java (3.0.6.RELEASE-2) UNRELEASED; urgency=low
-
-  * Use jibx-run-1.2.jar symlink in build classpath. (Closes: #640741).
-
- -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 19:25:46 -0430
-
-libspring-java (3.0.6.RELEASE-1) unstable; urgency=low
-
-  * New upstream release.
-  * Refresh patches.
-  * Remove unnecessary 0010_quartz_17.diff patch. It was merged at upstream.
-  * Update copyright file.
-
- -- Miguel Landaeta mig...@miguel.cc  Sat, 20 Aug 2011 18:25:14 -0430
-
-libspring-java (3.0.5.RELEASE-4) unstable; urgency=low
-
-  [ Miguel Landaeta ]
-  * Fix FTBFS due to changes introduced in libquartz-java 1.7. (Closes: 
#638389)
-  * Bump Standards-Version to 3.9.2. No changes were required.
-
-  [ Damien Raude-Morvan ]
-  * Add DMUA flag for Miguel.
-  * Upload to unstable.
-
- -- Damien Raude-Morvan draz...@debian.org  Sat, 20 Aug 2011 13:33:00 +0200
-
-libspring-java (3.0.5.RELEASE-3) unstable; urgency=low
-
-  * Upgrade d/maven.rules and d/maven.ignoreRules to include
-more information and be more compliant regarding dependencies
-in /usr/share/maven-repo/.
-  * B-D and Suggests libaspectj-java instead of aspectj (ie. so no JRE
-in dependencies graph).
-
- -- Damien Raude-Morvan draz...@debian.org  Mon, 13 Jun 2011 19:26:54 +0200
-
-libspring-java (3.0.5.RELEASE-2) unstable; urgency=low
-
-  [ Miguel Landaeta ]
-  * Fix clean target in order to allow two builds in a row.
-
-  [ Damien Raude-Morvan ]
-  * Upload to unstable.
-  * d/copyright: Update to latest DEP-5 format.
-
- -- Damien Raude-Morvan draz...@debian.org  Sun, 13 Feb 2011 19:34:54 +0100
-
-libspring-java (3.0.5.RELEASE-1) experimental; urgency=low
-
-  [ Miguel Landaeta ]
-  * New upstream release. 
-  * Refresh patches.
-
-  [ Damien Raude-Morvan ]
-  * Upload to experimental.
-  * d/control: Rework libspring-instrument-java package long description.
-
- -- Damien Raude-Morvan draz...@debian.org  Sun, 07 Nov 2010 18:44:47 +0100
-
-libspring-java (3.0.4.RELEASE-1) experimental; urgency=low
-
-  * New major upstream release.
-- rename packages to match libspring-*-java convention
-- build using spring-build-script Ant+Ivy infrastructure
-- completely rework B-D and Depends for all packages
-  based on Maven metadata
-  * Drop Andreas from Uploaders
-  * Add Miguel Landaeta as Uploaders
-  * Bump Standards-Version to 3.9.0: no changes needed.
-  * Use mh_clean in clean target:
-- Build-Depends on maven-repo-helper = 1.1
-
- -- Damien Raude-Morvan draz...@debian.org  Tue, 24 Aug 2010 22:54:05 +0200
-
-libspring-2.5-java (2.5.6.SEC01-10) unstable; urgency=low
-
-  [ Onkar Shinde ]
-  * asm2 - asm3 transition.
-  * Build a new package libspring-aspects-2.5-java and include
-spring-aspects.jar file in it. This is needed to build xwork2.
-(Closes: #582510)
-
-  [ Damien Raude-Morvan ]
-  * Upload to unstable
-  * Describe asm2 - asm3 transition in d/README.Debian and in
-d/patches/15_fix_build_with_asm3.diff  
-
- -- Damien Raude-Morvan draz...@debian.org  Wed, 16 Jun 2010 21:17:02 +0200
-
-libspring-2.5-java (2.5.6.SEC01-9) unstable; urgency=low
-
-  [ Miguel Landaeta ]
-  * Enable support for Portlet API. (Closes: #578718).
-
-  [ Damien Raude-Morvan ]
-  * Upload to unstable.
-
- -- Damien Raude-Morvan draz...@debian.org  Mon, 26 Apr 2010 22:53:11 +0200
-
-libspring-2.5-java (2.5.6.SEC01-8) unstable; urgency=low
-
-  * New libspring-webmvc-struts-2.5-java binary package
-for webmvc-struts.jar. (Closes: #570533)
-Thanks to Arnaud Fontaine ar...@debian.org
-  * Fix debian/watch to track upstream 2.x releases from
-spring-maintenance SVN tags.
-Thanks to Per Wawra debian.perf...@safersignup.com.
-  * Replace B-D/D on glassfish-appserv by glassfish-javaee since
-glassfish-appserv-jstl.jar is now in glassfish-appserv.
-  * Standards-Version to 3.8.4.
-  * Source format 3.0 (quilt).
-  * Move package duty under Debian Java Maintainers umbrella
-and add myself to Uploaders.
-  * Disable JRuby scripting module and remove B-D since jruby Debian
-package has moved to non-free archive.
-
- -- Damien Raude-Morvan draz...@debian.org  Fri, 26 Feb 2010 20:26:51 +0100
-
-libspring-2.5-java (2.5.6.SEC01-7) unstable; urgency=low
-
-  * Fix compat with tiles 2.2.1 (split of modules)
-- Build-Depends on libtiles-java = 

Processing of libxbean-java_3.7-2_amd64.changes

2011-09-13 Thread Debian FTP Masters
libxbean-java_3.7-2_amd64.changes uploaded successfully to localhost
along with the files:
  libxbean-java_3.7-2.dsc
  libxbean-java_3.7-2.debian.tar.gz
  libxbean-java_3.7-2_all.deb
  libxbean-java-doc_3.7-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 libspring-java_3.0.6.RELEASE-2_amd64.changes

2011-09-13 Thread Debian FTP Masters
libspring-java_3.0.6.RELEASE-2_amd64.changes uploaded successfully to localhost
along with the files:
  libspring-java_3.0.6.RELEASE-2.dsc
  libspring-java_3.0.6.RELEASE-2.debian.tar.gz
  libspring-core-java_3.0.6.RELEASE-2_all.deb
  libspring-beans-java_3.0.6.RELEASE-2_all.deb
  libspring-aop-java_3.0.6.RELEASE-2_all.deb
  libspring-context-java_3.0.6.RELEASE-2_all.deb
  libspring-context-support-java_3.0.6.RELEASE-2_all.deb
  libspring-web-java_3.0.6.RELEASE-2_all.deb
  libspring-web-servlet-java_3.0.6.RELEASE-2_all.deb
  libspring-web-struts-java_3.0.6.RELEASE-2_all.deb
  libspring-web-portlet-java_3.0.6.RELEASE-2_all.deb
  libspring-test-java_3.0.6.RELEASE-2_all.deb
  libspring-transaction-java_3.0.6.RELEASE-2_all.deb
  libspring-jdbc-java_3.0.6.RELEASE-2_all.deb
  libspring-jms-java_3.0.6.RELEASE-2_all.deb
  libspring-orm-java_3.0.6.RELEASE-2_all.deb
  libspring-expression-java_3.0.6.RELEASE-2_all.deb
  libspring-oxm-java_3.0.6.RELEASE-2_all.deb
  libspring-instrument-java_3.0.6.RELEASE-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.


Bug#641499: jvm-list.sh depends on dpkg-architecture in dpkg-dev

2011-09-13 Thread Jörg Sommer
Package: java-wrappers
Version: 0.1.23
Severity: normal

Hi,

jvm-list.sh uses the util dpkg-architecture which is in dpkg-dev that is
not installed by default.

% grep -Fn dpkg-architecture /usr/lib/java-wrappers/jvm-list.sh
25:__arch=$(dpkg-architecture -qDEB_HOST_ARCH)

A came across this while using jxplore that spites out a error message on
startup.

Bye, Jörg

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.1.0-rc5.ledtest-00231-ged2888e-dirty
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages java-wrappers depends on:
ii  unzip  6.0-5

java-wrappers recommends no packages.

java-wrappers suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP
__
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.

libspring-java_3.0.6.RELEASE-2_amd64.changes ACCEPTED into unstable

2011-09-13 Thread Debian FTP Masters



Accepted:
libspring-aop-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-aop-java_3.0.6.RELEASE-2_all.deb
libspring-beans-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-beans-java_3.0.6.RELEASE-2_all.deb
libspring-context-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-context-java_3.0.6.RELEASE-2_all.deb
libspring-context-support-java_3.0.6.RELEASE-2_all.deb
  to 
main/libs/libspring-java/libspring-context-support-java_3.0.6.RELEASE-2_all.deb
libspring-core-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-core-java_3.0.6.RELEASE-2_all.deb
libspring-expression-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-expression-java_3.0.6.RELEASE-2_all.deb
libspring-instrument-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-instrument-java_3.0.6.RELEASE-2_all.deb
libspring-java_3.0.6.RELEASE-2.debian.tar.gz
  to main/libs/libspring-java/libspring-java_3.0.6.RELEASE-2.debian.tar.gz
libspring-java_3.0.6.RELEASE-2.dsc
  to main/libs/libspring-java/libspring-java_3.0.6.RELEASE-2.dsc
libspring-jdbc-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-jdbc-java_3.0.6.RELEASE-2_all.deb
libspring-jms-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-jms-java_3.0.6.RELEASE-2_all.deb
libspring-orm-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-orm-java_3.0.6.RELEASE-2_all.deb
libspring-oxm-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-oxm-java_3.0.6.RELEASE-2_all.deb
libspring-test-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-test-java_3.0.6.RELEASE-2_all.deb
libspring-transaction-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-transaction-java_3.0.6.RELEASE-2_all.deb
libspring-web-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-web-java_3.0.6.RELEASE-2_all.deb
libspring-web-portlet-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-web-portlet-java_3.0.6.RELEASE-2_all.deb
libspring-web-servlet-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-web-servlet-java_3.0.6.RELEASE-2_all.deb
libspring-web-struts-java_3.0.6.RELEASE-2_all.deb
  to main/libs/libspring-java/libspring-web-struts-java_3.0.6.RELEASE-2_all.deb


Override entries for your package:
libspring-aop-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-beans-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-context-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-context-support-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-core-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-expression-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-instrument-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-java_3.0.6.RELEASE-2.dsc - source java
libspring-jdbc-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-jms-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-orm-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-oxm-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-test-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-transaction-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-web-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-web-portlet-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-web-servlet-java_3.0.6.RELEASE-2_all.deb - extra java
libspring-web-struts-java_3.0.6.RELEASE-2_all.deb - extra java

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


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.


libxbean-java_3.7-2_amd64.changes ACCEPTED into unstable

2011-09-13 Thread Debian FTP Masters



Accepted:
libxbean-java-doc_3.7-2_all.deb
  to main/libx/libxbean-java/libxbean-java-doc_3.7-2_all.deb
libxbean-java_3.7-2.debian.tar.gz
  to main/libx/libxbean-java/libxbean-java_3.7-2.debian.tar.gz
libxbean-java_3.7-2.dsc
  to main/libx/libxbean-java/libxbean-java_3.7-2.dsc
libxbean-java_3.7-2_all.deb
  to main/libx/libxbean-java/libxbean-java_3.7-2_all.deb


Override entries for your package:
libxbean-java-doc_3.7-2_all.deb - optional doc
libxbean-java_3.7-2.dsc - source java
libxbean-java_3.7-2_all.deb - optional java

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


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#640750: marked as done (libxbean-java: FTBFS: POM 'org.apache.maven.plugins:maven-plugin-plugin:2.8' not found in repository)

2011-09-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Sep 2011 23:18:56 +
with message-id e1r3cfk-0003k4...@franck.debian.org
and subject line Bug#640750: fixed in libxbean-java 3.7-2
has caused the Debian Bug report #640750,
regarding libxbean-java: FTBFS: POM 
'org.apache.maven.plugins:maven-plugin-plugin:2.8' not found in repository
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.)


-- 
640750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640750
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: access-modifier-checker
Version: 1.0-1
Severity: serious
Justification: fails to build from source

Hello,

Your package fails to build from source:

[...]
[ERROR] BUILD ERROR
[INFO] 

[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-plugin-plugin

Reason: POM 'org.apache.maven.plugins:maven-plugin-plugin' not found in 
repository: System is offline.
[...]

Full build log attached.

Laurent.


access-modifier-checker.log.gz
Description: Binary data
---End Message---
---BeginMessage---
Source: libxbean-java
Source-Version: 3.7-2

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

libxbean-java-doc_3.7-2_all.deb
  to main/libx/libxbean-java/libxbean-java-doc_3.7-2_all.deb
libxbean-java_3.7-2.debian.tar.gz
  to main/libx/libxbean-java/libxbean-java_3.7-2.debian.tar.gz
libxbean-java_3.7-2.dsc
  to main/libx/libxbean-java/libxbean-java_3.7-2.dsc
libxbean-java_3.7-2_all.deb
  to main/libx/libxbean-java/libxbean-java_3.7-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 640...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta mig...@miguel.cc (supplier of updated libxbean-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: Wed, 14 Sep 2011 00:41:41 +0200
Source: libxbean-java
Binary: libxbean-java libxbean-java-doc
Architecture: source all
Version: 3.7-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libxbean-java - plugin based Java application server
 libxbean-java-doc - API documentation for XBean
Closes: 640750
Changes: 
 libxbean-java (3.7-2) unstable; urgency=low
 .
   * Team upload.
   * Add Build-Depends on libmaven-plugin-tools-java (= 2.8). (Closes: 
#640750).
Checksums-Sha1: 
 edb757f60379da5cb1a19cfd6f46b73c6759e07b 2506 libxbean-java_3.7-2.dsc
 c70f4b1ee942dabce62b04d086ef41ab426f2a3a 7791 libxbean-java_3.7-2.debian.tar.gz
 f26311d176bf4ca3da8eb586177f6e47ba138569 647632 libxbean-java_3.7-2_all.deb
 444caaad9095a71215839e5fb8d8b671ac9e3e82 1715120 
libxbean-java-doc_3.7-2_all.deb
Checksums-Sha256: 
 baec900664ecb43bb33afab0da8e746da95da7b41465d40a852dbd2bbdc0cb1f 2506 
libxbean-java_3.7-2.dsc
 1b23c23914d2971bc59d422d302a699e1c6930f7a79f4be00a7d9366fa41270f 7791 
libxbean-java_3.7-2.debian.tar.gz
 14c7a5c75dee54db064745d8e18e11527e86805304d76d9ead0265e3b5e459e8 647632 
libxbean-java_3.7-2_all.deb
 611727e0ccb56c398df243d196dfc32d302e99282c6973184d4467dfe71b2898 1715120 
libxbean-java-doc_3.7-2_all.deb
Files: 
 05de20d043b500ae66bd0797a4ec3c37 2506 java optional libxbean-java_3.7-2.dsc
 d8602f11b0db2a529302d014a2d82fd4 7791 java optional 
libxbean-java_3.7-2.debian.tar.gz
 4e8075df097caee73295756b85874b8b 647632 java optional 
libxbean-java_3.7-2_all.deb
 0dd7c16ed4e9dfac908695a771824ec0 1715120 doc optional 
libxbean-java-doc_3.7-2_all.deb

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

iQIcBAEBCAAGBQJOb93TAAoJEHXiDM0z50n8Pi8P/2dAVTof8Lz5FMHHPbD74rKp
1/Z66BxNtIgwJeNt2ScuGgSM4dZAHA0MvTkVzHg/bMAGq0R2lHFW6tUI8IAkQU1D
l76cwU7Wj9hoqBGLUX/ajgi5HOsHjsa2eoA27QWpuj3c3IhnkjESCuhMqOb4TCd/
fPsMDP8aX+0PjbcOrEJ/Ju3sVwjaxzzao447NiqK/Fkl9PLoS9N4s7v+ypnFzB2R
8qMVCSS6senmM8O5o5r7Cvou4q5Lx81n7ztoIuXWP4mjWLaPTEgUlPjH9ISQ6lHP
QNxwtexuEhUs1hkH0hvRDVa8YmvFPU+ywCbWY49SW8yJZfRGns6mdo7bpDINkJaH
m7nq3IelcHr6L1KtnPzor4D5M/SZdRJpkktHgI2QnCNRdzBrtfaWxg4EVeTVVGIi

Please add conkeror to sun-java6-plugin's dependencies

2011-09-13 Thread Eitan Postavsky
sun-java6-plugin's dependencies currently includes a big list of browsers:
libasound2, libx11-6, libxext6, libxi6, libxt6, libxtst6,
sun-java6-bin (= 6.26-0squeeze1), firefox | firefox-2 | iceweasel |
mozilla-firefox | iceape-browser | mozilla-browser | epiphany-gecko |
epiphany-webkit | epiphany-browser | galeon | midbrowser |
moblin-web-browser | xulrunner | xulrunner-1.9 | konqueror |
chromium-browser | midori | google-chrome
conkeror is yet another browser (that I use of course). The conkeror
package provides www-browser but not xulrunner for some reason.

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