Bug#637981: sun-java6-jre: Download link to JCE is outdated

2011-08-16 Thread Torsten Werner
Package: sun-java6-jre
Version: 6.26-0squeeze1
Severity: normal

README.Debian has an outdated link to the JCE download page (Sun vs.
Oracle). The current link is
http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html.

Torsten



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


Processed: reopening 506365, reassign 506365 to libcommons-net1-java, found 506365 in 1.4.1-4

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

 reopen 506365
Bug #506365 {Done: Debian FTP Masters ftpmas...@ftp-master.debian.org} 
[libcommons-net-java] move api docs to a separate package
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 reassign 506365 libcommons-net1-java
Bug #506365 [libcommons-net-java] move api docs to a separate package
Bug reassigned from package 'libcommons-net-java' to 'libcommons-net1-java'.
Bug No longer marked as found in versions libcommons-net-java/1.4.1-1.
 found 506365 1.4.1-4
Bug #506365 [libcommons-net1-java] move api docs to a separate package
Bug Marked as found in versions libcommons-net1-java/1.4.1-4.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
506365: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506365
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] r14196 - trunk/ca-certificates-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 08:54:28 + (Tue, 16 Aug 2011)
New Revision: 14196

Modified:
   trunk/ca-certificates-java/debian/changelog
   trunk/ca-certificates-java/debian/control
