Bug#634089: jh_manifest causes CRC error

2012-01-07 Thread Matthew Johnson
On Fri Jan 06 13:26, tony mancill wrote:
 Thank you for in-depth look into this bug.  Niels or Matthew, any
 concerns with me preparing an upload?

Go right ahead

Thanks,
Matt

 
 Thanks,
 tony
 
 On 01/05/2012 08:14 PM, Wookey wrote:
  
  This seems to me to be a serious problem blocking all
  java-helper-using packages
  
  So, I took a look at what's going on and found the following:
 
 --snip--
 
  We can fix it by explicitly removing and recreating it:
  
  verbose_print(Updating manifest in $jar);
  $zip-removeMember( 'META-INF/MANIFEST.MF' ) unless($new_manifest);
  $zip-removeMember( 'META-INF/' );
  $mem = $zip-addString($var, 'META-INF/MANIFEST.MF');
  $mem-desiredCompressionMethod(COMPRESSION_DEFLATED);
  $zip-addDirectory( 'META-INF/' );
  # This on the other hand may fail.
  $zip-overwrite() == AZ_OK or error(Writing modified jar ($jar) 
  failed$
  
  which I hope is an acceptable fix. Patch attached.
 




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.

libbsf-java_2.4.0-5_amd64.changes ACCEPTED into unstable

2012-01-07 Thread Debian FTP Masters



Accepted:
libbsf-java-doc_2.4.0-5_all.deb
  to main/libb/libbsf-java/libbsf-java-doc_2.4.0-5_all.deb
libbsf-java_2.4.0-5.debian.tar.gz
  to main/libb/libbsf-java/libbsf-java_2.4.0-5.debian.tar.gz
libbsf-java_2.4.0-5.dsc
  to main/libb/libbsf-java/libbsf-java_2.4.0-5.dsc
libbsf-java_2.4.0-5_all.deb
  to main/libb/libbsf-java/libbsf-java_2.4.0-5_all.deb


Override entries for your package:
libbsf-java-doc_2.4.0-5_all.deb - optional doc
libbsf-java_2.4.0-5.dsc - source java
libbsf-java_2.4.0-5_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 506357 601685 646094 654047 


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#506357: marked as done (split out the documentation)

2012-01-07 Thread Debian Bug Tracking System
Your message dated Sat, 07 Jan 2012 12:47:25 +
with message-id e1rjvgd-dm...@franck.debian.org
and subject line Bug#506357: fixed in libbsf-java 1:2.4.0-5
has caused the Debian Bug report #506357,
regarding split out the documentation
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.)


-- 
506357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506357
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: libbsf-java
version: 1:2.4.0-2
severity: minor