Log:
Upgrade Recommends: libnss3-1d to a versioned Depends due to multiarch
changes. (Closes: #635571)

Modified: trunk/ca-certificates-java/debian/changelog
===
--- trunk/ca-certificates-java/debian/changelog 2011-08-16 04:24:16 UTC (rev 
14195)
+++ trunk/ca-certificates-java/debian/changelog 2011-08-16 08:54:28 UTC (rev 
14196)
@@ -1,3 +1,10 @@
+ca-certificates-java (20110816) unstable; urgency=low
+
+  * Upgrade Recommends: libnss3-1d to a versioned Depends due to multiarch
+changes. (Closes: #635571)
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 10:44:33 +0200
+
 ca-certificates-java (20110531) unstable; urgency=low
 
   * Prepare for multiarch libnss3 update.

Modified: trunk/ca-certificates-java/debian/control
===
--- trunk/ca-certificates-java/debian/control   2011-08-16 04:24:16 UTC (rev 
14195)
+++ trunk/ca-certificates-java/debian/control   2011-08-16 08:54:28 UTC (rev 
14196)
@@ -10,8 +10,9 @@
 
 Package: ca-certificates-java
 Architecture: all
-Depends: ca-certificates (= 20090814), openjdk-6-jre-headless (= 
6b16-1.6.1-2) | java6-runtime-headless, ${misc:Depends}
-Recommends: libnss3-1d
+Depends: ca-certificates (= 20090814), openjdk-6-jre-headless (= 
6b16-1.6.1-2) | java6-runtime-headless, ${misc:Depends}, libnss3-1d (= 
3.12.10-2~)
+# We need a versioned Depends due to multiarch changes (bug #635571).
+#Recommends: libnss3-1d
 Description: Common CA certificates (JKS keystore)
  This package uses the hooks of the ca-certificates package to update the
  cacerts JKS keystore used for many java runtimes.


___
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] r14197 - in tags/ca-certificates-java: . 20110816/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 08:56:27 + (Tue, 16 Aug 2011)
New Revision: 14197

Added:
   tags/ca-certificates-java/20110816/
   tags/ca-certificates-java/20110816/debian/changelog
   tags/ca-certificates-java/20110816/debian/control
Removed:
   tags/ca-certificates-java/20110816/debian/changelog
   tags/ca-certificates-java/20110816/debian/control
Log:
[svn-buildpackage] Tagging ca-certificates-java 20110816

Deleted: tags/ca-certificates-java/20110816/debian/changelog
===
--- trunk/ca-certificates-java/debian/changelog 2011-08-16 04:24:16 UTC (rev 
14195)
+++ tags/ca-certificates-java/20110816/debian/changelog 2011-08-16 08:56:27 UTC 
(rev 14197)
@@ -1,131 +0,0 @@
-ca-certificates-java (20110531) unstable; urgency=low
-
-  * Prepare for multiarch libnss3 update.
-
- -- Matthias Klose d...@ubuntu.com  Tue, 31 May 2011 15:20:52 +0200
-
-ca-certificates-java (20110426) unstable; urgency=low
-
-  * Test for existing file in postinst before copying it. (Closes: #624152)
-  * Add Vcs headers to debian/control.
-
- -- Torsten Werner twer...@debian.org  Tue, 26 Apr 2011 09:23:03 +0200
-
-ca-certificates-java (20110425) unstable; urgency=low
-
-  * Add Java code to update the keystore and support UTF-8 encoded filenames.
-(Closes: #607245, #623671)
-  * Change Maintainer to Debian Java Maintainers and add myself to Uploaders.
-  * Update Build-Depends.
-  * Replace old inconsistent keystore aliases. (Closes: #623888)
-  * Add support for openjdk-7 and remove support for old cacao VM.
-  * Add a NEWS file explaining the update.
-  * Update README.Debian.
-
- -- Torsten Werner twer...@debian.org  Mon, 25 Apr 2011 15:28:55 +0200
-
-ca-certificates-java (20100412) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Matthias Klose d...@ubuntu.com  Mon, 12 Apr 2010 03:15:47 +0200
-
-ca-certificates-java (20100406ubuntu1) lucid; urgency=low
-
-  * Make the installation and import of certificates more robust,
-if the NSS based security provider is disabled or not built.
-
- -- Matthias Klose d...@ubuntu.com  Sun, 11 Apr 2010 20:54:43 +0200
-
-ca-certificates-java (20100406) unstable; urgency=low
-
-  * Explicitely fail the installation, if /proc is not mounted.
-Currently required by the java tools, changed in OpenJDK7.
-Closes: #576453. LP: #556044.
-  * Print name of JVM in case of errors.
-  * Set priority to optional, set section to java. Closes: #566855.
-  * Remove /etc/ssl/certs on package purge, if empty. Closes: #566853.
-
- -- Matthias Klose d...@debian.org  Tue, 06 Apr 2010 21:41:39 +0200
-
-ca-certificates-java (20091021) unstable; urgency=low
-
-  * Clarify output for keytool errors (although it shouldnn't be
-necessary anymore). Closes: #540490.
-
- -- Matthias Klose d...@ubuntu.com  Wed, 21 Oct 2009 22:00:53 +0200
-
-ca-certificates-java (20090928) karmic; urgency=low
-
-  * Rebuild with OpenJDK supporting PKCS11 cryptography, rebuild with
-ca-certificates 20090814.
-
- -- Matthias Klose d...@ubuntu.com  Mon, 28 Sep 2009 16:47:09 +0200
-
-ca-certificates-java (20090629) unstable; urgency=low
-
-  * debian/rules, debian/postinst, debian/jks-keystore.hook: Filter out
-SHA384withECDSA certificates since keytool won't support them.
-LP: #392104, closes: #534520.
-  * Fix typo in hook. Closes: #534533.
-  * Use java6-runtime-headless as alternative dependency. Closes: #512293.
-
- -- Matthias Klose d...@ubuntu.com  Mon, 29 Jun 2009 11:27:59 +0200
-
-ca-certificates-java (20081028) unstable; urgency=low
-
-  * Ignore LANG and LC_ALL setting when running keytool. LP: #289934.
-
- -- Matthias Klose d...@debian.org  Tue, 28 Oct 2008 07:20:16 +0100
-
-ca-certificates-java (20081027) unstable; urgency=medium
-
-  * Merge from Ubuntu:
-- Don't try to import certificates, which are listed in
-  /etc/ca-certificates.conf, but not available on the system.
-  Just warn about those. LP: #289091.
-- Need to run keytool, when the jre is unpacked, but not yet configured.
-  Create a temporary jvm.cfg for the time in that postinst and the
-  jks-keystore.hook are run, and remove it afterwards. LP: #289199.
-
- -- Matthias Klose d...@debian.org  Mon, 27 Oct 2008 13:58:14 +0100
-
-ca-certificates-java (20081024) unstable; urgency=low
-
-  * Install /etc/default/cacerts with mode 600.
-
- -- Matthias Klose d...@debian.org  Fri, 24 Oct 2008 15:10:48 +0200
-
-ca-certificates-java (20081022) unstable; urgency=low
-
-  * debian/jks-keystore.hook:
-- Don't stop after first error during the update. LP: #244412.
-  Closes: #489748.
-- Call keytool with -noprompt.
-  * On initial install, add locally added certificates. LP: #244410.
-Closes: #489748.
-  * Install /etc/default/cacerts to set options:
-- storepass, holding the password for the keystore.
-- updates, to enable/disable updates of the keystore.
-  * Only use the keytool command from OpenJDK or Sun Java. Closes: #496587

[pkg-java] r14198 - trunk/ca-certificates-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 09:03:15 + (Tue, 16 Aug 2011)
New Revision: 14198

Modified:
   trunk/ca-certificates-java/debian/changelog
   trunk/ca-certificates-java/debian/jks-keystore.hook
Log:
Use the locale C.UTF-8 for the hook script to be more robust.

Modified: trunk/ca-certificates-java/debian/changelog
===
--- trunk/ca-certificates-java/debian/changelog 2011-08-16 08:56:27 UTC (rev 
14197)
+++ trunk/ca-certificates-java/debian/changelog 2011-08-16 09:03:15 UTC (rev 
14198)
@@ -2,8 +2,9 @@
 
   * Upgrade Recommends: libnss3-1d to a versioned Depends due to multiarch
 changes. (Closes: #635571)
+  * Use the locale C.UTF-8 for the hook script to be more robust.
 
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 10:44:33 +0200
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 11:00:33 +0200
 
 ca-certificates-java (20110531) unstable; urgency=low
 

Modified: trunk/ca-certificates-java/debian/jks-keystore.hook
===
--- trunk/ca-certificates-java/debian/jks-keystore.hook 2011-08-16 08:56:27 UTC 
(rev 14197)
+++ trunk/ca-certificates-java/debian/jks-keystore.hook 2011-08-16 09:03:15 UTC 
(rev 14198)
@@ -2,6 +2,11 @@
 
 set -e
 
+# use the locale C.UTF-8
+unset LC_ALL
+LC_CTYPE=C.UTF-8
+export LC_CTYPE
+
 storepass='changeit'
 if [ -f /etc/default/cacerts ]; then
 . /etc/default/cacerts


___
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] r14199 - tags/ca-certificates-java

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 09:04:41 + (Tue, 16 Aug 2011)
New Revision: 14199

Removed:
   tags/ca-certificates-java/20110816/
Log:
[svn-buildpackage] Removing old tag ca-certificates-java-20110816


___
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] r14200 - in tags/ca-certificates-java: . 20110816/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 09:04:53 + (Tue, 16 Aug 2011)
New Revision: 14200

Added:
   tags/ca-certificates-java/20110816/
   tags/ca-certificates-java/20110816/debian/changelog
   tags/ca-certificates-java/20110816/debian/control
   tags/ca-certificates-java/20110816/debian/jks-keystore.hook
Removed:
   tags/ca-certificates-java/20110816/debian/changelog
   tags/ca-certificates-java/20110816/debian/control
   tags/ca-certificates-java/20110816/debian/jks-keystore.hook
Log:
[svn-buildpackage] Tagging ca-certificates-java 20110816

Deleted: tags/ca-certificates-java/20110816/debian/changelog
===
--- trunk/ca-certificates-java/debian/changelog 2011-08-16 04:24:16 UTC (rev 
14195)
+++ tags/ca-certificates-java/20110816/debian/changelog 2011-08-16 09:04:53 UTC 
(rev 14200)
@@ -1,131 +0,0 @@
-ca-certificates-java (20110531) unstable; urgency=low
-
-  * Prepare for multiarch libnss3 update.
-
- -- Matthias Klose d...@ubuntu.com  Tue, 31 May 2011 15:20:52 +0200
-
-ca-certificates-java (20110426) unstable; urgency=low
-
-  * Test for existing file in postinst before copying it. (Closes: #624152)
-  * Add Vcs headers to debian/control.
-
- -- Torsten Werner twer...@debian.org  Tue, 26 Apr 2011 09:23:03 +0200
-
-ca-certificates-java (20110425) unstable; urgency=low
-
-  * Add Java code to update the keystore and support UTF-8 encoded filenames.
-(Closes: #607245, #623671)
-  * Change Maintainer to Debian Java Maintainers and add myself to Uploaders.
-  * Update Build-Depends.
-  * Replace old inconsistent keystore aliases. (Closes: #623888)
-  * Add support for openjdk-7 and remove support for old cacao VM.
-  * Add a NEWS file explaining the update.
-  * Update README.Debian.
-
- -- Torsten Werner twer...@debian.org  Mon, 25 Apr 2011 15:28:55 +0200
-
-ca-certificates-java (20100412) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Matthias Klose d...@ubuntu.com  Mon, 12 Apr 2010 03:15:47 +0200
-
-ca-certificates-java (20100406ubuntu1) lucid; urgency=low
-
-  * Make the installation and import of certificates more robust,
-if the NSS based security provider is disabled or not built.
-
- -- Matthias Klose d...@ubuntu.com  Sun, 11 Apr 2010 20:54:43 +0200
-
-ca-certificates-java (20100406) unstable; urgency=low
-
-  * Explicitely fail the installation, if /proc is not mounted.
-Currently required by the java tools, changed in OpenJDK7.
-Closes: #576453. LP: #556044.
-  * Print name of JVM in case of errors.
-  * Set priority to optional, set section to java. Closes: #566855.
-  * Remove /etc/ssl/certs on package purge, if empty. Closes: #566853.
-
- -- Matthias Klose d...@debian.org  Tue, 06 Apr 2010 21:41:39 +0200
-
-ca-certificates-java (20091021) unstable; urgency=low
-
-  * Clarify output for keytool errors (although it shouldnn't be
-necessary anymore). Closes: #540490.
-
- -- Matthias Klose d...@ubuntu.com  Wed, 21 Oct 2009 22:00:53 +0200
-
-ca-certificates-java (20090928) karmic; urgency=low
-
-  * Rebuild with OpenJDK supporting PKCS11 cryptography, rebuild with
-ca-certificates 20090814.
-
- -- Matthias Klose d...@ubuntu.com  Mon, 28 Sep 2009 16:47:09 +0200
-
-ca-certificates-java (20090629) unstable; urgency=low
-
-  * debian/rules, debian/postinst, debian/jks-keystore.hook: Filter out
-SHA384withECDSA certificates since keytool won't support them.
-LP: #392104, closes: #534520.
-  * Fix typo in hook. Closes: #534533.
-  * Use java6-runtime-headless as alternative dependency. Closes: #512293.
-
- -- Matthias Klose d...@ubuntu.com  Mon, 29 Jun 2009 11:27:59 +0200
-
-ca-certificates-java (20081028) unstable; urgency=low
-
-  * Ignore LANG and LC_ALL setting when running keytool. LP: #289934.
-
- -- Matthias Klose d...@debian.org  Tue, 28 Oct 2008 07:20:16 +0100
-
-ca-certificates-java (20081027) unstable; urgency=medium
-
-  * Merge from Ubuntu:
-- Don't try to import certificates, which are listed in
-  /etc/ca-certificates.conf, but not available on the system.
-  Just warn about those. LP: #289091.
-- Need to run keytool, when the jre is unpacked, but not yet configured.
-  Create a temporary jvm.cfg for the time in that postinst and the
-  jks-keystore.hook are run, and remove it afterwards. LP: #289199.
-
- -- Matthias Klose d...@debian.org  Mon, 27 Oct 2008 13:58:14 +0100
-
-ca-certificates-java (20081024) unstable; urgency=low
-
-  * Install /etc/default/cacerts with mode 600.
-
- -- Matthias Klose d...@debian.org  Fri, 24 Oct 2008 15:10:48 +0200
-
-ca-certificates-java (20081022) unstable; urgency=low
-
-  * debian/jks-keystore.hook:
-- Don't stop after first error during the update. LP: #244412.
-  Closes: #489748.
-- Call keytool with -noprompt.
-  * On initial install, add locally added certificates. LP: #244410.
-Closes: #489748.
-  * Install /etc/default/cacerts to set options:
-- storepass, holding the password for the keystore

Processing of ca-certificates-java_20110816_amd64.changes

2011-08-16 Thread Debian FTP Masters
ca-certificates-java_20110816_amd64.changes uploaded successfully to localhost
along with the files:
  ca-certificates-java_20110816.dsc
  ca-certificates-java_20110816.tar.gz
  ca-certificates-java_20110816_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.


ca-certificates-java_20110816_amd64.changes ACCEPTED into unstable

2011-08-16 Thread Debian FTP Masters



Accepted:
ca-certificates-java_20110816.dsc
  to main/c/ca-certificates-java/ca-certificates-java_20110816.dsc
ca-certificates-java_20110816.tar.gz
  to main/c/ca-certificates-java/ca-certificates-java_20110816.tar.gz
ca-certificates-java_20110816_all.deb
  to main/c/ca-certificates-java/ca-certificates-java_20110816_all.deb


Override entries for your package:
ca-certificates-java_20110816.dsc - source java
ca-certificates-java_20110816_all.deb - optional java

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


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#637656: unavailable build depends

2011-08-16 Thread Torsten Werner
Hi Damien, Hi Ludovic,

m-d-h version 1.4.4 is already committed to the svn repo. Is it ready
for upload? What about m-r-h 1.5.2?

Cheers,
Torsten

On Sat, Aug 13, 2011 at 4:00 PM, Matthias Klose d...@debian.org wrote:
 Package: libxbean-java
 Version: 3.7-1
 Severity: serious

 Build-Depends: debhelper (= 7), cdbs, default-jdk, quilt, maven-debian-helper
 (= 1.4.4)

 the latter is not available



__
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] Sun multi-schema XML validator branch, pristine-tar, updated. 371207a27131cb3dd49920f2cab9dbad281754b0

2011-08-16 Thread Giovanni Mascellani
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Sun multi-schema XML validator.

The branch, pristine-tar has been updated
   via  371207a27131cb3dd49920f2cab9dbad281754b0 (commit)
  from  40706a9612bc0d651e1940a08d2960c168cbf09f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 371207a27131cb3dd49920f2cab9dbad281754b0
Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date:   Tue Aug 16 13:39:14 2011 +0200

pristine-tar data for msv_2009.1+dfsg1.orig.tar.gz

---

Summary of changes:
 msv_2009.1+dfsg1.orig.tar.gz.delta |  Bin 0 - 41939 bytes
 msv_2009.1+dfsg1.orig.tar.gz.id|1 +
 2 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/msv_2009.1+dfsg1.orig.tar.gz.delta 
b/msv_2009.1+dfsg1.orig.tar.gz.delta
new file mode 100644
index 000..e490ac7
Binary files /dev/null and b/msv_2009.1+dfsg1.orig.tar.gz.delta differ
diff --git a/msv_2009.1+dfsg1.orig.tar.gz.id b/msv_2009.1+dfsg1.orig.tar.gz.id
new file mode 100644
index 000..e87ad52
--- /dev/null
+++ b/msv_2009.1+dfsg1.orig.tar.gz.id
@@ -0,0 +1 @@
+903c9db27e1a93a55d35a3449aed77912e57b255


hooks/post-receive
-- 
Sun multi-schema XML validator

___
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 msv_2009.1+dfsg1-1_amd64.changes

2011-08-16 Thread Debian FTP Masters
msv_2009.1+dfsg1-1_amd64.changes uploaded successfully to localhost
along with the files:
  msv_2009.1+dfsg1-1.dsc
  msv_2009.1+dfsg1.orig.tar.gz
  msv_2009.1+dfsg1-1.debian.tar.gz
  libmsv-java_2009.1+dfsg1-1_all.deb

Greetings,

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

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


msv_2009.1+dfsg1-1_amd64.changes is NEW

2011-08-16 Thread Debian FTP Masters
(new) libmsv-java_2009.1+dfsg1-1_all.deb extra java
Sun multi-schema XML validator
 The Sun Multi-Schema XML Validator is a Java tool to validate XML
 documents against several kinds of XML schemata. It supports DTD,
 RELAX Namespace, RELAX Core, RELAX NG, TREX, and a subset of W3C
 XML Schema Part 1.
 .
 It features both a command line utility that can read XML documents and
 validate them against a schema and a library that can be incorporated in
 a Java program.
(new) msv_2009.1+dfsg1-1.debian.tar.gz extra java
(new) msv_2009.1+dfsg1-1.dsc extra java
(new) msv_2009.1+dfsg1.orig.tar.gz extra java
Changes: msv (2009.1+dfsg1-1) unstable; urgency=low
 .
  * Initial release (closes: #612440).


Override entries for your package:

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


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

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

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


[pkg-java] r14201 - in trunk/libmp3spi-java/debian: . source

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 13:25:36 + (Tue, 16 Aug 2011)
New Revision: 14201

Added:
   trunk/libmp3spi-java/debian/source/
   trunk/libmp3spi-java/debian/source/format
Modified:
   trunk/libmp3spi-java/debian/changelog
   trunk/libmp3spi-java/debian/control
   trunk/libmp3spi-java/debian/orig-tar.sh
   trunk/libmp3spi-java/debian/rules
   trunk/libmp3spi-java/debian/watch
Log:
UNRELEASED
* New upstream release
  - Change d/watch to download the ZIP file since upstream provides ZIP files
only.
* Change Section: java.
* Switch to default-jdk.
* Clean up Depends.
* Update Standards-Version: 3.9.1.
* Switch to source format 3.0.
* Build tests now but don't run them. The actual tests need some data files
  that are not part of the source code.

Modified: trunk/libmp3spi-java/debian/changelog
===
--- trunk/libmp3spi-java/debian/changelog   2011-08-16 09:04:53 UTC (rev 
14200)
+++ trunk/libmp3spi-java/debian/changelog   2011-08-16 13:25:36 UTC (rev 
14201)
@@ -1,3 +1,19 @@
+libmp3spi-java (1.9.5-1) unstable; urgency=low
+
+  UNRELEASED
+  * New upstream release
+- Change d/watch to download the ZIP file since upstream provides ZIP files
+  only.
+  * Change Section: java.
+  * Switch to default-jdk.
+  * Clean up Depends.
+  * Update Standards-Version: 3.9.1.
+  * Switch to source format 3.0.
+  * Build tests now but don't run them. The actual tests need some data files
+that are not part of the source code.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:05:55 +0200
+
 libmp3spi-java (1.9.4-3) unstable; urgency=low
 
   * Move the package to pkg-java svn.

Modified: trunk/libmp3spi-java/debian/control
===
--- trunk/libmp3spi-java/debian/control 2011-08-16 09:04:53 UTC (rev 14200)
+++ trunk/libmp3spi-java/debian/control 2011-08-16 13:25:36 UTC (rev 14201)
@@ -1,18 +1,19 @@
 Source: libmp3spi-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 5)
-Build-Depends-Indep: ant, java-gcj-compat-dev, libjlayer-java, libtritonus-java
-Standards-Version: 3.7.3
+Build-Depends-Indep: ant-optional, default-jdk, libjlayer-java, 
libtritonus-java,
+ junit
+Standards-Version: 3.9.1
 Homepage: http://www.javazoom.net/mp3spi/mp3spi.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libmp3spi-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libmp3spi-java
 
 Package: libmp3spi-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | 
java2-runtime
+Depends: ${misc:Depends}
 Description: interface to support MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format 
  MP3SPI is a Java Service Provider Interface that adds MP3 (MPEG
  1/2/2.5 Layer 1/2/3) audio format support for Java Platform. It

Modified: trunk/libmp3spi-java/debian/orig-tar.sh
===
--- trunk/libmp3spi-java/debian/orig-tar.sh 2011-08-16 09:04:53 UTC (rev 
14200)
+++ trunk/libmp3spi-java/debian/orig-tar.sh 2011-08-16 13:25:36 UTC (rev 
14201)
@@ -3,18 +3,18 @@
 # called by uscan with '--upstream-version' version file
 
 DIR=libmp3spi-java-$2.orig
+TAR=libmp3spi-java_$2.orig.tar.gz
 
 # clean up the upstream tarball
-tar -x -z -f $3
+unzip $3
 mv MpegAudioSPI$2 $DIR
-tar -c -z -f $3 --exclude '*.jar' --exclude '*/doc/*' $DIR
-rm -rf $DIR
+tar -c -z -f $TAR --exclude '*.jar' --exclude '*/doc/*' $DIR
+rm -rf $DIR $3
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then
   . .svn/deb-layout
-  mv $3 $origDir
-  echo moved $3 to $origDir
+  mv $TAR $origDir
+  echo moved $TAR to $origDir
 fi
 
-exit 0

Modified: trunk/libmp3spi-java/debian/rules
===
--- trunk/libmp3spi-java/debian/rules   2011-08-16 09:04:53 UTC (rev 14200)
+++ trunk/libmp3spi-java/debian/rules   2011-08-16 13:25:36 UTC (rev 14201)
@@ -3,9 +3,10 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-gcj
+JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET   := all
-DEB_JARS   := jl tritonus_share
+DEB_ANT_CHECK_TARGET   := buildtest
+DEB_JARS   := jl tritonus_share ant-junit junit
 DEB_INSTALL_CHANGELOGS_ALL := CHANGES.txt
 
 install/libmp3spi-java::
@@ -14,4 +15,4 @@
  /usr/share/java/mp3spi.jar
 
 get-orig-source:
-   -uscan --upstream-version 0 --rename
+   uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download

Added: trunk/libmp3spi-java/debian/source/format
===
--- 

[pkg-java] r14203 - trunk/libparanamer-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 13:54:10 + (Tue, 16 Aug 2011)
New Revision: 14203

Modified:
   trunk/libparanamer-java/debian/changelog
   trunk/libparanamer-java/debian/control
Log:
UNRELEASED
* QA upload.
* Orphaning package.

Modified: trunk/libparanamer-java/debian/changelog
===
--- trunk/libparanamer-java/debian/changelog2011-08-16 13:47:02 UTC (rev 
14202)
+++ trunk/libparanamer-java/debian/changelog2011-08-16 13:54:10 UTC (rev 
14203)
@@ -1,3 +1,11 @@
+libparanamer-java (2.1-2) unstable; urgency=low
+
+  UNRELEASED
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:50:39 +0200
+
 libparanamer-java (2.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libparanamer-java/debian/control
===
--- trunk/libparanamer-java/debian/control  2011-08-16 13:47:02 UTC (rev 
14202)
+++ trunk/libparanamer-java/debian/control  2011-08-16 13:54:10 UTC (rev 
14203)
@@ -1,8 +1,7 @@
 Source: libparanamer-java
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Varun Hiremath va...@debian.org, Michael Koch konque...@gmx.de
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant
 Standards-Version: 3.8.3
 Homepage: http://paranamer.codehaus.org/


___
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] r14204 - trunk/libpicocontainer-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 13:56:35 + (Tue, 16 Aug 2011)
New Revision: 14204

Modified:
   trunk/libpicocontainer-java/debian/changelog
   trunk/libpicocontainer-java/debian/control
Log:
UNRELEASED
* QA upload.
* Orphaning package.

Modified: trunk/libpicocontainer-java/debian/changelog
===
--- trunk/libpicocontainer-java/debian/changelog2011-08-16 13:54:10 UTC 
(rev 14203)
+++ trunk/libpicocontainer-java/debian/changelog2011-08-16 13:56:35 UTC 
(rev 14204)
@@ -1,3 +1,11 @@
+libpicocontainer-java (2.9-2) unstable; urgency=low
+
+  UNRELEASED
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:52:52 +0200
+
 libpicocontainer-java (2.9-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libpicocontainer-java/debian/control
===
--- trunk/libpicocontainer-java/debian/control  2011-08-16 13:54:10 UTC (rev 
14203)
+++ trunk/libpicocontainer-java/debian/control  2011-08-16 13:56:35 UTC (rev 
14204)
@@ -1,8 +1,7 @@
 Source: libpicocontainer-java
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org, Michael Koch konque...@gmx.de
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant
 Build-Depends-Indep: libparanamer-java (= 2.1), libjboss-ejb3x-java
 Standards-Version: 3.8.3


___
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] r14205 - in trunk/libpdfrenderer-java/debian: . source

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 14:55:07 + (Tue, 16 Aug 2011)
New Revision: 14205

Added:
   trunk/libpdfrenderer-java/debian/orig-tar.sh
   trunk/libpdfrenderer-java/debian/source/
   trunk/libpdfrenderer-java/debian/source/format
Removed:
   trunk/libpdfrenderer-java/debian/build.xml
Modified:
   trunk/libpdfrenderer-java/debian/changelog
   trunk/libpdfrenderer-java/debian/control
   trunk/libpdfrenderer-java/debian/rules
   trunk/libpdfrenderer-java/debian/watch
Log:
* New upstream release
* Create orig tarball from SVN tag.
* Change Section: java.
* Change Build-Depends: default-jdk.
* Fix Depends.
* Use upstream provided build.xml file and remove debian/build.xml.
* Switch to source format 3.0.

Deleted: trunk/libpdfrenderer-java/debian/build.xml
===
--- trunk/libpdfrenderer-java/debian/build.xml  2011-08-16 13:56:35 UTC (rev 
14204)
+++ trunk/libpdfrenderer-java/debian/build.xml  2011-08-16 14:55:07 UTC (rev 
14205)
@@ -1,24 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-
-project default=jar name=${project.name} basedir=..
-
-  target name=clean
-delete dir=${class.dir} quiet=true/
-delete file=${jar.name} quiet=true/
-  /target
-
-  target name=compile
-mkdir dir=${class.dir}/
-javac srcdir=${source.dir} destdir=${class.dir}
-  debug=true source=1.5/
-  /target
-
-  target name=jar description=o Create the jar depends=compile
-jar jarfile=${jar.name}
-  fileset dir=${class.dir}
- include name=**/
-  /fileset
-/jar
-  /target
-
-/project

Modified: trunk/libpdfrenderer-java/debian/changelog
===
--- trunk/libpdfrenderer-java/debian/changelog  2011-08-16 13:56:35 UTC (rev 
14204)
+++ trunk/libpdfrenderer-java/debian/changelog  2011-08-16 14:55:07 UTC (rev 
14205)
@@ -1,3 +1,15 @@
+libpdfrenderer-java (0.9.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Create orig tarball from SVN tag.
+  * Change Section: java.
+  * Change Build-Depends: default-jdk.
+  * Fix Depends.
+  * Use upstream provided build.xml file and remove debian/build.xml.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 16:52:43 +0200
+
 libpdfrenderer-java (0~20080829-1) unstable; urgency=low
 
   * Initial release. (Closes: #497104)

Modified: trunk/libpdfrenderer-java/debian/control
===
--- trunk/libpdfrenderer-java/debian/control2011-08-16 13:56:35 UTC (rev 
14204)
+++ trunk/libpdfrenderer-java/debian/control2011-08-16 14:55:07 UTC (rev 
14205)
@@ -1,9 +1,9 @@
 Source: libpdfrenderer-java
-Section: text
+Section: java
 Priority: optional
 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-builddep
+Build-Depends: ant, cdbs, debhelper (= 5), default-jdk
 Standards-Version: 3.8.0
 Homepage: https://pdf-renderer.dev.java.net
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libpdfrenderer-java
@@ -11,7 +11,7 @@
 
 Package: libpdfrenderer-java
 Architecture: all
-Depends: default-jre | java2-runtime
+Depends: ${misc:Depends}
 Description: Java PDF renderer and viewer
  The PDF Renderer is just what the name implies: an open source, all
  Java library which renders PDF documents to the screen using Java2D.

Added: trunk/libpdfrenderer-java/debian/orig-tar.sh
===
--- trunk/libpdfrenderer-java/debian/orig-tar.sh
(rev 0)
+++ trunk/libpdfrenderer-java/debian/orig-tar.sh2011-08-16 14:55:07 UTC 
(rev 14205)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../libpdfrenderer-java_$VERSION.orig.tar.gz
+DIR=pdfrenderer-$VERSION
+TAG=$(echo release-$VERSION)
+
+svn export https://svn.java.net/svn/pdf-renderer~svn/tags/${TAG}/ $DIR
+tar -c -z --exclude '*/javadoc/*' --exclude '*.zip' --exclude '*.jar' -f $TAR 
$DIR
+rm -rf $DIR ../$TAG
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir  echo moved $TAR to $origDir
+fi


Property changes on: trunk/libpdfrenderer-java/debian/orig-tar.sh
___
Added: svn:executable
   + *

Modified: trunk/libpdfrenderer-java/debian/rules
===
--- trunk/libpdfrenderer-java/debian/rules  2011-08-16 13:56:35 UTC (rev 
14204)
+++ trunk/libpdfrenderer-java/debian/rules  2011-08-16 14:55:07 UTC (rev 
14205)
@@ -3,19 +3,14 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_ANT_BUILDFILE := debian/build.xml
+JAVA_HOME := /usr/lib/jvm/default-java
 
 install/libpdfrenderer-java::
-   install -m644 -D 

[pkg-java] r14206 - trunk/libpdfrenderer-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 14:56:03 + (Tue, 16 Aug 2011)
New Revision: 14206

Modified:
   trunk/libpdfrenderer-java/debian/changelog
Log:
add UNRELEASED tag


Modified: trunk/libpdfrenderer-java/debian/changelog
===
--- trunk/libpdfrenderer-java/debian/changelog  2011-08-16 14:55:07 UTC (rev 
14205)
+++ trunk/libpdfrenderer-java/debian/changelog  2011-08-16 14:56:03 UTC (rev 
14206)
@@ -1,5 +1,6 @@
 libpdfrenderer-java (0.9.0-1) unstable; urgency=low
 
+  UNRELEASED
   * New upstream release
   * Create orig tarball from SVN tag.
   * Change Section: java.


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


[pkg-java] r14207 - trunk/libplexus-utils/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 15:18:02 + (Tue, 16 Aug 2011)
New Revision: 14207

Modified:
   trunk/libplexus-utils/debian/changelog
   trunk/libplexus-utils/debian/control
Log:
UNRELEASED
* Remove Trygve, Arnaud, and Paul from Uploaders list.
* Update Standards-Version: 3.9.1.

Modified: trunk/libplexus-utils/debian/changelog
===
--- trunk/libplexus-utils/debian/changelog  2011-08-16 14:56:03 UTC (rev 
14206)
+++ trunk/libplexus-utils/debian/changelog  2011-08-16 15:18:02 UTC (rev 
14207)
@@ -1,3 +1,11 @@
+libplexus-utils (1:1.5.15-3) unstable; urgency=low
+
+  UNRELEASED
+  * Remove Trygve, Arnaud, and Paul from Uploaders list.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 17:15:46 +0200
+
 libplexus-utils (1:1.5.15-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/libplexus-utils/debian/control
===
--- trunk/libplexus-utils/debian/control2011-08-16 14:56:03 UTC (rev 
14206)
+++ trunk/libplexus-utils/debian/control2011-08-16 15:18:02 UTC (rev 
14207)
@@ -2,12 +2,11 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Trygve Laugstøl tryg...@codehaus.org, Arnaud Vandyck 
av...@debian.org, 
- Paul Cager paul-deb...@home.paulcager.org, Michael Koch konque...@gmx.de, 
- Torsten Werner twer...@debian.org, Ludovic Claude 
ludovic.cla...@laposte.net
+Uploaders:  Michael Koch konque...@gmx.de, Torsten Werner 
twer...@debian.org,
+ Ludovic Claude ludovic.cla...@laposte.net
 Build-Depends-Indep: maven-repo-helper, libxalan2-java, 
libplexus-interpolation-java
 Build-Depends: ant, debhelper (= 5), cdbs (= 0.4.5.3), default-jdk
-Standards-Version: 3.8.2
+Standards-Version: 3.9.1
 Homepage: http://plexus.codehaus.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libplexus-utils
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libplexus-utils


___
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] r14208 - in trunk/libregexp-java/debian: . source

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 15:45:16 + (Tue, 16 Aug 2011)
New Revision: 14208

Added:
   trunk/libregexp-java/debian/source/
   trunk/libregexp-java/debian/source/format
Modified:
   trunk/libregexp-java/debian/changelog
   trunk/libregexp-java/debian/control
Log:
* Remove Arnaud from Uploaders list.
* Switch to source format 3.0.

Modified: trunk/libregexp-java/debian/changelog
===
--- trunk/libregexp-java/debian/changelog   2011-08-16 15:18:02 UTC (rev 
14207)
+++ trunk/libregexp-java/debian/changelog   2011-08-16 15:45:16 UTC (rev 
14208)
@@ -7,8 +7,12 @@
   * Removed Depends on JREs (Closes: #528306)
   * Fixed broken Vcs-Browser link.
 
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 09 Aug 2009 13:18:40 
+0100
+  [ Torsten Werner ]
+  * Remove Arnaud from Uploaders list.
+  * Switch to source format 3.0.
 
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 17:40:37 +0200
+
 libregexp-java (1.5-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/libregexp-java/debian/control
===
--- trunk/libregexp-java/debian/control 2011-08-16 15:18:02 UTC (rev 14207)
+++ trunk/libregexp-java/debian/control 2011-08-16 15:45:16 UTC (rev 14208)
@@ -2,8 +2,8 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Michael Koch konque...@gmx.de,
- Torsten Werner twer...@debian.org, Ludovic Claude 
ludovic.cla...@laposte.net
+Uploaders: Michael Koch konque...@gmx.de, Torsten Werner 
twer...@debian.org,
+ Ludovic Claude ludovic.cla...@laposte.net
 Build-Depends: debhelper (= 5), default-jdk, ant, cdbs
 Build-Depends-Indep: maven-repo-helper
 Standards-Version: 3.8.2

Added: trunk/libregexp-java/debian/source/format
===
--- trunk/libregexp-java/debian/source/format   (rev 0)
+++ trunk/libregexp-java/debian/source/format   2011-08-16 15:45:16 UTC (rev 
14208)
@@ -0,0 +1 @@
+3.0 (quilt)


___
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] r14209 - trunk/lucene2/debian

2011-08-16 Thread Jan-Pascal van Best
Author: janpascal-guest
Date: 2011-08-16 15:55:20 + (Tue, 16 Aug 2011)
New Revision: 14209

Modified:
   trunk/lucene2/debian/changelog
   trunk/lucene2/debian/control
Log:
Removed Jan-Pascal from uploaders

Modified: trunk/lucene2/debian/changelog
===
--- trunk/lucene2/debian/changelog  2011-08-16 15:45:16 UTC (rev 14208)
+++ trunk/lucene2/debian/changelog  2011-08-16 15:55:20 UTC (rev 14209)
@@ -1,3 +1,9 @@
+lucene2 (2.9.4+ds1-4) UNRELEASED; urgency=low
+
+  * Removed Jan-Pascal van Best from Uploaders
+
+ -- Jan-Pascal van Best janpas...@vanbest.org  Tue, 16 Aug 2011 17:53:16 
+0200
+
 lucene2 (2.9.4+ds1-3) experimental; urgency=low
 
   * Team upload.

Modified: trunk/lucene2/debian/control
===
--- trunk/lucene2/debian/control2011-08-16 15:45:16 UTC (rev 14208)
+++ trunk/lucene2/debian/control2011-08-16 15:55:20 UTC (rev 14209)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Jan-Pascal van Best janpas...@vanbest.org, Barry Hawkins 
ba...@alltc.com, 
+Uploaders: Barry Hawkins ba...@alltc.com, 
  Jeff Breidenbach j...@debian.org, Michael Koch konque...@gmx.de, Rene 
Engelhard r...@debian.org
 DM-Upload-Allowed: yes
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/lucene2/


___
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] r14210 - trunk/commons-csv/debian

2011-08-16 Thread Jan-Pascal van Best
Author: janpascal-guest
Date: 2011-08-16 15:59:06 + (Tue, 16 Aug 2011)
New Revision: 14210

Modified:
   trunk/commons-csv/debian/changelog
   trunk/commons-csv/debian/control
   trunk/commons-csv/debian/rules
Log:
Removed Jan-Pascal from uploaders

Modified: trunk/commons-csv/debian/changelog
===
--- trunk/commons-csv/debian/changelog  2011-08-16 15:55:20 UTC (rev 14209)
+++ trunk/commons-csv/debian/changelog  2011-08-16 15:59:06 UTC (rev 14210)
@@ -1,3 +1,9 @@
+commons-csv (0.1-SNAPSHOT+svn678580-3) UNRELEASED; urgency=low
+
+  * Removed Jan-Pascal from Uploaders
+
+ -- Jan-Pascal van Best janpas...@vanbest.org  Tue, 16 Aug 2011 17:56:13 
+0200
+
 commons-csv (0.1-SNAPSHOT+svn678580-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/commons-csv/debian/control
===
--- trunk/commons-csv/debian/control2011-08-16 15:55:20 UTC (rev 14209)
+++ trunk/commons-csv/debian/control2011-08-16 15:59:06 UTC (rev 14210)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Jan-Pascal van Best janpas...@vanbest.org, Michael Koch 
konque...@gmx.de
+Uploaders: Michael Koch konque...@gmx.de
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (= 7), cdbs (=0.4.48), default-jdk,
  ant-optional (= 1.6.5), junit (= 3.8.1)

Modified: trunk/commons-csv/debian/rules
===
--- trunk/commons-csv/debian/rules  2011-08-16 15:55:20 UTC (rev 14209)
+++ trunk/commons-csv/debian/rules  2011-08-16 15:59:06 UTC (rev 14210)
@@ -41,6 +41,3 @@
 
 get-orig-source:
debian/get-orig-source
-
-upload:
-   cd .. ; dupload -t vanbest 
commons-csv_$(DEB_VERSION)_$(DEB_HOST_ARCH).changes


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


Bug#638026: azureus: doesn't start because it can't find swt

2011-08-16 Thread Christian Pernegger
Package: azureus
Version: 4.3.0.6-1.1
Severity: important


azureus fails to start, apparently because it can't find awt. It's
looking for a /usr/share/java/swt.jar, which does not exist. Moving
~/.azureus out of the way does not make any difference.

Workaround: symlink swt.jar to swt-gtk-3.5.1.jar in /usr/share/java.

Regards,

Christian



-- Error message
$ azureus 
[warning] /usr/bin/azureus: Unable to locate swt in /usr/share/java
file:/usr/lib/jni/ ; file:/usr/lib/java/ ; file:/usr/share/java/Azureus2.jar ; 
file:/usr/share/java/log4j-1.2-1.2.15.jar ; 
file:/usr/share/java/commons-cli-1.2.jar ; file:/home/chris/
changeLocale: *Default Language* != German (Austria). Searching without 
country..
changeLocale: Searching for language German in *any* country..
changeLocale: no message properties for Locale 'German (Austria)' (de_AT), 
using 'German (Germany)'
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.gudy.azureus2.ui.common.Main.directLaunch(Main.java:229)
at org.gudy.azureus2.ui.common.Main.main(Main.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Shell
at 
org.gudy.azureus2.ui.swt.mainwindow.Initializer.init(Initializer.java:111)
at org.gudy.azureus2.ui.swt.Main.init(Main.java:88)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:255)
... 12 more
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Shell
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at 
com.aelitis.azureus.launcher.classloading.PrimaryClassloader.loadClass(PrimaryClassloader.java:103)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
... 15 more
Start fails:
com.aelitis.azureus.core.AzureusCoreException: Azureus core already instantiated
at 
com.aelitis.azureus.core.impl.AzureusCoreImpl.create(AzureusCoreImpl.java:120)
at 
com.aelitis.azureus.core.AzureusCoreFactory.create(AzureusCoreFactory.java:46)
at org.gudy.azureus2.ui.common.Main.main(Main.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
at java.lang.Thread.run(Thread.java:636)


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

Kernel: Linux 2.6.38-bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages azureus depends on:
ii  java-wrappers  0.1.16wrappers for java executables
ii  libcommons-cli-jav 1.2-3 API for working with the command l
ii  liblog4j1.2-java   1.2.15-11 Logging library for java
ii  libswt-gtk-3.5-jav 3.5.1-2.1 Standard Widget Toolkit for GTK+ J
ii  openjdk-6-jre  6b18-1.8.7-2~squeeze1 OpenJDK Java runtime, using Hotspo

Versions of packages azureus recommends:
pn  vuze  none (no description available)

azureus suggests no packages.

-- no debconf information



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


clirr 0.6-3 MIGRATED to testing

2011-08-16 Thread Debian testing watch
FYI: The status of the clirr source package
in Debian's testing distribution has changed.

  Previous version: 0.6-2
  Current version:  0.6-3

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

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


emma-coverage 2.0.5312+dfsg-4 MIGRATED to testing

2011-08-16 Thread Debian testing watch
FYI: The status of the emma-coverage source package
in Debian's testing distribution has changed.

  Previous version: 2.0.5312+dfsg-3
  Current version:  2.0.5312+dfsg-4

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


cup 0.11a+20060608-3 MIGRATED to testing

2011-08-16 Thread Debian testing watch
FYI: The status of the cup source package
in Debian's testing distribution has changed.

  Previous version: 0.11a+20060608-2
  Current version:  0.11a+20060608-3

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

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


java-gnome 4.1.1-2 MIGRATED to testing

2011-08-16 Thread Debian testing watch
FYI: The status of the java-gnome source package
in Debian's testing distribution has changed.

  Previous version: 4.0.15-1
  Current version:  4.1.1-2

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

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


weka 3.6.5-1 MIGRATED to testing

2011-08-16 Thread Debian testing watch
FYI: The status of the weka source package
in Debian's testing distribution has changed.

  Previous version: 3.6.0-3
  Current version:  3.6.5-1

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

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


commons-csv 0.1-SNAPSHOT+svn678580-2 MIGRATED to testing

2011-08-16 Thread Debian testing watch
FYI: The status of the commons-csv source package
in Debian's testing distribution has changed.

  Previous version: 0.1-SNAPSHOT+svn678580-1
  Current version:  0.1-SNAPSHOT+svn678580-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.


excalibur-logger 2.1-3 MIGRATED to testing

2011-08-16 Thread Debian testing watch
FYI: The status of the excalibur-logger source package
in Debian's testing distribution has changed.

  Previous version: 2.1-2
  Current version:  2.1-3

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

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


clirr-maven-plugin 2.3-1 MIGRATED to testing

2011-08-16 Thread Debian testing watch
FYI: The status of the clirr-maven-plugin source package
in Debian's testing distribution has changed.

  Previous version: 2.2.2-2
  Current version:  2.3-1

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

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


omegat 2.3.0.1+dfsg-1 MIGRATED to testing

2011-08-16 Thread Debian testing watch
FYI: The status of the omegat source package
in Debian's testing distribution has changed.

  Previous version: 2.2.3~beta4+dfsg-1
  Current version:  2.3.0.1+dfsg-1

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

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


[pkg-java] r14211 - in trunk/lucene3/debian: . patches

2011-08-16 Thread Jan-Pascal van Best
Author: janpascal-guest
Date: 2011-08-16 19:07:41 + (Tue, 16 Aug 2011)
New Revision: 14211

Added:
   trunk/lucene3/debian/liblucene3-java-contrib.dirs
   trunk/lucene3/debian/liblucene3-java-contrib.postinst
   trunk/lucene3/debian/liblucene3-java-contrib.prerm
   trunk/lucene3/debian/liblucene3-java-doc.jlibs
   trunk/lucene3/debian/liblucene3-java-docs.javadoc
   trunk/lucene3/debian/patches/disable-javadoc-for-maven
Modified:
   trunk/lucene3/debian/changelog
   trunk/lucene3/debian/control
   trunk/lucene3/debian/patches/series
   trunk/lucene3/debian/rules
Log:
Checked in the lucene3 work-in-progress; removed myself from Uploaders

Modified: trunk/lucene3/debian/changelog
===
--- trunk/lucene3/debian/changelog  2011-08-16 15:59:06 UTC (rev 14210)
+++ trunk/lucene3/debian/changelog  2011-08-16 19:07:41 UTC (rev 14211)
@@ -13,6 +13,7 @@
 liblucene2-java)
   * Bump standards version to 3.9.1 (no changes needed)
   * Move to quilt patch system and debian source format 3.0 (quilt)
+  * Remove Jan-Pascal from Uploaders
 
  -- Jan-Pascal van Best janpas...@vanbest.org  Tue, 14 Jun 2011 22:20:41 
+0200
 

Modified: trunk/lucene3/debian/control
===
--- trunk/lucene3/debian/control2011-08-16 15:59:06 UTC (rev 14210)
+++ trunk/lucene3/debian/control2011-08-16 19:07:41 UTC (rev 14211)
@@ -2,8 +2,8 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Jan-Pascal van Best janpas...@vanbest.org, Barry Hawkins 
ba...@alltc.com, 
- Jeff Breidenbach j...@debian.org, Michael Koch konque...@gmx.de, Rene 
Engelhard r...@debian.org
+Uploaders: Barry Hawkins ba...@alltc.com, Jeff Breidenbach j...@debian.org,
+ Michael Koch konque...@gmx.de, Rene Engelhard r...@debian.org
 DM-Upload-Allowed: yes
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/lucene3/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/lucene3/
@@ -12,7 +12,7 @@
 Build-Depends: cdbs (= 0.4.49), debhelper (= 7), quilt (= 0.40),
  javahelper (= 0.33~1),
  default-jdk (= 1.6),
- ant-optional (= 1.8), ant-contrib, javacc, junit
+ ant-optional (= 1.8), ant-contrib, javacc, junit, libmaven-ant-tasks-java
 Build-Depends-Indep: libjline-java (= 0.9.5), 
  libcommons-digester-java (= 1.7), 
  libregexp-java (= 1.4), 

Added: trunk/lucene3/debian/liblucene3-java-contrib.dirs
===
--- trunk/lucene3/debian/liblucene3-java-contrib.dirs   
(rev 0)
+++ trunk/lucene3/debian/liblucene3-java-contrib.dirs   2011-08-16 19:07:41 UTC 
(rev 14211)
@@ -0,0 +1 @@
+/usr/lib/liblucene3-java-contrib

Added: trunk/lucene3/debian/liblucene3-java-contrib.postinst
===
--- trunk/lucene3/debian/liblucene3-java-contrib.postinst   
(rev 0)
+++ trunk/lucene3/debian/liblucene3-java-contrib.postinst   2011-08-16 
19:07:41 UTC (rev 14211)
@@ -0,0 +1,48 @@
+#! /bin/sh
+# postinst script for liblucene3-java-contrib
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#* postinst `configure' most-recently-configured-version
+#* old-postinst `abort-upgrade' new version
+#* conflictor's-postinst `abort-remove' `in-favour' package
+#  new-version
+#* deconfigured's-postinst `abort-deconfigure' `in-favour'
+#  failed-install-package version `removing'
+#  conflicting-package version
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+#
+
+case $1 in
+configure)
+update-alternatives \
+   --install /usr/bin/lucli \
+ lucli  \
+ /usr/lib/liblucene3-java-contrib/lucli \
+ 30 \
+   --slave /usr/share/man/man1/lucli.1.gz   \
+   lucli.1.gz   \
+   /usr/lib/liblucene3-java-contrib/lucli.1.gz
+;;
+
+abort-upgrade|abort-remove|abort-deconfigure)
+# dummy
+;;
+
+*)
+echo postinst called with unknown argument \`$1' 2
+exit 1
+;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+

Added: trunk/lucene3/debian/liblucene3-java-contrib.prerm
===
--- trunk/lucene3/debian/liblucene3-java-contrib.prerm  
(rev 0)
+++ trunk/lucene3/debian/liblucene3-java-contrib.prerm  2011-08-16 19:07:41 UTC 
(rev 14211)
@@ -0,0 +1,27 @@
+#!/bin/sh -e
+# 
+# prerm maintainer script for the Debian liblucene3-java-contrib package.
+#
+# summary of how this script can be 

[pkg-java] r14212 - in branches/lucene3/upgrade-from-3.0-to-3.2/debian: . patches

2011-08-16 Thread Jan-Pascal van Best
Author: janpascal-guest
Date: 2011-08-16 19:11:45 + (Tue, 16 Aug 2011)
New Revision: 14212

Added:
   branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.dirs
   
branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.postinst
   branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.prerm
   branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-doc.jlibs
   branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-docs.javadoc
Modified:
   branches/lucene3/upgrade-from-3.0-to-3.2/debian/changelog
   
branches/lucene3/upgrade-from-3.0-to-3.2/debian/patches/05_add-osgi-metadata-in-manifests.patch
Log:
Removed myself from uploaders; checked in work-in-progress

Modified: branches/lucene3/upgrade-from-3.0-to-3.2/debian/changelog
===
--- branches/lucene3/upgrade-from-3.0-to-3.2/debian/changelog   2011-08-16 
19:07:41 UTC (rev 14211)
+++ branches/lucene3/upgrade-from-3.0-to-3.2/debian/changelog   2011-08-16 
19:11:45 UTC (rev 14212)
@@ -1,4 +1,4 @@
-lucene3 (3.0.2+ds1-1) UNRELEASED; urgency=low
+lucene3 (3.2.0+ds1-1) UNRELEASED; urgency=low
 
   * New upstream release. Lucene3 is not backwards compatible with lucene2; 
 source using lucene will need to be recompiled and possibly patched.
@@ -13,8 +13,9 @@
 liblucene2-java)
   * Bump standards version to 3.9.1 (no changes needed)
   * Move to quilt patch system and debian source format 3.0 (quilt)
+  * Remove Jan-Pascal from Uploaders
 
- -- Jan-Pascal van Best janpas...@vanbest.org  Tue, 14 Jun 2011 22:20:41 
+0200
+ -- Jan-Pascal van Best janpas...@vanbest.org  Tue, 28 Jun 2011 17:30:02 
+0200
 
 lucene2 (2.9.3+ds1-1) unstable; urgency=low
 

Added: 
branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.dirs
===
--- 
branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.dirs
(rev 0)
+++ 
branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.dirs
2011-08-16 19:11:45 UTC (rev 14212)
@@ -0,0 +1 @@
+/usr/lib/liblucene3-java-contrib

Added: 
branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.postinst
===
--- 
branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.postinst
(rev 0)
+++ 
branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.postinst
2011-08-16 19:11:45 UTC (rev 14212)
@@ -0,0 +1,48 @@
+#! /bin/sh
+# postinst script for liblucene3-java-contrib
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#* postinst `configure' most-recently-configured-version
+#* old-postinst `abort-upgrade' new version
+#* conflictor's-postinst `abort-remove' `in-favour' package
+#  new-version
+#* deconfigured's-postinst `abort-deconfigure' `in-favour'
+#  failed-install-package version `removing'
+#  conflicting-package version
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+#
+
+case $1 in
+configure)
+update-alternatives \
+   --install /usr/bin/lucli \
+ lucli  \
+ /usr/lib/liblucene3-java-contrib/lucli \
+ 30 \
+   --slave /usr/share/man/man1/lucli.1.gz   \
+   lucli.1.gz   \
+   /usr/lib/liblucene3-java-contrib/lucli.1.gz
+;;
+
+abort-upgrade|abort-remove|abort-deconfigure)
+# dummy
+;;
+
+*)
+echo postinst called with unknown argument \`$1' 2
+exit 1
+;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+

Added: 
branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.prerm
===
--- 
branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.prerm   
(rev 0)
+++ 
branches/lucene3/upgrade-from-3.0-to-3.2/debian/liblucene3-java-contrib.prerm   
2011-08-16 19:11:45 UTC (rev 14212)
@@ -0,0 +1,27 @@
+#!/bin/sh -e
+# 
+# prerm maintainer script for the Debian liblucene3-java-contrib package.
+#
+# summary of how this script can be called:
+#   * old-prerm remove
+#   * old-prerm upgrade new-version
+#   * new-prerm failed-upgrade old-version
+#   * conflictor's-prerm remove in-favour package new-version
+#   * deconfigured's-prerm deconfigure in-favour 
package-being-installed version
+#   removing conflicting-package version
+#
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the 

[pkg-java] r14214 - in tags/libmp3spi-java: . 1.9.5-1/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:31:59 + (Tue, 16 Aug 2011)
New Revision: 14214

Added:
   tags/libmp3spi-java/1.9.5-1/
   tags/libmp3spi-java/1.9.5-1/debian/changelog
Removed:
   tags/libmp3spi-java/1.9.5-1/debian/changelog
Log:
[svn-buildpackage] Tagging libmp3spi-java 1.9.5-1

Deleted: tags/libmp3spi-java/1.9.5-1/debian/changelog
===
--- trunk/libmp3spi-java/debian/changelog   2011-08-16 19:11:45 UTC (rev 
14212)
+++ tags/libmp3spi-java/1.9.5-1/debian/changelog2011-08-16 19:31:59 UTC 
(rev 14214)
@@ -1,42 +0,0 @@
-libmp3spi-java (1.9.5-1) unstable; urgency=low
-
-  UNRELEASED
-  * New upstream release
-- Change d/watch to download the ZIP file since upstream provides ZIP files
-  only.
-  * Change Section: java.
-  * Switch to default-jdk.
-  * Clean up Depends.
-  * Update Standards-Version: 3.9.1.
-  * Switch to source format 3.0.
-  * Build tests now but don't run them. The actual tests need some data files
-that are not part of the source code.
-
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:05:55 +0200
-
-libmp3spi-java (1.9.4-3) unstable; urgency=low
-
-  * Move the package to pkg-java svn.
-  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
-  * Bump up Standards-Version to 3.7.3
-  * debian/control: Replace XS-Vcs headers with Vcs
-
- -- Varun Hiremath va...@debian.org  Fri, 11 Jan 2008 11:42:15 +0530
-
-libmp3spi-java (1.9.4-2) unstable; urgency=low
-
-  * Switch from kaffe to java-gcj-compat-dev.
-  * debian/control:
-+ Add XS-Vcs-{Svn,Browser} headers.
-+ Set Priority to optional from extra.
-  * Add debian/README.Debian-source file.
-  * Remove debian/install and install jar from debian/rules and create
-symbolic link.
-
- -- Varun Hiremath varunhirem...@gmail.com  Wed, 29 Aug 2007 12:57:41 +0530
-
-libmp3spi-java (1.9.4-1) unstable; urgency=low
-
-  * Initial release (Closes: #421639)
-
- -- Varun Hiremath varunhirem...@gmail.com  Tue, 24 Apr 2007 13:28:19 +0530

Copied: tags/libmp3spi-java/1.9.5-1/debian/changelog (from rev 14213, 
trunk/libmp3spi-java/debian/changelog)
===
--- tags/libmp3spi-java/1.9.5-1/debian/changelog
(rev 0)
+++ tags/libmp3spi-java/1.9.5-1/debian/changelog2011-08-16 19:31:59 UTC 
(rev 14214)
@@ -0,0 +1,41 @@
+libmp3spi-java (1.9.5-1) unstable; urgency=low
+
+  * New upstream release
+- Change d/watch to download the ZIP file since upstream provides ZIP files
+  only.
+  * Change Section: java.
+  * Switch to default-jdk.
+  * Clean up Depends.
+  * Update Standards-Version: 3.9.1.
+  * Switch to source format 3.0.
+  * Build tests now but don't run them. The actual tests need some data files
+that are not part of the source code.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:05:55 +0200
+
+libmp3spi-java (1.9.4-3) unstable; urgency=low
+
+  * Move the package to pkg-java svn.
+  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
+  * Bump up Standards-Version to 3.7.3
+  * debian/control: Replace XS-Vcs headers with Vcs
+
+ -- Varun Hiremath va...@debian.org  Fri, 11 Jan 2008 11:42:15 +0530
+
+libmp3spi-java (1.9.4-2) unstable; urgency=low
+
+  * Switch from kaffe to java-gcj-compat-dev.
+  * debian/control:
++ Add XS-Vcs-{Svn,Browser} headers.
++ Set Priority to optional from extra.
+  * Add debian/README.Debian-source file.
+  * Remove debian/install and install jar from debian/rules and create
+symbolic link.
+
+ -- Varun Hiremath varunhirem...@gmail.com  Wed, 29 Aug 2007 12:57:41 +0530
+
+libmp3spi-java (1.9.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #421639)
+
+ -- Varun Hiremath varunhirem...@gmail.com  Tue, 24 Apr 2007 13:28:19 +0530


___
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 libmp3spi-java_1.9.5-1_amd64.changes

2011-08-16 Thread Debian FTP Masters
libmp3spi-java_1.9.5-1_amd64.changes uploaded successfully to localhost
along with the files:
  libmp3spi-java_1.9.5-1.dsc
  libmp3spi-java_1.9.5.orig.tar.gz
  libmp3spi-java_1.9.5-1.debian.tar.gz
  libmp3spi-java_1.9.5-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.


[pkg-java] r14216 - in tags/libnachocalendar-java: . 0.23-5/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:34:53 + (Tue, 16 Aug 2011)
New Revision: 14216

Added:
   tags/libnachocalendar-java/0.23-5/
   tags/libnachocalendar-java/0.23-5/debian/changelog
Removed:
   tags/libnachocalendar-java/0.23-5/debian/changelog
Log:
[svn-buildpackage] Tagging libnachocalendar-java 0.23-5

Deleted: tags/libnachocalendar-java/0.23-5/debian/changelog
===
--- trunk/libnachocalendar-java/debian/changelog2011-08-16 19:31:59 UTC 
(rev 14214)
+++ tags/libnachocalendar-java/0.23-5/debian/changelog  2011-08-16 19:34:53 UTC 
(rev 14216)
@@ -1,37 +0,0 @@
-libnachocalendar-java (0.23-5) unstable; urgency=low
-
-  UNRELEASED
-  * QA upload.
-  * Orphaning package.
-
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:43:53 +0200
-
-libnachocalendar-java (0.23-4) unstable; urgency=low
-
-  * Move the package to pkg-java svn.
-  * Switch from kaffe to java-gcj-compat-dev.
-  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
-  * Add debian/README.Debian-source file.
-  * debian/control: add Vcs-{Svn,Browser} headers.
-  * Bump up Standards-Version to 3.7.3
-
- -- Varun Hiremath va...@debian.org  Sun, 13 Jan 2008 01:14:08 +0530
-
-libnachocalendar-java (0.23-3) unstable; urgency=low
-
-  * Remove manual*.pdf from orig.tar.gz because it is identical to the
-homepage content and because there is no source format.
-
- -- Torsten Werner twer...@debian.org  Sat, 12 May 2007 14:10:02 +0200
-
-libnachocalendar-java (0.23-2) unstable; urgency=low
-
-  * Really close the ITP. (Closes: #423138)
-
- -- Torsten Werner twer...@debian.org  Thu, 10 May 2007 07:24:30 +0200
-
-libnachocalendar-java (0.23-1) unstable; urgency=low
-
-  * Initial release
-
- -- Torsten Werner twer...@debian.org  Sun, 29 Apr 2007 16:23:33 +0200

Copied: tags/libnachocalendar-java/0.23-5/debian/changelog (from rev 14215, 
trunk/libnachocalendar-java/debian/changelog)
===
--- tags/libnachocalendar-java/0.23-5/debian/changelog  
(rev 0)
+++ tags/libnachocalendar-java/0.23-5/debian/changelog  2011-08-16 19:34:53 UTC 
(rev 14216)
@@ -0,0 +1,36 @@
+libnachocalendar-java (0.23-5) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:43:53 +0200
+
+libnachocalendar-java (0.23-4) unstable; urgency=low
+
+  * Move the package to pkg-java svn.
+  * Switch from kaffe to java-gcj-compat-dev.
+  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
+  * Add debian/README.Debian-source file.
+  * debian/control: add Vcs-{Svn,Browser} headers.
+  * Bump up Standards-Version to 3.7.3
+
+ -- Varun Hiremath va...@debian.org  Sun, 13 Jan 2008 01:14:08 +0530
+
+libnachocalendar-java (0.23-3) unstable; urgency=low
+
+  * Remove manual*.pdf from orig.tar.gz because it is identical to the
+homepage content and because there is no source format.
+
+ -- Torsten Werner twer...@debian.org  Sat, 12 May 2007 14:10:02 +0200
+
+libnachocalendar-java (0.23-2) unstable; urgency=low
+
+  * Really close the ITP. (Closes: #423138)
+
+ -- Torsten Werner twer...@debian.org  Thu, 10 May 2007 07:24:30 +0200
+
+libnachocalendar-java (0.23-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Torsten Werner twer...@debian.org  Sun, 29 Apr 2007 16:23:33 +0200


___
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] r14217 - old trunk

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:36:43 + (Tue, 16 Aug 2011)
New Revision: 14217

Added:
   old/libnachocalendar-java/
Removed:
   trunk/libnachocalendar-java/
Log:
orphaning package



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


Win $500,000 in Coca Cola Company @West Africa mid year promo.E-mail frankmorri...@ymail.com

2011-08-16 Thread Larry Long


Win $500,000 in Coca Cola Company @West Africa mid year promo.To 
qualify, Email the correct answer to the question given below to Mr. Frank 
Morris via(frankmorri...@ymail.commailto:frankmorri...@ymail.com)
Question: Who won the 2010 FIFA World Cup in South Africa? (A)England (B)Spain 
(C)Germany (D)Brazil.
__
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#638042: O: libnachocalendar-java

2011-08-16 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

I am orphaning the package in behalf of the Java team because:
- it hasn't been maintained for a long time
- it has no reverse dependencies
- it has a low popcon value
Feel free to re-introduce it to the team if want to actively maintain it.

Torsten



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


[pkg-java] r14218 - trunk/libpicocontainer-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:39:50 + (Tue, 16 Aug 2011)
New Revision: 14218

Modified:
   trunk/libpicocontainer-java/debian/changelog
Log:
release

Modified: trunk/libpicocontainer-java/debian/changelog
===
--- trunk/libpicocontainer-java/debian/changelog2011-08-16 19:36:43 UTC 
(rev 14217)
+++ trunk/libpicocontainer-java/debian/changelog2011-08-16 19:39:50 UTC 
(rev 14218)
@@ -1,6 +1,5 @@
 libpicocontainer-java (2.9-2) unstable; urgency=low
 
-  UNRELEASED
   * QA upload.
   * Orphaning package.
 


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


[pkg-java] r14219 - in tags/libpicocontainer-java: . 2.9-2/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:41:02 + (Tue, 16 Aug 2011)
New Revision: 14219

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

Deleted: tags/libpicocontainer-java/2.9-2/debian/changelog
===
--- trunk/libpicocontainer-java/debian/changelog2011-08-16 19:36:43 UTC 
(rev 14217)
+++ tags/libpicocontainer-java/2.9-2/debian/changelog   2011-08-16 19:41:02 UTC 
(rev 14219)
@@ -1,101 +0,0 @@
-libpicocontainer-java (2.9-2) unstable; urgency=low
-
-  UNRELEASED
-  * QA upload.
-  * Orphaning package.
-
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:52:52 +0200
-
-libpicocontainer-java (2.9-1) unstable; urgency=low
-
-  * New upstream release.
-  * Build-Depends on debhelper (= 7).
-  * Moved default-jdk and ant to Build-Depends.
-  * Tighten Build-Depends on libparanamer-java.
-  * Added myseld to Uploaders.
-
- -- Michael Koch konque...@gmx.de  Wed, 04 Nov 2009 20:01:14 +0100
-
-libpicocontainer-java (2.8-2) unstable; urgency=low
-
-  * Switch to default-java. (Closes: #543060)
-  * Add missing ${misc:Depends}.
-  * Change Section: java.
-  * Update Standards-Version: 3.8.3.
-
- -- Torsten Werner twer...@debian.org  Sun, 23 Aug 2009 11:21:58 +0200
-
-libpicocontainer-java (2.8-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Varun Hiremath va...@debian.org  Sun, 01 Mar 2009 15:30:32 -0500
-
-libpicocontainer-java (2.7-1) unstable; urgency=low
-
-  * New upstream release
-  * Disable compiler warnings.
-
- -- Torsten Werner twer...@debian.org  Tue, 17 Feb 2009 22:33:42 +0100
-
-libpicocontainer-java (2.6+dak1-1) unstable; urgency=low
-
-  * Move package to main.
-
- -- Torsten Werner twer...@debian.org  Tue, 18 Nov 2008 21:45:18 +0100
-
-libpicocontainer-java (2.6-1) unstable; urgency=low
-
-  * new upstream release
-
- -- Torsten Werner twer...@debian.org  Sat, 08 Nov 2008 23:14:44 +0100
-
-libpicocontainer-java (2.5-1) unstable; urgency=low
-
-  * new upstream release
-  * Fix debian/orig-tar.sh.
-
- -- Torsten Werner twer...@debian.org  Mon, 11 Aug 2008 20:41:39 +0200
-
-libpicocontainer-java (2.4-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump Standards-Version to 3.8.0
-
- -- Varun Hiremath va...@debian.org  Thu, 03 Jul 2008 00:57:00 +0530
-
-libpicocontainer-java (2.3-1) unstable; urgency=low
-
-  * New upstream release (Closes: #482863)
-  * Add libjboss-ejb3x-java to Build-Depends
-  * Move package to contrib
-
- -- Varun Hiremath va...@debian.org  Sat, 31 May 2008 19:57:28 +0530
-
-libpicocontainer-java (2.1-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Varun Hiremath va...@debian.org  Tue, 08 Apr 2008 13:04:46 +0530
-
-libpicocontainer-java (2.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump Standards-Version to 3.7.3
-  * Bump debhelper compat to 6
-  * Add libparanamer-java to Build-Depends-Indep
-  * debian/orig-tar.sh: exclude .svn files from orig.tar.gz
-
- -- Varun Hiremath va...@debian.org  Wed, 06 Feb 2008 17:00:20 +0530
-
-libpicocontainer-java (1.3-2) unstable; urgency=low
-
-  * Make debian/copyright more verbose.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Dec 2007 20:56:12 +0100
-
-libpicocontainer-java (1.3-1) unstable; urgency=low
-
-  * initial version (Closes: #453469)
-
- -- Torsten Werner twer...@debian.org  Mon, 26 Nov 2007 16:31:34 +0100

Copied: tags/libpicocontainer-java/2.9-2/debian/changelog (from rev 14218, 
trunk/libpicocontainer-java/debian/changelog)
===
--- tags/libpicocontainer-java/2.9-2/debian/changelog   
(rev 0)
+++ tags/libpicocontainer-java/2.9-2/debian/changelog   2011-08-16 19:41:02 UTC 
(rev 14219)
@@ -0,0 +1,100 @@
+libpicocontainer-java (2.9-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:52:52 +0200
+
+libpicocontainer-java (2.9-1) unstable; urgency=low
+
+  * New upstream release.
+  * Build-Depends on debhelper (= 7).
+  * Moved default-jdk and ant to Build-Depends.
+  * Tighten Build-Depends on libparanamer-java.
+  * Added myseld to Uploaders.
+
+ -- Michael Koch konque...@gmx.de  Wed, 04 Nov 2009 20:01:14 +0100
+
+libpicocontainer-java (2.8-2) unstable; urgency=low
+
+  * Switch to default-java. (Closes: #543060)
+  * Add missing ${misc:Depends}.
+  * Change Section: java.
+  * Update Standards-Version: 3.8.3.
+
+ -- Torsten Werner twer...@debian.org  Sun, 23 Aug 2009 11:21:58 +0200
+
+libpicocontainer-java (2.8-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Varun Hiremath va...@debian.org  Sun, 01 Mar 2009 15:30:32 -0500
+
+libpicocontainer-java (2.7-1) unstable; urgency=low
+
+  * New upstream release
+  * Disable compiler warnings.
+
+ -- Torsten Werner 

[pkg-java] r14220 - old trunk

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:43:21 + (Tue, 16 Aug 2011)
New Revision: 14220

Added:
   old/libpicocontainer-java/
Removed:
   trunk/libpicocontainer-java/
Log:
orphaning package



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


[pkg-java] r14221 - trunk/libparanamer-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:45:00 + (Tue, 16 Aug 2011)
New Revision: 14221

Modified:
   trunk/libparanamer-java/debian/changelog
Log:
release

Modified: trunk/libparanamer-java/debian/changelog
===
--- trunk/libparanamer-java/debian/changelog2011-08-16 19:43:21 UTC (rev 
14220)
+++ trunk/libparanamer-java/debian/changelog2011-08-16 19:45:00 UTC (rev 
14221)
@@ -1,6 +1,5 @@
 libparanamer-java (2.1-2) unstable; urgency=low
 
-  UNRELEASED
   * QA upload.
   * Orphaning package.
 


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


[pkg-java] r14222 - in tags/libparanamer-java: . 2.1-2/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:46:05 + (Tue, 16 Aug 2011)
New Revision: 14222

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

Deleted: tags/libparanamer-java/2.1-2/debian/changelog
===
--- trunk/libparanamer-java/debian/changelog2011-08-16 19:43:21 UTC (rev 
14220)
+++ tags/libparanamer-java/2.1-2/debian/changelog   2011-08-16 19:46:05 UTC 
(rev 14222)
@@ -1,56 +0,0 @@
-libparanamer-java (2.1-2) unstable; urgency=low
-
-  UNRELEASED
-  * QA upload.
-  * Orphaning package.
-
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:50:39 +0200
-
-libparanamer-java (2.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * (Build-)Depends on default-jdk.
-  * Build-Depends on debhelper (= 7).
-  * Move package into java section.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Wed, 04 Nov 2009 19:48:16 +0100
-
-libparanamer-java (1.3-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Varun Hiremath va...@debian.org  Sun, 01 Mar 2009 15:08:49 -0500
-
-libparanamer-java (1.1.4-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump Standards-Version to 3.8.0
-
- -- Varun Hiremath va...@debian.org  Sun, 22 Jun 2008 17:46:37 +0530
-
-libparanamer-java (1.1.3-1) unstable; urgency=low
-
-  * New upstream release (Closes: #482984)
-
- -- Varun Hiremath va...@debian.org  Sat, 31 May 2008 19:13:35 +0530
-
-libparanamer-java (1.1.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Fix watch file
-
- -- Varun Hiremath va...@debian.org  Wed, 19 Mar 2008 16:21:07 +0530
-
-libparanamer-java (1.1.1-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Varun Hiremath va...@debian.org  Wed, 06 Feb 2008 16:53:51 +0530
-
-libparanamer-java (1.1-1) unstable; urgency=low
-
-  * Initial release (Closes: #462081)
-
- -- Varun Hiremath va...@debian.org  Tue, 22 Jan 2008 19:07:12 +0530

Copied: tags/libparanamer-java/2.1-2/debian/changelog (from rev 14221, 
trunk/libparanamer-java/debian/changelog)
===
--- tags/libparanamer-java/2.1-2/debian/changelog   
(rev 0)
+++ tags/libparanamer-java/2.1-2/debian/changelog   2011-08-16 19:46:05 UTC 
(rev 14222)
@@ -0,0 +1,55 @@
+libparanamer-java (2.1-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 15:50:39 +0200
+
+libparanamer-java (2.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * (Build-)Depends on default-jdk.
+  * Build-Depends on debhelper (= 7).
+  * Move package into java section.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Wed, 04 Nov 2009 19:48:16 +0100
+
+libparanamer-java (1.3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Varun Hiremath va...@debian.org  Sun, 01 Mar 2009 15:08:49 -0500
+
+libparanamer-java (1.1.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.8.0
+
+ -- Varun Hiremath va...@debian.org  Sun, 22 Jun 2008 17:46:37 +0530
+
+libparanamer-java (1.1.3-1) unstable; urgency=low
+
+  * New upstream release (Closes: #482984)
+
+ -- Varun Hiremath va...@debian.org  Sat, 31 May 2008 19:13:35 +0530
+
+libparanamer-java (1.1.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Fix watch file
+
+ -- Varun Hiremath va...@debian.org  Wed, 19 Mar 2008 16:21:07 +0530
+
+libparanamer-java (1.1.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Varun Hiremath va...@debian.org  Wed, 06 Feb 2008 16:53:51 +0530
+
+libparanamer-java (1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #462081)
+
+ -- Varun Hiremath va...@debian.org  Tue, 22 Jan 2008 19:07:12 +0530


___
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] r14223 - old trunk

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:47:46 + (Tue, 16 Aug 2011)
New Revision: 14223

Added:
   old/libparanamer-java/
Removed:
   trunk/libparanamer-java/
Log:
orphaning package


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


libmp3spi-java_1.9.5-1_amd64.changes ACCEPTED into unstable

2011-08-16 Thread Debian FTP Masters



Accepted:
libmp3spi-java_1.9.5-1.debian.tar.gz
  to main/libm/libmp3spi-java/libmp3spi-java_1.9.5-1.debian.tar.gz
libmp3spi-java_1.9.5-1.dsc
  to main/libm/libmp3spi-java/libmp3spi-java_1.9.5-1.dsc
libmp3spi-java_1.9.5-1_all.deb
  to main/libm/libmp3spi-java/libmp3spi-java_1.9.5-1_all.deb
libmp3spi-java_1.9.5.orig.tar.gz
  to main/libm/libmp3spi-java/libmp3spi-java_1.9.5.orig.tar.gz


Override entries for your package:
libmp3spi-java_1.9.5-1.dsc - source java
libmp3spi-java_1.9.5-1_all.deb - optional java

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


Thank you for your contribution to Debian.

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


[pkg-java] r14224 - trunk/libpdfrenderer-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:51:09 + (Tue, 16 Aug 2011)
New Revision: 14224

Modified:
   trunk/libpdfrenderer-java/debian/changelog
Log:
release

Modified: trunk/libpdfrenderer-java/debian/changelog
===
--- trunk/libpdfrenderer-java/debian/changelog  2011-08-16 19:47:46 UTC (rev 
14223)
+++ trunk/libpdfrenderer-java/debian/changelog  2011-08-16 19:51:09 UTC (rev 
14224)
@@ -1,6 +1,5 @@
 libpdfrenderer-java (0.9.0-1) unstable; urgency=low
 
-  UNRELEASED
   * New upstream release
   * Create orig tarball from SVN tag.
   * Change Section: java.


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


[pkg-java] r14225 - in tags/libpdfrenderer-java: . 0.9.0-1/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:56:53 + (Tue, 16 Aug 2011)
New Revision: 14225

Added:
   tags/libpdfrenderer-java/0.9.0-1/
   tags/libpdfrenderer-java/0.9.0-1/debian/changelog
Removed:
   tags/libpdfrenderer-java/0.9.0-1/debian/changelog
Log:
[svn-buildpackage] Tagging libpdfrenderer-java 0.9.0-1

Deleted: tags/libpdfrenderer-java/0.9.0-1/debian/changelog
===
--- trunk/libpdfrenderer-java/debian/changelog  2011-08-16 19:47:46 UTC (rev 
14223)
+++ tags/libpdfrenderer-java/0.9.0-1/debian/changelog   2011-08-16 19:56:53 UTC 
(rev 14225)
@@ -1,18 +0,0 @@
-libpdfrenderer-java (0.9.0-1) unstable; urgency=low
-
-  UNRELEASED
-  * New upstream release
-  * Create orig tarball from SVN tag.
-  * Change Section: java.
-  * Change Build-Depends: default-jdk.
-  * Fix Depends.
-  * Use upstream provided build.xml file and remove debian/build.xml.
-  * Switch to source format 3.0.
-
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 16:52:43 +0200
-
-libpdfrenderer-java (0~20080829-1) unstable; urgency=low
-
-  * Initial release. (Closes: #497104)
-
- -- Torsten Werner twer...@debian.org  Fri, 29 Aug 2008 23:54:36 +0200

Copied: tags/libpdfrenderer-java/0.9.0-1/debian/changelog (from rev 14224, 
trunk/libpdfrenderer-java/debian/changelog)
===
--- tags/libpdfrenderer-java/0.9.0-1/debian/changelog   
(rev 0)
+++ tags/libpdfrenderer-java/0.9.0-1/debian/changelog   2011-08-16 19:56:53 UTC 
(rev 14225)
@@ -0,0 +1,17 @@
+libpdfrenderer-java (0.9.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Create orig tarball from SVN tag.
+  * Change Section: java.
+  * Change Build-Depends: default-jdk.
+  * Fix Depends.
+  * Use upstream provided build.xml file and remove debian/build.xml.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 16:52:43 +0200
+
+libpdfrenderer-java (0~20080829-1) unstable; urgency=low
+
+  * Initial release. (Closes: #497104)
+
+ -- Torsten Werner twer...@debian.org  Fri, 29 Aug 2008 23:54:36 +0200


___
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] r14226 - trunk/libplexus-utils/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 19:59:20 + (Tue, 16 Aug 2011)
New Revision: 14226

Modified:
   trunk/libplexus-utils/debian/changelog
Log:
release

Modified: trunk/libplexus-utils/debian/changelog
===
--- trunk/libplexus-utils/debian/changelog  2011-08-16 19:56:53 UTC (rev 
14225)
+++ trunk/libplexus-utils/debian/changelog  2011-08-16 19:59:20 UTC (rev 
14226)
@@ -1,6 +1,5 @@
 libplexus-utils (1:1.5.15-3) unstable; urgency=low
 
-  UNRELEASED
   * Remove Trygve, Arnaud, and Paul from Uploaders list.
   * Update Standards-Version: 3.9.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


[pkg-java] r14228 - in trunk/libplexus-utils/debian: . source

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:02:39 + (Tue, 16 Aug 2011)
New Revision: 14228

Added:
   trunk/libplexus-utils/debian/source/
   trunk/libplexus-utils/debian/source/format
Modified:
   trunk/libplexus-utils/debian/changelog
Log:
Switch to source format 3.0.

Modified: trunk/libplexus-utils/debian/changelog
===
--- trunk/libplexus-utils/debian/changelog  2011-08-16 20:01:37 UTC (rev 
14227)
+++ trunk/libplexus-utils/debian/changelog  2011-08-16 20:02:39 UTC (rev 
14228)
@@ -2,8 +2,9 @@
 
   * Remove Trygve, Arnaud, and Paul from Uploaders list.
   * Update Standards-Version: 3.9.1.
+  * Switch to source format 3.0.
 
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 17:15:46 +0200
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:02:11 +0200
 
 libplexus-utils (1:1.5.15-2) unstable; urgency=low
 

Added: trunk/libplexus-utils/debian/source/format
===
--- trunk/libplexus-utils/debian/source/format  (rev 0)
+++ trunk/libplexus-utils/debian/source/format  2011-08-16 20:02:39 UTC (rev 
14228)
@@ -0,0 +1 @@
+3.0 (quilt)


___
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 libpdfrenderer-java_0.9.0-1_amd64.changes

2011-08-16 Thread Debian FTP Masters
libpdfrenderer-java_0.9.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  libpdfrenderer-java_0.9.0-1.dsc
  libpdfrenderer-java_0.9.0.orig.tar.gz
  libpdfrenderer-java_0.9.0-1.debian.tar.gz
  libpdfrenderer-java_0.9.0-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.


[pkg-java] r14229 - tags/libplexus-utils

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:03:57 + (Tue, 16 Aug 2011)
New Revision: 14229

Removed:
   tags/libplexus-utils/1:1.5.15-3/
Log:
[svn-buildpackage] Removing old tag libplexus-utils-1:1.5.15-3


___
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] r14230 - in tags/libplexus-utils: . 1:1.5.15-3/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:04:11 + (Tue, 16 Aug 2011)
New Revision: 14230

Added:
   tags/libplexus-utils/1:1.5.15-3/
   tags/libplexus-utils/1:1.5.15-3/debian/changelog
   tags/libplexus-utils/1:1.5.15-3/debian/source/
Removed:
   tags/libplexus-utils/1:1.5.15-3/debian/changelog
Log:
[svn-buildpackage] Tagging libplexus-utils 1:1.5.15-3

Deleted: tags/libplexus-utils/1:1.5.15-3/debian/changelog
===
--- trunk/libplexus-utils/debian/changelog  2011-08-16 19:56:53 UTC (rev 
14225)
+++ tags/libplexus-utils/1:1.5.15-3/debian/changelog2011-08-16 20:04:11 UTC 
(rev 14230)
@@ -1,114 +0,0 @@
-libplexus-utils (1:1.5.15-3) unstable; urgency=low
-
-  UNRELEASED
-  * Remove Trygve, Arnaud, and Paul from Uploaders list.
-  * Update Standards-Version: 3.9.1.
-
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 17:15:46 +0200
-
-libplexus-utils (1:1.5.15-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 12:15:29 +0200
-
-libplexus-utils (1:1.5.15-1) experimental; urgency=low
-
-  * New upstream version, add myself to Uploaders
-  * Add the Maven POM to the package,
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-Maven repository 
-  * Remove the dependency on default-java and java2-runtime as this is a 
-library
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 02 Jul 2009 14:41:15 
+
-
-libplexus-utils (1:1.5.6-3) unstable; urgency=low
-
-  * Add missing Depends: ${misc:Depends}.
-  * Change Section: java.
-  * Update Standards-Version: 3.8.2 (no changes).
-  * Switch to default-jdk. (Closes: #526290)
-
- -- Torsten Werner twer...@debian.org  Wed, 01 Jul 2009 22:44:45 +0200
-
-libplexus-utils (1:1.5.6-2) experimental; urgency=low
-
-  * Add missing Depends.
-
- -- Torsten Werner twer...@debian.org  Thu, 11 Dec 2008 15:09:19 +0100
-
-libplexus-utils (1:1.5.6-1) experimental; urgency=low
-
-  [ Michael Koch ]
-  * Added watch file.
-  * Added myself to Uploaders.
-
-  [ Torsten Werner ]
-  * New upstream release
-  * Update watch file.
-  * Added myself to Uploaders.
-  * Bump up Standards-Version: 3.8.0 (no changes).
-
- -- Torsten Werner twer...@debian.org  Sun, 07 Dec 2008 22:04:27 +0100
-
-libplexus-utils (1:1.4.8-1) unstable; urgency=low
-
-  * New upstream version (Closes: #454095).
-  * Added Homepage and svn control fields.
-  * Set to standards version 3.7.3 (already conforms to
-new standard).
-
- -- Paul Cager paul-deb...@home.paulcager.org  Wed, 05 Dec 2007 22:55:09 
+
-
-libplexus-utils (1:1.4.1-1) unstable; urgency=low
-
-  * Revert to last stable version (1.4.1)
-Added epoch 1
-
-  * Corrected name of Jar:
-Was: libplexus-utils.jar
-Now: plexus-utils.jar
-Symlink retained to old name for compatability.
-
-  * Changed to use direct calls of dh_install/link
-
- -- Paul Cager paul-deb...@home.paulcager.org  Wed, 06 Jun 2007 12:07:28 
+0100
-
-libplexus-utils (1.4.1+svn6048-1) unstable; urgency=low
-
-  * New upstream version, required for maven2 packaging
-(Closes: #413523)
-  * Added myself to uploaders
-  * Wolfgang removed from uploaders as he is currently inactive
-  * Bumped to debhelper version 5
-  * Bumped to standards version 3.7.2
-  * Copyright and Authors updated
-  * Updated for new pkg-java standards:
- - Binary package renamed to libplexus-utils-java
- - Created separate doc package
- - Using gcj-compat-dev to compile
-
- -- Paul Cager paul-deb...@home.paulcager.org  Sun, 25 Mar 2007 18:27:29 
+0100
-
-libplexus-utils (1.0alpha1-3) unstable; urgency=low
-
-  * kaffe compiler transition
-  * Depend on kaffe | java1-runtime | java2-runtime
-  * Added myself to uploaders
-
- -- Wolfgang Baer wb...@gmx.de  Mon, 16 Jan 2006 10:43:19 +0100
-
-libplexus-utils (1.0alpha1-2) unstable; urgency=low
-
-  * ant transition
-  * Standards Version 3.6.2, no change.
-
- -- Arnaud Vandyck av...@debian.org  Tue, 11 Oct 2005 13:53:43 +0200
-
-libplexus-utils (1.0alpha1-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Trygve Laugstøl tryg...@codehaus.org  Tue, 19 Aug 2005 00:26:30 +0100

Copied: tags/libplexus-utils/1:1.5.15-3/debian/changelog (from rev 14228, 
trunk/libplexus-utils/debian/changelog)
===
--- tags/libplexus-utils/1:1.5.15-3/debian/changelog
(rev 0)
+++ tags/libplexus-utils/1:1.5.15-3/debian/changelog2011-08-16 20:04:11 UTC 
(rev 14230)
@@ -0,0 +1,114 @@
+libplexus-utils (1:1.5.15-3) unstable; urgency=low
+
+  * Remove Trygve, Arnaud, and Paul from Uploaders list.
+  * Update Standards-Version: 3.9.1.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:02:11 +0200
+
+libplexus-utils (1:1.5.15-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- 

[pkg-java] r14231 - trunk/libregexp-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:05:48 + (Tue, 16 Aug 2011)
New Revision: 14231

Modified:
   trunk/libregexp-java/debian/changelog
Log:
release

Modified: trunk/libregexp-java/debian/changelog
===
--- trunk/libregexp-java/debian/changelog   2011-08-16 20:04:11 UTC (rev 
14230)
+++ trunk/libregexp-java/debian/changelog   2011-08-16 20:05:48 UTC (rev 
14231)
@@ -1,4 +1,4 @@
-libregexp-java (1.5-3) UNRELEASED; urgency=low
+libregexp-java (1.5-3) unstable; urgency=low
 
   [ Ludovic Claude ]
   * Change section of libregex-java-doc to doc


___
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] r14232 - in tags/libregexp-java: . 1.5-3/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:07:18 + (Tue, 16 Aug 2011)
New Revision: 14232

Added:
   tags/libregexp-java/1.5-3/
   tags/libregexp-java/1.5-3/debian/changelog
Removed:
   tags/libregexp-java/1.5-3/debian/changelog
Log:
[svn-buildpackage] Tagging libregexp-java 1.5-3

Deleted: tags/libregexp-java/1.5-3/debian/changelog
===
--- trunk/libregexp-java/debian/changelog   2011-08-16 20:04:11 UTC (rev 
14230)
+++ tags/libregexp-java/1.5-3/debian/changelog  2011-08-16 20:07:18 UTC (rev 
14232)
@@ -1,169 +0,0 @@
-libregexp-java (1.5-3) UNRELEASED; urgency=low
-
-  [ Ludovic Claude ]
-  * Change section of libregex-java-doc to doc
-
-  [ Niels Thykier ]
-  * Removed Depends on JREs (Closes: #528306)
-  * Fixed broken Vcs-Browser link.
-
-  [ Torsten Werner ]
-  * Remove Arnaud from Uploaders list.
-  * Switch to source format 3.0.
-
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 17:40:37 +0200
-
-libregexp-java (1.5-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 12:39:23 +0200
-
-libregexp-java (1.5-1) experimental; urgency=low
-
-  * New upstream version
-  * Add myself to Uploaders
-  * Remove old java1 runtimes from the list of Depends:
-  * Add the Maven POM to the package
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Update debian/copyright to the machine-readable format.
-  * Put the documentation in a separate package
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 02 Aug 2009 23:21:23 
+0100
-
-libregexp-java (1.4-6) unstable; urgency=low
-
-  [ Matthias Klose ]
-  * Set java source version to 1.4.
-
-  [ Torsten Werner ]
-  * Add myself to Uploaders.
-  * Add missing Depends: ${misc:Depends}.
-  * Switch to debhelper compat level 5.
-  * Add Vcs-* and Homepage headers.
-  * Update Standards-Version: 3.8.2.
-  * Add copyright notice.
-  * Do no longer quote the full text of the Apache license.
-  * Change Section: java.
-
- -- Torsten Werner twer...@debian.org  Sun, 02 Aug 2009 23:32:03 +0200
-
-libregexp-java (1.4-5) unstable; urgency=low
-
-  * Build-depend on default-jdk-builddep.
-  * libregexp-java: Depend on default-jre-headless as the preferred runtime,
-keep the existing alternatives for now.
-
- -- Matthias Klose d...@debian.org  Tue, 05 Aug 2008 00:04:14 +0200
-
-libregexp-java (1.4-4) unstable; urgency=low
-
-  * Use java-gcj-compat instead of kaffe.
-  * Moved Build-Depends-Indep to Build-Depends.
-  * Removed Wolfgang and added myself to Uploaders.
-  * Updated Standards-Version.
-
- -- Michael Koch konque...@gmx.de  Sun, 17 Jun 2007 21:00:58 +0200
-
-libregexp-java (1.4-3) unstable; urgency=low
-
-  * Removed Takashi Okamoto (closes:#352990).
-  * Added myself.
-
- -- Arnaud Vandyck av...@debian.org  Tue, 25 Apr 2006 17:09:42 +0200
-
-libregexp-java (1.4-2) unstable; urgency=low
-
-  * kaffe compiler transition
-
- -- Wolfgang Baer wb...@gmx.de  Sun, 15 Jan 2006 18:21:14 +0100
-
-libregexp-java (1.4-1) unstable; urgency=low
-
-  * New upstream
-+ Moved package to a non-native format
-+ Updated copyright to Apache 2.0 License
-  * Remove useless README.debian file
-  * Remove useless debhelper files in debian directory
-  * Moved package into pkg-java maintainers as Takashi wants
-to comaintain his java packages - added Takashi as Uploader
-  * Upgrade build-dependencies and added depends needed by java policy
-  * Build javadocs and register with doc-base - added dirs, docs
-and doc-base file to debian directory
-  * Standards-Version 3.6.2 (no changes)
-  * Added myself as uploader
-
- -- Wolfgang Baer wb...@gmx.de  Sun, 18 Sep 2005 20:45:52 +0200
-
-libregexp-java (1.3-1) unstable; urgency=low
-
-  * New upstream.
-
- -- Takashi Okamoto t...@debian.org  Sun, 15 Feb 2004 23:40:09 +0900
-
-libregexp-java (1.2.20010409-5) unstable; urgency=low
-
-  * fixed FTBFS. (closes: #189909)
-
- -- Takashi Okamoto t...@debian.org  Sun, 31 Aug 2003 19:25:19 +0900
-
-libregexp-java (1.2.20010409-4) unstable; urgency=low
-
-  * fixed FTBFS. (closes: #162436)
-
- -- Takashi Okamoto t...@debian.org  Sun, 31 Aug 2003 19:25:06 +0900
-
-libregexp-java (1.2.20010409-3) unstable; urgency=low
-
-  * remove ant dependency.(Closes: #133069)
-
- -- Takashi Okamoto t...@debian.org  Sat,  9 Feb 2002 19:22:43 +0900
-
-libregexp-java (1.2.20010409-2) unstable; urgency=low
-
-  * change Build-Depends to Build-Depends-Indep.
-  * change /usr/share/java/regexp.jar to /usr/share/java/regexp-1.2.jar
-new regexp.jar is symbolic link in regexp-1.2.jar
-
- -- Takashi Okamoto t...@debian.org  Thu, 17 Jan 2002 17:21:30 +0900
-
-libregexp-java (1.2.20010409-1) unstable; urgency=low
-
-  * new upstream version under development. This version is fixed some
-bugs.
-
- -- Takashi Okamoto t...@debian.org  Sat,  5 May 2001 12:47:33 +
-
-libregexp-java (1.2-4) unstable; urgency=low
-
-  * add final line in debian/copyright
-  * 

Processing of libplexus-utils_1.5.15-3_amd64.changes

2011-08-16 Thread Debian FTP Masters
libplexus-utils_1.5.15-3_amd64.changes uploaded successfully to localhost
along with the files:
  libplexus-utils_1.5.15-3.dsc
  libplexus-utils_1.5.15-3.debian.tar.gz
  libplexus-utils-java_1.5.15-3_all.deb
  libplexus-utils-java-doc_1.5.15-3_all.deb

Greetings,

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

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


Processing of libregexp-java_1.5-3_amd64.changes

2011-08-16 Thread Debian FTP Masters
libregexp-java_1.5-3_amd64.changes uploaded successfully to localhost
along with the files:
  libregexp-java_1.5-3.dsc
  libregexp-java_1.5-3.debian.tar.gz
  libregexp-java_1.5-3_all.deb
  libregexp-java-doc_1.5-3_all.deb

Greetings,

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

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


Bug#638044: O: libparanamer-java

2011-08-16 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

I am orphaning the package in behalf of the Java team because:
- it hasn't been maintained for a long time
- it has only orphaned reverse dependencies
- it has a low popcon value
Feel free to re-introduce it to the team if want to actively maintain it.

Torsten



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


[pkg-java] r14233 - trunk/liblastfm-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:20:50 + (Tue, 16 Aug 2011)
New Revision: 14233

Removed:
   trunk/liblastfm-java/debian/build.xml
Modified:
   trunk/liblastfm-java/debian/changelog
   trunk/liblastfm-java/debian/docs
   trunk/liblastfm-java/debian/rules
Log:
* Update debian/watch. But uscan does not work yet.
* Switch to upstream provided build.xml and remove debian/build.xml.

Deleted: trunk/liblastfm-java/debian/build.xml
===
--- trunk/liblastfm-java/debian/build.xml   2011-08-16 20:07:18 UTC (rev 
14232)
+++ trunk/liblastfm-java/debian/build.xml   2011-08-16 20:20:50 UTC (rev 
14233)
@@ -1,35 +0,0 @@
-?xml version=1.0 encoding=utf-8?
-
-project default=jar name=${project.name} basedir=..
-  patternset id=compiler.resources
-include name=**/?*.properties /
-  /patternset
-
-  target name=clean
-delete dir=${class.dir} quiet=true /
-delete file=${jar.name} quiet=true /
-delete dir=${doc.dir} quiet=true /
-  /target
-
-  target name=compile
-mkdir dir=${class.dir} /
-javac srcdir=${source.dir} destdir=${class.dir}
-  debug=true source=1.5/
-copy todir=${class.dir}
-  fileset dir=${source.dir}
-patternset refid=compiler.resources /
-  /fileset
-/copy
-  /target
-
-  target name=jar description=o Create the jar depends=compile
-jar jarfile=${jar.name} basedir=${class.dir} excludes=test/**/*/
-  /target
-
-  target name=javadoc description=Creates Javadoc documentation
-mkdir dir=${doc.dir} /
-javadoc packagenames=* sourcepath=${source.dir}
-destdir=${doc.dir} excludepackagenames=examples, test/
-  /target
-
-/project

Modified: trunk/liblastfm-java/debian/changelog
===
--- trunk/liblastfm-java/debian/changelog   2011-08-16 20:07:18 UTC (rev 
14232)
+++ trunk/liblastfm-java/debian/changelog   2011-08-16 20:20:50 UTC (rev 
14233)
@@ -1,10 +1,10 @@
 liblastfm-java (1:0.1.0-1) unstable; urgency=low
 
-  UNRELEASED (uscan does not work yet)
   * New upstream release
-  * Update debian/watch.
+  * Update debian/watch. But uscan does not work yet.
+  * Switch to upstream provided build.xml and remove debian/build.xml.
 
- -- Torsten Werner twer...@debian.org  Mon, 15 Aug 2011 23:39:05 +0200
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:19:48 +0200
 
 liblastfm-java (7.3-1) unstable; urgency=low
 

Modified: trunk/liblastfm-java/debian/docs
===
--- trunk/liblastfm-java/debian/docs2011-08-16 20:07:18 UTC (rev 14232)
+++ trunk/liblastfm-java/debian/docs2011-08-16 20:20:50 UTC (rev 14233)
@@ -1 +1 @@
-apidocs
+doc/*

Modified: trunk/liblastfm-java/debian/rules
===
--- trunk/liblastfm-java/debian/rules   2011-08-16 20:07:18 UTC (rev 14232)
+++ trunk/liblastfm-java/debian/rules   2011-08-16 20:20:50 UTC (rev 14233)
@@ -3,13 +3,13 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
-DEB_ANT_BUILD_TARGET   := jar javadoc
-DEB_ANT_BUILDFILE  := debian/build.xml
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk
 
 install/liblastfm-java::
-   install -m 644 -D lastfm.jar 
$(DEB_DESTDIR)/usr/share/java/lastfm-$(DEB_UPSTREAM_VERSION).jar
-   dh_link /usr/share/java/lastfm-$(DEB_UPSTREAM_VERSION).jar 
/usr/share/java/lastfm.jar
+   install -m 644 -D last.fm-bindings-0.1.0.jar \
+   $(DEB_DESTDIR)/usr/share/java/lastfm-$(DEB_UPSTREAM_VERSION).jar
+   dh_link /usr/share/java/lastfm-$(DEB_UPSTREAM_VERSION).jar \
+   /usr/share/java/lastfm.jar
 
 get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download


___
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] r14234 - in tags/liblastfm-java: . 1:0.1.0-1/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:22:42 + (Tue, 16 Aug 2011)
New Revision: 14234

Added:
   tags/liblastfm-java/1:0.1.0-1/
   tags/liblastfm-java/1:0.1.0-1/debian/changelog
   tags/liblastfm-java/1:0.1.0-1/debian/docs
   tags/liblastfm-java/1:0.1.0-1/debian/rules
Removed:
   tags/liblastfm-java/1:0.1.0-1/debian/build.xml
   tags/liblastfm-java/1:0.1.0-1/debian/changelog
   tags/liblastfm-java/1:0.1.0-1/debian/docs
   tags/liblastfm-java/1:0.1.0-1/debian/rules
Log:
[svn-buildpackage] Tagging liblastfm-java 1:0.1.0-1

Deleted: tags/liblastfm-java/1:0.1.0-1/debian/build.xml
===
--- trunk/liblastfm-java/debian/build.xml   2011-08-16 20:07:18 UTC (rev 
14232)
+++ tags/liblastfm-java/1:0.1.0-1/debian/build.xml  2011-08-16 20:22:42 UTC 
(rev 14234)
@@ -1,35 +0,0 @@
-?xml version=1.0 encoding=utf-8?
-
-project default=jar name=${project.name} basedir=..
-  patternset id=compiler.resources
-include name=**/?*.properties /
-  /patternset
-
-  target name=clean
-delete dir=${class.dir} quiet=true /
-delete file=${jar.name} quiet=true /
-delete dir=${doc.dir} quiet=true /
-  /target
-
-  target name=compile
-mkdir dir=${class.dir} /
-javac srcdir=${source.dir} destdir=${class.dir}
-  debug=true source=1.5/
-copy todir=${class.dir}
-  fileset dir=${source.dir}
-patternset refid=compiler.resources /
-  /fileset
-/copy
-  /target
-
-  target name=jar description=o Create the jar depends=compile
-jar jarfile=${jar.name} basedir=${class.dir} excludes=test/**/*/
-  /target
-
-  target name=javadoc description=Creates Javadoc documentation
-mkdir dir=${doc.dir} /
-javadoc packagenames=* sourcepath=${source.dir}
-destdir=${doc.dir} excludepackagenames=examples, test/
-  /target
-
-/project

Deleted: tags/liblastfm-java/1:0.1.0-1/debian/changelog
===
--- trunk/liblastfm-java/debian/changelog   2011-08-16 20:07:18 UTC (rev 
14232)
+++ tags/liblastfm-java/1:0.1.0-1/debian/changelog  2011-08-16 20:22:42 UTC 
(rev 14234)
@@ -1,20 +0,0 @@
-liblastfm-java (1:0.1.0-1) unstable; urgency=low
-
-  UNRELEASED (uscan does not work yet)
-  * New upstream release
-  * Update debian/watch.
-
- -- Torsten Werner twer...@debian.org  Mon, 15 Aug 2011 23:39:05 +0200
-
-liblastfm-java (7.3-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump Standards-Version to 3.8.2
-
- -- Varun Hiremath va...@debian.org  Thu, 06 Aug 2009 23:28:15 -0400
-
-liblastfm-java (5.21-1) unstable; urgency=low
-
-  * Initial release (Closes: #533366)
-
- -- Varun Hiremath va...@debian.org  Tue, 16 Jun 2009 17:39:14 -0400

Copied: tags/liblastfm-java/1:0.1.0-1/debian/changelog (from rev 14233, 
trunk/liblastfm-java/debian/changelog)
===
--- tags/liblastfm-java/1:0.1.0-1/debian/changelog  
(rev 0)
+++ tags/liblastfm-java/1:0.1.0-1/debian/changelog  2011-08-16 20:22:42 UTC 
(rev 14234)
@@ -0,0 +1,20 @@
+liblastfm-java (1:0.1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Update debian/watch. But uscan does not work yet.
+  * Switch to upstream provided build.xml and remove debian/build.xml.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:19:48 +0200
+
+liblastfm-java (7.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.8.2
+
+ -- Varun Hiremath va...@debian.org  Thu, 06 Aug 2009 23:28:15 -0400
+
+liblastfm-java (5.21-1) unstable; urgency=low
+
+  * Initial release (Closes: #533366)
+
+ -- Varun Hiremath va...@debian.org  Tue, 16 Jun 2009 17:39:14 -0400

Deleted: tags/liblastfm-java/1:0.1.0-1/debian/docs
===
--- trunk/liblastfm-java/debian/docs2011-08-16 20:07:18 UTC (rev 14232)
+++ tags/liblastfm-java/1:0.1.0-1/debian/docs   2011-08-16 20:22:42 UTC (rev 
14234)
@@ -1 +0,0 @@
-apidocs

Copied: tags/liblastfm-java/1:0.1.0-1/debian/docs (from rev 14233, 
trunk/liblastfm-java/debian/docs)
===
--- tags/liblastfm-java/1:0.1.0-1/debian/docs   (rev 0)
+++ tags/liblastfm-java/1:0.1.0-1/debian/docs   2011-08-16 20:22:42 UTC (rev 
14234)
@@ -0,0 +1 @@
+doc/*

Deleted: tags/liblastfm-java/1:0.1.0-1/debian/rules
===
--- trunk/liblastfm-java/debian/rules   2011-08-16 20:07:18 UTC (rev 14232)
+++ tags/liblastfm-java/1:0.1.0-1/debian/rules  2011-08-16 20:22:42 UTC (rev 
14234)
@@ -1,15 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
-DEB_ANT_BUILD_TARGET   := jar javadoc
-DEB_ANT_BUILDFILE  := debian/build.xml
-
-install/liblastfm-java::
-   install -m 644 

[pkg-java] r14235 - in trunk/liblastfm-java/debian: . source

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:23:17 + (Tue, 16 Aug 2011)
New Revision: 14235

Added:
   trunk/liblastfm-java/debian/source/
   trunk/liblastfm-java/debian/source/format
Modified:
   trunk/liblastfm-java/debian/changelog
Log:
Switch to source format 3.0.

Modified: trunk/liblastfm-java/debian/changelog
===
--- trunk/liblastfm-java/debian/changelog   2011-08-16 20:22:42 UTC (rev 
14234)
+++ trunk/liblastfm-java/debian/changelog   2011-08-16 20:23:17 UTC (rev 
14235)
@@ -3,8 +3,9 @@
   * New upstream release
   * Update debian/watch. But uscan does not work yet.
   * Switch to upstream provided build.xml and remove debian/build.xml.
+  * Switch to source format 3.0.
 
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:19:48 +0200
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:23:06 +0200
 
 liblastfm-java (7.3-1) unstable; urgency=low
 

Added: trunk/liblastfm-java/debian/source/format
===
--- trunk/liblastfm-java/debian/source/format   (rev 0)
+++ trunk/liblastfm-java/debian/source/format   2011-08-16 20:23:17 UTC (rev 
14235)
@@ -0,0 +1 @@
+3.0 (quilt)


___
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] r14236 - tags/liblastfm-java

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:24:40 + (Tue, 16 Aug 2011)
New Revision: 14236

Removed:
   tags/liblastfm-java/1:0.1.0-1/
Log:
[svn-buildpackage] Removing old tag liblastfm-java-1:0.1.0-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


[pkg-java] r14237 - in tags/liblastfm-java: . 1:0.1.0-1/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:24:51 + (Tue, 16 Aug 2011)
New Revision: 14237

Added:
   tags/liblastfm-java/1:0.1.0-1/
   tags/liblastfm-java/1:0.1.0-1/debian/changelog
   tags/liblastfm-java/1:0.1.0-1/debian/docs
   tags/liblastfm-java/1:0.1.0-1/debian/rules
   tags/liblastfm-java/1:0.1.0-1/debian/source/
Removed:
   tags/liblastfm-java/1:0.1.0-1/debian/build.xml
   tags/liblastfm-java/1:0.1.0-1/debian/changelog
   tags/liblastfm-java/1:0.1.0-1/debian/docs
   tags/liblastfm-java/1:0.1.0-1/debian/rules
Log:
[svn-buildpackage] Tagging liblastfm-java 1:0.1.0-1

Deleted: tags/liblastfm-java/1:0.1.0-1/debian/build.xml
===
--- trunk/liblastfm-java/debian/build.xml   2011-08-16 20:07:18 UTC (rev 
14232)
+++ tags/liblastfm-java/1:0.1.0-1/debian/build.xml  2011-08-16 20:24:51 UTC 
(rev 14237)
@@ -1,35 +0,0 @@
-?xml version=1.0 encoding=utf-8?
-
-project default=jar name=${project.name} basedir=..
-  patternset id=compiler.resources
-include name=**/?*.properties /
-  /patternset
-
-  target name=clean
-delete dir=${class.dir} quiet=true /
-delete file=${jar.name} quiet=true /
-delete dir=${doc.dir} quiet=true /
-  /target
-
-  target name=compile
-mkdir dir=${class.dir} /
-javac srcdir=${source.dir} destdir=${class.dir}
-  debug=true source=1.5/
-copy todir=${class.dir}
-  fileset dir=${source.dir}
-patternset refid=compiler.resources /
-  /fileset
-/copy
-  /target
-
-  target name=jar description=o Create the jar depends=compile
-jar jarfile=${jar.name} basedir=${class.dir} excludes=test/**/*/
-  /target
-
-  target name=javadoc description=Creates Javadoc documentation
-mkdir dir=${doc.dir} /
-javadoc packagenames=* sourcepath=${source.dir}
-destdir=${doc.dir} excludepackagenames=examples, test/
-  /target
-
-/project

Deleted: tags/liblastfm-java/1:0.1.0-1/debian/changelog
===
--- trunk/liblastfm-java/debian/changelog   2011-08-16 20:07:18 UTC (rev 
14232)
+++ tags/liblastfm-java/1:0.1.0-1/debian/changelog  2011-08-16 20:24:51 UTC 
(rev 14237)
@@ -1,20 +0,0 @@
-liblastfm-java (1:0.1.0-1) unstable; urgency=low
-
-  UNRELEASED (uscan does not work yet)
-  * New upstream release
-  * Update debian/watch.
-
- -- Torsten Werner twer...@debian.org  Mon, 15 Aug 2011 23:39:05 +0200
-
-liblastfm-java (7.3-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump Standards-Version to 3.8.2
-
- -- Varun Hiremath va...@debian.org  Thu, 06 Aug 2009 23:28:15 -0400
-
-liblastfm-java (5.21-1) unstable; urgency=low
-
-  * Initial release (Closes: #533366)
-
- -- Varun Hiremath va...@debian.org  Tue, 16 Jun 2009 17:39:14 -0400

Copied: tags/liblastfm-java/1:0.1.0-1/debian/changelog (from rev 14235, 
trunk/liblastfm-java/debian/changelog)
===
--- tags/liblastfm-java/1:0.1.0-1/debian/changelog  
(rev 0)
+++ tags/liblastfm-java/1:0.1.0-1/debian/changelog  2011-08-16 20:24:51 UTC 
(rev 14237)
@@ -0,0 +1,21 @@
+liblastfm-java (1:0.1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Update debian/watch. But uscan does not work yet.
+  * Switch to upstream provided build.xml and remove debian/build.xml.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:23:06 +0200
+
+liblastfm-java (7.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.8.2
+
+ -- Varun Hiremath va...@debian.org  Thu, 06 Aug 2009 23:28:15 -0400
+
+liblastfm-java (5.21-1) unstable; urgency=low
+
+  * Initial release (Closes: #533366)
+
+ -- Varun Hiremath va...@debian.org  Tue, 16 Jun 2009 17:39:14 -0400

Deleted: tags/liblastfm-java/1:0.1.0-1/debian/docs
===
--- trunk/liblastfm-java/debian/docs2011-08-16 20:07:18 UTC (rev 14232)
+++ tags/liblastfm-java/1:0.1.0-1/debian/docs   2011-08-16 20:24:51 UTC (rev 
14237)
@@ -1 +0,0 @@
-apidocs

Copied: tags/liblastfm-java/1:0.1.0-1/debian/docs (from rev 14233, 
trunk/liblastfm-java/debian/docs)
===
--- tags/liblastfm-java/1:0.1.0-1/debian/docs   (rev 0)
+++ tags/liblastfm-java/1:0.1.0-1/debian/docs   2011-08-16 20:24:51 UTC (rev 
14237)
@@ -0,0 +1 @@
+doc/*

Deleted: tags/liblastfm-java/1:0.1.0-1/debian/rules
===
--- trunk/liblastfm-java/debian/rules   2011-08-16 20:07:18 UTC (rev 14232)
+++ tags/liblastfm-java/1:0.1.0-1/debian/rules  2011-08-16 20:24:51 UTC (rev 
14237)
@@ -1,15 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
-DEB_ANT_BUILD_TARGET   := jar javadoc

Processing of liblastfm-java_0.1.0-1_amd64.changes

2011-08-16 Thread Debian FTP Masters
liblastfm-java_0.1.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  liblastfm-java_0.1.0-1.dsc
  liblastfm-java_0.1.0.orig.tar.gz
  liblastfm-java_0.1.0-1.debian.tar.gz
  liblastfm-java_0.1.0-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.


[pkg-java] r14238 - trunk/libloader/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:38:56 + (Tue, 16 Aug 2011)
New Revision: 14238

Modified:
   trunk/libloader/debian/changelog
   trunk/libloader/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/libloader/debian/changelog
===
--- trunk/libloader/debian/changelog2011-08-16 20:24:51 UTC (rev 14237)
+++ trunk/libloader/debian/changelog2011-08-16 20:38:56 UTC (rev 14238)
@@ -1,3 +1,10 @@
+libloader (0.3.7-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:37:39 +0200
+
 libloader (0.3.7-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libloader/debian/control
===
--- trunk/libloader/debian/control  2011-08-16 20:24:51 UTC (rev 14237)
+++ trunk/libloader/debian/control  2011-08-16 20:38:56 UTC (rev 14238)
@@ -1,8 +1,7 @@
 Source: libloader
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant, libjcommon-java (= 
1.0.10), libpixie-java (= 0.8.6)
 Build-Conflicts: liboscache-java
 Standards-Version: 3.8.4


___
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] r14239 - in tags/libloader: . 0.3.7-2/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:40:10 + (Tue, 16 Aug 2011)
New Revision: 14239

Added:
   tags/libloader/0.3.7-2/
   tags/libloader/0.3.7-2/debian/changelog
   tags/libloader/0.3.7-2/debian/control
Removed:
   tags/libloader/0.3.7-2/debian/changelog
   tags/libloader/0.3.7-2/debian/control
Log:
[svn-buildpackage] Tagging libloader 0.3.7-2

Deleted: tags/libloader/0.3.7-2/debian/changelog
===
--- trunk/libloader/debian/changelog2011-08-16 20:24:51 UTC (rev 14237)
+++ tags/libloader/0.3.7-2/debian/changelog 2011-08-16 20:40:10 UTC (rev 
14239)
@@ -1,48 +0,0 @@
-libloader (0.3.7-1) unstable; urgency=low
-
-  * New upstream release.
-  * Team upload.
-  * Remove JRE dependencies.
-  * Switch to source format 3.0.
-  * Update Standards-Version: 3.8.4.
-  * Add Homepage header.
-  * Convert patches to dep3 format.
-
- -- Torsten Werner twer...@debian.org  Tue, 04 May 2010 23:02:36 +0200
-
-libloader (0.3.6-4) unstable; urgency=low
-
-  * Fixed watch file to match the latest release (Closes: #546855).
-  * (Build-)Depends on default-jdk.
-  * Build-Depends on debhelper = 7.
-  * Moved package to section 'java'.
-  * Let all packages depend on ${misc:Depends}.
-  * Added Vcs-Browser and Vcs-Svn fields.
-  * Removed Rene and added myself to Uploaders.
-  * Updated Standards-Versiont o 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Wed, 16 Sep 2009 21:26:31 +0200
-
-libloader (0.3.6-3) unstable; urgency=low
-
-  * don't build-depend on libehcache-java (to be moved to contrib)
-
- -- Rene Engelhard r...@debian.org  Mon, 25 Feb 2008 18:44:27 +0100
-
-libloader (0.3.6-2) unstable; urgency=low
-
-  * upload to unstable 
-
- -- Rene Engelhard r...@debian.org  Thu, 14 Feb 2008 23:53:57 +0100
-
-libloader (0.3.6-1) experimental; urgency=low
-
-  * New upstream release
-
- -- Rene Engelhard r...@debian.org  Sat, 29 Dec 2007 19:40:40 +0100
-
-libloader (0.3.4-1) unstable; urgency=low
-
-  * Initial release
-
- -- Rene Engelhard r...@debian.org  Sat, 06 Oct 2007 14:33:10 +0200

Copied: tags/libloader/0.3.7-2/debian/changelog (from rev 14238, 
trunk/libloader/debian/changelog)
===
--- tags/libloader/0.3.7-2/debian/changelog (rev 0)
+++ tags/libloader/0.3.7-2/debian/changelog 2011-08-16 20:40:10 UTC (rev 
14239)
@@ -0,0 +1,55 @@
+libloader (0.3.7-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:37:39 +0200
+
+libloader (0.3.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Team upload.
+  * Remove JRE dependencies.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.8.4.
+  * Add Homepage header.
+  * Convert patches to dep3 format.
+
+ -- Torsten Werner twer...@debian.org  Tue, 04 May 2010 23:02:36 +0200
+
+libloader (0.3.6-4) unstable; urgency=low
+
+  * Fixed watch file to match the latest release (Closes: #546855).
+  * (Build-)Depends on default-jdk.
+  * Build-Depends on debhelper = 7.
+  * Moved package to section 'java'.
+  * Let all packages depend on ${misc:Depends}.
+  * Added Vcs-Browser and Vcs-Svn fields.
+  * Removed Rene and added myself to Uploaders.
+  * Updated Standards-Versiont o 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Wed, 16 Sep 2009 21:26:31 +0200
+
+libloader (0.3.6-3) unstable; urgency=low
+
+  * don't build-depend on libehcache-java (to be moved to contrib)
+
+ -- Rene Engelhard r...@debian.org  Mon, 25 Feb 2008 18:44:27 +0100
+
+libloader (0.3.6-2) unstable; urgency=low
+
+  * upload to unstable 
+
+ -- Rene Engelhard r...@debian.org  Thu, 14 Feb 2008 23:53:57 +0100
+
+libloader (0.3.6-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Rene Engelhard r...@debian.org  Sat, 29 Dec 2007 19:40:40 +0100
+
+libloader (0.3.4-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Rene Engelhard r...@debian.org  Sat, 06 Oct 2007 14:33:10 +0200

Deleted: tags/libloader/0.3.7-2/debian/control
===
--- trunk/libloader/debian/control  2011-08-16 20:24:51 UTC (rev 14237)
+++ tags/libloader/0.3.7-2/debian/control   2011-08-16 20:40:10 UTC (rev 
14239)
@@ -1,34 +0,0 @@
-Source: libloader
-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, default-jdk, ant, libjcommon-java (= 
1.0.10), libpixie-java (= 0.8.6)
-Build-Conflicts: liboscache-java
-Standards-Version: 3.8.4
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libloader
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libloader
-Homepage: http://sourceforge.net/projects/jfreereport/
-
-Package: libloader-java
-Architecture: all
-Depends: libjcommon-java (= 1.0.10), ${misc:Depends}
-Recommends: libehcache-java, libpixie-java (= 0.8.6-1)

[pkg-java] r14240 - old trunk

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:41:09 + (Tue, 16 Aug 2011)
New Revision: 14240

Added:
   old/libloader/
Removed:
   trunk/libloader/
Log:
orphaning package


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


[pkg-java] r14241 - trunk/libpixie-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:45:05 + (Tue, 16 Aug 2011)
New Revision: 14241

Modified:
   trunk/libpixie-java/debian/changelog
   trunk/libpixie-java/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/libpixie-java/debian/changelog
===
--- trunk/libpixie-java/debian/changelog2011-08-16 20:41:09 UTC (rev 
14240)
+++ trunk/libpixie-java/debian/changelog2011-08-16 20:45:05 UTC (rev 
14241)
@@ -1,3 +1,10 @@
+libpixie-java (1:0.8.8-3) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:44:37 +0200
+
 libpixie-java (1:0.8.8-2) unstable; urgency=low
 
   [ Matthias Klose ]

Modified: trunk/libpixie-java/debian/control
===
--- trunk/libpixie-java/debian/control  2011-08-16 20:41:09 UTC (rev 14240)
+++ trunk/libpixie-java/debian/control  2011-08-16 20:45:05 UTC (rev 14241)
@@ -1,9 +1,7 @@
 Source: libpixie-java
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Christian Bayle ba...@debian.org, Rene Engelhard 
r...@debian.org,
- Torsten Werner twer...@debian.org
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 5), cdbs
 Build-Depends-Indep: default-jdk, ant, libjcommon-java (= 1.0.10)
 Standards-Version: 3.8.2


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


[pkg-java] r14242 - in tags/libpixie-java: . 1:0.8.8-3/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:46:51 + (Tue, 16 Aug 2011)
New Revision: 14242

Added:
   tags/libpixie-java/1:0.8.8-3/
   tags/libpixie-java/1:0.8.8-3/debian/changelog
   tags/libpixie-java/1:0.8.8-3/debian/control
Removed:
   tags/libpixie-java/1:0.8.8-3/debian/changelog
   tags/libpixie-java/1:0.8.8-3/debian/control
Log:
[svn-buildpackage] Tagging libpixie-java 1:0.8.8-3

Deleted: tags/libpixie-java/1:0.8.8-3/debian/changelog
===
--- trunk/libpixie-java/debian/changelog2011-08-16 20:41:09 UTC (rev 
14240)
+++ tags/libpixie-java/1:0.8.8-3/debian/changelog   2011-08-16 20:46:51 UTC 
(rev 14242)
@@ -1,81 +0,0 @@
-libpixie-java (1:0.8.8-2) unstable; urgency=low
-
-  [ Matthias Klose ]
-  * (Build-)depend on default-jre/-jdk.
-
-  [ Torsten Werner ]
-  * Add myselfo to Uploaders.
-  * Add missing Depends: ${misc:Depends}.
-  * Switch to debhelper compat level 4.
-  * Update Standards-Version: 3.8.2.
-  * Change Section: java.
-  * Add Vcs-* headers.
-
- -- Torsten Werner twer...@debian.org  Mon, 03 Aug 2009 22:43:46 +0200
-
-libpixie-java (1:0.8.8-1) unstable; urgency=low
-
-  * New upstream release
-  * remove bogus and unintended ant.properties file 
-
- -- Rene Engelhard r...@debian.org  Thu, 27 Sep 2007 15:51:22 +0200
-
-libpixie-java (1:0.8.7-1) unstable; urgency=low
-
-  * New upstream release
-  * move to main
-  * add myself to Uploaders:, remove Wolfgang
-  * add watch file and orig-tar.sh, thanks Kumar Appaiah
-
- -- Rene Engelhard r...@debian.org  Thu, 30 Aug 2007 12:52:52 +0200
-
-libpixie-java (1:0.8.4-1) unstable; urgency=low
-
-  * New upstream release
-  * Added epoch as previous releases used dates
-  * Build-depends and depends on libjcommon-java (= 1.0.0-1)
-  * Convert build system to cdbs - added build-dependency
-  * Move package to pkg-java-maintainers for comaintenance, 
-added Christian Bayle and myself as uploaders
-  * Although build with free tools its not yet completely usable with free
-tools alone (needs Java2D) - therefore it stays in contrib for now.
-  * Updated copyright
-  * Added ant.properties to specify build target and jar name
-  * Added README.Debian-source how the upstream tarball was cleaned
-  * Added patch to remove bogus manifest classpath from jar
-  * Added compat file (level 4)
-  * Updated description based on README file
-  * Standards-Version 3.6.2 (no changes)
-
- -- Wolfgang Baer wb...@gmx.de  Thu, 02 Feb 2006 15:48:42 +0100
-
-libpixie-java (20030705-4) unstable; urgency=high
-
-  * Fixed FTBFS: ./debian_patch: Permission denied (Closes: #306749) 
-
- -- Christian Bayle ba...@debian.org  Thu, 28 Apr 2005 22:07:56 +0200
-
-libpixie-java (20030705-3) unstable; urgency=low
-
-  * Added dependancy on java2-runtime (Closes: #202401) 
-
- -- Christian Bayle ba...@debian.org  Tue, 22 Jul 2003 20:10:28 +0200
-
-libpixie-java (20030705-2) unstable; urgency=low
-
-  * Manage external dependency on jcommon differently 
-
- -- Christian Bayle ba...@debian.org  Thu, 10 Jul 2003 11:25:58 +0200
-
-libpixie-java (20030705-1) unstable; urgency=low
-
-  * Initial Release extraction of cvs.
-
- -- Christian Bayle ba...@debian.org  Sun,  6 Jul 2003 20:45:53 +0200
-
-libpixie-java (0.7.6-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Christian Bayle ba...@debian.org  Sat,  5 Jul 2003 02:51:05 +0200
-

Copied: tags/libpixie-java/1:0.8.8-3/debian/changelog (from rev 14241, 
trunk/libpixie-java/debian/changelog)
===
--- tags/libpixie-java/1:0.8.8-3/debian/changelog   
(rev 0)
+++ tags/libpixie-java/1:0.8.8-3/debian/changelog   2011-08-16 20:46:51 UTC 
(rev 14242)
@@ -0,0 +1,88 @@
+libpixie-java (1:0.8.8-3) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:44:37 +0200
+
+libpixie-java (1:0.8.8-2) unstable; urgency=low
+
+  [ Matthias Klose ]
+  * (Build-)depend on default-jre/-jdk.
+
+  [ Torsten Werner ]
+  * Add myselfo to Uploaders.
+  * Add missing Depends: ${misc:Depends}.
+  * Switch to debhelper compat level 4.
+  * Update Standards-Version: 3.8.2.
+  * Change Section: java.
+  * Add Vcs-* headers.
+
+ -- Torsten Werner twer...@debian.org  Mon, 03 Aug 2009 22:43:46 +0200
+
+libpixie-java (1:0.8.8-1) unstable; urgency=low
+
+  * New upstream release
+  * remove bogus and unintended ant.properties file 
+
+ -- Rene Engelhard r...@debian.org  Thu, 27 Sep 2007 15:51:22 +0200
+
+libpixie-java (1:0.8.7-1) unstable; urgency=low
+
+  * New upstream release
+  * move to main
+  * add myself to Uploaders:, remove Wolfgang
+  * add watch file and orig-tar.sh, thanks Kumar Appaiah
+
+ -- Rene Engelhard r...@debian.org  Thu, 30 Aug 2007 12:52:52 +0200
+
+libpixie-java (1:0.8.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Added epoch as previous releases used dates
+  * Build-depends and depends on 

liblastfm-java_0.1.0-1_amd64.changes ACCEPTED into unstable

2011-08-16 Thread Debian FTP Masters



Accepted:
liblastfm-java_0.1.0-1.debian.tar.gz
  to main/libl/liblastfm-java/liblastfm-java_0.1.0-1.debian.tar.gz
liblastfm-java_0.1.0-1.dsc
  to main/libl/liblastfm-java/liblastfm-java_0.1.0-1.dsc
liblastfm-java_0.1.0-1_all.deb
  to main/libl/liblastfm-java/liblastfm-java_0.1.0-1_all.deb
liblastfm-java_0.1.0.orig.tar.gz
  to main/libl/liblastfm-java/liblastfm-java_0.1.0.orig.tar.gz


Override entries for your package:
liblastfm-java_0.1.0-1.dsc - source java
liblastfm-java_0.1.0-1_all.deb - optional java

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


Thank you for your contribution to Debian.

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


[pkg-java] r14243 - old trunk

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:48:34 + (Tue, 16 Aug 2011)
New Revision: 14243

Added:
   old/libpixie-java/
Removed:
   trunk/libpixie-java/
Log:
orphaning package


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


libpdfrenderer-java_0.9.0-1_amd64.changes ACCEPTED into unstable

2011-08-16 Thread Debian FTP Masters



Accepted:
libpdfrenderer-java_0.9.0-1.debian.tar.gz
  to main/libp/libpdfrenderer-java/libpdfrenderer-java_0.9.0-1.debian.tar.gz
libpdfrenderer-java_0.9.0-1.dsc
  to main/libp/libpdfrenderer-java/libpdfrenderer-java_0.9.0-1.dsc
libpdfrenderer-java_0.9.0-1_all.deb
  to main/libp/libpdfrenderer-java/libpdfrenderer-java_0.9.0-1_all.deb
libpdfrenderer-java_0.9.0.orig.tar.gz
  to main/libp/libpdfrenderer-java/libpdfrenderer-java_0.9.0.orig.tar.gz


Override entries for your package:
libpdfrenderer-java_0.9.0-1.dsc - source java
libpdfrenderer-java_0.9.0-1_all.deb - optional java

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


Thank you for your contribution to Debian.

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


libplexus-utils_1.5.15-3_amd64.changes ACCEPTED into unstable

2011-08-16 Thread Debian FTP Masters



Accepted:
libplexus-utils-java-doc_1.5.15-3_all.deb
  to main/libp/libplexus-utils/libplexus-utils-java-doc_1.5.15-3_all.deb
libplexus-utils-java_1.5.15-3_all.deb
  to main/libp/libplexus-utils/libplexus-utils-java_1.5.15-3_all.deb
libplexus-utils_1.5.15-3.debian.tar.gz
  to main/libp/libplexus-utils/libplexus-utils_1.5.15-3.debian.tar.gz
libplexus-utils_1.5.15-3.dsc
  to main/libp/libplexus-utils/libplexus-utils_1.5.15-3.dsc


Override entries for your package:
libplexus-utils-java-doc_1.5.15-3_all.deb - optional doc
libplexus-utils-java_1.5.15-3_all.deb - optional java
libplexus-utils_1.5.15-3.dsc - source libs

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


Thank you for your contribution to Debian.

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


Bug#638051: O: libxml-java

2011-08-16 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

I am orphaning the package in behalf of the Java team because:
- it hasn't been maintained for a long time
- it has only orphaned reverse dependencies
- it has a low popcon value
Feel free to re-introduce it to the team if want to actively maintain it.

Torsten



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


Bug#638052: O: libloader

2011-08-16 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

I am orphaning the package in behalf of the Java team because:
- it hasn't been maintained for a long time
- it has only orphaned reverse dependencies
- it has a low popcon value
Feel free to re-introduce it to the team if want to actively maintain it.

Torsten



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


libregexp-java_1.5-3_amd64.changes ACCEPTED into unstable

2011-08-16 Thread Debian FTP Masters



Accepted:
libregexp-java-doc_1.5-3_all.deb
  to main/libr/libregexp-java/libregexp-java-doc_1.5-3_all.deb
libregexp-java_1.5-3.debian.tar.gz
  to main/libr/libregexp-java/libregexp-java_1.5-3.debian.tar.gz
libregexp-java_1.5-3.dsc
  to main/libr/libregexp-java/libregexp-java_1.5-3.dsc
libregexp-java_1.5-3_all.deb
  to main/libr/libregexp-java/libregexp-java_1.5-3_all.deb


Override entries for your package:
libregexp-java-doc_1.5-3_all.deb - optional doc
libregexp-java_1.5-3.dsc - source java
libregexp-java_1.5-3_all.deb - optional java

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


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#638054: O: libpixie-java

2011-08-16 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

I am orphaning the package in behalf of the Java team because:
- it hasn't been maintained for a long time
- it has only orphaned reverse dependencies
- it has a low popcon value
Feel free to re-introduce it to the team if want to actively maintain it.

Torsten



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


Bug#528306: marked as done (Please drop Depends on Java Runtime)

2011-08-16 Thread Debian Bug Tracking System
Your message dated Tue, 16 Aug 2011 20:49:36 +
with message-id e1qtqzs-0007nz...@franck.debian.org
and subject line Bug#528306: fixed in libregexp-java 1.5-3
has caused the Debian Bug report #528306,
regarding Please drop Depends on Java Runtime
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.)


-- 
528306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: default-jre-headless
Version: 1.5-31
Severity: important

Hello Debian Java Mailing List,

There is a circular dependency between default-jre-headless, 
java-gcj-compat-headless, libbcel-java, liblog4j1.2-java, libmx4j-java and 
libregexp-java:

default-jre-headless:Depends: java-gcj-compat-headless (= 1.0.77-4)
java-gcj-compat-headless:Depends: libmx4j-java (= 3.0.1)
libbcel-java:Depends: libregexp-java
liblog4j1.2-java:Depends: default-jre-headless
libmx4j-java:Depends: default-jre-headless, liblog4j1.2-java, 
libbcel-java (= 5.0)
libregexp-java  :Depends: default-jre-headless
(the dependency graph is available at 
http://debian.semistable.com/dot/libregexp-java_unstable.png)

Complex circular dependencies are known to cause problems during upgrade, so we
should try to get rid of them.

In this instance I do not think the java libraries have to depend on
default-jre-headless.

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

Imagine a large red swirl here. 


---End Message---
---BeginMessage---
Source: libregexp-java
Source-Version: 1.5-3

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

libregexp-java-doc_1.5-3_all.deb
  to main/libr/libregexp-java/libregexp-java-doc_1.5-3_all.deb
libregexp-java_1.5-3.debian.tar.gz
  to main/libr/libregexp-java/libregexp-java_1.5-3.debian.tar.gz
libregexp-java_1.5-3.dsc
  to main/libr/libregexp-java/libregexp-java_1.5-3.dsc
libregexp-java_1.5-3_all.deb
  to main/libr/libregexp-java/libregexp-java_1.5-3_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 528...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated libregexp-java package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Aug 2011 17:40:37 +0200
Source: libregexp-java
Binary: libregexp-java libregexp-java-doc
Architecture: source all
Version: 1.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libregexp-java - Regular expression library for Java
 libregexp-java-doc - Documentation for the Regular expression library
Closes: 528306
Changes: 
 libregexp-java (1.5-3) unstable; urgency=low
 .
   [ Ludovic Claude ]
   * Change section of libregex-java-doc to doc
 .
   [ Niels Thykier ]
   * Removed Depends on JREs (Closes: #528306)
   * Fixed broken Vcs-Browser link.
 .
   [ Torsten Werner ]
   * Remove Arnaud from Uploaders list.
   * Switch to source format 3.0.
Checksums-Sha1: 
 33b9de86ad55fcaa3578c89aa46403a26f39ae77 1434 libregexp-java_1.5-3.dsc
 ffe48d821f680dbf941f1391534f4945f1fe7a91 3662 
libregexp-java_1.5-3.debian.tar.gz
 6ab7b51ea4a86623270b2980b3016da87982494f 35464 libregexp-java_1.5-3_all.deb
 c2450ff730f34464abcbdd3f621aea715ef4f2a3 60822 libregexp-java-doc_1.5-3_all.deb
Checksums-Sha256: 
 30d1485ce99fa4ed2b84a30928f8bdfbc0e5067ab2fe90d9e27fae7ae35aa273 1434 
libregexp-java_1.5-3.dsc
 a26892d4249dd451779c71ec3dd00059c694a55b9b05dae4606f0b6a12e4fd36 3662 
libregexp-java_1.5-3.debian.tar.gz
 76342616f7af2fa90eb94ce797c5e41d6bd24b0f91a157b44e0a0ccb8174838a 35464 
libregexp-java_1.5-3_all.deb
 4cf9837fc2b1bd307e255630098fd7dfc4dc4363bfc3be4ceebdeb8c2e3ddb51 60822 
libregexp-java-doc_1.5-3_all.deb
Files: 
 a584040798d31ba7e019837daf106919 1434 java optional libregexp-java_1.5-3.dsc
 5f1cd6126feb50f8d296065841c89620 3662 java optional 
libregexp-java_1.5-3.debian.tar.gz
 5e3402183e34c905a05d72d795cecb30 35464 java optional 
libregexp-java_1.5-3_all.deb
 2eb54bef07882af46bcb2cfc2d33532a 60822 doc optional 

Bug#601216: marked as done (librepository-java-doc: empty binary package)

2011-08-16 Thread Debian Bug Tracking System
Your message dated Tue, 16 Aug 2011 21:03:14 +
with message-id e1qtqn4-0001cz...@franck.debian.org
and subject line Bug#601216: fixed in librepository 0.1.4-5
has caused the Debian Bug report #601216,
regarding librepository-java-doc: empty binary package
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.)


-- 
601216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601216
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: librepository-java-doc
Version: 0.1.4-4
Severity: important
User: debian...@lists.debian.org
Usertags: empty-package


librepository-java-doc_0.1.4-4 appears empty.

$ dpkg -c 
/srv/ftp-master.debian.org/ftp/pool/main/libr/librepository/librepository-java-doc_0.1.4-4_all.deb
drwxr-xr-x root/root 0 2009-08-03 20:38 ./
drwxr-xr-x root/root 0 2009-08-03 20:38 ./usr/
drwxr-xr-x root/root 0 2009-08-03 20:38 ./usr/share/
drwxr-xr-x root/root 0 2009-08-03 20:38 ./usr/share/doc/
drwxr-xr-x root/root 0 2009-08-03 20:38 
./usr/share/doc/librepository-java-doc/
-rw-r--r-- root/root   953 2009-08-03 20:38 
./usr/share/doc/librepository-java-doc/copyright
-rw-r--r-- root/root   563 2009-08-03 20:38 
./usr/share/doc/librepository-java-doc/changelog.Debian.gz

-- 
  .''`.
 :  :' :   Luca Falavigna dktrkr...@debian.org
 `.  `'
   `-



signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: librepository
Source-Version: 0.1.4-5

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

librepository-java-doc_0.1.4-5_all.deb
  to main/libr/librepository/librepository-java-doc_0.1.4-5_all.deb
librepository-java-gcj_0.1.4-5_amd64.deb
  to main/libr/librepository/librepository-java-gcj_0.1.4-5_amd64.deb
librepository-java_0.1.4-5_all.deb
  to main/libr/librepository/librepository-java_0.1.4-5_all.deb
librepository_0.1.4-5.diff.gz
  to main/libr/librepository/librepository_0.1.4-5.diff.gz
librepository_0.1.4-5.dsc
  to main/libr/librepository/librepository_0.1.4-5.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 601...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated librepository package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Aug 2011 22:53:43 +0200
Source: librepository
Binary: librepository-java librepository-java-doc librepository-java-gcj
Architecture: source all amd64
Version: 0.1.4-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 librepository-java - abstraction library for accessing hierachic bulk content
 librepository-java-doc - abstraction library for accessing hierachic bulk 
content -- docum
 librepository-java-gcj - abstraction library for accessing hierachic bulk 
content (native
Closes: 601216
Changes: 
 librepository (0.1.4-5) unstable; urgency=low
 .
   [ Miguel Landaeta ]
   * Team upload.
   * Include javadoc files in librepository-java-doc. (Closes: #601216).
   * Bump Standards-Version to 3.9.1. No changes were required.
   * Set debian source format explicitly to 1.0.
 .
   [ Torsten Werner ]
   * QA upload.
   * Orphaning package.
Checksums-Sha1: 
 6661c7dbf44a1646538f4b3cc2269fc6010341f8 1242 librepository_0.1.4-5.dsc
 2d92bc32d8ff8785b4650a842b88539828e8f4ad 2868 librepository_0.1.4-5.diff.gz
 0d85c1ca6fecf505f9eb32f5edf669c5e8c3d496 88444 
librepository-java_0.1.4-5_all.deb
 dd2af8d6ee292603250428ccb09f1ec5f168a3ce 62852 
librepository-java-doc_0.1.4-5_all.deb
 6ac6e0b36f8133c1f98ac3a5757b32d608939084 37416 
librepository-java-gcj_0.1.4-5_amd64.deb
Checksums-Sha256: 
 d38b837e04684743c3cec6d9367abd624d49c91bbf9ee9c8c53b5069e0dc516f 1242 
librepository_0.1.4-5.dsc
 adc38acc35e43cd6ede97b372e2836d5890eeb9eaed9ddc17a6998180422d471 2868 
librepository_0.1.4-5.diff.gz
 bf0a4bf4e2edc90a6b953d8855ad5dbe09a75003a5fa1243ed4bce77914f948f 88444 
librepository-java_0.1.4-5_all.deb
 ece05a9ad058282a5a2cd42483fab486aa940479a5f75a811b41f5aa47061187 62852 
librepository-java-doc_0.1.4-5_all.deb
 

[pkg-java] r14244 - trunk/librepository/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:55:15 + (Tue, 16 Aug 2011)
New Revision: 14244

Modified:
   trunk/librepository/debian/changelog
   trunk/librepository/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/librepository/debian/changelog
===
--- trunk/librepository/debian/changelog2011-08-16 20:48:34 UTC (rev 
14243)
+++ trunk/librepository/debian/changelog2011-08-16 20:55:15 UTC (rev 
14244)
@@ -1,12 +1,17 @@
-librepository (0.1.4-5) UNRELEASED; urgency=low
+librepository (0.1.4-5) unstable; urgency=low
 
+  [ Miguel Landaeta ]
   * Team upload.
   * Include javadoc files in librepository-java-doc. (Closes: #601216).
   * Bump Standards-Version to 3.9.1. No changes were required.
   * Set debian source format explicitly to 1.0.
 
- -- Miguel Landaeta mig...@miguel.cc  Sun, 24 Oct 2010 17:38:27 -0430
+  [ Torsten Werner ]
+  * QA upload.
+  * Orphaning package.
 
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 22:53:43 +0200
+
 librepository (0.1.4-4) unstable; urgency=low
 
   [ Matthias Klose ]

Modified: trunk/librepository/debian/control
===
--- trunk/librepository/debian/control  2011-08-16 20:48:34 UTC (rev 14243)
+++ trunk/librepository/debian/control  2011-08-16 20:55:15 UTC (rev 14244)
@@ -1,8 +1,7 @@
 Source: librepository
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Rene Engelhard r...@debian.org, Michael Koch konque...@gmx.de, 
Torsten Werner twer...@debian.org
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 5), cdbs, default-jdk-builddep, ant, 
libjcommon-java (= 1.0.10)
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/librepository


___
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] r14246 - old trunk

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 20:58:12 + (Tue, 16 Aug 2011)
New Revision: 14246

Added:
   old/librepository/
Removed:
   trunk/librepository/
Log:
orphaning package


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


[pkg-java] r14247 - in trunk/libstax-java/debian: . source

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 21:04:15 + (Tue, 16 Aug 2011)
New Revision: 14247

Added:
   trunk/libstax-java/debian/source/
   trunk/libstax-java/debian/source/format
Modified:
   trunk/libstax-java/debian/changelog
   trunk/libstax-java/debian/control
   trunk/libstax-java/debian/rules
Log:
* Team upload.
* Switch to source format 3.0.
* Change Standards-Version: 3.9.1.

Modified: trunk/libstax-java/debian/changelog
===
--- trunk/libstax-java/debian/changelog 2011-08-16 20:58:12 UTC (rev 14246)
+++ trunk/libstax-java/debian/changelog 2011-08-16 21:04:15 UTC (rev 14247)
@@ -1,3 +1,11 @@
+libstax-java (1.2.0-2) unstable; urgency=low
+
+  * Team upload.
+  * Switch to source format 3.0.
+  * Change Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 23:02:05 +0200
+
 libstax-java (1.2.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #535700)

Modified: trunk/libstax-java/debian/control
===
--- trunk/libstax-java/debian/control   2011-08-16 20:58:12 UTC (rev 14246)
+++ trunk/libstax-java/debian/control   2011-08-16 21:04:15 UTC (rev 14247)
@@ -4,8 +4,8 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net
 Build-Depends: debhelper (= 7), cdbs, openjdk-6-jdk
-Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java, quilt
-Standards-Version: 3.8.2
+Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stax
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stax
 Homepage: http://stax.codehaus.org/

Modified: trunk/libstax-java/debian/rules
===
--- trunk/libstax-java/debian/rules 2011-08-16 20:58:12 UTC (rev 14246)
+++ trunk/libstax-java/debian/rules 2011-08-16 21:04:15 UTC (rev 14247)
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)

Added: trunk/libstax-java/debian/source/format
===
--- trunk/libstax-java/debian/source/format (rev 0)
+++ trunk/libstax-java/debian/source/format 2011-08-16 21:04:15 UTC (rev 
14247)
@@ -0,0 +1 @@
+3.0 (quilt)


___
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] r14248 - in tags/libstax-java: . 1.2.0-2/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 21:05:33 + (Tue, 16 Aug 2011)
New Revision: 14248

Added:
   tags/libstax-java/1.2.0-2/
   tags/libstax-java/1.2.0-2/debian/changelog
   tags/libstax-java/1.2.0-2/debian/control
   tags/libstax-java/1.2.0-2/debian/rules
   tags/libstax-java/1.2.0-2/debian/source/
Removed:
   tags/libstax-java/1.2.0-2/debian/changelog
   tags/libstax-java/1.2.0-2/debian/control
   tags/libstax-java/1.2.0-2/debian/rules
Log:
[svn-buildpackage] Tagging libstax-java 1.2.0-2

Deleted: tags/libstax-java/1.2.0-2/debian/changelog
===
--- trunk/libstax-java/debian/changelog 2011-08-16 20:58:12 UTC (rev 14246)
+++ tags/libstax-java/1.2.0-2/debian/changelog  2011-08-16 21:05:33 UTC (rev 
14248)
@@ -1,5 +0,0 @@
-libstax-java (1.2.0-1) unstable; urgency=low
-
-  * Initial release. (Closes: #535700)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sat, 04 Jul 2009 00:38:47 
+0100

Copied: tags/libstax-java/1.2.0-2/debian/changelog (from rev 14247, 
trunk/libstax-java/debian/changelog)
===
--- tags/libstax-java/1.2.0-2/debian/changelog  (rev 0)
+++ tags/libstax-java/1.2.0-2/debian/changelog  2011-08-16 21:05:33 UTC (rev 
14248)
@@ -0,0 +1,13 @@
+libstax-java (1.2.0-2) unstable; urgency=low
+
+  * Team upload.
+  * Switch to source format 3.0.
+  * Change Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 23:02:05 +0200
+
+libstax-java (1.2.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #535700)
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Sat, 04 Jul 2009 00:38:47 
+0100

Deleted: tags/libstax-java/1.2.0-2/debian/control
===
--- trunk/libstax-java/debian/control   2011-08-16 20:58:12 UTC (rev 14246)
+++ tags/libstax-java/1.2.0-2/debian/control2011-08-16 21:05:33 UTC (rev 
14248)
@@ -1,32 +0,0 @@
-Source: libstax-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Ludovic Claude ludovic.cla...@laposte.net
-Build-Depends: debhelper (= 7), cdbs, openjdk-6-jdk
-Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java, quilt
-Standards-Version: 3.8.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stax
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stax
-Homepage: http://stax.codehaus.org/
-
-Package: libstax-java
-Architecture: all
-Depends: ${misc:Depends}, libjaxp1.3-java
-Suggests: libstax-java-doc
-Description: StAX Reference Implementation (RI)
- StAX is a standard XML processing API that allows you to stream XML data 
- from and to your application. This StAX implementation is the standard 
- pull parser implementation for JSR-173 specification.
-
-Package: libstax-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: libstax-java
-Description: Javadoc API for libstax-java
- StAX is a standard XML processing API that allows you to stream XML data 
- from and to your application. This StAX implementation is the standard 
- pull parser implementation for JSR-173 specification.
- .
- This package provides the Javadoc API for StAX.

Copied: tags/libstax-java/1.2.0-2/debian/control (from rev 14247, 
trunk/libstax-java/debian/control)
===
--- tags/libstax-java/1.2.0-2/debian/control(rev 0)
+++ tags/libstax-java/1.2.0-2/debian/control2011-08-16 21:05:33 UTC (rev 
14248)
@@ -0,0 +1,32 @@
+Source: libstax-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+Uploaders: Ludovic Claude ludovic.cla...@laposte.net
+Build-Depends: debhelper (= 7), cdbs, openjdk-6-jdk
+Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stax
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stax
+Homepage: http://stax.codehaus.org/
+
+Package: libstax-java
+Architecture: all
+Depends: ${misc:Depends}, libjaxp1.3-java
+Suggests: libstax-java-doc
+Description: StAX Reference Implementation (RI)
+ StAX is a standard XML processing API that allows you to stream XML data 
+ from and to your application. This StAX implementation is the standard 
+ pull parser implementation for JSR-173 specification.
+
+Package: libstax-java-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: libstax-java
+Description: Javadoc API for libstax-java
+ StAX is a standard XML processing API that allows you to stream XML data 
+ from and to your application. This StAX implementation is the standard 
+ pull parser implementation for JSR-173 specification.
+ .
+ This package provides the Javadoc API for StAX.

Deleted: tags/libstax-java/1.2.0-2/debian/rules

[pkg-java] r14249 - trunk/libstevesoft-regex-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 21:11:42 + (Tue, 16 Aug 2011)
New Revision: 14249

Modified:
   trunk/libstevesoft-regex-java/debian/changelog
   trunk/libstevesoft-regex-java/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/libstevesoft-regex-java/debian/changelog
===
--- trunk/libstevesoft-regex-java/debian/changelog  2011-08-16 21:05:33 UTC 
(rev 14248)
+++ trunk/libstevesoft-regex-java/debian/changelog  2011-08-16 21:11:42 UTC 
(rev 14249)
@@ -1,3 +1,10 @@
+libstevesoft-regex-java (1.5.3-3) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 23:10:51 +0200
+
 libstevesoft-regex-java (1.5.3-2) unstable; urgency=low
 
   * Oops, making the package team-maintained: set the maintainer to

Modified: trunk/libstevesoft-regex-java/debian/control
===
--- trunk/libstevesoft-regex-java/debian/control2011-08-16 21:05:33 UTC 
(rev 14248)
+++ trunk/libstevesoft-regex-java/debian/control2011-08-16 21:11:42 UTC 
(rev 14249)
@@ -1,11 +1,10 @@
 Source: libstevesoft-regex-java
 Section: libs
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Vincent Fourmond fourm...@debian.org
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: cdbs, debhelper (= 7), ant, default-jdk-builddep
 Standards-Version: 3.8.0
-Homepage: http://www.javaregex.com/home.html 
+Homepage: http://www.javaregex.com/home.html
 
 Package: libstevesoft-regex-java
 Architecture: all


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


[pkg-java] r14250 - in tags/libstevesoft-regex-java: . 1.5.3-3 1.5.3-3/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 21:12:44 + (Tue, 16 Aug 2011)
New Revision: 14250

Added:
   tags/libstevesoft-regex-java/1.5.3-3/
   tags/libstevesoft-regex-java/1.5.3-3/debian/changelog
   tags/libstevesoft-regex-java/1.5.3-3/debian/control
Removed:
   tags/libstevesoft-regex-java/1.5.3-3/debian/changelog
   tags/libstevesoft-regex-java/1.5.3-3/debian/control
Log:
[svn-buildpackage] Tagging libstevesoft-regex-java 1.5.3-3


Property changes on: tags/libstevesoft-regex-java/1.5.3-3
___
Added: svn:mergeinfo
   + 

Deleted: tags/libstevesoft-regex-java/1.5.3-3/debian/changelog
===
--- trunk/libstevesoft-regex-java/debian/changelog  2011-08-16 21:05:33 UTC 
(rev 14248)
+++ tags/libstevesoft-regex-java/1.5.3-3/debian/changelog   2011-08-16 
21:12:44 UTC (rev 14250)
@@ -1,16 +0,0 @@
-libstevesoft-regex-java (1.5.3-2) unstable; urgency=low
-
-  * Oops, making the package team-maintained: set the maintainer to
-pkg-java-maintainers@lists.alioth.debian.org
-  * Upload to unstable now that lenny is out.
-
- -- Vincent Fourmond fourm...@debian.org  Sun, 08 Mar 2009 09:44:31 +0100
-
-libstevesoft-regex-java (1.5.3-1) experimental; urgency=low
-
-  * Initial release (Closes: #512353)
-  * Adding a watchfile and a small debian/new-upstream script to
-repackage from jar to tarball.
-  * Writing a debian/build.xml ant task file to compile the project
-
- -- Vincent Fourmond fourm...@debian.org  Sun, 25 Jan 2009 00:46:36 +0100

Copied: tags/libstevesoft-regex-java/1.5.3-3/debian/changelog (from rev 14249, 
trunk/libstevesoft-regex-java/debian/changelog)
===
--- tags/libstevesoft-regex-java/1.5.3-3/debian/changelog   
(rev 0)
+++ tags/libstevesoft-regex-java/1.5.3-3/debian/changelog   2011-08-16 
21:12:44 UTC (rev 14250)
@@ -0,0 +1,23 @@
+libstevesoft-regex-java (1.5.3-3) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 23:10:51 +0200
+
+libstevesoft-regex-java (1.5.3-2) unstable; urgency=low
+
+  * Oops, making the package team-maintained: set the maintainer to
+pkg-java-maintainers@lists.alioth.debian.org
+  * Upload to unstable now that lenny is out.
+
+ -- Vincent Fourmond fourm...@debian.org  Sun, 08 Mar 2009 09:44:31 +0100
+
+libstevesoft-regex-java (1.5.3-1) experimental; urgency=low
+
+  * Initial release (Closes: #512353)
+  * Adding a watchfile and a small debian/new-upstream script to
+repackage from jar to tarball.
+  * Writing a debian/build.xml ant task file to compile the project
+
+ -- Vincent Fourmond fourm...@debian.org  Sun, 25 Jan 2009 00:46:36 +0100

Deleted: tags/libstevesoft-regex-java/1.5.3-3/debian/control
===
--- trunk/libstevesoft-regex-java/debian/control2011-08-16 21:05:33 UTC 
(rev 14248)
+++ tags/libstevesoft-regex-java/1.5.3-3/debian/control 2011-08-16 21:12:44 UTC 
(rev 14250)
@@ -1,16 +0,0 @@
-Source: libstevesoft-regex-java
-Section: libs
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Vincent Fourmond fourm...@debian.org
-Build-Depends: cdbs, debhelper (= 7), ant, default-jdk-builddep
-Standards-Version: 3.8.0
-Homepage: http://www.javaregex.com/home.html 
-
-Package: libstevesoft-regex-java
-Architecture: all
-Depends: ${misc:Depends}
-Description: regular expression library for Java
- This is a regular expression for Java. It is needed for the jalview
- program.
-

Copied: tags/libstevesoft-regex-java/1.5.3-3/debian/control (from rev 14249, 
trunk/libstevesoft-regex-java/debian/control)
===
--- tags/libstevesoft-regex-java/1.5.3-3/debian/control 
(rev 0)
+++ tags/libstevesoft-regex-java/1.5.3-3/debian/control 2011-08-16 21:12:44 UTC 
(rev 14250)
@@ -0,0 +1,15 @@
+Source: libstevesoft-regex-java
+Section: libs
+Priority: optional
+Maintainer: Debian QA Group packa...@qa.debian.org
+Build-Depends: cdbs, debhelper (= 7), ant, default-jdk-builddep
+Standards-Version: 3.8.0
+Homepage: http://www.javaregex.com/home.html
+
+Package: libstevesoft-regex-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: regular expression library for Java
+ This is a regular expression for Java. It is needed for the jalview
+ program.
+


___
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] r14251 - old trunk

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-16 21:14:42 + (Tue, 16 Aug 2011)
New Revision: 14251

Added:
   old/libstevesoft-regex-java/
Removed:
   trunk/libstevesoft-regex-java/
Log:
orphaning package


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


libstax-java_1.2.0-2_amd64.changes ACCEPTED into unstable

2011-08-16 Thread Debian FTP Masters



Accepted:
libstax-java-doc_1.2.0-2_all.deb
  to main/libs/libstax-java/libstax-java-doc_1.2.0-2_all.deb
libstax-java_1.2.0-2.debian.tar.gz
  to main/libs/libstax-java/libstax-java_1.2.0-2.debian.tar.gz
libstax-java_1.2.0-2.dsc
  to main/libs/libstax-java/libstax-java_1.2.0-2.dsc
libstax-java_1.2.0-2_all.deb
  to main/libs/libstax-java/libstax-java_1.2.0-2_all.deb


Override entries for your package:
libstax-java-doc_1.2.0-2_all.deb - optional doc
libstax-java_1.2.0-2.dsc - source java
libstax-java_1.2.0-2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Re: Bug#637656: unavailable build depends

2011-08-16 Thread Damien Raude-Morvan
Le mardi 16 août 2011 13:58:45, Damien Raude-Morvan a écrit :
 On Tue, 16 Aug 2011 13:10:01 +0200, Torsten Werner twer...@debian.org
 
 wrote:
  Hi Damien, Hi Ludovic,
 
 Hi,
 
  m-d-h version 1.4.4 is already committed to the svn repo. Is it ready
  for upload? What about m-r-h 1.5.2?
 
 I'll try to do some checks and upload both packages this evening.

Ok, I need a fix for #637213 before I can do an upload to unstable.
Can anyone have a look at this one ?

Cheers,
-- 
Damien


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

Bug#638064: O: libstevesoft-regex-java

2011-08-16 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

I am orphaning the package in behalf of the Java team because:
- it hasn't been maintained for a long time
- it has no reverse dependencies
- it has a low popcon value
Feel free to re-introduce it to the team if want to actively maintain it.

Torsten



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


[pkg-java] r14252 - in trunk/maven-debian-helper: . debian maven-build-nodocs maven-debian-helper maven-debian-plugin maven-packager-utils

2011-08-16 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-08-16 22:07:35 + (Tue, 16 Aug 2011)
New Revision: 14252

Modified:
   trunk/maven-debian-helper/
   trunk/maven-debian-helper/debian/changelog
   trunk/maven-debian-helper/maven-build-nodocs/
   trunk/maven-debian-helper/maven-debian-helper/
   trunk/maven-debian-helper/maven-debian-plugin/
   trunk/maven-debian-helper/maven-packager-utils/
Log:
Prepare for unstable


Property changes on: trunk/maven-debian-helper
___
Modified: svn:ignore
   - .classpath
.project

   + .classpath
.project
.settings


Modified: trunk/maven-debian-helper/debian/changelog
===
--- trunk/maven-debian-helper/debian/changelog  2011-08-16 21:14:42 UTC (rev 
14251)
+++ trunk/maven-debian-helper/debian/changelog  2011-08-16 22:07:35 UTC (rev 
14252)
@@ -18,7 +18,7 @@
   * maven.mk: Send base-directory and non-explore parameters when calling
 mh_resolve_dependencies.
 
- -- Damien Raude-Morvan draz...@debian.org  Tue, 09 Aug 2011 21:07:09 +0200
+ -- Damien Raude-Morvan draz...@debian.org  Tue, 16 Aug 2011 19:16:25 +0200
 
 maven-debian-helper (1.4.3) unstable; urgency=low
 


Property changes on: trunk/maven-debian-helper/maven-build-nodocs
___
Added: svn:ignore
   + .classpath
.project
.settings



Property changes on: trunk/maven-debian-helper/maven-debian-helper
___
Added: svn:ignore
   + .classpath
.project
.settings



Property changes on: trunk/maven-debian-helper/maven-debian-plugin
___
Added: svn:ignore
   + .classpath
.project
.settings



Property changes on: trunk/maven-debian-helper/maven-packager-utils
___
Added: svn:ignore
   + .classpath
.project
.settings



___
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] r14253 - in trunk/maven-repo-helper: debian src/main/bin

2011-08-16 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-08-16 22:07:51 + (Tue, 16 Aug 2011)
New Revision: 14253

Modified:
   trunk/maven-repo-helper/debian/changelog
   trunk/maven-repo-helper/debian/control
   trunk/maven-repo-helper/src/main/bin/mh_checkrepo
Log:
Prepare for unstable

Modified: trunk/maven-repo-helper/debian/changelog
===
--- trunk/maven-repo-helper/debian/changelog2011-08-16 22:07:35 UTC (rev 
14252)
+++ trunk/maven-repo-helper/debian/changelog2011-08-16 22:07:51 UTC (rev 
14253)
@@ -2,7 +2,7 @@
 
   [ Ludovic Claude ]
   * Match jar with bundle as they are equivalent
-  * TODO: Add support for packages built with dh 7 and javahelper: use
+  * Add support for packages built with dh 7 and javahelper: use
 the following line in your rules file:
  dh $@ --with javahelper --with jh_mavenrepohelper
 This will build the package with javahelper, and the resulting
@@ -14,8 +14,9 @@
   * d/control: Fix typo in package description (Closes: #617438).
   * src/main/java/org/debian/maven/repo/RepositoryReportWriter.java: Add
 a hack to change output of Maven repository checker.
+  * Bump Standards-Version to 3.9.2 (no changes needed).
 
- -- Damien Raude-Morvan draz...@debian.org  Tue, 09 Aug 2011 22:57:51 +0200
+ -- Damien Raude-Morvan draz...@debian.org  Tue, 16 Aug 2011 19:28:03 +0200
 
 maven-repo-helper (1.5.1) unstable; urgency=low
 

Modified: trunk/maven-repo-helper/debian/control
===
--- trunk/maven-repo-helper/debian/control  2011-08-16 22:07:35 UTC (rev 
14252)
+++ trunk/maven-repo-helper/debian/control  2011-08-16 22:07:51 UTC (rev 
14253)
@@ -4,7 +4,7 @@
 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), cdbs, default-jdk, ant, help2man, libstax-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-repo-helper/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-repo-helper/
 Homepage: https://launchpad.net/maven-packaging-support

Modified: trunk/maven-repo-helper/src/main/bin/mh_checkrepo
===
--- trunk/maven-repo-helper/src/main/bin/mh_checkrepo   2011-08-16 22:07:35 UTC 
(rev 14252)
+++ trunk/maven-repo-helper/src/main/bin/mh_checkrepo   2011-08-16 22:07:51 UTC 
(rev 14253)
@@ -36,4 +36,8 @@
exit 1
 }
 
+ARGS=v verbose o output r repository parseargs $@
+
+VERBOSE=$(getarg v verbose)
+
 java -cp $CLASSPATH $JAVA_OPTIONS org.debian.maven.repo.Repository $@


___
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] r14254 - trunk/libquartz-java/debian

2011-08-16 Thread Torsten Werner
Author: twerner
Date: 2011-08-17 05:35:05 + (Wed, 17 Aug 2011)
New Revision: 14254

Added:
   trunk/libquartz-java/debian/libquartz-java.poms
   trunk/libquartz-java/debian/libquartz-java.substvars
   trunk/libquartz-java/debian/maven.cleanIgnoreRules
   trunk/libquartz-java/debian/maven.ignoreRules
   trunk/libquartz-java/debian/maven.publishedRules
   trunk/libquartz-java/debian/maven.rules
Modified:
   trunk/libquartz-java/debian/changelog
   trunk/libquartz-java/debian/control
   trunk/libquartz-java/debian/rules
Log:
* Update Homepage field.
* Use Maven to build package because upstream has switched to Maven.

Modified: trunk/libquartz-java/debian/changelog
===
--- trunk/libquartz-java/debian/changelog   2011-08-16 22:07:51 UTC (rev 
14253)
+++ trunk/libquartz-java/debian/changelog   2011-08-17 05:35:05 UTC (rev 
14254)
@@ -4,8 +4,10 @@
   * New upstream release.
   * Update d/watch and d/orig-tar.sh to create the orig tarball from the SVN
 repo.
+  * Update Homepage field.
+  * Use Maven to build package because upstream has switched to Maven.
 
- -- Torsten Werner twer...@debian.org  Thu, 25 Mar 2010 22:34:02 +0100
+ -- Torsten Werner twer...@debian.org  Wed, 17 Aug 2011 07:34:28 +0200
 
 libquartz-java (1.6.6-1) unstable; urgency=low
 

Modified: trunk/libquartz-java/debian/control
===
--- trunk/libquartz-java/debian/control 2011-08-16 22:07:51 UTC (rev 14253)
+++ trunk/libquartz-java/debian/control 2011-08-17 05:35:05 UTC (rev 14254)
@@ -4,13 +4,14 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org, Michael Koch konque...@gmx.de
 Build-Depends: cdbs, debhelper (= 7), default-jdk, ant
-Build-Depends-Indep: glassfish-javaee,
- libcommons-logging-java, libcommons-modeler-java, libservlet2.5-java,
- libcommons-dbcp-java, libcommons-beanutils-java, junit,
- libcommons-collections3-java, libjboss-naming-java,
- libjboss-system-java, libjboss-common-java, libjboss-jmx-java
+Build-Depends-Indep: glassfish-javaee, libcommons-modeler-java,
+ libservlet2.5-java
+# libcommons-logging-java
+# libcommons-dbcp-java, libcommons-beanutils-java, junit,
+# libcommons-collections3-java, libjboss-naming-java,
+# libjboss-system-java, libjboss-common-java, libjboss-jmx-java
 Standards-Version: 3.8.3
-Homepage: http://www.opensymphony.com/quartz/
+Homepage: http://quartz-scheduler.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libquartz-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libquartz-java
 

Added: trunk/libquartz-java/debian/libquartz-java.poms
===
--- trunk/libquartz-java/debian/libquartz-java.poms 
(rev 0)
+++ trunk/libquartz-java/debian/libquartz-java.poms 2011-08-17 05:35:05 UTC 
(rev 14254)
@@ -0,0 +1,29 @@
+# List of POM files for the package
+# Format of this file is:
+# path to pom file [option]*
+# where option can be:
+#   --ignore: ignore this POM or
+#   --no-parent: remove the parent tag from the POM
+#   --package=package: an alternative package to use when installing this POM
+#  and its artifact
+#   --has-package-version: to indicate that the original version of the POM is 
the same as the upstream part
+#  of the version for the package.
+#   --keep-elements=elem1,elem2: a list of XML elements to keep in the POM
+#  during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=path: path to the build artifact associated with this POM,
+#  it will be installed when using the command mh_install
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#  packaging guidelines
+#   --usj-name=name: name to use when installing the library in 
/usr/share/java
+#   --usj-version=version: version to use when installing the library in 
/usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=path: the destination for the real jar
+#   it will be installed with mh_install.
+#   --classifier=classifier: Optional, the classifier for the jar. Empty by 
default.
+#   --ignore-pom: don't install the POM with mh_install or mh_installpoms. To 
use with POM files that are created
+# temporarily for certain artifacts such as Javadoc jars.
+#
+pom.xml --has-package-version
+quartz/pom.xml --has-package-version
+quartz-jboss/pom.xml --ignore
+examples/pom.xml --ignore

Added: trunk/libquartz-java/debian/libquartz-java.substvars
===
--- trunk/libquartz-java/debian/libquartz-java.substvars
(rev 0)
+++ trunk/libquartz-java/debian/libquartz-java.substvars2011-08-17 
05:35:05 UTC (rev 14254)
@@ -0,0 +1,8 @@
+#List of dependencies for