This package contains duplicate api docs(/usr/share/doc/$pkg/api and
/usr/share/doc/$pkg/docs/api.

Additionally, the documentation should not be in the library package.
There's no reason to force it to be installed, when you just need to
have the code in the package.


---End Message---
---BeginMessage---
Source: libbsf-java
Source-Version: 1:2.4.0-5

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

libbsf-java-doc_2.4.0-5_all.deb
  to main/libb/libbsf-java/libbsf-java-doc_2.4.0-5_all.deb
libbsf-java_2.4.0-5.debian.tar.gz
  to main/libb/libbsf-java/libbsf-java_2.4.0-5.debian.tar.gz
libbsf-java_2.4.0-5.dsc
  to main/libb/libbsf-java/libbsf-java_2.4.0-5.dsc
libbsf-java_2.4.0-5_all.deb
  to main/libb/libbsf-java/libbsf-java_2.4.0-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 506...@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 libbsf-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: Fri, 06 Jan 2012 00:34:08 +0100
Source: libbsf-java
Binary: libbsf-java libbsf-java-doc
Architecture: source all
Version: 1:2.4.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libbsf-java - Bean Scripting Framework to support scripting languages in Java
 libbsf-java-doc - Bean Scripting Framework to support scripting - documentation
Closes: 506357 601685 646094 654047
Changes: 
 libbsf-java (1:2.4.0-5) unstable; urgency=low
 .
   * Team upload.
 .
   [ tony mancill ]
   * Apply patch detecting optional languages at build time
 Thanks to Ximin Lao.  (Closes: #601685)
   * Convert to source format 3.0 (quilt); drop build-depends on quilt.
 .
   [ Damien Raude-Morvan ]
   * d/control: Remove Michael Koch from Uploaders. Thanks Michael!
 (Closes: #654047).
   * d/control: Update Standards-Version: 3.9.2.
   * d/rules: Drop patchsys-quilt.mk.
   * d/control: Drop dependencies on jython; its broken with jython = 2.5
 and generates additional main requirements in Ubuntu. Thanks to James Page
 for patch. (Closes: #646094).
   * d/control: Drop depends on Java runtime since its a library.
   * d/{control,copyright}: Wrap and sort.
   * Move Javadoc to a separate libbsf-java-doc package. (Closes: #506357).
   * Install maven metadata:
 - d/control: Build-Depends on maven-repo-helper and
   Depends on libapache-pom-java.
 - d/rules: Use mh_installpoms and mh_installjar.
 - d/rules: Provide get-orig-pom to download a POM.
Checksums-Sha1: 
 ad55df88375c2ac2b8b6fd7a5aaaf73569d7c6e9 2118 libbsf-java_2.4.0-5.dsc
 71ab2c82faa59d8f456286c230e3c32d5bee678d 8564 libbsf-java_2.4.0-5.debian.tar.gz
 507b508d5626e1c33740a40d014bf1e3c4e0a3c2 72190 libbsf-java_2.4.0-5_all.deb
 720914cc3a2d57bd8f515117e27ced280f9038ba 122362 libbsf-java-doc_2.4.0-5_all.deb
Checksums-Sha256: 
 fefa65ca52bb33bab30a3923c20ca1ab9d0778e064a3f49890614c231cf76345 2118 
libbsf-java_2.4.0-5.dsc
 057afcea069ea1a36f98a2ea5fc5bfd03fc41339ae56d033265f8a2ad2f68e80 8564 
libbsf-java_2.4.0-5.debian.tar.gz
 cc06714b0122241e4a836fa2fc7197df5641cb9a139332cf88ed86d1bceb5a37 72190 
libbsf-java_2.4.0-5_all.deb
 a8b1cf453e206e30917f5c888290e01a618dda05f9c44d5d16b2024de1fc6b70 122362 
libbsf-java-doc_2.4.0-5_all.deb
Files: 
 eb3877fdcbe3665fb7e5ddc4462cae19 2118 java optional libbsf-java_2.4.0-5.dsc
 27ffd994936aaab10d489c40b89ff5e2 8564 java optional 
libbsf-java_2.4.0-5.debian.tar.gz
 b8f37f4a6f5b7e7c2233e20218a8d1d3 72190 java optional 

Bug#601685: marked as done (libbsf-java: package does not support optional libs (as the description claims))

2012-01-07 Thread Debian Bug Tracking System
Your message dated Sat, 07 Jan 2012 12:47:25 +
with message-id e1rjvgd-ds...@franck.debian.org
and subject line Bug#601685: fixed in libbsf-java 1:2.4.0-5
has caused the Debian Bug report #601685,
regarding libbsf-java: package does not support optional libs (as the 
description claims)
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.)


-- 
601685: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601685
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libbsf-java
Version: 1:2.4.0-4
Severity: grave
Tags: patch
Justification: renders package unusable

The currently-distributed bsf.jar does not contain the adapter classes (in
org/apache/bsf/engines) for most of the optional languages, except XSLT. This
renders the package mostly useless and is contradictory to the description,
which implies that (e.g.) installing rhino will enable JavaScript support.

This is because the build script tests for rhino, and will exclude the engine
for it, if it's not detected. In other words, to build a proper package that's
useful for the maximum number of people, you need to install all the optional
libs at *build time* and make them available to the build script.

I've attached a patch (for debian/patches) which automatically looks for the
optional jars in their default Debian locations (/usr/share/java) and will
include BSF's adapter classes if detected. I suggest also making those packages
strict Build-Depends so as to not accidentally make this mistake in the future.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libbsf-java depends on:
ii  default-jre-headless [java2 1:1.6-40 Standard Java or Java compatible R
ii  gcj-4.4-jre-headless [java2 4.4.5-2  Java runtime environment using GIJ
ii  gcj-jre-headless [java2-run 4:4.4.5-1Java runtime environment using GIJ
ii  openjdk-6-jre-headless [jav 6b20-1.9.1-1 OpenJDK Java runtime, using Hotspo

libbsf-java recommends no packages.

Versions of packages libbsf-java suggests:
ii  bsh   2.0b4-12   Java scripting environment (BeanSh
ii  jython2.5.1-2Python seamlessly integrated with 
ii  libxalan2-java2.7.1-5XSL Transformations (XSLT) process
ii  rhino 1.7R2-4JavaScript engine written in Java

-- no debconf information
diff -ru libbsf-java-2.4.0.debian/build.xml libbsf-java-2.4.0.new/build.xml
--- libbsf-java-2.4.0.orig/build.xml	2010-10-28 14:16:36.697889355 +0100
+++ libbsf-java-2.4.0/build.xml	2010-10-28 14:11:49.987052496 +0100
@@ -88,10 +88,23 @@
 		include name=**/test/** if=junit.present /
 	/patternset
 
+	path id=lib.classpath
+		fileset dir=${os.jar.dir}
+			include name=commons-logging.jar/
+			!-- JACL not packaged by debian --
+			!-- Jython support broken for =2.5 --
+			!--include name=jython.jar/--
+			!-- NetRexx not packaged by debian --
+			include name=js.jar/
+			include name=xalan2.jar/
+		/fileset
+	/path
+
 	path id=compile.classpath
 		fileset dir=lib
 			include name=*.jar /
 		/fileset
+		path refid=lib.classpath/
 		pathelement location=${build.dest} /
 	/path
 
@@ -120,15 +133,15 @@
 		!-- = --
 		!-- Determines what optional components are available --
 		!-- = --
-		available property=jacl.present classname=tcl.lang.JACL /
+		available property=jacl.present classname=tcl.lang.JACL classpathref=lib.classpath /
 
-		available property=jython.present classname=org.python.util.jython /
+		available property=jython.present classname=org.python.util.jython classpathref=lib.classpath /
 
-		available property=netrexx.present classname=netrexx.lang.Rexx /
+		available property=netrexx.present classname=netrexx.lang.Rexx classpathref=lib.classpath /
 
-		available property=rhino.present classname=org.mozilla.javascript.Scriptable /
+		available property=rhino.present classname=org.mozilla.javascript.Scriptable classpathref=lib.classpath /
 
-		available property=xalan.present classname=org.apache.xalan.xslt.EnvironmentCheck /
+		available property=xalan.present classname=org.apache.xalan.xslt.EnvironmentCheck classpathref=lib.classpath /
 
 		available property=junit.present 

Bug#646094: marked as done (libbsf-java: Removal of jython dependencies as currently not supported.)

2012-01-07 Thread Debian Bug Tracking System
Your message dated Sat, 07 Jan 2012 12:47:25 +
with message-id e1rjvgd-dw...@franck.debian.org
and subject line Bug#646094: fixed in libbsf-java 1:2.4.0-5
has caused the Debian Bug report #646094,
regarding libbsf-java: Removal of jython dependencies as currently not 
supported.
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.)


-- 
646094: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646094
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libbsf-java
Version: 1:2.4.0-4
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


In Ubuntu, the attached patch was applied to achieve the following:

  * d/control: Drop dependencies on jython; its broken with jython = 2.5
and generates additional main requirements in Ubuntu.

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-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-12-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

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

iQIcBAEBCAAGBQJOoTE5AAoJEL/srsug59jDbYEQAKDUPG/yzAgb7JCb221jiZyj
WCFtjnkrhfnogcIVLqxDFyOy1qGCFS3WplGuGU+aBqGTacMZkP+4+LsJankw9PVR
TF2DFlDcn+meU3wrEMdnZcMKc4pWLUTSTJc0YeO72IsoT+Y3bw03tNcoHYhacp47
2tdc+ugEv2NNeo0IzQf/as8I2bK1HcR52hHKsQUG5P4bXlgUf2vRE6jU4O52xK0F
ubf/7WFqfng+/R/csOaO2QvJl1Kavi5m6tT2Gtrxid1WbQA+nIfJkSEgHwnMGrii
s9zkpYsuLEs6uxjDpfKevW80sy+5Nt8FA2wbj/WqjwpsAqaNg8LkqOcJignzSu39
8e7FNkOvjqrGnEl4IYRHVLIVsaoZD9gS0a9Dw1NMXkWenLQCGCa/x4MPD40Zjr90
set1DJJndSzn3/ngXs8lcmapcEfYFLjRhoXtDhJgzmY+Jz2P1wqkq7xHpIXAc0c1
CG0TICfiugEB12U+ZgrXkbrMQr+4bKxe5nxsTApVFXU+kgYat1zRR03iTAjhE+0E
DhaZddF+twdrfDN8J7EBbaCAjKqLScy7jcNJWeul+OcjqKI54eNc3xbO0b1NuoPj
SYPdRuSzF7xB3vkdzo7BTXGLezVGVsCLJbZeAJWP9V4Zd+dCGmZd3CTd7/EfBI3+
tnfwuD+FJMCLcrD2oqJQ
=PsnJ
-END PGP SIGNATURE-
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control  2010-08-04 04:31:45 +
+++ debian/control  2011-10-21 08:43:13 +
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de, Torsten Werner twer...@debian.org
 Build-Depends: debhelper (= 5), cdbs, quilt
-Build-Depends-Indep: ant, ant-optional, default-jdk, libxalan2-java, jython, 
junit, libcommons-logging-java
+Build-Depends-Indep: ant, ant-optional, default-jdk, libxalan2-java, junit, 
libcommons-logging-java
 Standards-Version: 3.8.2
 Homepage: http://jakarta.apache.org/bsf/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libbsf-java
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless,
  ${misc:Depends}
-Suggests: libxalan2-java, jython, rhino, bsh
+Suggests: libxalan2-java, rhino, bsh
 Description: Bean Scripting Framework to support scripting languages in Java
  Bean Scripting Framework (BSF) is a set of Java classes which provides
  scripting language support within Java applications, and access to Java

---End Message---
---BeginMessage---
Source: libbsf-java
Source-Version: 1:2.4.0-5

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

libbsf-java-doc_2.4.0-5_all.deb
  to main/libb/libbsf-java/libbsf-java-doc_2.4.0-5_all.deb
libbsf-java_2.4.0-5.debian.tar.gz
  to main/libb/libbsf-java/libbsf-java_2.4.0-5.debian.tar.gz
libbsf-java_2.4.0-5.dsc
  to main/libb/libbsf-java/libbsf-java_2.4.0-5.dsc
libbsf-java_2.4.0-5_all.deb
  to main/libb/libbsf-java/libbsf-java_2.4.0-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 646...@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 libbsf-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: Fri, 06 Jan 2012 00:34:08 +0100
Source: libbsf-java
Binary: 

Bug#654047: marked as done (Updating the libbsf-java Uploaders list)

2012-01-07 Thread Debian Bug Tracking System
Your message dated Sat, 07 Jan 2012 12:47:25 +
with message-id e1rjvgd-e2...@franck.debian.org
and subject line Bug#654047: fixed in libbsf-java 1:2.4.0-5
has caused the Debian Bug report #654047,
regarding Updating the libbsf-java Uploaders list
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.)


-- 
654047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654047
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libbsf-java
Version: 1:2.4.0-4
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Michael Koch konque...@gmx.de has not been working on
the libbsf-java package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.


---End Message---
---BeginMessage---
Source: libbsf-java
Source-Version: 1:2.4.0-5

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

libbsf-java-doc_2.4.0-5_all.deb
  to main/libb/libbsf-java/libbsf-java-doc_2.4.0-5_all.deb
libbsf-java_2.4.0-5.debian.tar.gz
  to main/libb/libbsf-java/libbsf-java_2.4.0-5.debian.tar.gz
libbsf-java_2.4.0-5.dsc
  to main/libb/libbsf-java/libbsf-java_2.4.0-5.dsc
libbsf-java_2.4.0-5_all.deb
  to main/libb/libbsf-java/libbsf-java_2.4.0-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 654...@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 libbsf-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: Fri, 06 Jan 2012 00:34:08 +0100
Source: libbsf-java
Binary: libbsf-java libbsf-java-doc
Architecture: source all
Version: 1:2.4.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libbsf-java - Bean Scripting Framework to support scripting languages in Java
 libbsf-java-doc - Bean Scripting Framework to support scripting - documentation
Closes: 506357 601685 646094 654047
Changes: 
 libbsf-java (1:2.4.0-5) unstable; urgency=low
 .
   * Team upload.
 .
   [ tony mancill ]
   * Apply patch detecting optional languages at build time
 Thanks to Ximin Lao.  (Closes: #601685)
   * Convert to source format 3.0 (quilt); drop build-depends on quilt.
 .
   [ Damien Raude-Morvan ]
   * d/control: Remove Michael Koch from Uploaders. Thanks Michael!
 (Closes: #654047).
   * d/control: Update Standards-Version: 3.9.2.
   * d/rules: Drop patchsys-quilt.mk.
   * d/control: Drop dependencies on jython; its broken with jython = 2.5
 and generates additional main requirements in Ubuntu. Thanks to James Page
 for patch. (Closes: #646094).
   * d/control: Drop depends on Java runtime since its a library.
   * d/{control,copyright}: Wrap and sort.
   * Move Javadoc to a separate libbsf-java-doc package. (Closes: #506357).
   * Install maven metadata:
 - d/control: Build-Depends on maven-repo-helper and
   Depends on libapache-pom-java.
 - d/rules: Use mh_installpoms and mh_installjar.
 - d/rules: Provide get-orig-pom to download a POM.
Checksums-Sha1: 
 ad55df88375c2ac2b8b6fd7a5aaaf73569d7c6e9 2118 libbsf-java_2.4.0-5.dsc
 71ab2c82faa59d8f456286c230e3c32d5bee678d 8564 libbsf-java_2.4.0-5.debian.tar.gz
 507b508d5626e1c33740a40d014bf1e3c4e0a3c2 72190 libbsf-java_2.4.0-5_all.deb
 720914cc3a2d57bd8f515117e27ced280f9038ba 122362 libbsf-java-doc_2.4.0-5_all.deb
Checksums-Sha256: 
 fefa65ca52bb33bab30a3923c20ca1ab9d0778e064a3f49890614c231cf76345 2118 
libbsf-java_2.4.0-5.dsc
 057afcea069ea1a36f98a2ea5fc5bfd03fc41339ae56d033265f8a2ad2f68e80 8564 
libbsf-java_2.4.0-5.debian.tar.gz
 cc06714b0122241e4a836fa2fc7197df5641cb9a139332cf88ed86d1bceb5a37 72190 
libbsf-java_2.4.0-5_all.deb
 a8b1cf453e206e30917f5c888290e01a618dda05f9c44d5d16b2024de1fc6b70 122362 
libbsf-java-doc_2.4.0-5_all.deb
Files: 
 eb3877fdcbe3665fb7e5ddc4462cae19 2118 java optional 

zookeeper_3.3.4+dfsg1-2_amd64.changes ACCEPTED into unstable

2012-01-07 Thread Debian FTP Masters



Accepted:
libzookeeper-java-doc_3.3.4+dfsg1-2_all.deb
  to main/z/zookeeper/libzookeeper-java-doc_3.3.4+dfsg1-2_all.deb
libzookeeper-java_3.3.4+dfsg1-2_all.deb
  to main/z/zookeeper/libzookeeper-java_3.3.4+dfsg1-2_all.deb
libzookeeper-mt-dev_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-mt-dev_3.3.4+dfsg1-2_amd64.deb
libzookeeper-mt2_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-mt2_3.3.4+dfsg1-2_amd64.deb
libzookeeper-st-dev_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-st-dev_3.3.4+dfsg1-2_amd64.deb
libzookeeper-st2_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-st2_3.3.4+dfsg1-2_amd64.deb
libzookeeper2_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper2_3.3.4+dfsg1-2_amd64.deb
python-zookeeper_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/python-zookeeper_3.3.4+dfsg1-2_amd64.deb
zookeeper-bin_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/zookeeper-bin_3.3.4+dfsg1-2_amd64.deb
zookeeper_3.3.4+dfsg1-2.debian.tar.gz
  to main/z/zookeeper/zookeeper_3.3.4+dfsg1-2.debian.tar.gz
zookeeper_3.3.4+dfsg1-2.dsc
  to main/z/zookeeper/zookeeper_3.3.4+dfsg1-2.dsc
zookeeper_3.3.4+dfsg1-2_all.deb
  to main/z/zookeeper/zookeeper_3.3.4+dfsg1-2_all.deb
zookeeperd_3.3.4+dfsg1-2_all.deb
  to main/z/zookeeper/zookeeperd_3.3.4+dfsg1-2_all.deb


Override entries for your package:
libzookeeper-java-doc_3.3.4+dfsg1-2_all.deb - optional doc
libzookeeper-java_3.3.4+dfsg1-2_all.deb - optional java
libzookeeper-mt-dev_3.3.4+dfsg1-2_amd64.deb - optional libdevel
libzookeeper-mt2_3.3.4+dfsg1-2_amd64.deb - optional libs
libzookeeper-st-dev_3.3.4+dfsg1-2_amd64.deb - optional libdevel
libzookeeper-st2_3.3.4+dfsg1-2_amd64.deb - optional libs
libzookeeper2_3.3.4+dfsg1-2_amd64.deb - optional libs
python-zookeeper_3.3.4+dfsg1-2_amd64.deb - optional python
zookeeper-bin_3.3.4+dfsg1-2_amd64.deb - optional misc
zookeeper_3.3.4+dfsg1-2.dsc - source java
zookeeper_3.3.4+dfsg1-2_all.deb - optional java
zookeeperd_3.3.4+dfsg1-2_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 579791 650882 650938 


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.


zookeeper override disparity

2012-01-07 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

libzookeeper2_3.3.4+dfsg1-2_amd64.deb: package says section is oldlibs, 
override says libs.
libzookeeper2_3.3.4+dfsg1-2_amd64.deb: package says priority is extra, override 
says optional.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@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#650882: marked as done (zookeeper: zkServer.sh fails to start zookeeper)

2012-01-07 Thread Debian Bug Tracking System
Your message dated Sat, 07 Jan 2012 13:05:26 +
with message-id e1rjvxe-00024o...@franck.debian.org
and subject line Bug#650882: fixed in zookeeper 3.3.4+dfsg1-2
has caused the Debian Bug report #650882,
regarding zookeeper: zkServer.sh fails to start zookeeper
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.)


-- 
650882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: zookeeper
Version: 3.3.4+dfsg1-1
Severity: important

Dear Maintainer,

zkServer.sh does not work because, unlike upstream ZooKeeper release,
$cygwin variable is not set by zkEnv.sh.


$ sudo -u zookeeper /usr/share/zookeeper/bin/zkServer.sh start 
/etc/zookeeper/conf/zoo.cfg   
JMX enabled by default  
 
Using config:/etc/zookeeper/conf/zoo.cfg
 
/usr/share/zookeeper/bin/zkServer.sh: 1: /usr/share/zookeeper/bin/zkServer.sh: 
cygpath: not found
Using config:   
 
grep: : No such file or directory   
 
Starting zookeeper ... /usr/share/zookeeper/bin/zkServer.sh: 103: 
/usr/share/zookeeper/bin/zkServer.sh: cannot create /zookeeper_server.pid: 
Permission denied   
 
FAILED TO WRITE PID


The following patch fixes the issue.


--- /usr/share/zookeeper/bin/zkServer.sh.orig   2011-11-30 19:50:33.0 
+0900
+++ /usr/share/zookeeper/bin/zkServer.sh2011-12-04 18:12:56.0 
+0900
@@ -70,15 +70,6 @@
 echo Using config:$2 2
 fi
 
-if $cygwin
-then
-ZOOCFG=`cygpath -wp $ZOOCFG`
-# cygwin has a kill in the shell itself, gets confused
-KILL=/bin/kill
-else
-KILL=kill
-fi
-
 echo Using config: $ZOOCFG 2
 
 if [ -z $ZOOPIDFILE ]
@@ -126,7 +117,7 @@
 then
   echo no zookeeper to stop (could not find file $ZOOPIDFILE)
 else
-  $KILL -9 $(cat $ZOOPIDFILE)
+  kill -9 $(cat $ZOOPIDFILE)
   rm $ZOOPIDFILE
   echo STOPPED
 fi


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

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

Versions of packages zookeeper depends on:
ii  adduser  3.113
ii  default-jre-headless [java6-runtime-headless]1:1.6-44 
ii  libzookeeper-java3.3.4+dfsg1-1
ii  openjdk-6-jre-headless [java6-runtime-headless]  6b23~pre11-1 
ii  sun-java6-jre [java6-runtime-headless]   6.26-3   

zookeeper recommends no packages.

zookeeper suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: zookeeper
Source-Version: 3.3.4+dfsg1-2

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

libzookeeper-java-doc_3.3.4+dfsg1-2_all.deb
  to main/z/zookeeper/libzookeeper-java-doc_3.3.4+dfsg1-2_all.deb
libzookeeper-java_3.3.4+dfsg1-2_all.deb
  to main/z/zookeeper/libzookeeper-java_3.3.4+dfsg1-2_all.deb
libzookeeper-mt-dev_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-mt-dev_3.3.4+dfsg1-2_amd64.deb
libzookeeper-mt2_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-mt2_3.3.4+dfsg1-2_amd64.deb
libzookeeper-st-dev_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-st-dev_3.3.4+dfsg1-2_amd64.deb
libzookeeper-st2_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-st2_3.3.4+dfsg1-2_amd64.deb
libzookeeper2_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper2_3.3.4+dfsg1-2_amd64.deb
python-zookeeper_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/python-zookeeper_3.3.4+dfsg1-2_amd64.deb
zookeeper-bin_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/zookeeper-bin_3.3.4+dfsg1-2_amd64.deb
zookeeper_3.3.4+dfsg1-2.debian.tar.gz
  to 

Bug#650938: marked as done (libzookeeper2 does not include zookeeper_st)

2012-01-07 Thread Debian Bug Tracking System
Your message dated Sat, 07 Jan 2012 13:05:26 +
with message-id e1rjvxe-00024t...@franck.debian.org
and subject line Bug#650938: fixed in zookeeper 3.3.4+dfsg1-2
has caused the Debian Bug report #650938,
regarding libzookeeper2 does not include zookeeper_st
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.)


-- 
650938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650938
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libzookeeper2
Version: 3.3.4+dfsg1-1
Severity: normal

Dear Maintainer,

zookeeper_st is only there to support the platforms were pthread
library is not available or unstable, which Debian is not.
However, having this makes it possible to develop softwares that works
for those old systems on Debian.

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

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

Versions of packages libzookeeper2 depends on:
ii  libc6  2.13-21

libzookeeper2 recommends no packages.

libzookeeper2 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: zookeeper
Source-Version: 3.3.4+dfsg1-2

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

libzookeeper-java-doc_3.3.4+dfsg1-2_all.deb
  to main/z/zookeeper/libzookeeper-java-doc_3.3.4+dfsg1-2_all.deb
libzookeeper-java_3.3.4+dfsg1-2_all.deb
  to main/z/zookeeper/libzookeeper-java_3.3.4+dfsg1-2_all.deb
libzookeeper-mt-dev_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-mt-dev_3.3.4+dfsg1-2_amd64.deb
libzookeeper-mt2_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-mt2_3.3.4+dfsg1-2_amd64.deb
libzookeeper-st-dev_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-st-dev_3.3.4+dfsg1-2_amd64.deb
libzookeeper-st2_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper-st2_3.3.4+dfsg1-2_amd64.deb
libzookeeper2_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/libzookeeper2_3.3.4+dfsg1-2_amd64.deb
python-zookeeper_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/python-zookeeper_3.3.4+dfsg1-2_amd64.deb
zookeeper-bin_3.3.4+dfsg1-2_amd64.deb
  to main/z/zookeeper/zookeeper-bin_3.3.4+dfsg1-2_amd64.deb
zookeeper_3.3.4+dfsg1-2.debian.tar.gz
  to main/z/zookeeper/zookeeper_3.3.4+dfsg1-2.debian.tar.gz
zookeeper_3.3.4+dfsg1-2.dsc
  to main/z/zookeeper/zookeeper_3.3.4+dfsg1-2.dsc
zookeeper_3.3.4+dfsg1-2_all.deb
  to main/z/zookeeper/zookeeper_3.3.4+dfsg1-2_all.deb
zookeeperd_3.3.4+dfsg1-2_all.deb
  to main/z/zookeeper/zookeeperd_3.3.4+dfsg1-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 650...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Page james.p...@ubuntu.com (supplier of updated zookeeper 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, 12 Dec 2011 13:31:47 +
Source: zookeeper
Binary: libzookeeper-java zookeeper zookeeperd libzookeeper-java-doc 
libzookeeper-mt2 libzookeeper-st2 libzookeeper2 libzookeeper-mt-dev 
libzookeeper-st-dev zookeeper-bin python-zookeeper
Architecture: source all amd64
Version: 3.3.4+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: James Page james.p...@ubuntu.com
Description: 
 libzookeeper-java - Core Java libraries for zookeeper
 libzookeeper-java-doc - API Documentation for zookeeper
 libzookeeper-mt-dev - Development files for multi threaded zookeeper C bindings
 libzookeeper-mt2 - Multi threaded C bindings for zookeeper
 libzookeeper-st-dev - Development files for single threaded zookeeper C 
bindings
 libzookeeper-st2 - Single threaded C bindings for zookeeper
 libzookeeper2 - C bindings for zookeeper - transitional package
 python-zookeeper - Python bindings for zookeeper
 zookeeper  - High-performance coordination service for distributed application
 zookeeper-bin - Command line utilities for zookeeper
 zookeeperd - Init control scripts for zookeeper
Closes: 579791 650882 650938
Changes: 
 

libswarmcache-java 1.0RC2+cvs20071027-6 MIGRATED to testing

2012-01-07 Thread Debian testing watch
FYI: The status of the libswarmcache-java source package
in Debian's testing distribution has changed.

  Previous version: 1.0RC2+cvs20071027-5
  Current version:  1.0RC2+cvs20071027-6

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


libjgroups-java 2.12.2.Final-2 MIGRATED to testing

2012-01-07 Thread Debian testing watch
FYI: The status of the libjgroups-java source package
in Debian's testing distribution has changed.

  Previous version: 2.7.0.GA-4
  Current version:  2.12.2.Final-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.


libitext1-java 1.4-5 MIGRATED to testing

2012-01-07 Thread Debian testing watch
FYI: The status of the libitext1-java source package
in Debian's testing distribution has changed.

  Previous version: 1.4-4
  Current version:  1.4-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.


[pkg-java] r15653 - tags/libpgjava

2012-01-07 Thread Tony Mancill
Author: tmancill
Date: 2012-01-07 17:18:08 + (Sat, 07 Jan 2012)
New Revision: 15653

Added:
   tags/libpgjava/9.1-901-1/
Log:
[svn-buildpackage] Tagging libpgjava 9.1-901-1


___
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] libgoogle-gson-java packaging branch, master, updated. upstream/2.1-3-ge3342f1

2012-01-07 Thread Jakub Adam
The following commit has been merged in the master branch:
commit e3342f1bd5d325d15df7760b14944a792ed42779
Author: Jakub Adam jakub.a...@ktknet.cz
Date:   Sat Jan 7 18:02:59 2012 +0100

Fixed synopsis for doc package

diff --git a/debian/control b/debian/control
index c58f58b..8bd033e 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,7 @@ Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Suggests: libgoogle-gson-java
-Description: Converts Java objects into their JSON representation
+Description: Documentation for libgoogle-gson-java
  Gson is a Java library that can be used to convert Java Objects into their 
JSON
  representation. It can also be used to convert a JSON string to an equivalent
  Java object. Gson can work with arbitrary Java objects including pre-existing

-- 
libgoogle-gson-java 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


libpgjava_9.1-901-1_amd64.changes is NEW

2012-01-07 Thread Debian FTP Masters
libpgjava_9.1-901-1.debian.tar.gz
  to main/libp/libpgjava/libpgjava_9.1-901-1.debian.tar.gz
libpgjava_9.1-901-1.dsc
  to main/libp/libpgjava/libpgjava_9.1-901-1.dsc
libpgjava_9.1-901.orig.tar.gz
  to main/libp/libpgjava/libpgjava_9.1-901.orig.tar.gz
(new) libpostgresql-jdbc-java-doc_9.1-901-1_all.deb optional doc
Java database (JDBC) driver for PostgreSQL (documentation)
 Java classes for communication with the PostgreSQL 7.2 up to 8.4 database
 backend (local or remote) using JDBC. This package contains two Java archives
 (JARs), one that supports JDBC 3.0 and SSL (for JDK 1.4 and up) and one that
 supports JDBC 4.0 and SSL (for JDK 1.6 and up).
 .
 This package contains the documentation.
(new) libpostgresql-jdbc-java_9.1-901-1_all.deb optional java
Java database (JDBC) driver for PostgreSQL
 Java classes for communication with the PostgreSQL 7.2 up to 9.1 database
 backend (local or remote) using JDBC. This package contains two Java archives
 (JARs), one that supports JDBC 3.0 and SSL (for JDK 1.4 and up) and one that
 supports JDBC 4.0 and SSL (for JDK 1.6 and up).
Changes: libpgjava (9.1-901-1) unstable; urgency=low
 .
  * New upstream release. (closes: #645854)
  * Change binary package name to libpostgresql-jdbc-java.
  (closes: #336245)
  * Remove Michael Koch from Uploaders. (closes: #654090)
  * Bump standards version to 3.9.2 (no changes).


Override entries for your package:
libpgjava_9.1-901-1.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 336245 645854 654090 


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.


[SCM] libgoogle-gson-java packaging branch, master, updated. upstream/2.1-5-g1c187d0

2012-01-07 Thread tony mancill
The following commit has been merged in the master branch:
commit 1c187d0a719de9a9c72523af57c96bc8e0f2cefe
Author: tony mancill tmanc...@debian.org
Date:   Sat Jan 7 10:44:13 2012 -0800

set distribution to unstable for sponsored upload

diff --git a/debian/changelog b/debian/changelog
index b0b624a..29a3e57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libgoogle-gson-java (2.1-1) UNRELEASED; urgency=low
+libgoogle-gson-java (2.1-1) unstable; urgency=low
 
   * Initial release. (Closes: #654949)
 

-- 
libgoogle-gson-java 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] libgoogle-gson-java packaging branch, master, updated. upstream/2.1-5-g1c187d0

2012-01-07 Thread tony mancill
The following commit has been merged in the master branch:
commit 6f9fa6c377573651af8b9cd4bcc5fb0985629404
Author: tony mancill tmanc...@debian.org
Date:   Sat Jan 7 10:43:34 2012 -0800

add authors to debian/copyright

diff --git a/debian/copyright b/debian/copyright
index c2f6344..d28a493 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,9 @@
 Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202
 Upstream-Name: Google Gson
+Upstream-Authors:
+  Inderjeet Singh, Trymph Inc.
+  Joel Leitch, Google Inc.
+  Jesse Wilson, Google Inc.
 
 Files: *
 Copyright: 2008-2011, Google Inc

-- 
libgoogle-gson-java 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] libgoogle-gson-java packaging annotated tag, debian/2.1-1, created. debian/2.1-1

2012-01-07 Thread tony mancill
The annotated tag, debian/2.1-1 has been created
at  63dd93c06c401c0387a66df011935fc0b07f7471 (tag)
   tagging  1c187d0a719de9a9c72523af57c96bc8e0f2cefe (commit)
  replaces  upstream/2.1
 tagged by  tony mancill
on  Sat Jan 7 10:53:35 2012 -0800

- Shortlog 
Debian release 2.1-1

Jakub Adam (3):
  Add Debian packaging files
  Add build customization patch
  Fixed synopsis for doc package

tony mancill (2):
  add authors to debian/copyright
  set distribution to unstable for sponsored upload

---

-- 
libgoogle-gson-java 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 libgoogle-gson-java_2.1-1_amd64.changes

2012-01-07 Thread Debian FTP Masters
libgoogle-gson-java_2.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  libgoogle-gson-java_2.1-1.dsc
  libgoogle-gson-java_2.1.orig.tar.gz
  libgoogle-gson-java_2.1-1.debian.tar.gz
  libgoogle-gson-java_2.1-1_all.deb
  libgoogle-gson-java-doc_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.


libgoogle-gson-java_2.1-1_amd64.changes is NEW

2012-01-07 Thread Debian FTP Masters
(new) libgoogle-gson-java-doc_2.1-1_all.deb optional doc
Documentation for libgoogle-gson-java
 Gson is a Java library that can be used to convert Java Objects into their JSON
 representation. It can also be used to convert a JSON string to an equivalent
 Java object. Gson can work with arbitrary Java objects including pre-existing
 objects that you do not have source-code of.
 .
 Gson Goals
 .
  * Provide simple toJson() and fromJson() methods to convert Java objects to
JSON and vice-versa
  * Allow pre-existing unmodifiable objects to be converted to and from JSON
  * Extensive support of Java Generics
  * Allow custom representations for objects
  * Support arbitrarily complex objects (with deep inheritance hierarchies and
extensive use of generic types)
 .
 This package contains the Javadoc API documentation.
(new) libgoogle-gson-java_2.1-1.debian.tar.gz optional java
(new) libgoogle-gson-java_2.1-1.dsc optional java
(new) libgoogle-gson-java_2.1-1_all.deb optional java
Converts Java objects into their JSON representation
 Gson is a Java library that can be used to convert Java Objects into their JSON
 representation. It can also be used to convert a JSON string to an equivalent
 Java object. Gson can work with arbitrary Java objects including pre-existing
 objects that you do not have source-code of.
 .
 Gson Goals
 .
  * Provide simple toJson() and fromJson() methods to convert Java objects to
JSON and vice-versa
  * Allow pre-existing unmodifiable objects to be converted to and from JSON
  * Extensive support of Java Generics
  * Allow custom representations for objects
  * Support arbitrarily complex objects (with deep inheritance hierarchies and
extensive use of generic types)
(new) libgoogle-gson-java_2.1.orig.tar.gz optional java
Changes: libgoogle-gson-java (2.1-1) unstable; urgency=low
 .
  * Initial release. (Closes: #654949)


Override entries for your package:

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


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.


Processed: tagging as pending bugs that are closed by packages in NEW

2012-01-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Sat Jan  7 19:03:14 UTC 2012
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: refcontrol
 tags 653201 + pending
Bug #653201 [wnpp] ITP: xul-ext-refcontrol -- control what gets sent as the 
HTTP Referer
Added tag(s) pending.
 # Source package in NEW: trac-diavisview
 tags 504472 + pending
Bug #504472 [wnpp] ITP: trac-diavisview -- renders dia files in Trac
Added tag(s) pending.
 # Source package in NEW: libsmi
 tags 654812 + pending
Bug #654812 [src:libsmi] Please enabled hardened build flags
Added tag(s) pending.
 # Source package in NEW: libpgjava
 tags 645854 + pending
Bug #645854 [libpg-java] libpg-java: Please upgrade libpg-java, there are new 
upstream version of it.
Added tag(s) pending.
 # Source package in NEW: libpgjava
 tags 336245 + pending
Bug #336245 [libpgjava] libpgjava: use upstream package name
Added tag(s) pending.
 # Source package in NEW: libpgjava
 tags 654090 + pending
Bug #654090 [libpgjava] Updating the libpgjava Uploaders list
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
654090: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654090
645854: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645854
336245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=336245
504472: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504472
654812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654812
653201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653201
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.


[pkg-java] r15654 - trunk/libaopalliance-java/debian

2012-01-07 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-01-07 20:06:06 + (Sat, 07 Jan 2012)
New Revision: 15654

Added:
   trunk/libaopalliance-java/debian/libaopalliance-java-doc.doc-base
   trunk/libaopalliance-java/debian/libaopalliance-java-doc.install
Removed:
   trunk/libaopalliance-java/debian/doc-base
   trunk/libaopalliance-java/debian/docs
Modified:
   trunk/libaopalliance-java/debian/changelog
   trunk/libaopalliance-java/debian/compat
   trunk/libaopalliance-java/debian/control
   trunk/libaopalliance-java/debian/copyright
Log:
* Team upload.
* Split documentation to a separate libaopalliance-java-doc package.
* Reformat d/copyright to DEP-5.
* Drop Depends on Java runtime since its a library.
* Drop unneeded Depends on ${shlibs:Depends}.
* Update Standards-Version: 3.9.2.
* Update debhelper compat to 7.

Modified: trunk/libaopalliance-java/debian/changelog
===
--- trunk/libaopalliance-java/debian/changelog  2012-01-07 17:18:08 UTC (rev 
15653)
+++ trunk/libaopalliance-java/debian/changelog  2012-01-07 20:06:06 UTC (rev 
15654)
@@ -1,3 +1,15 @@
+libaopalliance-java (20070526-5) unstable; urgency=low
+
+  * Team upload.
+  * Split documentation to a separate libaopalliance-java-doc package.
+  * Reformat d/copyright to DEP-5.
+  * Drop Depends on Java runtime since its a library.
+  * Drop unneeded Depends on ${shlibs:Depends}.
+  * Update Standards-Version: 3.9.2.
+  * Update debhelper compat to 7.
+
+ -- Damien Raude-Morvan draz...@debian.org  Sat, 07 Jan 2012 21:00:06 +0100
+
 libaopalliance-java (20070526-4) unstable; urgency=low
 
   * Add POM file to package. (Closes: #581566)

Modified: trunk/libaopalliance-java/debian/compat
===
--- trunk/libaopalliance-java/debian/compat 2012-01-07 17:18:08 UTC (rev 
15653)
+++ trunk/libaopalliance-java/debian/compat 2012-01-07 20:06:06 UTC (rev 
15654)
@@ -1 +1 @@
-5
+7

Modified: trunk/libaopalliance-java/debian/control
===
--- trunk/libaopalliance-java/debian/control2012-01-07 17:18:08 UTC (rev 
15653)
+++ trunk/libaopalliance-java/debian/control2012-01-07 20:06:06 UTC (rev 
15654)
@@ -3,17 +3,38 @@
 Priority: extra
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org
-Build-Depends: ant, cdbs, debhelper (= 5), default-jdk, maven-repo-helper
-Standards-Version: 3.8.4
+Build-Depends: ant, cdbs, debhelper (= 7), default-jdk, maven-repo-helper
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libaopalliance-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libaopalliance-java/
 Homepage: http://aopalliance.sourceforge.net/
 
 Package: libaopalliance-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | 
java2-runtime-headless
-Description: ensure interoperability between Java/J2EE AOP implementations
- We believe that Aspect-Oriented Programming (AOP) offers a better solution to
- many problems than do existing technologies such as EJB. The AOP Alliance aims
- to ensure interoperability between Java/J2EE AOP implementations to build a
- larger AOP community.
+Depends: ${misc:Depends}
+Suggests: libaopalliance-java-doc
+Description: library for interoperability for Java AOP implementations
+ Aspect-Oriented Programming (AOP) offers a better solution to
+ many problems than do existing technologies such as EJB.
+ .
+ The AOP Alliance aims to ensure interoperability between Java AOP
+ implementations by providing standard interfaces common among the different
+ frameworks and implementations.
+
+Package: libaopalliance-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libaopalliance-java
+Breaks: libaopalliance-java ( 20070526-5)
+Replaces: libaopalliance-java ( 20070526-5)
+Description: library for interoperability for Java AOP implementations - 
documentation
+ Aspect-Oriented Programming (AOP) offers a better solution to
+ many problems than do existing technologies such as EJB.
+ .
+ The AOP Alliance aims to ensure interoperability between Java AOP
+ implementations by providing standard interfaces common among the different
+ frameworks and implementations.
+ .
+ This package contains Javadoc HTML documentation for
+ libaopalliance-java.

Modified: trunk/libaopalliance-java/debian/copyright
===
--- trunk/libaopalliance-java/debian/copyright  2012-01-07 17:18:08 UTC (rev 
15653)
+++ trunk/libaopalliance-java/debian/copyright  2012-01-07 20:06:06 UTC (rev 
15654)
@@ -1,20 +1,34 @@
-This package was debianized by Torsten Werner twer...@debian.org on
-Sat May 26 22:16:10 CEST 2007.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/.
+Upstream-Name: AOP Alliance
+Upstream-Contact: 

[pkg-java] r15655 - in tags/libaopalliance-java: . 20070526-5/debian

2012-01-07 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-01-07 20:08:19 + (Sat, 07 Jan 2012)
New Revision: 15655

Added:
   tags/libaopalliance-java/20070526-5/
   tags/libaopalliance-java/20070526-5/debian/changelog
   tags/libaopalliance-java/20070526-5/debian/compat
   tags/libaopalliance-java/20070526-5/debian/control
   tags/libaopalliance-java/20070526-5/debian/copyright
   tags/libaopalliance-java/20070526-5/debian/libaopalliance-java-doc.doc-base
   tags/libaopalliance-java/20070526-5/debian/libaopalliance-java-doc.install
Removed:
   tags/libaopalliance-java/20070526-5/debian/changelog
   tags/libaopalliance-java/20070526-5/debian/compat
   tags/libaopalliance-java/20070526-5/debian/control
   tags/libaopalliance-java/20070526-5/debian/copyright
   tags/libaopalliance-java/20070526-5/debian/doc-base
   tags/libaopalliance-java/20070526-5/debian/docs
Log:
[svn-buildpackage] Tagging libaopalliance-java 20070526-5

Deleted: tags/libaopalliance-java/20070526-5/debian/changelog
===
--- trunk/libaopalliance-java/debian/changelog  2012-01-05 13:48:29 UTC (rev 
15643)
+++ tags/libaopalliance-java/20070526-5/debian/changelog2012-01-07 
20:08:19 UTC (rev 15655)
@@ -1,35 +0,0 @@
-libaopalliance-java (20070526-4) unstable; urgency=low
-
-  * Add POM file to package. (Closes: #581566)
-
- -- Torsten Werner twer...@debian.org  Sun, 16 May 2010 00:29:30 +0200
-
-libaopalliance-java (20070526-3) unstable; urgency=low
-
-  [ Thierry Carrez ]
-  * debian/control: Use -headless runtimes
-  * debian/ant.properties: Build java2 code to match dependency
-
-  [ Torsten Werner ]
-  * Switch to source format 3.0.
-  * Fix Vcs-* headers.
-  * Update Standards-Version: 3.8.4.
-
- -- Torsten Werner twer...@debian.org  Tue, 04 May 2010 21:50:27 +0200
-
-libaopalliance-java (20070526-2) unstable; urgency=low
-
-  * Change Maintainer: Debian Java Maintainers.
-  * Update Standards-Version: 3.8.2:
-- Fix Homepage and Svn headers.
-  * Change Section: java.
-  * Switch to default-jdk.
-
- -- Torsten Werner twer...@debian.org  Sun, 28 Jun 2009 21:11:53 +0200
-
-libaopalliance-java (20070526-1) unstable; urgency=low
-
-  * Initial release (Closes: #426159)
-
- -- Torsten Werner twer...@debian.org  Sat, 26 May 2007 21:19:48 +0200
-

Copied: tags/libaopalliance-java/20070526-5/debian/changelog (from rev 15654, 
trunk/libaopalliance-java/debian/changelog)
===
--- tags/libaopalliance-java/20070526-5/debian/changelog
(rev 0)
+++ tags/libaopalliance-java/20070526-5/debian/changelog2012-01-07 
20:08:19 UTC (rev 15655)
@@ -0,0 +1,47 @@
+libaopalliance-java (20070526-5) unstable; urgency=low
+
+  * Team upload.
+  * Split documentation to a separate libaopalliance-java-doc package.
+  * Reformat d/copyright to DEP-5.
+  * Drop Depends on Java runtime since its a library.
+  * Drop unneeded Depends on ${shlibs:Depends}.
+  * Update Standards-Version: 3.9.2.
+  * Update debhelper compat to 7.
+
+ -- Damien Raude-Morvan draz...@debian.org  Sat, 07 Jan 2012 21:00:06 +0100
+
+libaopalliance-java (20070526-4) unstable; urgency=low
+
+  * Add POM file to package. (Closes: #581566)
+
+ -- Torsten Werner twer...@debian.org  Sun, 16 May 2010 00:29:30 +0200
+
+libaopalliance-java (20070526-3) unstable; urgency=low
+
+  [ Thierry Carrez ]
+  * debian/control: Use -headless runtimes
+  * debian/ant.properties: Build java2 code to match dependency
+
+  [ Torsten Werner ]
+  * Switch to source format 3.0.
+  * Fix Vcs-* headers.
+  * Update Standards-Version: 3.8.4.
+
+ -- Torsten Werner twer...@debian.org  Tue, 04 May 2010 21:50:27 +0200
+
+libaopalliance-java (20070526-2) unstable; urgency=low
+
+  * Change Maintainer: Debian Java Maintainers.
+  * Update Standards-Version: 3.8.2:
+- Fix Homepage and Svn headers.
+  * Change Section: java.
+  * Switch to default-jdk.
+
+ -- Torsten Werner twer...@debian.org  Sun, 28 Jun 2009 21:11:53 +0200
+
+libaopalliance-java (20070526-1) unstable; urgency=low
+
+  * Initial release (Closes: #426159)
+
+ -- Torsten Werner twer...@debian.org  Sat, 26 May 2007 21:19:48 +0200
+

Deleted: tags/libaopalliance-java/20070526-5/debian/compat
===
--- trunk/libaopalliance-java/debian/compat 2012-01-05 13:48:29 UTC (rev 
15643)
+++ tags/libaopalliance-java/20070526-5/debian/compat   2012-01-07 20:08:19 UTC 
(rev 15655)
@@ -1 +0,0 @@
-5

Copied: tags/libaopalliance-java/20070526-5/debian/compat (from rev 15654, 
trunk/libaopalliance-java/debian/compat)
===
--- tags/libaopalliance-java/20070526-5/debian/compat   
(rev 0)
+++ tags/libaopalliance-java/20070526-5/debian/compat   2012-01-07 20:08:19 UTC 
(rev 15655)
@@ -0,0 +1 @@
+7

Deleted: tags/libaopalliance-java/20070526-5/debian/control

Bug#655011: surefire: Drop self-Build-Depends

2012-01-07 Thread Daniel Schepler
Source: surefire
Version: 2.10-1
Severity: wishlist
Tags: patch

Attached, please find a patch which adjusts surefire's build process so it no 
longer needs to Build-Depend on itself.
-- 
Daniel Schepler
diff -urN surefire-2.10.old/debian/build.xml surefire-2.10/debian/build.xml
--- surefire-2.10.old/debian/build.xml	2011-10-10 15:34:18.0 -0700
+++ surefire-2.10/debian/build.xml	2012-01-07 12:31:22.0 -0800
@@ -19,7 +19,7 @@
 macrodef name=packagemodule
 	attribute name=dir/
 	sequential
-		ant target=package antfile=${maven.build} dir=@{dir}
+		ant target=package-and-local-install antfile=${maven.build} dir=@{dir}
   property name=debian.dir location=debian /
   property name=project.dir value=@{dir} /
   property name=keep-cleaned-pom value=true /
@@ -31,7 +31,7 @@
 macrodef name=package-plugin-module
 	attribute name=dir/
 	sequential
-		ant target=package antfile=${maven.build} dir=@{dir}
+		ant target=package-and-local-install antfile=${maven.build} dir=@{dir}
   property name=debian.dir location=debian /
   property name=project.dir value=@{dir} /
   property name=maven.generate.target value=plugin:descriptor /
@@ -44,7 +44,7 @@
 macrodef name=package-shaded-module
 	attribute name=dir/
 	sequential
-		ant target=package antfile=${maven.build} dir=@{dir}
+		ant target=package-and-local-install antfile=${maven.build} dir=@{dir}
   property name=debian.dir location=debian /
   property name=project.dir value=@{dir} /
   property name=maven.package.target value=install /
@@ -83,16 +83,7 @@
 target name=package
 packagemodule dir=/
 package-shaded-module dir=surefire-api/
-mkdir dir=debian/.mh/maven-repo/org/apache/maven/surefire/surefire-api/debian / 
-copy file=surefire-api/target/surefire-api-${version}.jar 
-   tofile=debian/.mh/maven-repo/org/apache/maven/surefire/surefire-api/debian/surefire-api-debian.jar /
-copy file=debian/.mh/pom.xml 
-   tofile=debian/.mh/maven-repo/org/apache/maven/surefire/surefire-api/debian/surefire-api-debian.pom /
 package-shaded-module dir=surefire-booter/
-copy file=surefire-booter/target/surefire-booter-${version}.jar 
-   tofile=debian/.mh/maven-repo/org/apache/maven/surefire/surefire-booter/debian/surefire-booter-debian.jar /
-copy file=debian/.mh/pom.xml
-   tofile=debian/.mh/maven-repo/org/apache/maven/surefire/surefire-booter/debian/surefire-booter-debian.pom /
 packagemodule dir=surefire-providers/
 packagemodule dir=surefire-providers/common-junit3/
 packagemodule dir=surefire-providers/common-junit4/
diff -urN surefire-2.10.old/debian/control surefire-2.10/debian/control
--- surefire-2.10.old/debian/control	2011-10-11 10:01:42.0 -0700
+++ surefire-2.10/debian/control	2012-01-07 12:31:45.0 -0800
@@ -8,7 +8,7 @@
  libmaven-clean-plugin-java, libmaven-compiler-plugin-java, libmaven-install-plugin-java, 
  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, libsurefire-java,
+ junit, junit4, testng, libjmock-java,
  libmaven-common-artifact-filters-java
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/surefire
__
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#634089: jh_manifest causes CRC error

2012-01-07 Thread Wookey
+++ tony mancill [2012-01-06 13:26 -0800]:
 On 01/05/2012 08:14 PM, Wookey wrote:

 Thank you for in-depth look into this bug.  Niels or Matthew, any
 concerns with me preparing an upload?
 
  
  This seems to me to be a serious problem blocking all
  java-helper-using packages
  
  So, I took a look at what's going on and found the following:
 
 --snip--
 
  We can fix it by explicitly removing and recreating it:
  
  verbose_print(Updating manifest in $jar);
  $zip-removeMember( 'META-INF/MANIFEST.MF' ) unless($new_manifest);
  $zip-removeMember( 'META-INF/' );
  $mem = $zip-addString($var, 'META-INF/MANIFEST.MF');
  $mem-desiredCompressionMethod(COMPRESSION_DEFLATED);
  $zip-addDirectory( 'META-INF/' );
  # This on the other hand may fail.
  $zip-overwrite() == AZ_OK or error(Writing modified jar ($jar) 
  failed$
  
  which I hope is an acceptable fix. Patch attached.

Having thought about it a bit, I'm not sure what happens with the
above workaround if there _isn't_ a META-INF/ dir already present
(does that ever happen)? Does the dir member entry end up after the
file member? Is that a problem in zipfiles?

And what if ther META-INF dir has other files in it (does that happen
with java-helper? - will doing this break that? - I'm not sure what
filesystem semantics Archive::Zip imposes)?

It might be a good idea to test this on some more packages than just
terraintool. 

And in the meantime the perl people are taking some interest in the
real bug, which I believe is in Archive::Zip, not jh_manifest, so as
we've already waited several months another week or so to see if that
gets fixed is probably in order before uploading this workaround in
jh_manifest.

There are 227 packages which build-depend on javahelper, and
presumably all/mostly use jh_manifest so a fix of some sort is quite
urgent. 

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.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.


libaopalliance-java_20070526-5_amd64.changes is NEW

2012-01-07 Thread Debian FTP Masters
(new) libaopalliance-java-doc_20070526-5_all.deb extra doc
library for interoperability for Java AOP implementations - documentation
 Aspect-Oriented Programming (AOP) offers a better solution to
 many problems than do existing technologies such as EJB.
 .
 The AOP Alliance aims to ensure interoperability between Java AOP
 implementations by providing standard interfaces common among the different
 frameworks and implementations.
 .
 This package contains Javadoc HTML documentation for
 libaopalliance-java.
libaopalliance-java_20070526-5.debian.tar.gz
  to main/liba/libaopalliance-java/libaopalliance-java_20070526-5.debian.tar.gz
libaopalliance-java_20070526-5.dsc
  to main/liba/libaopalliance-java/libaopalliance-java_20070526-5.dsc
libaopalliance-java_20070526-5_all.deb
  to main/liba/libaopalliance-java/libaopalliance-java_20070526-5_all.deb
Changes: libaopalliance-java (20070526-5) unstable; urgency=low
 .
  * Team upload.
  * Split documentation to a separate libaopalliance-java-doc package.
  * Reformat d/copyright to DEP-5.
  * Drop Depends on Java runtime since its a library.
  * Drop unneeded Depends on ${shlibs:Depends}.
  * Update Standards-Version: 3.9.2.
  * Update debhelper compat to 7.


Override entries for your package:
libaopalliance-java_20070526-5.dsc - source java
libaopalliance-java_20070526-5_all.deb - extra 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.


How to bootstrap Maven

2012-01-07 Thread Daniel Schepler
In my overall pbuildd project, the idea is to bootstrap the Debian archive 
from the package sources and a minimal starting chroot, using cycle breaker 
scripts where necessary.  As part of that project, I'm trying to figure out how 
one would bootstrap the Maven packages (and those of their dependencies which 
use maven-debian-helper).  So far I have a big long pseudocode script which 
has gotten me a significant part of the way towards that goal.  The idea is to 
make heavy use of maven-ant-helper, plus building just selected parts of large 
compound packages like wagon, doxia, etc.

The questions I have right now are:

1. Is there some much simpler way to do this that I'm missing?
2. When I get to maven-scm, I run into this build error -- this is a log where 
I tried adding maven.test.skip=true to debian/maven.properties in order to 
verify that it's not a test skipping ahead in the dependency chain that's 
causing this.

...
[INFO] 

[INFO] Building Maven SCM TFS Provider
[INFO]task-segment: [package]
[INFO] 

[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /tmp/maven-scm/maven-scm-1.3/maven-
scm-providers/maven-scm-provider-tfs/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 19 source files to /tmp/maven-scm/maven-scm-1.3/maven-scm-
providers/maven-scm-provider-tfs/target/classes
[INFO] [plexus:descriptor {execution: default}]
[INFO] Discovered 1 component descriptors(s)
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /tmp/maven-scm/maven-scm-1.3/maven-
scm-providers/maven-scm-provider-tfs/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /tmp/maven-scm/maven-scm-1.3/maven-scm-providers/maven-
scm-provider-tfs/target/maven-scm-provider-tfs-1.3.jar
[INFO] 

[INFO] Building Maven SCM Standard Providers
[INFO]task-segment: [package]
[INFO] 

[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] 

[INFO] Building Maven SCM Client
[INFO]task-segment: [package]
[INFO] 

[INFO] [plexus:merge-descriptors {execution: merge}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to /tmp/maven-scm/maven-scm-1.3/maven-scm-
client/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /tmp/maven-scm/maven-scm-1.3/maven-
scm-client/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /tmp/maven-scm/maven-scm-1.3/maven-scm-
client/target/maven-scm-client-1.3.jar
[INFO] 

[INFO] Building Maven SCM Plugin
[INFO]task-segment: [package]
[INFO] 

[INFO] 

[ERROR] BUILD ERROR
[INFO] 

[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.maven.scm:maven-scm-providers-standard:pom:1.3
  Path to dependency: 
1) org.apache.maven.plugins:maven-scm-plugin:maven-plugin:1.3
2) org.apache.maven.scm:maven-scm-providers-standard:pom:1.3

--
1 required artifact is missing.

for artifact: 
  org.apache.maven.plugins:maven-scm-plugin:maven-plugin:1.3

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)



NOTE: Maven is executing in offline mode. Any artifacts not already in your 
local
repository 

Bug#655027: Please include hyphenation patterns

2012-01-07 Thread Joachim Breitner
Package: fop
Version: 1:1.0.dfsg2-5
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I have brought up the issue of fop hyphenation patterns before, but it
did not lead anywhere yet, so I’d like to open a bug report to track the
status. The relevant mails are:
http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/2010-November/029765.html
and
http://lists.debian.org/debian-java/2010/12/msg0.html

I'd propse this course of action:

 * Manually fetch offo-hyphenation_v2.0.zip from
   http://offo.sourceforge.net/hyphenation/index.html and put it in
   debian/. One could use dpkg's multi-tarball feature, but the files
   are not in tarball form anyways, and with dpkg 3.0, having binary
   files in debian/ is fine.
 * At build time, extract the zipfile and move (or link) the hyphenation
   patterns to hyph. This will build the hyphenation jar file during the
   fop build.
 * Install the jar with fop and use it automatically and by default.

This is sub-optimal, as we are not packing the “real” sources from 
http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/
but maybe it is ok.

If it is not, then one has to assemble some files from the above SVN
repository, e.g. the scripts from
http://tug.org/svn/texhyphen/trunk/hyph-utf8/source/generic/hyph-utf8/
and http://tug.org/svn/texhyphen/trunk/collaboration/source/offo/
and then take the .tex files from
/usr/share/texmf-texlive/tex/generic/hyph-utf8/patterns and generate the
.tex files at fop build time.

I’d really appreciate to have working fop-hyphenation out-of-the-box
with wheezy, and I’m happy to help.

Greetings,
Joachim


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

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fop depends on:
ii  default-jre-headless [java2-runtime-headless]1:1.6-46
ii  gcj-4.4-jre-headless [java2-runtime-headless]4.4.6-11
ii  gij-4.3 [java2-runtime-headless] 4.3.4-4
ii  java-wrappers0.1.24
ii  libavalon-framework-java 4.2.0-8
ii  libbatik-java1.7-8
ii  libbsf-java  1:2.4.0-5
ii  libcommons-io-java   1.4-4
ii  libcommons-logging-java  1.1.1-9
ii  libxalan2-java   2.7.1-7
ii  libxerces2-java  2.11.0-4
ii  libxml-commons-external-java 1.4.01-2
ii  libxmlgraphics-commons-java  1.4.dfsg-4
ii  libxt6   1:1.1.1-2
ii  libxtst6 2:1.2.0-4
ii  openjdk-6-jre-headless [java2-runtime-headless]  6b24~pre2-1
ii  sun-java5-jre [java2-runtime-headless]   1.5.0-17-0.1
ii  sun-java6-jre [java2-runtime-headless]   6.26-3

Versions of packages fop recommends:
ii  libsaxon-java  1:6.5.5-8

Versions of packages fop suggests:
ii  fop-doc none
ii  libservlet2.5-java  6.0.35-1

- -- no debconf information

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

iEYEARECAAYFAk8IynkACgkQ9ijrk0dDIGwXVACcDS9Qqu72p0hrVPKnsuxB+EUT
ttUAoLyTzYnKwZ27Aeh9MyxgM4q4bE4f
=G1b8
-END PGP 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] r15656 - trunk/werken.xpath/debian

2012-01-07 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-01-07 23:08:59 + (Sat, 07 Jan 2012)
New Revision: 15656

Added:
   trunk/werken.xpath/debian/libwerken.xpath-java-doc.doc-base
   trunk/werken.xpath/debian/libwerken.xpath-java-doc.install
Removed:
   trunk/werken.xpath/debian/dirs
Modified:
   trunk/werken.xpath/debian/changelog
   trunk/werken.xpath/debian/control
   trunk/werken.xpath/debian/copyright
   trunk/werken.xpath/debian/libwerken.xpath-java.docs
Log:
* Team upload.
* Depends on libantr-java (library) instead antlr.
* Bump Standards-Version to 3.9.2: no changes needed.
* Drop Michael Koch from Uploaders (Closes: #654139).
* Add myself as Uploaders.
* Reformat d/copyright to DEP-5.
* Split Javadoc into separate libwerken.xpath-java-doc package.

Modified: trunk/werken.xpath/debian/changelog
===
--- trunk/werken.xpath/debian/changelog 2012-01-07 20:08:19 UTC (rev 15655)
+++ trunk/werken.xpath/debian/changelog 2012-01-07 23:08:59 UTC (rev 15656)
@@ -1,3 +1,15 @@
+werken.xpath (0.9.4-14) unstable; urgency=low
+
+  * Team upload.
+  * Depends on libantr-java (library) instead antlr.
+  * Bump Standards-Version to 3.9.2: no changes needed.
+  * Drop Michael Koch from Uploaders (Closes: #654139).
+  * Add myself as Uploaders.
+  * Reformat d/copyright to DEP-5.
+  * Split Javadoc into separate libwerken.xpath-java-doc package.
+
+ -- Damien Raude-Morvan draz...@debian.org  Sat, 07 Jan 2012 23:57:43 +0100
+
 werken.xpath (0.9.4-13) unstable; urgency=low
 
   * Team upload.

Modified: trunk/werken.xpath/debian/control
===
--- trunk/werken.xpath/debian/control   2012-01-07 20:08:19 UTC (rev 15655)
+++ trunk/werken.xpath/debian/control   2012-01-07 23:08:59 UTC (rev 15656)
@@ -2,22 +2,42 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de
-Build-Depends: debhelper(= 7), cdbs, ant, default-jdk
-Build-Depends-Indep: libxerces2-java, antlr(= 2.7), libjdom1-java,
- maven-repo-helper
-Standards-Version: 3.9.1
+Uploaders: Damien Raude-Morvan draz...@debian.org
+Build-Depends: ant, cdbs, debhelper(= 7), default-jdk
+Build-Depends-Indep: libantlr-java (= 2.7),
+ libjdom1-java,
+ libxerces2-java,
+ maven-repo-helper
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/werken.xpath
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/werken.xpath/
 Homepage: http://werken-xpath.sourceforge.net/
 
 Package: libwerken.xpath-java
 Architecture: all
-Depends: libxerces2-java, antlr(= 2.7), libjdom1-java, ${misc:Depends}
-Description: JDOM XPath Engine 
+Depends: libantlr-java (= 2.7), libjdom1-java, libxerces2-java, 
${misc:Depends}
+Description: JDOM XPath Engine
  A XPath Engine for JDOM, created by the Werken  Sons Company.
  .
  It's not overly useful by itself, but rather needs an (currently in
- development) implementation of XPointer, XSLT, or other XPath-based 
+ development) implementation of XPointer, XSLT, or other XPath-based
  specification.  werken.xpath is merely an engine which can parse XPaths,
  and walk JDOM http://www.jdom.org/ trees.
+
+Package: libwerken.xpath-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggest: libwerken.xpath-java
+Breaks: libwerken.xpath-java ( 0.9.4-14)
+Replaces: libwerken.xpath-java ( 0.9.4-14)
+Description: JDOM XPath Engine - documentation
+ A XPath Engine for JDOM, created by the Werken  Sons Company.
+ .
+ It's not overly useful by itself, but rather needs an (currently in
+ development) implementation of XPointer, XSLT, or other XPath-based
+ specification.  werken.xpath is merely an engine which can parse XPaths,
+ and walk JDOM http://www.jdom.org/ trees.
+ .
+ This package contains Javadoc HTML documentation for
+ libwerken.xpath-java.

Modified: trunk/werken.xpath/debian/copyright
===
--- trunk/werken.xpath/debian/copyright 2012-01-07 20:08:19 UTC (rev 15655)
+++ trunk/werken.xpath/debian/copyright 2012-01-07 23:08:59 UTC (rev 15656)
@@ -1,43 +1,46 @@
-This package was debianized by Takashi Okamoto t...@debian.org on
-Sun, 29 Jul 2001 12:42:17 +0900.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/.
+Upstream-Name: werken.xpath
+Upstream-Contact: http://sourceforge.net/projects/werken-xpath/
+Source: http://werken-xpath.cvs.sourceforge.net/werken-xpath/
 
-It was downloaded from http://code.werken.com/xpath. This download
-is no longer working. The company can be find under www.werken.com
-but there is no longer a download link to the old library.
+Files: *
+Copyright: Copyright (C) 2000 bob mcwhirter and The Werken  Sons Company
+License: BSD-4-clause
 
-Copyright:
+Files: debian/*
+Copyright: (C) 2001, Takashi Okamoto t...@debian.org
+Copyright: 

Processing of werken.xpath_0.9.4-14_amd64.changes

2012-01-07 Thread Debian FTP Masters
werken.xpath_0.9.4-14_amd64.changes uploaded successfully to localhost
along with the files:
  werken.xpath_0.9.4-14.dsc
  werken.xpath_0.9.4-14.debian.tar.gz
  libwerken.xpath-java_0.9.4-14_all.deb
  libwerken.xpath-java-doc_0.9.4-14_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.


[pkg-java] r15657 - in tags/werken.xpath: . 0.9.4-14/debian

2012-01-07 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-01-07 23:10:51 + (Sat, 07 Jan 2012)
New Revision: 15657

Added:
   tags/werken.xpath/0.9.4-14/
   tags/werken.xpath/0.9.4-14/debian/changelog
   tags/werken.xpath/0.9.4-14/debian/control
   tags/werken.xpath/0.9.4-14/debian/copyright
   tags/werken.xpath/0.9.4-14/debian/libwerken.xpath-java-doc.doc-base
   tags/werken.xpath/0.9.4-14/debian/libwerken.xpath-java-doc.install
   tags/werken.xpath/0.9.4-14/debian/libwerken.xpath-java.docs
Removed:
   tags/werken.xpath/0.9.4-14/debian/changelog
   tags/werken.xpath/0.9.4-14/debian/control
   tags/werken.xpath/0.9.4-14/debian/copyright
   tags/werken.xpath/0.9.4-14/debian/dirs
   tags/werken.xpath/0.9.4-14/debian/libwerken.xpath-java.docs
Log:
[svn-buildpackage] Tagging werken.xpath 0.9.4-14

Deleted: tags/werken.xpath/0.9.4-14/debian/changelog
===
--- trunk/werken.xpath/debian/changelog 2012-01-05 13:48:29 UTC (rev 15643)
+++ tags/werken.xpath/0.9.4-14/debian/changelog 2012-01-07 23:10:51 UTC (rev 
15657)
@@ -1,117 +0,0 @@
-werken.xpath (0.9.4-13) unstable; urgency=low
-
-  * Team upload.
-  * Add Homepage and Vcs-Browser fields.
-  * Add pom.xml and use maven-repo-helper for installation.
-
- -- Torsten Werner twer...@debian.org  Thu, 15 Sep 2011 10:44:56 +0200
-
-werken.xpath (0.9.4-12) unstable; urgency=low
-
-  * Team upload.
-  * Remove Arnaud from Uploaders list.
-  * Update Standards-Version: 3.9.1.
-  * Add Vcs-Svn header.
-  * Remove Java runtime from Depends.
-  * Switch to source format 3.0.
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Aug 2011 17:11:40 +0200
-
-werken.xpath (0.9.4-11) unstable; urgency=low
-
-  * (Build-)Depends on libjdom1-java (Closes: #500537).
-  * Added debian/patches/05_JDOM_getParent.patch.
-  * Loosen Depends to allow non-default java implementations too.
-
- -- Michael Koch konque...@gmx.de  Mon, 28 Sep 2009 21:52:03 +0200
-
-werken.xpath (0.9.4-10) unstable; urgency=low
-
-  * (Build-)Depends on default-jdk.
-  * Build-Depends on debhelper = 7.
-  * Moved debhelper, cdbs and ant to Build-Depends.
-  * Moved package to section 'java'
-  * Fixed watch file to use SourceForge redirector.
-  * Removed Wolfgang and added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Tue, 15 Sep 2009 07:29:33 +0200
-
-werken.xpath (0.9.4-9) unstable; urgency=low
-
-  * Removed Takashi Okamoto (closes: #352994)
-
- -- Arnaud Vandyck av...@debian.org  Tue, 25 Apr 2006 15:18:39 +0200
-
-werken.xpath (0.9.4-8) unstable; urgency=low
-
-  * kaffe compiler transition 
-
- -- Wolfgang Baer wb...@gmx.de  Mon, 16 Jan 2006 15:04:34 +0100
-
-werken.xpath (0.9.4-7) unstable; urgency=low
-
-  * Changed build dependencies
-- libant1.6-java to ant
-- libxerces-java to libxerces2-java
-  * Standards-Version 3.6.2 (no changes)
-  * Minor adjustment of description to fix linda warning
-
-  * Upload sponsored by Arnaud Vandyck
-
- -- Wolfgang Baer wb...@gmx.de  Tue, 16 Aug 2005 21:24:10 +0200
-
-werken.xpath (0.9.4-6) unstable; urgency=low
-
-  * Move to main (Closes: #257839)
-  * upload with the sources.
-
- -- Arnaud Vandyck av...@debian.org  Sun, 10 Apr 2005 23:26:27 +0200
-
-werken.xpath (0.9.4-5) unstable; urgency=low
-
-  * Changed build system to cdbs
-  * Move to main (Closes: #257839)
-  * Splitted patches from diff.gz into single patch files
-  * Standards-Version to 3.6.1 (no changes required)
-  * avdyk: added Wolfgang and myself to the uploaders
-  
- -- Wolfgang Baer wb...@gmx.de  Tue, 15 Mar 2005 20:06:29 +0100
-
-werken.xpath (0.9.4-4) unstable; urgency=low
-
-  * fixed FTBFS (Closes: #297555)
-  * adjusted jdom dependency to libjdom0-java
-  * changed maintainer to Debian Java Maintainers as
-requested by Takashi Okamoto for comaintaining
-  * added java runtime dependency to depends  
-
- -- Wolfgang Baer wb...@gmx.de  Mon, 14 Mar 2005 19:50:14 +0100
-
-werken.xpath (0.9.4-3) unstable; urgency=low
-
-  * fixed FTBFS(Closes: #148616)
-  * move to contrib section because jdom which werken.xpath depends 
-library move to contrib.
-
- -- Takashi Okamoto t...@debian.org  Fri, 31 May 2002 23:45:52 +0900
-
-werken.xpath (0.9.4-2) unstable; urgency=low
-
-  * fixed build fail bug (Closes: #134904)
-  * Modify following class for new jdom:
-  *UnAbbrStep.java
-  *NodeTypeStep.java
-  *XPathTokenTypes.txt
-
- -- Takashi Okamoto t...@debian.org  Thu, 21 Feb 2002 08:56:22 +0900
-
-werken.xpath (0.9.4-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Takashi Okamoto t...@debian.org  Sun, 29 Jul 2001 12:42:17 +0900
-
-Local variables:
-mode: debian-changelog
-End:

Copied: tags/werken.xpath/0.9.4-14/debian/changelog (from rev 15656, 
trunk/werken.xpath/debian/changelog)
===
--- tags/werken.xpath/0.9.4-14/debian/changelog (rev 0)
+++ tags/werken.xpath/0.9.4-14/debian/changelog 2012-01-07 

[pkg-java] r15658 - in trunk/libcommons-validator-java/debian: . patches

2012-01-07 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-01-07 23:56:12 + (Sat, 07 Jan 2012)
New Revision: 15658

Added:
   trunk/libcommons-validator-java/debian/patches/yui_compressor_params.diff
Modified:
   trunk/libcommons-validator-java/debian/ant.properties
   trunk/libcommons-validator-java/debian/changelog
   trunk/libcommons-validator-java/debian/control
   trunk/libcommons-validator-java/debian/copyright
   trunk/libcommons-validator-java/debian/patches/series
   trunk/libcommons-validator-java/debian/rules
Log:
* Fix -compress.js files: Use yui-compressor to minify all .js files.
  - Build-Depends on yui-compressor.
  - Drop Depends and B-D on rhino.
  - d/ant.properties: Use yui-compressor JAR.
  - d/patches/yui_compressor_params.diff: Drop -c parameter.
* Reformat d/copyright to DEP-5.

Modified: trunk/libcommons-validator-java/debian/ant.properties
===
--- trunk/libcommons-validator-java/debian/ant.properties   2012-01-07 
23:10:51 UTC (rev 15657)
+++ trunk/libcommons-validator-java/debian/ant.properties   2012-01-07 
23:56:12 UTC (rev 15658)
@@ -1,6 +1,6 @@
 build.sysclasspath=only
 compile.target=1.3
-dojo_custom_rhino.jar=/usr/share/java/js.jar
+dojo_custom_rhino.jar=/usr/share/yui-compressor/yui-compressor.jar
 commons-beanutils.jar=/usr/share/java/commons-beanutils.jar
 commons-digester.jar=/usr/share/java/commons-digester.jar
 commons-logging.jar=/usr/share/java/commons-logging.jar

Modified: trunk/libcommons-validator-java/debian/changelog
===
--- trunk/libcommons-validator-java/debian/changelog2012-01-07 23:10:51 UTC 
(rev 15657)
+++ trunk/libcommons-validator-java/debian/changelog2012-01-07 23:56:12 UTC 
(rev 15658)
@@ -1,11 +1,20 @@
-libcommons-validator-java (1:1.3.1-8) UNRELEASED; urgency=low
+libcommons-validator-java (1:1.3.1-8) unstable; urgency=low
 
+  [ Miguel Landaeta ]
   * Team upload.
   * Switch to default-jdk. (Closes: #643520).
   * Bump Standards-Version to 3.9.2. No changes were required.
 
- -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 21:13:35 -0430
+  [ Damien Raude-Morvan ]
+  * Fix -compress.js files: Use yui-compressor to minify all .js files.
+- Build-Depends on yui-compressor.
+- Drop Depends and B-D on rhino.
+- d/ant.properties: Use yui-compressor JAR.
+- d/patches/yui_compressor_params.diff: Drop -c parameter.
+  * Reformat d/copyright to DEP-5.
 
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 08 Jan 2012 00:51:13 +0100
+
 libcommons-validator-java (1:1.3.1-7) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libcommons-validator-java/debian/control
===
--- trunk/libcommons-validator-java/debian/control  2012-01-07 23:10:51 UTC 
(rev 15657)
+++ trunk/libcommons-validator-java/debian/control  2012-01-07 23:56:12 UTC 
(rev 15658)
@@ -3,10 +3,17 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Kumar Appaiah aku...@debian.org, Varun Hiremath va...@debian.org
-Build-Depends: debhelper (= 7), cdbs, default-jdk
-Build-Depends-Indep: maven-repo-helper, ant, junit (= 3.8.1), 
libcommons-beanutils-java (= 1.7), 
- libcommons-collections-java (= 2.1), libcommons-digester-java (= 1.6), 
libcommons-logging-java (= 1.0.6), 
- liboro-java (= 2.0.8), sgml-base, rhino
+Build-Depends: cdbs, debhelper (= 7), default-jdk
+Build-Depends-Indep: ant,
+ junit (= 3.8.1),
+ libcommons-beanutils-java (= 1.7),
+ libcommons-collections-java (= 2.1),
+ libcommons-digester-java (= 1.6),
+ libcommons-logging-java (= 1.0.6),
+ liboro-java (= 2.0.8),
+ yui-compressor,
+ maven-repo-helper,
+ sgml-base
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-validator-java
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-validator-java
@@ -14,8 +21,12 @@
 
 Package: libcommons-validator-java
 Architecture: all
-Depends: ${misc:Depends}, libcommons-beanutils-java (= 1.7), 
libcommons-collections-java (= 2.1), 
- libcommons-digester-java (= 1.6), libcommons-logging-java (= 1.0.4), 
sgml-base, rhino
+Depends: libcommons-beanutils-java (= 1.7),
+ libcommons-collections-java (= 2.1),
+ libcommons-digester-java (= 1.6),
+ libcommons-logging-java (= 1.0.4),
+ sgml-base,
+ ${misc:Depends}
 Recommends: liboro-java (= 2.0.8)
 Description: ease and speed development and maintenance of validation rules
  The Commons Validator is a basic validation framework

Modified: trunk/libcommons-validator-java/debian/copyright
===
--- trunk/libcommons-validator-java/debian/copyright

[pkg-java] r15659 - in tags/libcommons-validator-java: . 1:1.3.1-8/debian 1:1.3.1-8/debian/patches

2012-01-07 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-01-07 23:56:38 + (Sat, 07 Jan 2012)
New Revision: 15659

Added:
   tags/libcommons-validator-java/1:1.3.1-8/
   tags/libcommons-validator-java/1:1.3.1-8/debian/ant.properties
   tags/libcommons-validator-java/1:1.3.1-8/debian/changelog
   tags/libcommons-validator-java/1:1.3.1-8/debian/control
   tags/libcommons-validator-java/1:1.3.1-8/debian/copyright
   tags/libcommons-validator-java/1:1.3.1-8/debian/patches/series
   
tags/libcommons-validator-java/1:1.3.1-8/debian/patches/yui_compressor_params.diff
   tags/libcommons-validator-java/1:1.3.1-8/debian/rules
Removed:
   tags/libcommons-validator-java/1:1.3.1-8/debian/ant.properties
   tags/libcommons-validator-java/1:1.3.1-8/debian/changelog
   tags/libcommons-validator-java/1:1.3.1-8/debian/control
   tags/libcommons-validator-java/1:1.3.1-8/debian/copyright
   tags/libcommons-validator-java/1:1.3.1-8/debian/patches/series
   tags/libcommons-validator-java/1:1.3.1-8/debian/rules
Log:
[svn-buildpackage] Tagging libcommons-validator-java 1:1.3.1-8

Deleted: tags/libcommons-validator-java/1:1.3.1-8/debian/ant.properties
===
--- trunk/libcommons-validator-java/debian/ant.properties   2012-01-05 
13:48:29 UTC (rev 15643)
+++ tags/libcommons-validator-java/1:1.3.1-8/debian/ant.properties  
2012-01-07 23:56:38 UTC (rev 15659)
@@ -1,10 +0,0 @@
-build.sysclasspath=only
-compile.target=1.3
-dojo_custom_rhino.jar=/usr/share/java/js.jar
-commons-beanutils.jar=/usr/share/java/commons-beanutils.jar
-commons-digester.jar=/usr/share/java/commons-digester.jar
-commons-logging.jar=/usr/share/java/commons-logging.jar
-oro.jar=/usr/share/java/oro.jar
-junit.jar=/usr/share/java/junit.jar
-xerces.jar=/usr/share/java/xercesImpl.jar
-skip.download=true

Copied: tags/libcommons-validator-java/1:1.3.1-8/debian/ant.properties (from 
rev 15658, trunk/libcommons-validator-java/debian/ant.properties)
===
--- tags/libcommons-validator-java/1:1.3.1-8/debian/ant.properties  
(rev 0)
+++ tags/libcommons-validator-java/1:1.3.1-8/debian/ant.properties  
2012-01-07 23:56:38 UTC (rev 15659)
@@ -0,0 +1,10 @@
+build.sysclasspath=only
+compile.target=1.3
+dojo_custom_rhino.jar=/usr/share/yui-compressor/yui-compressor.jar
+commons-beanutils.jar=/usr/share/java/commons-beanutils.jar
+commons-digester.jar=/usr/share/java/commons-digester.jar
+commons-logging.jar=/usr/share/java/commons-logging.jar
+oro.jar=/usr/share/java/oro.jar
+junit.jar=/usr/share/java/junit.jar
+xerces.jar=/usr/share/java/xercesImpl.jar
+skip.download=true

Deleted: tags/libcommons-validator-java/1:1.3.1-8/debian/changelog
===
--- trunk/libcommons-validator-java/debian/changelog2012-01-05 13:48:29 UTC 
(rev 15643)
+++ tags/libcommons-validator-java/1:1.3.1-8/debian/changelog   2012-01-07 
23:56:38 UTC (rev 15659)
@@ -1,208 +0,0 @@
-libcommons-validator-java (1:1.3.1-8) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Switch to default-jdk. (Closes: #643520).
-  * Bump Standards-Version to 3.9.2. No changes were required.
-
- -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 21:13:35 -0430
-
-libcommons-validator-java (1:1.3.1-7) unstable; urgency=low
-
-  * Team upload.
-  * Remove Arnaud from Uploaders list.
-  * Switch to source format 3.0.
-
- -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 12:43:10 +0200
-
-libcommons-validator-java (1:1.3.1-6) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 12:07:31 +0200
-
-libcommons-validator-java (1:1.3.1-5) 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 and quilt
-  * 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  
-  * Remove Depends on Java runtimes as it is a library
-  * Move liboro-java to Recommends as this library is optional
-  * Use default-jdk for the build instead of java-gcj-compat-dev
-  * Put the Javadoc into a separate doc package
-  * Use openjdk-6-jdk for the build instead of default-java as
-default-java can use gcj which has issues when generating
-the Javadoc.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 02 jul 2009 14:12:30 
+0100
-
-libcommons-validator-java (1:1.3.1-4) unstable; urgency=low
-
-  [ Emmanuel Bourg ]
-  * Update of the URLs
-  * Rename Jakarta Commons to Apache Commons
-
-  [ Varun Hiremath ]
-  * Reupload with updated URLs in copyright and watch file
-
- -- Varun Hiremath va...@debian.org  Sun, 21 Jun 2009 03:32:20 -0400
-
-libcommons-validator-java (1:1.3.1-3) unstable; urgency=low
-
-  * debian/rules: fix JAVA_HOME, set it to default-java 

Processing of libcommons-validator-java_1.3.1-8_amd64.changes

2012-01-07 Thread Debian FTP Masters
libcommons-validator-java_1.3.1-8_amd64.changes uploaded successfully to 
localhost
along with the files:
  libcommons-validator-java_1.3.1-8.dsc
  libcommons-validator-java_1.3.1-8.debian.tar.gz
  libcommons-validator-java_1.3.1-8_all.deb
  libcommons-validator-java-doc_1.3.1-8_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-validator-java_1.3.1-8_amd64.changes ACCEPTED into unstable

2012-01-07 Thread Debian FTP Masters



Accepted:
libcommons-validator-java-doc_1.3.1-8_all.deb
  to 
main/libc/libcommons-validator-java/libcommons-validator-java-doc_1.3.1-8_all.deb
libcommons-validator-java_1.3.1-8.debian.tar.gz
  to 
main/libc/libcommons-validator-java/libcommons-validator-java_1.3.1-8.debian.tar.gz
libcommons-validator-java_1.3.1-8.dsc
  to main/libc/libcommons-validator-java/libcommons-validator-java_1.3.1-8.dsc
libcommons-validator-java_1.3.1-8_all.deb
  to 
main/libc/libcommons-validator-java/libcommons-validator-java_1.3.1-8_all.deb


Override entries for your package:
libcommons-validator-java-doc_1.3.1-8_all.deb - optional doc
libcommons-validator-java_1.3.1-8.dsc - source java
libcommons-validator-java_1.3.1-8_all.deb - optional java

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


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#643520: marked as done (libcommons-validator-java: FTBFS: JAVA_HOME not defined correctly.)

2012-01-07 Thread Debian Bug Tracking System
Your message dated Sun, 08 Jan 2012 00:02:58 +
with message-id e1rjgdy-0006dx...@franck.debian.org
and subject line Bug#643520: fixed in libcommons-validator-java 1:1.3.1-8
has caused the Debian Bug report #643520,
regarding libcommons-validator-java: FTBFS: JAVA_HOME not defined correctly.
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.)


-- 
643520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643520
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libcommons-validator-java
Version: 1:1.3.1-7
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs java-home
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  fakeroot debian/rules clean
 test -x debian/rules
 dh_testroot
 You must specify a valid JAVA_HOME or JAVACMD!
 make: *** [testsanity] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/23/libcommons-validator-java_1:1.3.1-7_lsid64.buildlog

This is probably due to the multiarch'ification of openjdk. Please coordinate
with debian-j...@lists.debian.org.

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

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


---End Message---
---BeginMessage---
Source: libcommons-validator-java
Source-Version: 1:1.3.1-8

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

libcommons-validator-java-doc_1.3.1-8_all.deb
  to 
main/libc/libcommons-validator-java/libcommons-validator-java-doc_1.3.1-8_all.deb
libcommons-validator-java_1.3.1-8.debian.tar.gz
  to 
main/libc/libcommons-validator-java/libcommons-validator-java_1.3.1-8.debian.tar.gz
libcommons-validator-java_1.3.1-8.dsc
  to main/libc/libcommons-validator-java/libcommons-validator-java_1.3.1-8.dsc
libcommons-validator-java_1.3.1-8_all.deb
  to 
main/libc/libcommons-validator-java/libcommons-validator-java_1.3.1-8_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 643...@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 
libcommons-validator-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: Sun, 08 Jan 2012 00:51:13 +0100
Source: libcommons-validator-java
Binary: libcommons-validator-java libcommons-validator-java-doc
Architecture: source all
Version: 1:1.3.1-8
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libcommons-validator-java - ease and speed development and maintenance of 
validation rules
 libcommons-validator-java-doc - API documentation for Commons Validator
Closes: 643520
Changes: 
 libcommons-validator-java (1:1.3.1-8) unstable; urgency=low
 .
   [ Miguel Landaeta ]
   * Team upload.
   * Switch to default-jdk. (Closes: #643520).
   * Bump Standards-Version to 3.9.2. No changes were required.
 .
   [ Damien Raude-Morvan ]
   * Fix -compress.js files: Use yui-compressor to minify all .js files.
 - Build-Depends on yui-compressor.
 - Drop Depends and B-D on rhino.
 - d/ant.properties: Use yui-compressor JAR.
 - d/patches/yui_compressor_params.diff: Drop -c parameter.
   * Reformat d/copyright to DEP-5.
Checksums-Sha1: 
 918111b40c48b78f30ace6f08bdaa453f0cd8abc 2490 
libcommons-validator-java_1.3.1-8.dsc
 00196f920418ea4e423a81b3e112528169074ad3 8186 
libcommons-validator-java_1.3.1-8.debian.tar.gz
 c2b77f8d5a3e9d067bd4d7d20405e90073da684e 144716 
libcommons-validator-java_1.3.1-8_all.deb
 17357e6866912447c7750d890c846f26bd169c04 171874 
libcommons-validator-java-doc_1.3.1-8_all.deb
Checksums-Sha256: 
 f84627914381f9454f41d09895dca135a6712c7cacf2e9f53ebd494f3aa06722 2490 
libcommons-validator-java_1.3.1-8.dsc
 

[pkg-java] r15660 - trunk/maven-parent/debian

2012-01-07 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-01-08 00:12:24 + (Sun, 08 Jan 2012)
New Revision: 15660

Modified:
   trunk/maven-parent/debian/changelog
   trunk/maven-parent/debian/control
Log:
Add missing runtime dependency on libapache-pom-java. Thanks to
James Page for patch. (Closes: #654370).

Modified: trunk/maven-parent/debian/changelog
===
--- trunk/maven-parent/debian/changelog 2012-01-07 23:56:38 UTC (rev 15659)
+++ trunk/maven-parent/debian/changelog 2012-01-08 00:12:24 UTC (rev 15660)
@@ -1,3 +1,10 @@
+maven-parent (21-2) unstable; urgency=low
+
+  * Add missing runtime dependency on libapache-pom-java. Thanks to
+James Page for patch. (Closes: #654370).
+
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 08 Jan 2012 01:05:44 +0100
+
 maven-parent (21-1) unstable; urgency=low
 
   * Initial release (Closes: #650860).

Modified: trunk/maven-parent/debian/control
===
--- trunk/maven-parent/debian/control   2012-01-07 23:56:38 UTC (rev 15659)
+++ trunk/maven-parent/debian/control   2012-01-08 00:12:24 UTC (rev 15660)
@@ -15,7 +15,7 @@
 
 Package: libmaven-parent-java
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libapache-pom-java (= 7)
 Description: Maven metadata for Apache Maven itself
  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


___
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] r15661 - in tags/maven-parent: . 21-2/debian

2012-01-07 Thread Damien Raude-Morvan
Author: drazzib
Date: 2012-01-08 00:13:07 + (Sun, 08 Jan 2012)
New Revision: 15661

Added:
   tags/maven-parent/21-2/
   tags/maven-parent/21-2/debian/changelog
   tags/maven-parent/21-2/debian/control
Removed:
   tags/maven-parent/21-2/debian/changelog
   tags/maven-parent/21-2/debian/control
Log:
[svn-buildpackage] Tagging maven-parent 21-2

Deleted: tags/maven-parent/21-2/debian/changelog
===
--- trunk/maven-parent/debian/changelog 2012-01-07 23:56:38 UTC (rev 15659)
+++ tags/maven-parent/21-2/debian/changelog 2012-01-08 00:13:07 UTC (rev 
15661)
@@ -1,5 +0,0 @@
-maven-parent (21-1) unstable; urgency=low
-
-  * Initial release (Closes: #650860).
-
- -- Damien Raude-Morvan draz...@debian.org  Sun, 04 Dec 2011 02:17:30 +0100

Copied: tags/maven-parent/21-2/debian/changelog (from rev 15660, 
trunk/maven-parent/debian/changelog)
===
--- tags/maven-parent/21-2/debian/changelog (rev 0)
+++ tags/maven-parent/21-2/debian/changelog 2012-01-08 00:13:07 UTC (rev 
15661)
@@ -0,0 +1,12 @@
+maven-parent (21-2) unstable; urgency=low
+
+  * Add missing runtime dependency on libapache-pom-java. Thanks to
+James Page for patch. (Closes: #654370).
+
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 08 Jan 2012 01:05:44 +0100
+
+maven-parent (21-1) unstable; urgency=low
+
+  * Initial release (Closes: #650860).
+
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 04 Dec 2011 02:17:30 +0100

Deleted: tags/maven-parent/21-2/debian/control
===
--- trunk/maven-parent/debian/control   2012-01-07 23:56:38 UTC (rev 15659)
+++ tags/maven-parent/21-2/debian/control   2012-01-08 00:13:07 UTC (rev 
15661)
@@ -1,25 +0,0 @@
-Source: maven-parent
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Ludovic Claude ludovic.cla...@laposte.net,
-   Damien Raude-Morvan draz...@debian.org
-Build-Depends: debhelper (= 7),
-   default-jdk,
-   libapache-pom-java (= 7),
-   maven-repo-helper (= 1.5~)
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-parent
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-parent
-Homepage: http://maven.apache.org/
-
-Package: libmaven-parent-java
-Architecture: all
-Depends: ${misc:Depends}
-Description: Maven metadata for Apache Maven itself
- 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.
- .
- This package contains the metadata (POM file) used by Maven during the build 
of
- Maven itself and related projects.

Copied: tags/maven-parent/21-2/debian/control (from rev 15660, 
trunk/maven-parent/debian/control)
===
--- tags/maven-parent/21-2/debian/control   (rev 0)
+++ tags/maven-parent/21-2/debian/control   2012-01-08 00:13:07 UTC (rev 
15661)
@@ -0,0 +1,25 @@
+Source: maven-parent
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+Uploaders: Ludovic Claude ludovic.cla...@laposte.net,
+   Damien Raude-Morvan draz...@debian.org
+Build-Depends: debhelper (= 7),
+   default-jdk,
+   libapache-pom-java (= 7),
+   maven-repo-helper (= 1.5~)
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-parent
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-parent
+Homepage: http://maven.apache.org/
+
+Package: libmaven-parent-java
+Architecture: all
+Depends: ${misc:Depends}, libapache-pom-java (= 7)
+Description: Maven metadata for Apache Maven itself
+ 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.
+ .
+ This package contains the metadata (POM file) used by Maven during the build 
of
+ Maven itself and related projects.


___
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 maven-parent_21-2_amd64.changes

2012-01-07 Thread Debian FTP Masters
maven-parent_21-2_amd64.changes uploaded successfully to localhost
along with the files:
  maven-parent_21-2.dsc
  maven-parent_21-2.debian.tar.gz
  libmaven-parent-java_21-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.


maven-parent_21-2_amd64.changes ACCEPTED into unstable

2012-01-07 Thread Debian FTP Masters



Accepted:
libmaven-parent-java_21-2_all.deb
  to main/m/maven-parent/libmaven-parent-java_21-2_all.deb
maven-parent_21-2.debian.tar.gz
  to main/m/maven-parent/maven-parent_21-2.debian.tar.gz
maven-parent_21-2.dsc
  to main/m/maven-parent/maven-parent_21-2.dsc


Override entries for your package:
libmaven-parent-java_21-2_all.deb - optional java
maven-parent_21-2.dsc - source java

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


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#654370: marked as done (maven-parent: Missing runtime dependency on libapache-pom-java)

2012-01-07 Thread Debian Bug Tracking System
Your message dated Sun, 08 Jan 2012 00:18:40 +
with message-id e1rjgta-00082f...@franck.debian.org
and subject line Bug#654370: fixed in maven-parent 21-2
has caused the Debian Bug report #654370,
regarding maven-parent: Missing runtime dependency on libapache-pom-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.)


-- 
654370: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654370
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: maven-parent
Version: 21-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Add missing runtime dependency on libapache-pom-java. 

The pom files provided by this package make reference to the main apache pom
file provided by libapache-pom-java.

Thanks for considering the patch.

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

Kernel: Linux 3.2.0-7-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

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

iQIcBAEBCAAGBQJPAsr7AAoJEL/srsug59jD7XgQAIyoAYcocxiTbPon9DKOLKKa
vXdUxBlPrSmL1/se7ghLKWY1rZGpdSdEeTBJHNrIjyf88wWuf4UaGFpBNk7bJPRZ
zLe5CpfkoQ5vdeH17BE6C2ZJDPadbl86g6DoKuOK4azJnDlymdE3zX/uyUu6tlqo
2JCqvIxLkTCZkzR60k7FFY7xVYxeRWHWIGJJpbyV4BHO3Azd8hKlWEGnCMdlUI/y
rJAsIWu0eHwQl5+3B3lKlS6ekxGPGWs1fTuL7ygfGVmRKYZocbfwZICDNg8LZK2Z
jfqwHgJI0duPaf2cM1iM1M8a6+Hzp3RBy8O/lwKmQS/EZ9LybqhDiL3js+kqQfg1
qj2LNYahC+HtCzRSWLUKZX2BK19X0M44Ncgww43Sh8N0JIoUlZde61UTo2fX33NL
j4/R66NxOfVuUY7ytvTAhh2J2RJ9V36eGtblRDPn3nCh/XlT5S6H8eVDnT0rDNlW
6gPJbM6k1jVsFhGpB/sMDJ21zvxwzoriychLAaSY/uJ5JhedG3NTs0eoVaa4cOQP
tt3pmWDgJEjVFWym0dN74e8C24XDVLMPUsR5YogaGvkLHqObbrdbTN1IufzQjvXj
aRjLN3lmU6wB3mNGxQYAmYrNq6nuT3v5xCLCgz2026+KELWtsbHLYglJBdS6BH2y
T7/YI4ExAkCLJGXI/hZW
=c/4A
-END PGP SIGNATURE-
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control	2011-12-04 02:17:30 +
+++ debian/control	2012-01-03 09:24:49 +
@@ -15,7 +16,7 @@
 
 Package: libmaven-parent-java
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libapache-pom-java (= 7)
 Description: Maven metadata for Apache Maven itself
  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

---End Message---
---BeginMessage---
Source: maven-parent
Source-Version: 21-2

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

libmaven-parent-java_21-2_all.deb
  to main/m/maven-parent/libmaven-parent-java_21-2_all.deb
maven-parent_21-2.debian.tar.gz
  to main/m/maven-parent/maven-parent_21-2.debian.tar.gz
maven-parent_21-2.dsc
  to main/m/maven-parent/maven-parent_21-2.dsc



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 654...@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 maven-parent 
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: Sun, 08 Jan 2012 01:05:44 +0100
Source: maven-parent
Binary: libmaven-parent-java
Architecture: source all
Version: 21-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: 
 libmaven-parent-java - Maven metadata for Apache Maven itself
Closes: 654370
Changes: 
 maven-parent (21-2) unstable; urgency=low
 .
   * Add missing runtime dependency on libapache-pom-java. Thanks to
 James Page for patch. (Closes: #654370).
Checksums-Sha1: 
 498e5f0170b424272836c008cef614b7323f9728 2052 maven-parent_21-2.dsc
 1a591574cdfa9f5e753b1cfb59afd118485d5b00 2815 maven-parent_21-2.debian.tar.gz
 9dcfec6617955c53e5ebef85a1adf4f60e26f058 5744 libmaven-parent-java_21-2_all.deb

Processed: fixed 637213 in maven-plugin-tools/2.8-1

2012-01-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 637213 maven-plugin-tools/2.8-1
Bug #637213 [maven-plugin-tools] maven-plugin-tools: FTBFS due to outdated 
maven dependency on jtidy
Bug Marked as fixed in versions maven-plugin-tools/2.8-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
637213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637213
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.


[SCM] Animal Sniffer Debian packaging branch, master, updated. debian/1.7-1-3-gd071264

2012-01-07 Thread Damien Raude-Morvan
The following commit has been merged in the master branch:
commit 8d17d392c2d4604065ac247af0e3cc48829c3e9e
Author: Damien Raude-Morvan draz...@debian.org
Date:   Sun Jan 8 01:36:01 2012 +0100

Fix typo in package description targetting - targeting.

diff --git a/debian/changelog b/debian/changelog
index 6edb573..1ebc1bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ animal-sniffer (1.7-2) unstable; urgency=low
   (Thanks to James Page) (Closes: #643491).
 - Add libmaven-install-plugin-java to Build-Depends-Indep; Needed for above
   FTBFS fix.
+  * Fix typo in package description.
 
- -- Damien Raude-Morvan draz...@debian.org  Sun, 08 Jan 2012 01:25:29 +0100
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 08 Jan 2012 02:03:15 +0100
 
 animal-sniffer (1.7-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d7e9a73..04ce9b0 100644
--- a/debian/control
+++ b/debian/control
@@ -29,8 +29,8 @@ Description: JDK/API verification tools
  Animal Sniffer Annotations provides Java 1.5+ annotations which allow marking
  methods which Animal Sniffer should ignore signature violations of. Animal
  Sniffer is designed to detect when you have used classes/methods/fields which
- are not part of the JRE that you are targetting. There are certain situations
- when you might be compiling with a newer JDK than the JRE you are targetting.
+ are not part of the JRE that you are targeting. There are certain situations
+ when you might be compiling with a newer JDK than the JRE you are targeting.
  .  
  The Animal Sniffer ANT Tasks can be used to build signatures of APIs and to
  check your classes against previously generated signatures.  
diff --git a/debian/copyright b/debian/copyright
index fbd31e4..e67b949 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -16,19 +16,19 @@ License: Apache-2.0
 
 License: MIT
  The MIT License
- 
+ .
  Copyright (c) 2008,2009 Kohsuke Kawaguchi, codehaus.org, Stephen Connolly
- 
+ .
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the Software), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:
- 
+ .
  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.
- 
+ .
  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

-- 
Animal Sniffer Debian packaging

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


[SCM] Animal Sniffer Debian packaging annotated tag, debian/1.7-2, created. debian/1.7-2

2012-01-07 Thread Damien Raude-Morvan
The annotated tag, debian/1.7-2 has been created
at  a0e59fbf2b48025acc2133ca76c1398face40d98 (tag)
   tagging  d07126497c4e6fba7dfb65d038856f114437551b (commit)
  replaces  debian/1.7-1
 tagged by  Damien Raude-Morvan
on  Sun Jan 8 02:08:07 2012 +0100

- Shortlog 
Debian release 1.7-2

Damien Raude-Morvan (3):
  Team upload.
  Fix typo in package description targetting - targeting.
  Update d/copyright to latest DEP5 format.

---

-- 
Animal Sniffer Debian packaging

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


[SCM] Animal Sniffer Debian packaging branch, master, updated. debian/1.7-1-3-gd071264

2012-01-07 Thread Damien Raude-Morvan
The following commit has been merged in the master branch:
commit d07126497c4e6fba7dfb65d038856f114437551b
Author: Damien Raude-Morvan draz...@debian.org
Date:   Sun Jan 8 02:04:53 2012 +0100

Update d/copyright to latest DEP5 format.

diff --git a/debian/changelog b/debian/changelog
index 1ebc1bc..afd5526 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ animal-sniffer (1.7-2) unstable; urgency=low
 - Add libmaven-install-plugin-java to Build-Depends-Indep; Needed for above
   FTBFS fix.
   * Fix typo in package description.
+  * Update d/copyright to latest DEP5 format.
 
- -- Damien Raude-Morvan draz...@debian.org  Sun, 08 Jan 2012 02:03:15 +0100
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 08 Jan 2012 02:04:44 +0100
 
 animal-sniffer (1.7-1) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index e67b949..266f625 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Animal Sniffer
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Animal Sniffer
 Source: http://mojo.codehaus.org/animal-sniffer/animal-sniffer/
 
 Files: *

-- 
Animal Sniffer Debian packaging

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


[SCM] Animal Sniffer Debian packaging branch, master, updated. debian/1.7-1-3-gd071264

2012-01-07 Thread Damien Raude-Morvan
The following commit has been merged in the master branch:
commit 2dde07b304df698151a55c3f473c21f073602cec
Author: Damien Raude-Morvan draz...@debian.org
Date:   Sun Jan 8 01:27:25 2012 +0100

Team upload.

* Team upload.
* Merge fixes FTBFS with no network proposed by Micah Gersten:
  - Add a maven build target of install so that jars are deployed
into the local maven repository during the build process
(Thanks to James Page) (Closes: #643491).
  - Add libmaven-install-plugin-java to Build-Depends-Indep; Needed for 
above
FTBFS fix.

diff --git a/debian/changelog b/debian/changelog
index edae09f..6edb573 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+animal-sniffer (1.7-2) unstable; urgency=low
+
+  * Team upload.
+  * Merge fixes FTBFS with no network proposed by Micah Gersten:
+- Add a maven build target of install so that jars are deployed
+  into the local maven repository during the build process
+  (Thanks to James Page) (Closes: #643491).
+- Add libmaven-install-plugin-java to Build-Depends-Indep; Needed for above
+  FTBFS fix.
+
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 08 Jan 2012 01:25:29 +0100
+
 animal-sniffer (1.7-1) unstable; urgency=low
 
   * Initial release. (Closes: #621871)
diff --git a/debian/control b/debian/control
index 7520738..d7e9a73 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (= 7), cdbs, default-jdk, 
maven-debian-helper (= 1.4)
 Build-Depends-Indep: libasm3-java, junit, default-jdk-doc,
  libmaven-javadoc-plugin-java, libmaven-enforcer-plugin-java,
  libmaven-invoker-plugin-java, libmaven-common-artifact-filters-java,
- libbuild-helper-maven-plugin-java, libmaven-shade-plugin-java, 
libmaven-plugin-tools-java
+ libbuild-helper-maven-plugin-java, libmaven-shade-plugin-java, 
libmaven-plugin-tools-java, libmaven-install-plugin-java
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-java/animal-sniffer.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/animal-sniffer.git;a=summary
diff --git a/debian/rules b/debian/rules
index b457cb5..0a055a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ include /usr/share/cdbs/1/class/maven.mk
 #  mh_installjar -plib$(PACKAGE)-java -l pom.xml 
target/$(PACKAGE)-$(VERSION).jar 
 
 DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate
+DEB_MAVEN_BUILD_TARGET := install
 
 clean::
mh_clean

-- 
Animal Sniffer Debian packaging

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


Processing of animal-sniffer_1.7-2_amd64.changes

2012-01-07 Thread Debian FTP Masters
animal-sniffer_1.7-2_amd64.changes uploaded successfully to localhost
along with the files:
  animal-sniffer_1.7-2.dsc
  animal-sniffer_1.7-2.debian.tar.gz
  libanimal-sniffer-java_1.7-2_all.deb
  libanimal-sniffer-java-doc_1.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.


animal-sniffer_1.7-2_amd64.changes ACCEPTED into unstable

2012-01-07 Thread Debian FTP Masters



Accepted:
animal-sniffer_1.7-2.debian.tar.gz
  to main/a/animal-sniffer/animal-sniffer_1.7-2.debian.tar.gz
animal-sniffer_1.7-2.dsc
  to main/a/animal-sniffer/animal-sniffer_1.7-2.dsc
libanimal-sniffer-java-doc_1.7-2_all.deb
  to main/a/animal-sniffer/libanimal-sniffer-java-doc_1.7-2_all.deb
libanimal-sniffer-java_1.7-2_all.deb
  to main/a/animal-sniffer/libanimal-sniffer-java_1.7-2_all.deb


Override entries for your package:
animal-sniffer_1.7-2.dsc - source java
libanimal-sniffer-java-doc_1.7-2_all.deb - optional doc
libanimal-sniffer-java_1.7-2_all.deb - optional java

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


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#643491: marked as done (animal-sniffer: FTBFS without internet access)

2012-01-07 Thread Debian Bug Tracking System
Your message dated Sun, 08 Jan 2012 01:17:15 +
with message-id e1rjhnr-0004ku...@franck.debian.org
and subject line Bug#643491: fixed in animal-sniffer 1.7-2
has caused the Debian Bug report #643491,
regarding animal-sniffer: FTBFS without internet access
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.)


-- 
643491: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643491
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: animal-sniffer
Version: 1.7-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs java-maven
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] MavenReportException: Error while creating archive:Error when invoking 
 Maven, consult the invoker log file: 
 /build/animal-sniffer-_h2Kf1/animal-sniffer-1.7/java-boot-classpath-detector/target/invoker/maven-javadoc-plugin698236679.txt
 
 [INFO] 
 
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 
 [INFO] Total time: 19 seconds
 [INFO] Finished at: Fri Sep 23 22:37:03 CEST 2011
 [INFO] Final Memory: 13M/698M
 [INFO] 
 
 make: *** [debian/stamp-maven-doc] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/23/animal-sniffer_1.7-1_lsid64.buildlog

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

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


---End Message---
---BeginMessage---
Source: animal-sniffer
Source-Version: 1.7-2

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

animal-sniffer_1.7-2.debian.tar.gz
  to main/a/animal-sniffer/animal-sniffer_1.7-2.debian.tar.gz
animal-sniffer_1.7-2.dsc
  to main/a/animal-sniffer/animal-sniffer_1.7-2.dsc
libanimal-sniffer-java-doc_1.7-2_all.deb
  to main/a/animal-sniffer/libanimal-sniffer-java-doc_1.7-2_all.deb
libanimal-sniffer-java_1.7-2_all.deb
  to main/a/animal-sniffer/libanimal-sniffer-java_1.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 643...@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 animal-sniffer 
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: Sun, 08 Jan 2012 02:04:44 +0100
Source: animal-sniffer
Binary: libanimal-sniffer-java libanimal-sniffer-java-doc
Architecture: source all
Version: 1.7-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: 
 libanimal-sniffer-java - JDK/API verification tools
 libanimal-sniffer-java-doc - Documentation for Animal Sniffer
Closes: 643491
Changes: 
 animal-sniffer (1.7-2) unstable; urgency=low
 .
   * Team upload.
   * Merge fixes FTBFS with no network proposed by Micah Gersten:
 - Add a maven build target of install so that jars are deployed
   into the local maven repository during the build process
   (Thanks to James Page) (Closes: #643491).
 - Add libmaven-install-plugin-java to Build-Depends-Indep; Needed for above
   FTBFS fix.
   * Fix typo in package description.
   * Update d/copyright to latest DEP5 format.
Checksums-Sha1: 
 efe3ddaabdad4acc0d9c060e895ff9bce1b6be8b 2421 animal-sniffer_1.7-2.dsc
 3e9534bbea05084ca0bb0588bc6913a2c4562d0b 5398 
animal-sniffer_1.7-2.debian.tar.gz
 e05a82c1bd25d9f9c39b3f31ac33d6e329a6235a 317962 
libanimal-sniffer-java_1.7-2_all.deb
 

Processed: notfixed 637213 in maven-plugin-tools/2.8.1

2012-01-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfixed 637213 maven-plugin-tools/2.8.1
Bug #637213 [maven-plugin-tools] maven-plugin-tools: FTBFS due to outdated 
maven dependency on jtidy
The source maven-plugin-tools and version 2.8.1 do not appear to match any 
binary packages
Bug No longer marked as fixed in versions maven-plugin-tools/2.8.1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
637213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637213
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.


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

2012-01-07 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2012-01-08 02:22:42 + (Sun, 08 Jan 2012)
New Revision: 15662

Modified:
   trunk/surefire/debian/build.xml
   trunk/surefire/debian/changelog
   trunk/surefire/debian/control
Log:
Drop self Build-Depends on libsurefire-java


Modified: trunk/surefire/debian/build.xml
===
--- trunk/surefire/debian/build.xml 2012-01-08 00:13:07 UTC (rev 15661)
+++ trunk/surefire/debian/build.xml 2012-01-08 02:22:42 UTC (rev 15662)
@@ -19,7 +19,7 @@
 macrodef name=packagemodule
attribute name=dir/
sequential
-   ant target=package antfile=${maven.build} dir=@{dir}
+   ant target=package-and-local-install 
antfile=${maven.build} dir=@{dir}
   property name=debian.dir location=debian /
   property name=project.dir value=@{dir} /
   property name=keep-cleaned-pom value=true /
@@ -31,7 +31,7 @@
 macrodef name=package-plugin-module
attribute name=dir/
sequential
-   ant target=package antfile=${maven.build} dir=@{dir}
+   ant target=package-and-local-install 
antfile=${maven.build} dir=@{dir}
   property name=debian.dir location=debian /
   property name=project.dir value=@{dir} /
   property name=maven.generate.target value=plugin:descriptor /
@@ -44,7 +44,7 @@
 macrodef name=package-shaded-module
attribute name=dir/
sequential
-   ant target=package antfile=${maven.build} dir=@{dir}
+   ant target=package-and-local-install 
antfile=${maven.build} dir=@{dir}
   property name=debian.dir location=debian /
   property name=project.dir value=@{dir} /
   property name=maven.package.target value=install /
@@ -83,16 +83,7 @@
 target name=package
 packagemodule dir=/
 package-shaded-module dir=surefire-api/
-mkdir 
dir=debian/.mh/maven-repo/org/apache/maven/surefire/surefire-api/debian / 
-copy file=surefire-api/target/surefire-api-${version}.jar 
-   
tofile=debian/.mh/maven-repo/org/apache/maven/surefire/surefire-api/debian/surefire-api-debian.jar
 /
-copy file=debian/.mh/pom.xml 
-   
tofile=debian/.mh/maven-repo/org/apache/maven/surefire/surefire-api/debian/surefire-api-debian.pom
 /
 package-shaded-module dir=surefire-booter/
-copy file=surefire-booter/target/surefire-booter-${version}.jar 
-   
tofile=debian/.mh/maven-repo/org/apache/maven/surefire/surefire-booter/debian/surefire-booter-debian.jar
 /
-copy file=debian/.mh/pom.xml
-   
tofile=debian/.mh/maven-repo/org/apache/maven/surefire/surefire-booter/debian/surefire-booter-debian.pom
 /
 packagemodule dir=surefire-providers/
 packagemodule dir=surefire-providers/common-junit3/
 packagemodule dir=surefire-providers/common-junit4/

Modified: trunk/surefire/debian/changelog
===
--- trunk/surefire/debian/changelog 2012-01-08 00:13:07 UTC (rev 15661)
+++ trunk/surefire/debian/changelog 2012-01-08 02:22:42 UTC (rev 15662)
@@ -1,3 +1,11 @@
+surefire (2.10-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Drop self Build-Depends on libsurefire-java. (Closes: #655011).
+Thanks to Daniel Schepler for the patch.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 07 Jan 2012 20:14:23 -0430
+
 surefire (2.10-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/surefire/debian/control
===
--- trunk/surefire/debian/control   2012-01-08 00:13:07 UTC (rev 15661)
+++ trunk/surefire/debian/control   2012-01-08 02:22:42 UTC (rev 15662)
@@ -8,7 +8,7 @@
  libmaven-clean-plugin-java, libmaven-compiler-plugin-java, 
libmaven-install-plugin-java, 
  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, libsurefire-java,
+ junit, junit4, testng, libjmock-java,
  libmaven-common-artifact-filters-java
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/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: Drop self-Build-Depends

2012-01-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 655011 + pending
Bug #655011 [src:surefire] surefire: Drop self-Build-Depends
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
655011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655011
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#655011: surefire: Drop self-Build-Depends

2012-01-07 Thread Miguel Landaeta
tags 655011 + pending
thanks

On Sat, Jan 07, 2012 at 12:34:53PM -0800, Daniel Schepler wrote:
 Source: surefire
 Version: 2.10-1
 Severity: wishlist
 Tags: patch
 
 Attached, please find a patch which adjusts surefire's build process so it no 
 longer needs to Build-Depend on itself.

Thanks for fixing this.

I have committed your patch to the svn repo and this will be fixed in the next
upload.

Regards,

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

Processed: tagging as pending bugs that are closed by packages in NEW

2012-01-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Sun Jan  8 07:03:29 UTC 2012
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: libgoogle-gson-java
 tags 654949 + pending
Bug #654949 [wnpp] ITP: libgoogle-gson-java -- Converts Java objects into their 
JSON representation
Added tag(s) pending.
 # Source package in NEW: werken.xpath
 tags 654139 + pending
Bug #654139 [werken.xpath] Updating the werken.xpath Uploaders list
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
654139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654139
654949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654949
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.