spam related white list

2012-12-11 Thread Torsten Werner
Hi,

I've added these senders to the white list for pkg-java-maintainers und
pkg-java-commits to ease the moderater's job:
^.+@alioth.debian.org
^.+@debian.org
^.+@canonical.com
^.+@kubuntu.org
^.+@ubuntu.com

And I have whitelisted the [SCM] subject for pkg-java-commits if I got the
syntax correctly.

Keep up the good work!
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#653964: glassfish predictable hash collisions

2012-01-02 Thread Torsten Werner
Hi,

On Sun, Jan 1, 2012 at 11:53 PM, Thijs Kinkhorst th...@debian.org wrote:
 It was reported that Glassfish is affected by the predictable hash collisions
 attack that made its rounds around the net this week. This is tracked at
 http://security-tracker.debian.org/tracker/CVE-2011-5035

I do not think that we are vulnerable because Debian does not ship a
full glassfish stack. We build some core libs only.

 Can you ensure that fixed packages are uploaded to sid as soon as possible,
 and assert whether a fix for lenny and squeeze would be necessary?

I do not even understand how to reproduce the issue. May you elaborate
on that, please?

Thanks,
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] r15582 - trunk/ca-certificates-java/debian

2011-12-23 Thread Torsten Werner
Author: twerner
Date: 2011-12-23 12:59:41 + (Fri, 23 Dec 2011)
New Revision: 15582

Modified:
   trunk/ca-certificates-java/debian/changelog
   trunk/ca-certificates-java/debian/postinst
Log:
Support new multiarch JRE packages in postinst.

Modified: trunk/ca-certificates-java/debian/changelog
===
--- trunk/ca-certificates-java/debian/changelog 2011-12-23 00:48:54 UTC (rev 
15581)
+++ trunk/ca-certificates-java/debian/changelog 2011-12-23 12:59:41 UTC (rev 
15582)
@@ -1,3 +1,9 @@
+ca-certificates-java (20111223) unstable; urgency=low
+
+  * Support new multiarch JRE packages in postinst.
+
+ -- Torsten Werner twer...@debian.org  Fri, 23 Dec 2011 13:46:15 +0100
+
 ca-certificates-java (20110912) unstable; urgency=low
 
   * Support new multiarch JRE packages in jks-keystore. (Closes: #641306)

Modified: trunk/ca-certificates-java/debian/postinst
===
--- trunk/ca-certificates-java/debian/postinst  2011-12-23 00:48:54 UTC (rev 
15581)
+++ trunk/ca-certificates-java/debian/postinst  2011-12-23 12:59:41 UTC (rev 
15582)
@@ -9,12 +9,12 @@
 
 setup_path()
 {
-for jvm in java-6-openjdk java-7-openjdk java-6-sun; do
-   if [ -x /usr/lib/jvm/$jvm/bin/java ]; then
+for JAVA_HOME in /usr/lib/jvm/java-[67]-openjdk* /usr/lib/jvm/java-6-sun; 
do
+if [ -x $JAVA_HOME/bin/java ]; then
break
-   fi
+fi
 done
-export JAVA_HOME=/usr/lib/jvm/$jvm
+jvm=$(basename $JAVA_HOME | sed 's,-openjdk-.*,-openjdk,')   # multiarch 
fixup
 PATH=$JAVA_HOME/bin:$PATH
 
 CLASSPATH=/usr/share/ca-certificates-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] r15583 - in tags/ca-certificates-java: . 20111223/debian

2011-12-23 Thread Torsten Werner
Author: twerner
Date: 2011-12-23 13:07:17 + (Fri, 23 Dec 2011)
New Revision: 15583

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

Deleted: tags/ca-certificates-java/20111223/debian/changelog
===
--- trunk/ca-certificates-java/debian/changelog 2011-12-23 00:48:54 UTC (rev 
15581)
+++ tags/ca-certificates-java/20111223/debian/changelog 2011-12-23 13:07:17 UTC 
(rev 15583)
@@ -1,146 +0,0 @@
-ca-certificates-java (20110912) unstable; urgency=low
-
-  * Support new multiarch JRE packages in jks-keystore. (Closes: #641306)
-  * Support OpenJDK 7. (Closes: #641305)
-
- -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 21:23:22 +0200
-
-ca-certificates-java (20110816) unstable; urgency=low
-
-  * 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 11:00:33 +0200
-
-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

Bug#646921: Please only ship one JAR file

2011-10-28 Thread Torsten Werner
tags 646921 + wontfix
thanks

On Fri, Oct 28, 2011 at 1:59 PM, Florian Weimer fwei...@bfk.de wrote:
 Shipping multiple, different JAR files means that once you load multiple
 ASM-using libraries, some of them are bound to use different JARs, and
 the JVM will have to open all of them.  At best, this wastes resources,
 at worse, compatibility problems result, depending on the order classes
 are loaded in the JVM.  (Symlinks are fine, the JVM performs path
 canonicalization.)

 I don't think Debian needs to ship the subset JARs at all.

upstream packages sometimes directly reference the individual jars. It
would be too much work to maintain patches for all them.

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#646593: jffi: Pickup shlibs dependencies automatically

2011-10-26 Thread Torsten Werner
Hi James,

On Tue, Oct 25, 2011 at 3:58 PM, James Page james.p...@ubuntu.com wrote:
 In Ubuntu, the attached patch was applied to achieve the following:

  * Don't hard-code dependency on libffi runtime library.

I've checked your patch but I am not fully satisfied. :) I prefer
modifying the Java code to load the jni library from the filesystem
first and fall back to current CLASSPATH loading (... and send the
patch upstream). It shouldn't be too hard and I'll look at it tonight.

Cheers,
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#646524: RM: sun-java6 -- ROM; security issues and newer versions cannot be redistributed

2011-10-24 Thread Torsten Werner
Package: ftp.debian.org
Severity: normal

Hi,

the current package has security issues. Newer versions are no longer available
under the DLJ license. Please remove the package from unstable. Please ignore
dak is detecting doctorj as a reverse dependency. Doctorj depends on
java2-runtime.

Thanks,
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#645881: critical update 29 available

2011-10-19 Thread Torsten Werner
Hi Philipp,

Am 19.10.2011 16:33, schrieb Philipp Kern:
 Or it's the removal of the package.

we should remove sun-java5 from oldstable, too, if we are going to
remove sun-java6 from (old)stable. But I do not have a strong opinion on
that.

Cheers,
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#577704: Confirming bug in libsurefire-java

2011-10-17 Thread Torsten Werner
On Fri, Oct 14, 2011 at 4:23 PM, Damien Raude-Morvan
draz...@drazzib.com wrote:
 Could you please check if this is fixed with maven2 2.2.1-10 ?

I think that Build-Depends: libmaven-plugin-tools-java is missing only
but I may be wrong...

Cheers,
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#577704: Confirming bug in libsurefire-java

2011-10-14 Thread Torsten Werner
Hi,

Am 14.10.2011 11:51, schrieb David Paleino:
 The strange thing is 2.4.3 seems mentioned nowhere:

the core plugins are referenced in the super pom. It can be found in
maven-project.jar.

Cheers,
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] r15158 - trunk/httpunit/debian

2011-10-06 Thread Torsten Werner
Author: twerner
Date: 2011-10-06 21:00:19 + (Thu, 06 Oct 2011)
New Revision: 15158

Modified:
   trunk/httpunit/debian/changelog
Log:
release

Modified: trunk/httpunit/debian/changelog
===
--- trunk/httpunit/debian/changelog 2011-10-06 17:13:30 UTC (rev 15157)
+++ trunk/httpunit/debian/changelog 2011-10-06 21:00:19 UTC (rev 15158)
@@ -1,4 +1,4 @@
-httpunit (1.7+dfsg-6) UNRELEASED; urgency=low
+httpunit (1.7+dfsg-6) unstable; urgency=low
 
   * Update maven metadata about jtidy dependency. (Closes: #643749).
   * Fix minor lintian warnings about control file.


___
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] r15159 - in tags/httpunit: . 1.7+dfsg-6/debian

2011-10-06 Thread Torsten Werner
Author: twerner
Date: 2011-10-06 21:04:31 + (Thu, 06 Oct 2011)
New Revision: 15159

Added:
   tags/httpunit/1.7+dfsg-6/
   tags/httpunit/1.7+dfsg-6/debian/changelog
Removed:
   tags/httpunit/1.7+dfsg-6/debian/changelog
Log:
[svn-buildpackage] Tagging httpunit 1.7+dfsg-6

Deleted: tags/httpunit/1.7+dfsg-6/debian/changelog
===
--- trunk/httpunit/debian/changelog 2011-10-06 17:13:30 UTC (rev 15157)
+++ tags/httpunit/1.7+dfsg-6/debian/changelog   2011-10-06 21:04:31 UTC (rev 
15159)
@@ -1,83 +0,0 @@
-httpunit (1.7+dfsg-6) UNRELEASED; urgency=low
-
-  * Update maven metadata about jtidy dependency. (Closes: #643749).
-  * Fix minor lintian warnings about control file.
-  * Make copyright file DEP-5 compliant.
-  * Drop almost all versioned dependencies since they are satisfied in squeeze.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 29 Sep 2011 07:37:34 -0430
-
-httpunit (1.7+dfsg-5.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * debian/control:
- - add version contraint on maven-repo-helper (= 1.6)
- - Bumped Standards-Version to 3.9.2. No changes neeeded.
-  * debian/rules: simplify installation by using dh --with jh_maven_repo_helper
-  * debian/libhttpunit.poms: add parameters for jh_maven_repo_helper
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Mon, 26 Sep 2011 23:01:21 
+0200
-
-httpunit (1.7+dfsg-5) unstable; urgency=low
-
-  * Team upload
-
-  [ Ludovic Claude ]
-  * debian/control: add version contraint on maven-repo-helper
-  * debian/rules: simplify installation by using mh_install
-  * debian/libhttpunit.poms: add parameters for mh_install
-
-  [ Torsten Werner ]
-  * Change Section: java for source package.
-  * Remove Java runtime from Depends.
-  * Update Standards-Version: 3.9.1.
-  * Set JAVA_HOME in debian/rules.
-  * Switch to libservlet2.5-java.
-
- -- Torsten Werner twer...@debian.org  Fri, 02 Sep 2011 23:19:04 +0200
-
-httpunit (1.7+dfsg-4) unstable; urgency=low
-
-  * Added libservlet2.4-java runtime dependency
-
- -- Gabriele Giacone 1o5g4...@gmail.com  Fri, 19 Feb 2010 22:47:48 +0100
-
-httpunit (1.7+dfsg-3) unstable; urgency=low
-
-  [ Gabriele Giacone ]
-  * Added Maven support.
-  * Bumped Standards-Version to 3.8.4. No changes neeeded.
-  * Changed source format to 3.0, removed dpatch dependency.
-  * Replaced cdbs with debhelper, and bumped compat level to 7.
-
-  [ Miguel Landaeta ]
-  * Updated to Depend and Build-Depend on default JRE and JDK, and use
-javahelper.
-
-  [ Torsten Werner ]
-  * Remove README.source refering dpatch.
-
- -- Torsten Werner twer...@debian.org  Thu, 18 Feb 2010 23:06:53 +0100
-
-httpunit (1.7+dfsg-2) unstable; urgency=low
-
-  [ Miguel Landaeta ]
-  * Added Vcs-* fields.
-  * Added Class-Path entry to the manifest. (Closes: #536205)
-  * Bumped Standards-Version to 3.8.2; no changes required.
-  * Fixed wrong-section-according-to-package-name lintian warning.
-libhttpunit-java is now under java section.
-
-  [ Michael Koch ]
-  * Fixed watch file to use SF redirector.
-  * Added debian/README.source.
-  * Added myself to Uploaders.
-  * Updated to Standards-Version 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Fri, 18 Sep 2009 07:35:15 +0200
-
-httpunit (1.7+dfsg-1) unstable; urgency=low
-
-  * Initial release (closes: #518350).
-
- -- Miguel Landaeta mig...@miguel.cc  Fri, 06 Mar 2009 23:45:36 -0430

Copied: tags/httpunit/1.7+dfsg-6/debian/changelog (from rev 15158, 
trunk/httpunit/debian/changelog)
===
--- tags/httpunit/1.7+dfsg-6/debian/changelog   (rev 0)
+++ tags/httpunit/1.7+dfsg-6/debian/changelog   2011-10-06 21:04:31 UTC (rev 
15159)
@@ -0,0 +1,83 @@
+httpunit (1.7+dfsg-6) unstable; urgency=low
+
+  * Update maven metadata about jtidy dependency. (Closes: #643749).
+  * Fix minor lintian warnings about control file.
+  * Make copyright file DEP-5 compliant.
+  * Drop almost all versioned dependencies since they are satisfied in squeeze.
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 29 Sep 2011 07:37:34 -0430
+
+httpunit (1.7+dfsg-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+ - add version contraint on maven-repo-helper (= 1.6)
+ - Bumped Standards-Version to 3.9.2. No changes neeeded.
+  * debian/rules: simplify installation by using dh --with jh_maven_repo_helper
+  * debian/libhttpunit.poms: add parameters for jh_maven_repo_helper
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Mon, 26 Sep 2011 23:01:21 
+0200
+
+httpunit (1.7+dfsg-5) unstable; urgency=low
+
+  * Team upload
+
+  [ Ludovic Claude ]
+  * debian/control: add version contraint on maven-repo-helper
+  * debian/rules: simplify installation by using mh_install
+  * debian/libhttpunit.poms: add parameters for mh_install
+
+  [ Torsten Werner ]
+  * Change Section: java for source package.
+  * Remove Java runtime from Depends.
+  * Update Standards

[pkg-java] r15160 - trunk/maven-plugin-tools/debian

2011-10-06 Thread Torsten Werner
Author: twerner
Date: 2011-10-06 21:08:11 + (Thu, 06 Oct 2011)
New Revision: 15160

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

Modified: trunk/maven-plugin-tools/debian/changelog
===
--- trunk/maven-plugin-tools/debian/changelog   2011-10-06 21:04:31 UTC (rev 
15159)
+++ trunk/maven-plugin-tools/debian/changelog   2011-10-06 21:08:11 UTC (rev 
15160)
@@ -1,4 +1,4 @@
-maven-plugin-tools (2.8-2) UNRELEASED; urgency=low
+maven-plugin-tools (2.8-2) unstable; urgency=low
 
   * Team upload.
   * Switch to default-jdk. (Closes: #643548).


___
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] r15161 - in tags/maven-plugin-tools: . 2.8-2/debian

2011-10-06 Thread Torsten Werner
Author: twerner
Date: 2011-10-06 21:11:21 + (Thu, 06 Oct 2011)
New Revision: 15161

Added:
   tags/maven-plugin-tools/2.8-2/
   tags/maven-plugin-tools/2.8-2/debian/changelog
Removed:
   tags/maven-plugin-tools/2.8-2/debian/changelog
Log:
[svn-buildpackage] Tagging maven-plugin-tools 2.8-2

Deleted: tags/maven-plugin-tools/2.8-2/debian/changelog
===
--- trunk/maven-plugin-tools/debian/changelog   2011-10-06 21:04:31 UTC (rev 
15159)
+++ tags/maven-plugin-tools/2.8-2/debian/changelog  2011-10-06 21:11:21 UTC 
(rev 15161)
@@ -1,48 +0,0 @@
-maven-plugin-tools (2.8-2) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Switch to default-jdk. (Closes: #643548).
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 29 Sep 2011 20:52:34 -0430
-
-maven-plugin-tools (2.8-1) unstable; urgency=low
-
-  * Team upload.
-  * New upstream release. (Closes: #637213).
-  * Switch to source format 3.0 (quilt).
-  * Bump Standards-Version to 3.9.2. No changes were required.
-  * Remove unnecessary Build-Depends on quilt.
-  * Drop unnecessary patches already applied by upstream.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 14 Aug 2011 13:16:31 -0430
-
-maven-plugin-tools (2.5-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Fri, 14 Aug 2009 15:11:15 +0200
-
-maven-plugin-tools (2.5-1) experimental; urgency=low
-
-  * New upstream version, add myself to Uploaders
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * Remove the dependency on java runtimes as it is a library.
-  * Remove the recursive dependency on libmaven-plugin-tools-java, 
-it's not needed
-  * 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 patch for the POMs as it's no longer needed, use another patch
-to ignore old artifacts
-  * Add a dependency on libjtidy-java and libmaven2-core-java
-  * Add a Build-Depends on libclassworlds-java
-  * Build with openjdk-6-jdk, required for module maven-plugin-tools-javadoc,
-add a Build-Depends on this jdk.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 13 May 2009 12:04:41 
+0100
-
-maven-plugin-tools (2.4.3-1) unstable; urgency=low
-
-  * Initial release. (Closes: #507922)
-
- -- Torsten Werner twer...@debian.org  Thu, 04 Dec 2008 19:29:26 +0100

Copied: tags/maven-plugin-tools/2.8-2/debian/changelog (from rev 15160, 
trunk/maven-plugin-tools/debian/changelog)
===
--- tags/maven-plugin-tools/2.8-2/debian/changelog  
(rev 0)
+++ tags/maven-plugin-tools/2.8-2/debian/changelog  2011-10-06 21:11:21 UTC 
(rev 15161)
@@ -0,0 +1,48 @@
+maven-plugin-tools (2.8-2) unstable; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643548).
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 29 Sep 2011 20:52:34 -0430
+
+maven-plugin-tools (2.8-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release. (Closes: #637213).
+  * Switch to source format 3.0 (quilt).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Remove unnecessary Build-Depends on quilt.
+  * Drop unnecessary patches already applied by upstream.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 14 Aug 2011 13:16:31 -0430
+
+maven-plugin-tools (2.5-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner twer...@debian.org  Fri, 14 Aug 2009 15:11:15 +0200
+
+maven-plugin-tools (2.5-1) experimental; urgency=low
+
+  * New upstream version, add myself to Uploaders
+  * Change section to java, bump up Standards-Version to 3.8.1
+  * Remove the dependency on java runtimes as it is a library.
+  * Remove the recursive dependency on libmaven-plugin-tools-java, 
+it's not needed
+  * 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 patch for the POMs as it's no longer needed, use another patch
+to ignore old artifacts
+  * Add a dependency on libjtidy-java and libmaven2-core-java
+  * Add a Build-Depends on libclassworlds-java
+  * Build with openjdk-6-jdk, required for module maven-plugin-tools-javadoc,
+add a Build-Depends on this jdk.
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 13 May 2009 12:04:41 
+0100
+
+maven-plugin-tools (2.4.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #507922)
+
+ -- Torsten Werner twer...@debian.org  Thu, 04 Dec 2008 19:29:26 +0100


___
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] r15149 - trunk/jta/debian

2011-10-05 Thread Torsten Werner
Author: twerner
Date: 2011-10-05 22:04:33 + (Wed, 05 Oct 2011)
New Revision: 15149

Modified:
   trunk/jta/debian/changelog
Log:
release

Modified: trunk/jta/debian/changelog
===
--- trunk/jta/debian/changelog  2011-10-04 20:03:29 UTC (rev 15148)
+++ trunk/jta/debian/changelog  2011-10-05 22:04:33 UTC (rev 15149)
@@ -1,4 +1,4 @@
-jta (2.6+dfsg-4) UNRELEASED; urgency=low
+jta (2.6+dfsg-4) unstable; urgency=low
 
   * Team upload.
   * Put changes to upstream code in a patch as is required since dpkg 1.16.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] r15150 - in tags/jta: . 2.6+dfsg-4/debian

2011-10-05 Thread Torsten Werner
Author: twerner
Date: 2011-10-05 22:09:54 + (Wed, 05 Oct 2011)
New Revision: 15150

Added:
   tags/jta/2.6+dfsg-4/
   tags/jta/2.6+dfsg-4/debian/changelog
Removed:
   tags/jta/2.6+dfsg-4/debian/changelog
Log:
[svn-buildpackage] Tagging jta 2.6+dfsg-4

Deleted: tags/jta/2.6+dfsg-4/debian/changelog
===
--- trunk/jta/debian/changelog  2011-10-04 20:03:29 UTC (rev 15148)
+++ tags/jta/2.6+dfsg-4/debian/changelog2011-10-05 22:09:54 UTC (rev 
15150)
@@ -1,113 +0,0 @@
-jta (2.6+dfsg-4) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Put changes to upstream code in a patch as is required since dpkg 1.16.1.
-(Closes: 643172).
-  * Bump Standards-Version to 3.9.2. No changes were required.
-  * Fix several lintian warnings.
-
- -- Miguel Landaeta mig...@miguel.cc  Tue, 27 Sep 2011 19:32:24 -0430
-
-jta (2.6+dfsg-3) unstable; urgency=low
-
-  * Team Upload
-  * Change Build-Depends: default-jdk-doc.
-  * Remove most Uploaders.
-  * Update Standards-Version: 3.8.4
-  * Switch to source format 3.0.
-
- -- Torsten Werner twer...@debian.org  Sun, 11 Apr 2010 16:14:52 +0200
-
-jta (2.6+dfsg-2) unstable; urgency=low
-
-  * (Build-)Depends on default-jdk (Closes: #526289).
-  * Build-Depends on debhelper = 7.
-  * Let packages Depends on ${misc:Depends}.
-  * Make short description of jta-doc unique.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Fri, 18 Sep 2009 22:00:13 +0200
-
-jta (2.6+dfsg-1.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * Switch to libjdom1-java, both for Build-Dep and Depends (closes: #502344)
-  * Already conforms to standards 3.8.0
-  * Added a Homepage and Vcs-* fields
-  * Switched debian/copyright to UTF-8, so that jta is now lintian-clean.
-
- -- Vincent Fourmond fourm...@debian.org  Thu, 16 Oct 2008 20:53:55 +0200
-
-jta (2.6+dfsg-1) unstable; urgency=low
-
-  * Added myself to uploaders.
-  * Converted to use CDBS (usual build system in pkg-java).
-  * Compiles using java-gcj-compat-dev.
-  * Changed to debheler version 5.
-  * Upstream provide both a Makefile and a build.xml, but the
-Makefile is out of date. Swapped to build.xml.
-  * Removed dependency on Java runtime (as required by draft Java
-policy).
-  * Created separate -doc package.
-  * Removed non-dfsg RFC from source tarball.
-(Closes: #393377)
-  * Expanded description, and added end-user documentation.
-(Closes: #34130, #417544)
-  * Amended build.xml to include index.html as a help file.
-(Closes: #341405)
-
- -- Paul Cager paul-deb...@home.paulcager.org  Sat, 21 Apr 2007 21:37:36 
+0100
-
-jta (2.5+dfsg-1) unstable; urgency=low
-
-  * Re-upload with orig.tar.gz with new version number (Closes: #413053).
-  * Moved debhelper from Build-Depends-Indep to Build-Depends.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.7.2.
-
- -- Michael Koch konque...@gmx.de  Fri,  2 Mar 2007 23:04:36 +0100
-
-jta (2.5-3) unstable; urgency=medium
-
-  * Added debian/jta.links to add link from jta.jar to jta25.jar.
-  (Closes: #405490).
-
- -- Michael Koch konque...@gmx.de  Thu, 15 Feb 2007 15:40:27 +0100
-
-jta (2.5-2) unstable; urgency=low
-
-  * build with kaffe, move to main
-
- -- Arnaud Vandyck av...@debian.org  Fri, 23 Sep 2005 01:22:31 +0200
-
-jta (2.5-1) unstable; urgency=low
-
-  * New upstream release (closes: #276792).
-  * added dependencies to libjdom0-java, libcrimson-java and
-libgnu-regexp-java
-  * de/mud/flash/FlashTerminal.java: added a catch statement with
-IOException at line 160. I'm sorry not to make a proper patch and send
-it upstream. If you have time, please, contact upstream and tell
-him/her I was not able to build from source without adding this catch
-statement.
-  * added support for amd64 (closes: #274839).
-
- -- Arnaud Vandyck av...@debian.org  Fri, 12 Nov 2004 17:25:50 +0100
-
-jta (2.0a-1) unstable; urgency=low
-
-  * Not a new upstream, but removed three .cvsignore files and a CVS
-directory
-  * Corrected the maintainer field: Debian Java Maintainers, thanks to
-Carlos Z.F. Liu (closes: #253449).
-
- -- Arnaud Vandyck av...@debian.org  Sat, 12 Jun 2004 18:26:28 +0200
-
-jta (2.0-1) unstable; urgency=low
-
-  * Initial release by Jaldhar H. Vyas jald...@debian.org but
-pkg-java-maintainers will take care of the package, I'll be an
-uploader (closes: #167380).
-
- -- Arnaud Vandyck av...@debian.org  Sat, 22 May 2004 12:25:05 +0200
-

Copied: tags/jta/2.6+dfsg-4/debian/changelog (from rev 15149, 
trunk/jta/debian/changelog)
===
--- tags/jta/2.6+dfsg-4/debian/changelog(rev 0)
+++ tags/jta/2.6+dfsg-4/debian/changelog2011-10-05 22:09:54 UTC (rev 
15150)
@@ -0,0 +1,113 @@
+jta (2.6+dfsg-4) unstable; urgency=low
+
+  * Team upload.
+  * Put changes to upstream code in a patch as is required since dpkg 1.16.1

[pkg-java] r15151 - trunk/libjibx-java/branch-1.2/debian

2011-10-05 Thread Torsten Werner
Author: twerner
Date: 2011-10-05 22:15:26 + (Wed, 05 Oct 2011)
New Revision: 15151

Modified:
   trunk/libjibx-java/branch-1.2/debian/changelog
Log:
release

Modified: trunk/libjibx-java/branch-1.2/debian/changelog
===
--- trunk/libjibx-java/branch-1.2/debian/changelog  2011-10-05 22:09:54 UTC 
(rev 15150)
+++ trunk/libjibx-java/branch-1.2/debian/changelog  2011-10-05 22:15:26 UTC 
(rev 15151)
@@ -1,9 +1,9 @@
-libjibx1.2-java (1.2.3-2) UNRELEASED; urgency=low
+libjibx1.2-java (1.2.3-2) unstable; urgency=low
 
   * Team upload.
   * Switch to default-jdk. (Closes: #643532).
   * Bump Standards-Version to 3.9.2. No changes were required.
-  * Drop unneded B-D on quilt.
+  * Drop unneeded B-D on quilt.
   * Use anonymous URL for Vcs-Svn field.
 
  -- Miguel Landaeta mig...@miguel.cc  Tue, 27 Sep 2011 20:38:31 -0430


___
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] r15152 - in tags/libjibx-java: . 1.2.3-2 1.2.3-2/debian

2011-10-05 Thread Torsten Werner
Author: twerner
Date: 2011-10-05 22:18:59 + (Wed, 05 Oct 2011)
New Revision: 15152

Added:
   tags/libjibx-java/1.2.3-2/
   tags/libjibx-java/1.2.3-2/debian/changelog
Removed:
   tags/libjibx-java/1.2.3-2/debian/changelog
Log:
[svn-buildpackage] Tagging libjibx1.2-java 1.2.3-2


Property changes on: tags/libjibx-java/1.2.3-2
___
Added: svn:mergeinfo
   + 

Deleted: tags/libjibx-java/1.2.3-2/debian/changelog
===
--- trunk/libjibx-java/branch-1.2/debian/changelog  2011-10-05 22:09:54 UTC 
(rev 15150)
+++ tags/libjibx-java/1.2.3-2/debian/changelog  2011-10-05 22:18:59 UTC (rev 
15152)
@@ -1,90 +0,0 @@
-libjibx1.2-java (1.2.3-2) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Switch to default-jdk. (Closes: #643532).
-  * Bump Standards-Version to 3.9.2. No changes were required.
-  * Drop unneded B-D on quilt.
-  * Use anonymous URL for Vcs-Svn field.
-
- -- Miguel Landaeta mig...@miguel.cc  Tue, 27 Sep 2011 20:38:31 -0430
-
-libjibx1.2-java (1.2.3-1) unstable; urgency=low
-
-  * Team upload
-  * New upstream release
-  * Improve download of upstream source code.
-  * Add Build-Depends: libjoda-time-java.
-  * Remove Java runtime from Depends.
-  * Add missing Depends: ${misc:Depends}.
-  * Switch to source format 3.0.
-  * Update Standards-Version: 3.9.1.
-
- -- Torsten Werner twer...@debian.org  Wed, 31 Aug 2011 14:09:31 +0200
-
-libjibx1.2-java (1.2.1-1) unstable; urgency=low
-
-  [ Eric Lavarde ]
-  * Remove dependency on gjdoc.
-  * Enhance clean target to really cleanup back to original.
-  * Move to debhelper compat 7.
-  * Add copyright clarifications based on feedback from ftpmaster.
-
-  [ Michael Koch ]
-  * New upstream release (Closes: #526611).
-  * Reworked debian/rules and removed debian/install and
-debian/links.
-  * Build-Depends on liblog4j1.2-java.
-  * Moved package to section 'java'.
-  * Moved ant and openjdk-6-jdk to Build-Depends.
-  * Make package Depends on default-jre-headless | java2-runtime-headless.
-  * Updated Standards-Version to 3.8.3.
-
-  [ Steffen Moeller ]
-  * Introduced version-specific packages
-  * Updated Standards-Version to 3.8.4.
-  * added clean target to build.xml
-
- -- Michael Koch konque...@gmx.de  Sun, 27 Sep 2009 12:32:59 +0200
-
-libjibx-java (1.0.2-1) unstable; urgency=low
-
-  * New upstream version.
-  * debian/control:
-+ Build-Depend on openjdk-6-jdk instead of sun-java6-jdk.
-+ Depend on openjdk-6-jre instead of sun-java6-jre.
-+ Thanks to the above, move to main!
-+ Add Homepage field.
-+ Add firefox as alternative to iceweasel (for potential Ubuntu
-  integration).
-+ Updated Standards-Version to 3.8.0
-  * debian/rules:
-+ Set JAVA_HOME_DIRS to the correct value for openjdk-6-jdk.
-  * debian/copyright:
-+ slighthly modify to make lintian happy.
-
- -- Eric Lavarde d...@zorglub.s.bawue.de  Sat, 21 Feb 2009 09:13:28 +0100
-
-libjibx-java (1.0.1-2) unstable; urgency=low
-
-  [ Michael Bienia ]
-  * debian/control:
-+ Build-Depend on sun-java6-jdk instead of ibm-j2sdk1.6 | sun-j2sdk1.4.
-+ Depend on sun-java6-jre instead of sun-j2re1.4.
-+ Recommend iceweasel instead of mozilla.
-  * debian/rules:
-+ Set JAVA_HOME_DIRS to the correct value for sun-java6-jdk.
-
-  [ Michael Koch ]
-  * Fixed clean target to make it possible to build the package two times in a
-row.
-  * Moved debhelper and cdbs to Build-Depends.
-  * Updated Standards-Version to 3.7.3.
-  * Added myself to Uploaders.
-
- -- Michael Koch konque...@gmx.de  Fri, 25 Jan 2008 23:30:33 +0100
-
-libjibx-java (1.0.1-1) unstable; urgency=low
-
-  * Initial Release (closes: Bug#354374).
-
- -- Eric Lavarde d...@zorglub.s.bawue.de  Sat,  4 Mar 2006 15:20:17 +0200

Copied: tags/libjibx-java/1.2.3-2/debian/changelog (from rev 15151, 
trunk/libjibx-java/branch-1.2/debian/changelog)
===
--- tags/libjibx-java/1.2.3-2/debian/changelog  (rev 0)
+++ tags/libjibx-java/1.2.3-2/debian/changelog  2011-10-05 22:18:59 UTC (rev 
15152)
@@ -0,0 +1,90 @@
+libjibx1.2-java (1.2.3-2) unstable; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643532).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Drop unneeded B-D on quilt.
+  * Use anonymous URL for Vcs-Svn field.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 27 Sep 2011 20:38:31 -0430
+
+libjibx1.2-java (1.2.3-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream release
+  * Improve download of upstream source code.
+  * Add Build-Depends: libjoda-time-java.
+  * Remove Java runtime from Depends.
+  * Add missing Depends: ${misc:Depends}.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Wed, 31 Aug 2011 14:09:31 +0200
+
+libjibx1.2-java (1.2.1-1) unstable; urgency

[pkg-java] r15153 - trunk/jbossas4/debian

2011-10-05 Thread Torsten Werner
Author: twerner
Date: 2011-10-05 22:25:11 + (Wed, 05 Oct 2011)
New Revision: 15153

Modified:
   trunk/jbossas4/debian/changelog
Log:
release

Modified: trunk/jbossas4/debian/changelog
===
--- trunk/jbossas4/debian/changelog 2011-10-05 22:18:59 UTC (rev 15152)
+++ trunk/jbossas4/debian/changelog 2011-10-05 22:25:11 UTC (rev 15153)
@@ -1,4 +1,4 @@
-jbossas4 (4.2.3.GA-6) UNRELEASED; urgency=low
+jbossas4 (4.2.3.GA-6) unstable; urgency=low
 
   * Team upload.
   * Switch to default-jdk. (Closes: #643514).


___
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] r15154 - in tags/jbossas4: . 4.2.3.GA-6/debian

2011-10-05 Thread Torsten Werner
Author: twerner
Date: 2011-10-05 22:30:12 + (Wed, 05 Oct 2011)
New Revision: 15154

Added:
   tags/jbossas4/4.2.3.GA-6/
   tags/jbossas4/4.2.3.GA-6/debian/changelog
Removed:
   tags/jbossas4/4.2.3.GA-6/debian/changelog
Log:
[svn-buildpackage] Tagging jbossas4 4.2.3.GA-6

Deleted: tags/jbossas4/4.2.3.GA-6/debian/changelog
===
--- trunk/jbossas4/debian/changelog 2011-10-05 22:18:59 UTC (rev 15152)
+++ tags/jbossas4/4.2.3.GA-6/debian/changelog   2011-10-05 22:30:12 UTC (rev 
15154)
@@ -1,101 +0,0 @@
-jbossas4 (4.2.3.GA-6) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Switch to default-jdk. (Closes: #643514).
-  * Use recommended URI format in Vcs-Svn field.
-  * Remove unnecessary B-D on quilt.
-  * Remove needless dependency on jre for libraries.
-
- -- Miguel Landaeta mig...@miguel.cc  Tue, 27 Sep 2011 21:20:46 -0430
-
-jbossas4 (4.2.3.GA-5) unstable; urgency=low
-
-  * Team upload. 
-  * Fix FTBFS with Hibernate 3.6.x. (Closes: #625986).
-  * Bump Standards-Version to 3.9.2. No changes were needed.
-
- -- Miguel Landaeta mig...@miguel.cc  Fri, 03 Jun 2011 16:08:07 -0430
-
-jbossas4 (4.2.3.GA-4) unstable; urgency=low
-
-  * Team upload. 
-  * Upload to unstable. (Closes: #592236).
-  * Bump Standards-Version to 3.9.1. No changes were needed.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 08 Aug 2010 11:52:03 -0430
-
-jbossas4 (4.2.3.GA-3) experimental; urgency=low
-
-  * Team upload.
-  * Fix FTBFS with Hibernate 3.5.x. (Closes: #589599).
-  * Bump Standards-Version to 3.9.0. No changes were needed.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 18 Jul 2010 20:47:00 -0430
-
-jbossas4 (4.2.3.GA-2) unstable; urgency=low
-
-  * Switch back to jgroups 2.6. (Closes: #577878)
-  * Switch to source format 3.0.
-  * Update Standards-Version: 3.8.4.
-  * Change Section: java.
-  * Improve short description for libjboss-j2ee-java a bit. (Closes:
-#493434)
-
- -- Torsten Werner twer...@debian.org  Thu, 15 Apr 2010 18:01:56 +0200
-
-jbossas4 (4.2.3.GA-1) unstable; urgency=low
-
-  * new upstream release
-  * Refresh patches.
-  * Switch to openjdk-6-jdk.
-  * Add Build-Depends: libjboss-managed-java.
-  * Bump up Standards-Version: 3.8.0 (no changes).
-  * Do no longer quote the full text of the Apache license in
-debian/copyright.
-  * Build aspects library with source=1.4.
-  * Move package to main.
-
- -- Torsten Werner twer...@debian.org  Tue, 18 Nov 2008 18:04:13 +0100
-
-jbossas4 (4.2.2.GA-5) unstable; urgency=low
-
-  * debian/control: Add libjboss-reflect-java to Build-Depends
-
- -- Varun Hiremath va...@debian.org  Wed, 23 Apr 2008 17:27:13 +0530
-
-jbossas4 (4.2.2.GA-4) unstable; urgency=low
-
-  * Fix package descriptions
-
- -- Varun Hiremath va...@debian.org  Tue, 18 Mar 2008 16:00:58 +0530
-
-jbossas4 (4.2.2.GA-3) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Add some more packages: ejb3, cluster, aspects, connector, jms and
-webservices
-
-  [ Torsten Werner ]
-  * Add Build-Depends: libjboss-microcontainer-java and libquartz-java.
-
- -- Torsten Werner twer...@debian.org  Tue, 11 Mar 2008 21:40:54 +0100
-
-jbossas4 (4.2.2.GA-2) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * Add README.Debian explaining the state of the package. (Closes: #451976)
-  * Add more packages thanks to Rafal Lewczuk.
-  * Fix Vcs header in debian/control.
-
-  [ Varun Hiremath ]
-  * Move the package to contrib as some of the Build-Depends are in contrib
-(Closes: #457405)
-  * Update Standards-Version to 3.7.3
-
- -- Varun Hiremath va...@debian.org  Sun, 23 Dec 2007 00:05:20 +0530
-
-jbossas4 (4.2.2.GA-1) unstable; urgency=low
-
-  * Initial release (Closes: #446661, #448990)
-
- -- Varun Hiremath varunhirem...@gmail.com  Tue, 24 Apr 2007 17:19:10 +0530

Copied: tags/jbossas4/4.2.3.GA-6/debian/changelog (from rev 15153, 
trunk/jbossas4/debian/changelog)
===
--- tags/jbossas4/4.2.3.GA-6/debian/changelog   (rev 0)
+++ tags/jbossas4/4.2.3.GA-6/debian/changelog   2011-10-05 22:30:12 UTC (rev 
15154)
@@ -0,0 +1,101 @@
+jbossas4 (4.2.3.GA-6) unstable; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643514).
+  * Use recommended URI format in Vcs-Svn field.
+  * Remove unnecessary B-D on quilt.
+  * Remove needless dependency on jre for libraries.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 27 Sep 2011 21:20:46 -0430
+
+jbossas4 (4.2.3.GA-5) unstable; urgency=low
+
+  * Team upload. 
+  * Fix FTBFS with Hibernate 3.6.x. (Closes: #625986).
+  * Bump Standards-Version to 3.9.2. No changes were needed.
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 03 Jun 2011 16:08:07 -0430
+
+jbossas4 (4.2.3.GA-4) unstable; urgency=low
+
+  * Team upload. 
+  * Upload to unstable. (Closes: #592236).
+  * Bump Standards-Version to 3.9.1. No changes were needed.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 08 Aug 2010 11:52:03 -0430
+
+jbossas4

[SCM] cpptasks packaging branch, master, created. 75fee816c1e1d28f1b8af9dc184f33ad506347e6

2011-10-04 Thread Torsten Werner
The branch, master has been created
at  75fee816c1e1d28f1b8af9dc184f33ad506347e6 (commit)

- Shortlog 
commit 75fee816c1e1d28f1b8af9dc184f33ad506347e6
Author: Christopher Baines cbain...@gmail.com
Date:   Thu Jul 22 16:24:23 2010 +0100

Imported Debian patch 1.0~b5-1

---

-- 
cpptasks packaging

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


[SCM] cpptasks packaging branch, pristine-tar, created. f9ccf6da197f93e6cca37e6a47961755dad9f7c8

2011-10-04 Thread Torsten Werner
The branch, pristine-tar has been created
at  f9ccf6da197f93e6cca37e6a47961755dad9f7c8 (commit)

- Shortlog 
commit f9ccf6da197f93e6cca37e6a47961755dad9f7c8
Author: Torsten Werner twer...@debian.org
Date:   Tue Oct 4 21:20:38 2011 +0200

pristine-tar data for cpptasks_1.0~b5.orig.tar.gz

---

-- 
cpptasks packaging

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


[SCM] cpptasks packaging branch, master, updated. 45c1ffbf40e11410421422c0e8734bc92c6b80e7

2011-10-04 Thread Torsten Werner
The following commit has been merged in the master branch:
commit 2203afbe2ebe2be620db39887c266826cbae762f
Author: Torsten Werner twer...@debian.org
Date:   Tue Oct 4 21:30:39 2011 +0200

Import package into git.debian.org and add Vcs-* headers.

diff --git a/debian/changelog b/debian/changelog
index 2b1af0f..caa48f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cpptasks (1.0~b5-2) unstable; urgency=low
+
+  * Team upload.
+  * Import package into git.debian.org and add Vcs-* headers.
+
+ -- Torsten Werner twer...@debian.org  Tue, 04 Oct 2011 21:26:38 +0200
+
 cpptasks (1.0~b5-1) unstable; urgency=low
 
   * Initial release (closes: #590045).
diff --git a/debian/control b/debian/control
index 439a6b4..fb312c3 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Build-Depends-Indep: libxerces2-java
 Standards-Version: 3.9.0
 Homepage: http://ant-contrib.sourceforge.net/cpptasks/index.html
 DM-Upload-Allowed: yes
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/cpptasks.git
+Vcs-Git: git://anonscm.debian.org/pkg-java/cpptasks.git
 
 Package: ant-contrib-cpptasks
 Architecture: all

-- 
cpptasks packaging

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


[SCM] cpptasks packaging branch, master, updated. 45c1ffbf40e11410421422c0e8734bc92c6b80e7

2011-10-04 Thread Torsten Werner
The following commit has been merged in the master branch:
commit 45c1ffbf40e11410421422c0e8734bc92c6b80e7
Author: Torsten Werner twer...@debian.org
Date:   Tue Oct 4 21:33:06 2011 +0200

Remove Java runtime from Depends.

diff --git a/debian/changelog b/debian/changelog
index b591c8c..eaac842 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ cpptasks (1.0~b5-2) unstable; urgency=low
   * Team upload.
   * Import package into git.debian.org and add Vcs-* headers.
   * Really use default-jdk for building the package. (Closes: #643510)
+  * Remove Java runtime from Depends.
 
- -- Torsten Werner twer...@debian.org  Tue, 04 Oct 2011 21:26:38 +0200
+ -- Torsten Werner twer...@debian.org  Tue, 04 Oct 2011 21:32:38 +0200
 
 cpptasks (1.0~b5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index fb312c3..1565bd0 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-java/cpptasks.git
 
 Package: ant-contrib-cpptasks
 Architecture: all
-Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends}
+Depends: ${misc:Depends}
 Enhances: ant
 Description: C/C++ compilation tasks for Ant.
  The cc task can compile various source languages and produce executables, 

-- 
cpptasks packaging

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


[SCM] cpptasks packaging annotated tag, upstream/1.0_b5, created. upstream/1.0_b5

2011-10-04 Thread Torsten Werner
The annotated tag, upstream/1.0_b5 has been created
at  f1f31316cca35ea972fc18a8b9db91640486079b (tag)
   tagging  e729dfa1b540c38520b8c6a94f88f5029b8c2543 (commit)
 tagged by  Torsten Werner
on  Tue Oct 4 21:20:37 2011 +0200

- Shortlog 
Upstream version 1.0~b5

Torsten Werner (1):
  Imported Upstream version 1.0~b5

---

-- 
cpptasks packaging

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


[pkg-java] r15144 - trunk/jblas/debian

2011-10-04 Thread Torsten Werner
Author: twerner
Date: 2011-10-04 19:47:32 + (Tue, 04 Oct 2011)
New Revision: 15144

Modified:
   trunk/jblas/debian/changelog
   trunk/jblas/debian/control
   trunk/jblas/debian/rules
Log:
* Switch to default-jdk. (Closes: #643513)
* Improve Description.
* Remove Java runtime from Depends.
* Add Suggests: jblas-doc.

Modified: trunk/jblas/debian/changelog
===
--- trunk/jblas/debian/changelog2011-09-30 20:21:44 UTC (rev 15143)
+++ trunk/jblas/debian/changelog2011-10-04 19:47:32 UTC (rev 15144)
@@ -1,3 +1,12 @@
+jblas (1.2.0-3) unstable; urgency=low
+
+  * Switch to default-jdk. (Closes: #643513)
+  * Improve Description.
+  * Remove Java runtime from Depends.
+  * Add Suggests: jblas-doc.
+
+ -- Torsten Werner twer...@debian.org  Tue, 04 Oct 2011 21:46:11 +0200
+
 jblas (1.2.0-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/jblas/debian/control
===
--- trunk/jblas/debian/control  2011-09-30 20:21:44 UTC (rev 15143)
+++ trunk/jblas/debian/control  2011-10-04 19:47:32 UTC (rev 15144)
@@ -3,7 +3,7 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Soeren Sonnenburg so...@debian.org,
  Torsten Werner twer...@debian.org
-Build-Depends: cdbs, debhelper (= 7), openjdk-6-jdk, ant-optional, gfortran,
+Build-Depends: cdbs, debhelper (= 7), default-jdk, ant-optional, gfortran,
  libatlas-base-dev, ruby
 Standards-Version: 3.9.1.0
 Section: science
@@ -13,8 +13,9 @@
 
 Package: jblas
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | sun-java6-jre,
-Description: A fast linear algebra library for Java
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: jblas-doc
+Description: fast linear algebra library for Java
  jblas is a fast linear algebra library for Java. jblas is essentially
  a light-weight wrapper around BLAS and LAPACK routines, the
  de-facto industry standard for matrix computations. It uses
@@ -28,7 +29,7 @@
 Depends: ${misc:Depends}
 Recommends: jblas
 Section: doc
-Description: A fast linear algebra library for Java
+Description: fast linear algebra library for Java
  jblas is a fast linear algebra library for Java. jblas is essentially
  a light-weight wrapper around BLAS and LAPACK routines, the
  de-facto industry standard for matrix computations. It uses

Modified: trunk/jblas/debian/rules
===
--- trunk/jblas/debian/rules2011-09-30 20:21:44 UTC (rev 15143)
+++ trunk/jblas/debian/rules2011-10-04 19:47:32 UTC (rev 15144)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME_DIRS   := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE:= build.xml
 DEB_ANT_BUILD_TARGET := minimal-jar javadoc
 DEB_ANT_CLEAN_TARGET := clean clean-jars


___
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] r15145 - in tags/jblas: . 1.2.0-3/debian

2011-10-04 Thread Torsten Werner
Author: twerner
Date: 2011-10-04 19:50:38 + (Tue, 04 Oct 2011)
New Revision: 15145

Added:
   tags/jblas/1.2.0-3/
   tags/jblas/1.2.0-3/debian/changelog
   tags/jblas/1.2.0-3/debian/control
   tags/jblas/1.2.0-3/debian/rules
Removed:
   tags/jblas/1.2.0-3/debian/changelog
   tags/jblas/1.2.0-3/debian/control
   tags/jblas/1.2.0-3/debian/rules
Log:
[svn-buildpackage] Tagging jblas 1.2.0-3

Deleted: tags/jblas/1.2.0-3/debian/changelog
===
--- trunk/jblas/debian/changelog2011-09-30 20:21:44 UTC (rev 15143)
+++ tags/jblas/1.2.0-3/debian/changelog 2011-10-04 19:50:38 UTC (rev 15145)
@@ -1,72 +0,0 @@
-jblas (1.2.0-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Soeren Sonnenburg so...@debian.org  Mon, 14 Feb 2011 11:21:13 +0100
-
-jblas (1.2.0-1) experimental; urgency=low
-
-  * New upstream version.
-
- -- Soeren Sonnenburg so...@debian.org  Fri, 14 Jan 2011 13:51:48 +0100
-
-jblas (1.1.1-2) unstable; urgency=low
-
-  * Switch to dpkg-source 3.0 (quilt) format.
-  * Add patch from upstream fixing a number of complex matrix related
-  functions.
-
- -- Soeren Sonnenburg so...@debian.org  Tue, 19 Oct 2010 12:11:02 +0200
-
-jblas (1.1.1-1) unstable; urgency=low
-
-  * New upstream bugfix release.
-
- -- Soeren Sonnenburg so...@debian.org  Thu, 09 Sep 2010 18:50:12 +0200
-
-jblas (1.1-1) unstable; urgency=low
-
-  * New upstream version (Closes: #593352)
-  * Update Standards-Version: 3.9.1.0 (no changes).
-
- -- Soeren Sonnenburg so...@debian.org  Wed, 18 Aug 2010 11:28:56 +0200
-
-jblas (1.0.2-1) unstable; urgency=low
-
-  * New upstream version (Closes: Bug#570652)
-  * Fix installation on archs other than x86{,_64}.
-
- -- Soeren Sonnenburg so...@debian.org  Thu, 25 Feb 2010 14:37:52 +0100
-
-jblas (1.0.1-1) unstable; urgency=low
-
-  * New upstream version.
-  * Update Standards-Version: 3.8.4 (no changes).
-
- -- Soeren Sonnenburg so...@debian.org  Thu, 11 Feb 2010 14:49:56 +0100
-
-jblas (0.3-1) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * Fix Vcs headers.
-
-  [ Soeren Sonnenburg ]
-  * New upstream version.
-  * Update Standards-Version: 3.8.3 (no changes).
-  * Upstream moved to github, change homepage, watchfile etc accordingly.
-
- -- Soeren Sonnenburg so...@debian.org  Thu, 17 Sep 2009 17:30:53 +0200
-
-jblas (0.1-2) unstable; urgency=low
-
-  * Change Maintainer: Debian Java Maintainers.
-  * Add myself to Uploaders.
-  * Update Standards-Version: 3.8.2 (no changes).
-
- -- Torsten Werner twer...@debian.org  Mon, 29 Jun 2009 20:44:15 +0200
-
-jblas (0.1-1) unstable; urgency=low
-
-  * Initial Release (Closes: #522017)
-
- -- Soeren Sonnenburg so...@debian.org  Fri, 10 Apr 2009 11:39:57 +0200

Copied: tags/jblas/1.2.0-3/debian/changelog (from rev 15144, 
trunk/jblas/debian/changelog)
===
--- tags/jblas/1.2.0-3/debian/changelog (rev 0)
+++ tags/jblas/1.2.0-3/debian/changelog 2011-10-04 19:50:38 UTC (rev 15145)
@@ -0,0 +1,81 @@
+jblas (1.2.0-3) unstable; urgency=low
+
+  * Switch to default-jdk. (Closes: #643513)
+  * Improve Description.
+  * Remove Java runtime from Depends.
+  * Add Suggests: jblas-doc.
+
+ -- Torsten Werner twer...@debian.org  Tue, 04 Oct 2011 21:46:11 +0200
+
+jblas (1.2.0-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Soeren Sonnenburg so...@debian.org  Mon, 14 Feb 2011 11:21:13 +0100
+
+jblas (1.2.0-1) experimental; urgency=low
+
+  * New upstream version.
+
+ -- Soeren Sonnenburg so...@debian.org  Fri, 14 Jan 2011 13:51:48 +0100
+
+jblas (1.1.1-2) unstable; urgency=low
+
+  * Switch to dpkg-source 3.0 (quilt) format.
+  * Add patch from upstream fixing a number of complex matrix related
+  functions.
+
+ -- Soeren Sonnenburg so...@debian.org  Tue, 19 Oct 2010 12:11:02 +0200
+
+jblas (1.1.1-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+ -- Soeren Sonnenburg so...@debian.org  Thu, 09 Sep 2010 18:50:12 +0200
+
+jblas (1.1-1) unstable; urgency=low
+
+  * New upstream version (Closes: #593352)
+  * Update Standards-Version: 3.9.1.0 (no changes).
+
+ -- Soeren Sonnenburg so...@debian.org  Wed, 18 Aug 2010 11:28:56 +0200
+
+jblas (1.0.2-1) unstable; urgency=low
+
+  * New upstream version (Closes: Bug#570652)
+  * Fix installation on archs other than x86{,_64}.
+
+ -- Soeren Sonnenburg so...@debian.org  Thu, 25 Feb 2010 14:37:52 +0100
+
+jblas (1.0.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * Update Standards-Version: 3.8.4 (no changes).
+
+ -- Soeren Sonnenburg so...@debian.org  Thu, 11 Feb 2010 14:49:56 +0100
+
+jblas (0.3-1) unstable; urgency=low
+
+  [ Torsten Werner ]
+  * Fix Vcs headers.
+
+  [ Soeren Sonnenburg ]
+  * New upstream version.
+  * Update Standards-Version: 3.8.3 (no changes).
+  * Upstream moved to github, change homepage, watchfile etc accordingly.
+
+ -- Soeren Sonnenburg so...@debian.org  Thu, 17 Sep 2009 17:30:53 +0200
+
+jblas (0.1-2

[pkg-java] r15146 - trunk/jcharts/debian

2011-10-04 Thread Torsten Werner
Author: twerner
Date: 2011-10-04 20:00:29 + (Tue, 04 Oct 2011)
New Revision: 15146

Modified:
   trunk/jcharts/debian/changelog
   trunk/jcharts/debian/compat
   trunk/jcharts/debian/control
   trunk/jcharts/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643515)
* Switch to debhelper level 7.
* Remove Java runtime from Depends.

Modified: trunk/jcharts/debian/changelog
===
--- trunk/jcharts/debian/changelog  2011-10-04 19:50:38 UTC (rev 15145)
+++ trunk/jcharts/debian/changelog  2011-10-04 20:00:29 UTC (rev 15146)
@@ -1,3 +1,12 @@
+jcharts (0.7.5-3) unstable; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643515)
+  * Switch to debhelper level 7.
+  * Remove Java runtime from Depends.
+
+ -- Torsten Werner twer...@debian.org  Tue, 04 Oct 2011 21:59:52 +0200
+
 jcharts (0.7.5-2) unstable; urgency=low
 
   * debian/patches/01_remove_old_functionality.diff

Modified: trunk/jcharts/debian/compat
===
--- trunk/jcharts/debian/compat 2011-10-04 19:50:38 UTC (rev 15145)
+++ trunk/jcharts/debian/compat 2011-10-04 20:00:29 UTC (rev 15146)
@@ -1 +1 @@
-5
+7

Modified: trunk/jcharts/debian/control
===
--- trunk/jcharts/debian/control2011-10-04 19:50:38 UTC (rev 15145)
+++ trunk/jcharts/debian/control2011-10-04 20:00:29 UTC (rev 15146)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Onkar Shinde onkarshi...@ubuntu.com
-Build-Depends: debhelper (=5), cdbs, ant, ant-optional
-Build-Depends-Indep: openjdk-6-jdk, default-jdk-doc, libbatik-java, 
libservlet2.5-java, libservlet2.5-java-doc
+Build-Depends: debhelper (= 7), cdbs, ant, ant-optional
+Build-Depends-Indep: default-jdk, default-jdk-doc, libbatik-java, 
libservlet2.5-java, libservlet2.5-java-doc
 Standards-Version: 3.9.2
 Homepage: http://jcharts.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jcharts
@@ -12,7 +12,7 @@
 
 Package: libjcharts-java
 Architecture: all
-Depends: default-jre | java2-runtime, libbatik-java, ${misc:Depends}
+Depends: libbatik-java, ${misc:Depends}
 Suggests: libjcharts-java-doc (= ${binary:Version})
 Description: java based charts library
  jCharts is a 100% Java based charting utility that outputs a variety of

Modified: trunk/jcharts/debian/rules
===
--- trunk/jcharts/debian/rules  2011-10-04 19:50:38 UTC (rev 15145)
+++ trunk/jcharts/debian/rules  2011-10-04 20:00:29 UTC (rev 15146)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE  := build/build.xml
 DEB_JARS   := batik servlet-api-2.5
 ANT_ARGS   := -Dbatik.classpath=/usr/share/java/batik.jar 
-Dant.build.javac.source=1.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] r15147 - tags

2011-10-04 Thread Torsten Werner
Author: twerner
Date: 2011-10-04 20:01:39 + (Tue, 04 Oct 2011)
New Revision: 15147

Added:
   tags/jcharts/
Log:
create tags dir



___
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] r15148 - in tags/jcharts: . 0.7.5-3/debian

2011-10-04 Thread Torsten Werner
Author: twerner
Date: 2011-10-04 20:03:29 + (Tue, 04 Oct 2011)
New Revision: 15148

Added:
   tags/jcharts/0.7.5-3/
   tags/jcharts/0.7.5-3/debian/changelog
   tags/jcharts/0.7.5-3/debian/compat
   tags/jcharts/0.7.5-3/debian/control
   tags/jcharts/0.7.5-3/debian/rules
Removed:
   tags/jcharts/0.7.5-3/debian/changelog
   tags/jcharts/0.7.5-3/debian/compat
   tags/jcharts/0.7.5-3/debian/control
   tags/jcharts/0.7.5-3/debian/rules
Log:
[svn-buildpackage] Tagging jcharts 0.7.5-3

Deleted: tags/jcharts/0.7.5-3/debian/changelog
===
--- trunk/jcharts/debian/changelog  2011-10-04 19:50:38 UTC (rev 15145)
+++ tags/jcharts/0.7.5-3/debian/changelog   2011-10-04 20:03:29 UTC (rev 
15148)
@@ -1,49 +0,0 @@
-jcharts (0.7.5-2) unstable; urgency=low
-
-  * debian/patches/01_remove_old_functionality.diff
-- Patch to exclude files that use Sun proprietary APIs and related changes.
-  (Closes: #594270)
-  * debian/control
-- No need to use only OpenJDK or Sun JDK/JRE now. Updated depedencies
-  accordingly.
-- Build against libservlet2.5-java instead of libservlet2.4-java.
-- Add libjcharts-java-doc package containing API documentation.
-- Update standards version to 3.9.2. No change needed.
-  * debian/rules
-- Use servlet-api-2.5 instead of servlet-api in build classpath.
-- Build javadocs as well. Update clean rule to delete javadocs directory.
-  * debian/libjcharts-java-doc.install
-- Install API documentation at appropriate place.
-  * debian/libjcharts-java.lintian-overrides
-- The library needs to depend on jre. So add override for lintian warning.
-  * Convert package to source format 3.0.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Fri, 06 May 2011 10:27:01 +0530
-
-jcharts (0.7.5-1) unstable; urgency=low
-
-  * Merge from Ubuntu. (Closes: #522213)
-  * Remaining Debian changes:
-- debian/control
-  * Change section from 'libs' to 'java'.
-  * Set 'Maintainer' to 'Debian Java Maintainers'.
-  * Add myself to 'Uploaders'.
-  * Bump standards version to 3.8.1. No changes required.
-  * Add Vcs-* fields.
-  * Add ${misc:Depends} to runtime dependencies.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Wed, 15 Apr 2009 22:51:43 +0530
-
-jcharts (0.7.5-0ubuntu2) jaunty; urgency=low
-
-  * debian/rules
-- Remove commented code.
-- Change symlink name for library to all lowercase.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Tue, 14 Apr 2009 23:26:41 +0530
-
-jcharts (0.7.5-0ubuntu1) jaunty; urgency=low
-
-  * Initial release.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Wed, 04 Feb 2009 00:05:03 +0530

Copied: tags/jcharts/0.7.5-3/debian/changelog (from rev 15146, 
trunk/jcharts/debian/changelog)
===
--- tags/jcharts/0.7.5-3/debian/changelog   (rev 0)
+++ tags/jcharts/0.7.5-3/debian/changelog   2011-10-04 20:03:29 UTC (rev 
15148)
@@ -0,0 +1,58 @@
+jcharts (0.7.5-3) unstable; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643515)
+  * Switch to debhelper level 7.
+  * Remove Java runtime from Depends.
+
+ -- Torsten Werner twer...@debian.org  Tue, 04 Oct 2011 21:59:52 +0200
+
+jcharts (0.7.5-2) unstable; urgency=low
+
+  * debian/patches/01_remove_old_functionality.diff
+- Patch to exclude files that use Sun proprietary APIs and related changes.
+  (Closes: #594270)
+  * debian/control
+- No need to use only OpenJDK or Sun JDK/JRE now. Updated depedencies
+  accordingly.
+- Build against libservlet2.5-java instead of libservlet2.4-java.
+- Add libjcharts-java-doc package containing API documentation.
+- Update standards version to 3.9.2. No change needed.
+  * debian/rules
+- Use servlet-api-2.5 instead of servlet-api in build classpath.
+- Build javadocs as well. Update clean rule to delete javadocs directory.
+  * debian/libjcharts-java-doc.install
+- Install API documentation at appropriate place.
+  * debian/libjcharts-java.lintian-overrides
+- The library needs to depend on jre. So add override for lintian warning.
+  * Convert package to source format 3.0.
+
+ -- Onkar Shinde onkarshi...@ubuntu.com  Fri, 06 May 2011 10:27:01 +0530
+
+jcharts (0.7.5-1) unstable; urgency=low
+
+  * Merge from Ubuntu. (Closes: #522213)
+  * Remaining Debian changes:
+- debian/control
+  * Change section from 'libs' to 'java'.
+  * Set 'Maintainer' to 'Debian Java Maintainers'.
+  * Add myself to 'Uploaders'.
+  * Bump standards version to 3.8.1. No changes required.
+  * Add Vcs-* fields.
+  * Add ${misc:Depends} to runtime dependencies.
+
+ -- Onkar Shinde onkarshi...@ubuntu.com  Wed, 15 Apr 2009 22:51:43 +0530
+
+jcharts (0.7.5-0ubuntu2) jaunty; urgency=low
+
+  * debian/rules
+- Remove commented code.
+- Change symlink name for library to all lowercase.
+
+ -- Onkar Shinde onkarshi

[SCM] 100% pure-Java implementation of Ruby branch, master, updated. debian/1.5.6-1-1-g544e276

2011-10-04 Thread Torsten Werner
The following commit has been merged in the master branch:
commit 544e276b4933a36b4b4ad2617cba4dc67ab14e6d
Author: Torsten Werner twer...@debian.org
Date:   Tue Oct 4 22:25:00 2011 +0200

Add workaround for strange dpkg-source error.

diff --git a/debian/changelog b/debian/changelog
index 6c49ba2..9146be3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jruby (1.5.6-2) unstable; urgency=high
+
+  * Add workaround for strange dpkg-source error. (Closes: #643516)
+
+ -- Torsten Werner twer...@debian.org  Tue, 04 Oct 2011 22:24:31 +0200
+
 jruby (1.5.6-1) unstable; urgency=low
 
   * New upstream version (Closes: #636554)
diff --git a/debian/rules b/debian/rules
index 34c0c40..12c7dcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ export BUILDING_JRUBY := true
 
 clean::
$(RM) lib/ruby/site_ruby/shared/yecht.jar debian/stamp-yecht
+   # strange workaround for dpkg-source
+   $(RM) bin/jruby
 
 pre-build:: debian/stamp-yecht
 debian/stamp-yecht:

-- 
100% pure-Java implementation of Ruby

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


[SCM] 100% pure-Java implementation of Ruby annotated tag, debian/1.5.6-2, created. debian/1.5.6-2

2011-10-04 Thread Torsten Werner
The annotated tag, debian/1.5.6-2 has been created
at  157b0905dd1819206882260532de0cd2e1f4166d (tag)
   tagging  544e276b4933a36b4b4ad2617cba4dc67ab14e6d (commit)
  replaces  debian/1.5.6-1
 tagged by  Torsten Werner
on  Tue Oct 4 22:45:38 2011 +0200

- Shortlog 
Debian release 1.5.6-2

Torsten Werner (1):
  Add workaround for strange dpkg-source error.

---

-- 
100% pure-Java implementation of Ruby

___
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] r15120 - in tags/maven-shade-plugin: . 1.2.1-4/debian

2011-09-29 Thread Torsten Werner
Author: twerner
Date: 2011-09-29 19:16:35 + (Thu, 29 Sep 2011)
New Revision: 15120

Added:
   tags/maven-shade-plugin/1.2.1-4/
   tags/maven-shade-plugin/1.2.1-4/debian/changelog
   tags/maven-shade-plugin/1.2.1-4/debian/control
Removed:
   tags/maven-shade-plugin/1.2.1-4/debian/changelog
   tags/maven-shade-plugin/1.2.1-4/debian/control
Log:
[svn-buildpackage] Tagging maven-shade-plugin 1.2.1-4

Deleted: tags/maven-shade-plugin/1.2.1-4/debian/changelog
===
--- trunk/maven-shade-plugin/debian/changelog   2011-09-29 18:49:03 UTC (rev 
15118)
+++ tags/maven-shade-plugin/1.2.1-4/debian/changelog2011-09-29 19:16:35 UTC 
(rev 15120)
@@ -1,23 +0,0 @@
-maven-shade-plugin (1.2.1-3) unstable; urgency=low
-
-  * Team upload.
-  * Switch to source format 3.0.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-  * Use Maven for building but ignore test errors.
-  * Add a documentation package.
-
- -- Torsten Werner twer...@debian.org  Wed, 24 Aug 2011 22:38:29 +0200
-
-maven-shade-plugin (1.2.1-2) unstable; urgency=low
-
-  * Upload with cleaned orig tarball.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sat, 15 Aug 2009 14:43:56 
+0100
-
-maven-shade-plugin (1.2.1-1) unstable; urgency=low
-
-  * Initial release. (Closes: #535015)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 15 May 2009 19:27:41 
+0100
-

Copied: tags/maven-shade-plugin/1.2.1-4/debian/changelog (from rev 15119, 
trunk/maven-shade-plugin/debian/changelog)
===
--- tags/maven-shade-plugin/1.2.1-4/debian/changelog
(rev 0)
+++ tags/maven-shade-plugin/1.2.1-4/debian/changelog2011-09-29 19:16:35 UTC 
(rev 15120)
@@ -0,0 +1,31 @@
+maven-shade-plugin (1.2.1-4) unstable; urgency=low
+
+  * Team upload.
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java. (Closes:
+#643552)
+
+ -- Torsten Werner twer...@debian.org  Thu, 29 Sep 2011 21:10:32 +0200
+
+maven-shade-plugin (1.2.1-3) unstable; urgency=low
+
+  * Team upload.
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Use Maven for building but ignore test errors.
+  * Add a documentation package.
+
+ -- Torsten Werner twer...@debian.org  Wed, 24 Aug 2011 22:38:29 +0200
+
+maven-shade-plugin (1.2.1-2) unstable; urgency=low
+
+  * Upload with cleaned orig tarball.
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Sat, 15 Aug 2009 14:43:56 
+0100
+
+maven-shade-plugin (1.2.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #535015)
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 15 May 2009 19:27:41 
+0100
+

Deleted: tags/maven-shade-plugin/1.2.1-4/debian/control
===
--- trunk/maven-shade-plugin/debian/control 2011-09-29 18:49:03 UTC (rev 
15118)
+++ tags/maven-shade-plugin/1.2.1-4/debian/control  2011-09-29 19:16:35 UTC 
(rev 15120)
@@ -1,62 +0,0 @@
-Source: maven-shade-plugin
-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, default-jdk, maven-debian-helper (= 
1.4)
-Build-Depends-Indep: libplexus-maven-plugin-java, libasm3-java, libjdom1-java 
(= 1.0), libmaven-dependency-tree-java,  
- libmaven2-core-java, libplexus-container-default-java, libplexus-utils-java,  
- junit, default-jdk-doc, libjdom1-java-doc, libmaven2-core-java-doc, 
libplexus-container-default-java-doc,  
- libplexus-utils-java-doc, libmaven-javadoc-plugin-java 
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-shade-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-shade-plugin/
-Homepage: http://maven.apache.org/plugins/maven-shade-plugin/
-
-Package: libmaven-shade-plugin-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
-Suggests: libmaven-shade-plugin-java-doc
-Description: Maven shade plugin
- Maven is a software project management and comprehension tool. Based on the
- concept of a project object model (POM), Maven can manage a project's build,
- reporting and documentation from a central piece of information.
- .
- Maven's primary goal is to allow a developer to comprehend the complete
- state of a development effort in the shortest period of time. In order to
- attain this goal there are several areas of concern that Maven attempts
- to deal with:
- .
-* Making the build process easy
-* Providing a uniform build system
-* Providing quality project information
-* Providing guidelines for best practices development
-* Allowing transparent migration to new features
- .
- This package ships the Maven shade plugin which is used to build an Uber-JAR 
- from the current project, including

[pkg-java] r15124 - trunk/maven-war-plugin/debian

2011-09-29 Thread Torsten Werner
Author: twerner
Date: 2011-09-29 19:27:14 + (Thu, 29 Sep 2011)
New Revision: 15124

Modified:
   trunk/maven-war-plugin/debian/changelog
Log:
release

Modified: trunk/maven-war-plugin/debian/changelog
===
--- trunk/maven-war-plugin/debian/changelog 2011-09-29 19:21:53 UTC (rev 
15123)
+++ trunk/maven-war-plugin/debian/changelog 2011-09-29 19:27:14 UTC (rev 
15124)
@@ -1,4 +1,4 @@
-maven-war-plugin (2.1.1-1) UNRELEASED; urgency=low
+maven-war-plugin (2.1.1-1) unstable; urgency=low
 
   * Team upload.
   * New upstream release.


___
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] r15119 - trunk/maven-shade-plugin/debian

2011-09-29 Thread Torsten Werner
Author: twerner
Date: 2011-09-29 19:11:25 + (Thu, 29 Sep 2011)
New Revision: 15119

Modified:
   trunk/maven-shade-plugin/debian/changelog
   trunk/maven-shade-plugin/debian/control
Log:
* Team upload.
* Add missing Build-Depends-Indep: libmaven-plugin-tools-java. (Closes:
  #643552)

Modified: trunk/maven-shade-plugin/debian/changelog
===
--- trunk/maven-shade-plugin/debian/changelog   2011-09-29 18:49:03 UTC (rev 
15118)
+++ trunk/maven-shade-plugin/debian/changelog   2011-09-29 19:11:25 UTC (rev 
15119)
@@ -1,3 +1,11 @@
+maven-shade-plugin (1.2.1-4) unstable; urgency=low
+
+  * Team upload.
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java. (Closes:
+#643552)
+
+ -- Torsten Werner twer...@debian.org  Thu, 29 Sep 2011 21:10:32 +0200
+
 maven-shade-plugin (1.2.1-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven-shade-plugin/debian/control
===
--- trunk/maven-shade-plugin/debian/control 2011-09-29 18:49:03 UTC (rev 
15118)
+++ trunk/maven-shade-plugin/debian/control 2011-09-29 19:11:25 UTC (rev 
15119)
@@ -7,7 +7,7 @@
 Build-Depends-Indep: libplexus-maven-plugin-java, libasm3-java, libjdom1-java 
(= 1.0), libmaven-dependency-tree-java,  
  libmaven2-core-java, libplexus-container-default-java, libplexus-utils-java,  
  junit, default-jdk-doc, libjdom1-java-doc, libmaven2-core-java-doc, 
libplexus-container-default-java-doc,  
- libplexus-utils-java-doc, libmaven-javadoc-plugin-java 
+ libplexus-utils-java-doc, libmaven-javadoc-plugin-java, 
libmaven-plugin-tools-java
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-shade-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-shade-plugin/


___
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] r15126 - in tags/maven-war-plugin: . 2.1.1-1/debian

2011-09-29 Thread Torsten Werner
Author: twerner
Date: 2011-09-29 19:37:45 + (Thu, 29 Sep 2011)
New Revision: 15126

Added:
   tags/maven-war-plugin/2.1.1-1/
   tags/maven-war-plugin/2.1.1-1/debian/changelog
Removed:
   tags/maven-war-plugin/2.1.1-1/debian/changelog
Log:
[svn-buildpackage] Tagging maven-war-plugin 2.1.1-1

Deleted: tags/maven-war-plugin/2.1.1-1/debian/changelog
===
--- trunk/maven-war-plugin/debian/changelog 2011-09-29 19:21:53 UTC (rev 
15123)
+++ tags/maven-war-plugin/2.1.1-1/debian/changelog  2011-09-29 19:37:45 UTC 
(rev 15126)
@@ -1,24 +0,0 @@
-maven-war-plugin (2.1.1-1) UNRELEASED; urgency=low
-
-  * Team upload.
-  * New upstream release.
-  * Add Build-Depends on libmaven-plugin-tools-java. (Closes: #643553).
-  * Bump Standards-Version to 3.9.2. No changes were required.
-
- -- Miguel Landaeta mig...@miguel.cc  Wed, 28 Sep 2011 21:18:50 -0430
-
-maven-war-plugin (2.1~beta1-2) unstable; urgency=low
-
-  * Team upload.
-  * Switch to source format 3.0.
-  * Update Standards-Version: 3.9.1.
-  * Add a documentation package.
-  * Enable tests but ignore failures and errors.
-
- -- Torsten Werner twer...@debian.org  Wed, 24 Aug 2011 23:50:10 +0200
-
-maven-war-plugin (2.1~beta1-1) unstable; urgency=low
-
-  * Initial release (Closes: #540055)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 29 Jul 2009 00:41:51 
+0100

Copied: tags/maven-war-plugin/2.1.1-1/debian/changelog (from rev 15124, 
trunk/maven-war-plugin/debian/changelog)
===
--- tags/maven-war-plugin/2.1.1-1/debian/changelog  
(rev 0)
+++ tags/maven-war-plugin/2.1.1-1/debian/changelog  2011-09-29 19:37:45 UTC 
(rev 15126)
@@ -0,0 +1,24 @@
+maven-war-plugin (2.1.1-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Add Build-Depends on libmaven-plugin-tools-java. (Closes: #643553).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 28 Sep 2011 21:18:50 -0430
+
+maven-war-plugin (2.1~beta1-2) unstable; urgency=low
+
+  * Team upload.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.1.
+  * Add a documentation package.
+  * Enable tests but ignore failures and errors.
+
+ -- Torsten Werner twer...@debian.org  Wed, 24 Aug 2011 23:50:10 +0200
+
+maven-war-plugin (2.1~beta1-1) unstable; urgency=low
+
+  * Initial release (Closes: #540055)
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 29 Jul 2009 00:41:51 
+0100


___
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] r15132 - trunk/plexus-velocity/debian

2011-09-29 Thread Torsten Werner
Author: twerner
Date: 2011-09-29 20:01:43 + (Thu, 29 Sep 2011)
New Revision: 15132

Modified:
   trunk/plexus-velocity/debian/changelog
   trunk/plexus-velocity/debian/maven.properties
Log:
* Team upload.
* Ignore test failures because commons-collections 3.x is needed somehow.
  (Closes: #643555)

Modified: trunk/plexus-velocity/debian/changelog
===
--- trunk/plexus-velocity/debian/changelog  2011-09-29 19:48:15 UTC (rev 
15131)
+++ trunk/plexus-velocity/debian/changelog  2011-09-29 20:01:43 UTC (rev 
15132)
@@ -1,3 +1,11 @@
+plexus-velocity (1.1.7-5) unstable; urgency=low
+
+  * Team upload.
+  * Ignore test failures because commons-collections 3.x is needed somehow.
+(Closes: #643555)
+
+ -- Torsten Werner twer...@debian.org  Thu, 29 Sep 2011 22:00:48 +0200
+
 plexus-velocity (1.1.7-4) unstable; urgency=low
 
   * Team upload.

Modified: trunk/plexus-velocity/debian/maven.properties
===
--- trunk/plexus-velocity/debian/maven.properties   2011-09-29 19:48:15 UTC 
(rev 15131)
+++ trunk/plexus-velocity/debian/maven.properties   2011-09-29 20:01:43 UTC 
(rev 15132)
@@ -2,3 +2,4 @@
 # For example:
 # maven.test.skip=true
 
+maven.test.failure.ignore=true


___
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] r15133 - in tags/plexus-velocity: . 1.1.7-5/debian

2011-09-29 Thread Torsten Werner
Author: twerner
Date: 2011-09-29 20:05:47 + (Thu, 29 Sep 2011)
New Revision: 15133

Added:
   tags/plexus-velocity/1.1.7-5/
   tags/plexus-velocity/1.1.7-5/debian/changelog
   tags/plexus-velocity/1.1.7-5/debian/maven.properties
Removed:
   tags/plexus-velocity/1.1.7-5/debian/changelog
   tags/plexus-velocity/1.1.7-5/debian/maven.properties
Log:
[svn-buildpackage] Tagging plexus-velocity 1.1.7-5

Deleted: tags/plexus-velocity/1.1.7-5/debian/changelog
===
--- trunk/plexus-velocity/debian/changelog  2011-09-29 19:48:15 UTC (rev 
15131)
+++ tags/plexus-velocity/1.1.7-5/debian/changelog   2011-09-29 20:05:47 UTC 
(rev 15133)
@@ -1,54 +0,0 @@
-plexus-velocity (1.1.7-4) unstable; urgency=low
-
-  * Team upload.
-  * Remove Trygve and Paul from Uploaders list.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-  * Switch to source format 3.0.
-  * Change Depends: classpath-doc to default-jdk-doc. (Closes: #567290)
-  * Use Maven to build the package.
-  * Regenerate debian/copyright.
-
- -- Torsten Werner twer...@debian.org  Sun, 28 Aug 2011 23:07:08 +0200
-
-plexus-velocity (1.1.7-3) unstable; urgency=low
-
-  * Add Build-Depends on openjdk-6-doc (Closes: #543116)
-  * Build-Depends on default-jdk instead of default-jdk-builddep,
-as gcj is not used
-  * Bump up Standards-Version to 3.8.3, no change
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 02 Sep 2009 22:18:48 
+0100
-
-plexus-velocity (1.1.7-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 23:48:11 +0200
-
-plexus-velocity (1.1.7-1) experimental; urgency=low
-
-  [ Ludovic Claude ]
-  * New upstream version, added myself to Uploaders.
-  * Change section to java, bump Standards-Version to 3.8.1
-  * Add the Maven POM to the package,
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Replace build dependency on java-gcj-compat-dev by default-jdk
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-Maven repository
-  * Add libcommons-collections-java, libplexus-containers-java, velocity
-to Depends: for the binary package
-
-  [ Michael Koch ] 
-  * Added watch file.
-  * Added myself to Uploaders.
-  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 24 Mar 2009 23:43:12 
+
-
-plexus-velocity (1.1.6-1) unstable; urgency=low
-
-  * Initial release. (Closes: #426227)
-
- -- Paul Cager paul-deb...@home.paulcager.org  Tue, 12 Jun 2007 23:57:35 
+0100
-

Copied: tags/plexus-velocity/1.1.7-5/debian/changelog (from rev 15132, 
trunk/plexus-velocity/debian/changelog)
===
--- tags/plexus-velocity/1.1.7-5/debian/changelog   
(rev 0)
+++ tags/plexus-velocity/1.1.7-5/debian/changelog   2011-09-29 20:05:47 UTC 
(rev 15133)
@@ -0,0 +1,62 @@
+plexus-velocity (1.1.7-5) unstable; urgency=low
+
+  * Team upload.
+  * Ignore test failures because commons-collections 3.x is needed somehow.
+(Closes: #643555)
+
+ -- Torsten Werner twer...@debian.org  Thu, 29 Sep 2011 22:00:48 +0200
+
+plexus-velocity (1.1.7-4) unstable; urgency=low
+
+  * Team upload.
+  * Remove Trygve and Paul from Uploaders list.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Switch to source format 3.0.
+  * Change Depends: classpath-doc to default-jdk-doc. (Closes: #567290)
+  * Use Maven to build the package.
+  * Regenerate debian/copyright.
+
+ -- Torsten Werner twer...@debian.org  Sun, 28 Aug 2011 23:07:08 +0200
+
+plexus-velocity (1.1.7-3) unstable; urgency=low
+
+  * Add Build-Depends on openjdk-6-doc (Closes: #543116)
+  * Build-Depends on default-jdk instead of default-jdk-builddep,
+as gcj is not used
+  * Bump up Standards-Version to 3.8.3, no change
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 02 Sep 2009 22:18:48 
+0100
+
+plexus-velocity (1.1.7-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 23:48:11 +0200
+
+plexus-velocity (1.1.7-1) experimental; urgency=low
+
+  [ Ludovic Claude ]
+  * New upstream version, added myself to Uploaders.
+  * Change section to java, bump Standards-Version to 3.8.1
+  * Add the Maven POM to the package,
+  * Add a Build-Depends-Indep dependency on maven-repo-helper
+  * Replace build dependency on java-gcj-compat-dev by default-jdk
+  * Use mh_installpom and mh_installjar to install the POM and the jar to the
+Maven repository
+  * Add libcommons-collections-java, libplexus-containers-java, velocity
+to Depends: for the binary package
+
+  [ Michael Koch ] 
+  * Added watch file.
+  * Added myself to Uploaders.
+  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 24 Mar 2009 23:43:12 
+
+
+plexus-velocity (1.1.6-1

[pkg-java] r15135 - trunk/antlr/debian

2011-09-29 Thread Torsten Werner
Author: twerner
Date: 2011-09-29 20:35:37 + (Thu, 29 Sep 2011)
New Revision: 15135

Modified:
   trunk/antlr/debian/changelog
   trunk/antlr/debian/control
   trunk/antlr/debian/rules
Log:
Do no longer build packages cantlr and libantlr-java-gcj.

Modified: trunk/antlr/debian/changelog
===
--- trunk/antlr/debian/changelog2011-09-29 20:16:09 UTC (rev 15134)
+++ trunk/antlr/debian/changelog2011-09-29 20:35:37 UTC (rev 15135)
@@ -2,8 +2,9 @@
 
   * Remove 2 non-free files from orig tarball. Thanks to Sam Geeraerts.
 (Closes: #643576)
+  * Do no longer build packages cantlr and libantlr-java-gcj.
 
- -- Torsten Werner twer...@debian.org  Thu, 29 Sep 2011 22:14:51 +0200
+ -- Torsten Werner twer...@debian.org  Thu, 29 Sep 2011 22:29:52 +0200
 
 antlr (2.7.7-17) unstable; urgency=low
 

Modified: trunk/antlr/debian/control
===
--- trunk/antlr/debian/control  2011-09-29 20:16:09 UTC (rev 15134)
+++ trunk/antlr/debian/control  2011-09-29 20:35:37 UTC (rev 15135)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), default-jdk, gcj-native-helper, python, 
autotools-dev, python-all-dev (= 2.3.5-11), sharutils
+Build-Depends: debhelper (= 7), default-jdk, python, autotools-dev, 
python-all-dev (= 2.3.5-11), sharutils
 Build-Depends-Indep: maven-repo-helper, python-support (= 0.3), nant, 
cli-common-dev (= 0.7), mono-devel | c-sharp-compiler, libmono-winforms2.0-cil
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr
@@ -32,7 +32,6 @@
 Package: libantlr-java
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: libantlr-java-gcj
 Replaces: antlr ( 2.7.7-8)
 Breaks: antlr ( 2.7.7-8)
 Description: language tool for constructing recognizers, compilers etc (java 
library)
@@ -44,18 +43,6 @@
  This package contains the java libraries without a dependency on any runtime
  to be able to bootstrap gcj without a dependency on a java runtime.
 
-Package: libantlr-java-gcj
-Architecture: any
-Depends: ${misc:Depends}, libantlr-java (= ${source:Version}),
- ${shlibs:Depends}
-Replaces: antlr-gcj
-Description: language tool for constructing recognizers, compilers etc
- Native support for gcj for antlr. ANTLR stands for ANother
- Tool for Language Recognition, (formerly PCCTS). It is  a language tool
- that provides a framework for constructing recognizers, compilers, and
- translators from grammatical descriptions containing C++
- or Java actions.
-
 Package: libantlr-dev
 Section: libdevel
 Architecture: any
@@ -82,22 +69,6 @@
  .
  This package contains the C# (CLI) libraries.
 
-Package: cantlr
-Section: devel
-Architecture: any
-Depends: ${misc:Depends}, 
- gcj-jre | gcj-jre-headless, 
- libantlr-java-gcj, 
- ${shlibs:Depends}
-Description: language tool for constructing recognizers, compilers etc
- This is the native-compiled version of antlr. ANTLR stands for ANother
- Tool for Language Recognition, (formerly PCCTS). It is  a language tool
- that provides a framework for constructing recognizers, compilers, and
- translators from grammatical descriptions containing C++
- or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
- .
- See antlr package for a complete description.
-
 Package: antlr-doc
 Section: doc
 Architecture: all

Modified: trunk/antlr/debian/rules
===
--- trunk/antlr/debian/rules2011-09-29 20:16:09 UTC (rev 15134)
+++ trunk/antlr/debian/rules2011-09-29 20:35:37 UTC (rev 15135)
@@ -4,16 +4,9 @@
 #export DH_VERBOSE=1
 export MONO_SHARED_DIR = $(shell pwd)/debian
 
-include /usr/share/gcj/debian_defaults
-
 PACKAGE := antlr
 VERSION:= $(shell dpkg-parsechangelog | grep ^Version: | cut 
-d' ' -f2 | cut -d- -f1 | cut -d+ -f1)
 
-DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
-  with_native := yes
-endif
-
 configure: configure-stamp
 configure-stamp:
dh_testdir
@@ -91,8 +84,6 @@
dh_link -a
$(MAKE) -C lib/cpp install prefix=`pwd`/debian/libantlr-dev/usr
install -m755 scripts/antlr-config debian/libantlr-dev/usr/bin
-   install -m755 debian/cantlr.sh debian/cantlr/usr/bin
-   install -m644 -D CHANGES.txt 
debian/cantlr/usr/share/doc/cantlr/changelog
install -m644 -D CHANGES.txt 
debian/libantlr-dev/usr/share/doc/libantlr-dev/changelog
install -m644 debian/libantlr-pic.a debian/libantlr-dev/usr/lib/
 
@@ -163,41 +154,22 @@
 
 
 binary-arch: build install
-   # libantlr-dev and cantlr
+   # libantlr-dev
dh_testdir
dh_testroot
-   dh_installdocs -plibantlr-dev -pcantlr
-   dh_installexamples -plibantlr-dev -pcantlr

[pkg-java] r15089 - trunk/maven-antrun-plugin/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 19:34:37 + (Wed, 28 Sep 2011)
New Revision: 15089

Modified:
   trunk/maven-antrun-plugin/debian/changelog
   trunk/maven-antrun-plugin/debian/control
Log:
* Team upload.
* Add missing Build-Depends-Indep: libmaven-plugin-tools-java.

Modified: trunk/maven-antrun-plugin/debian/changelog
===
--- trunk/maven-antrun-plugin/debian/changelog  2011-09-28 16:00:14 UTC (rev 
15088)
+++ trunk/maven-antrun-plugin/debian/changelog  2011-09-28 19:34:37 UTC (rev 
15089)
@@ -1,3 +1,10 @@
+maven-antrun-plugin (1.6-2) unstable; urgency=low
+
+  * Team upload.
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 21:32:40 +0200
+
 maven-antrun-plugin (1.6-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven-antrun-plugin/debian/control
===
--- trunk/maven-antrun-plugin/debian/control2011-09-28 16:00:14 UTC (rev 
15088)
+++ trunk/maven-antrun-plugin/debian/control2011-09-28 19:34:37 UTC (rev 
15089)
@@ -4,7 +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, default-jdk, maven-debian-helper
-Build-Depends-Indep: libmaven-invoker-plugin-java (= 1.3), ant (= 1.8.2), 
libmaven2-core-java, libplexus-utils-java 
+Build-Depends-Indep: libmaven-invoker-plugin-java (= 1.3), ant (= 1.8.2),
+ libmaven2-core-java, libplexus-utils-java, libmaven-plugin-tools-java
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-antrun-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-antrun-plugin/


___
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] r15090 - in tags/maven-antrun-plugin: . 1.6-2/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 19:37:26 + (Wed, 28 Sep 2011)
New Revision: 15090

Added:
   tags/maven-antrun-plugin/1.6-2/
   tags/maven-antrun-plugin/1.6-2/debian/changelog
   tags/maven-antrun-plugin/1.6-2/debian/control
Removed:
   tags/maven-antrun-plugin/1.6-2/debian/changelog
   tags/maven-antrun-plugin/1.6-2/debian/control
Log:
[svn-buildpackage] Tagging maven-antrun-plugin 1.6-2

Deleted: tags/maven-antrun-plugin/1.6-2/debian/changelog
===
--- trunk/maven-antrun-plugin/debian/changelog  2011-09-28 16:00:14 UTC (rev 
15088)
+++ tags/maven-antrun-plugin/1.6-2/debian/changelog 2011-09-28 19:37:26 UTC 
(rev 15090)
@@ -1,15 +0,0 @@
-maven-antrun-plugin (1.6-1) unstable; urgency=low
-
-  * Team upload.
-  * New upstream release.
-  * Bump Standards-Version to 3.9.2. No changes were required.
-  * Migrate to source package format 3.0 (quilt).
-  * Allow package to build twice in a row.
-
- -- Miguel Landaeta mig...@miguel.cc  Tue, 19 Jul 2011 19:38:53 -0430
-
-maven-antrun-plugin (1.3-1) unstable; urgency=low
-
-  * Initial release (Closes: #540052)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 28 Jul 2009 20:18:05 
+0100

Copied: tags/maven-antrun-plugin/1.6-2/debian/changelog (from rev 15089, 
trunk/maven-antrun-plugin/debian/changelog)
===
--- tags/maven-antrun-plugin/1.6-2/debian/changelog 
(rev 0)
+++ tags/maven-antrun-plugin/1.6-2/debian/changelog 2011-09-28 19:37:26 UTC 
(rev 15090)
@@ -0,0 +1,22 @@
+maven-antrun-plugin (1.6-2) unstable; urgency=low
+
+  * Team upload.
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 21:32:40 +0200
+
+maven-antrun-plugin (1.6-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Migrate to source package format 3.0 (quilt).
+  * Allow package to build twice in a row.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 19 Jul 2011 19:38:53 -0430
+
+maven-antrun-plugin (1.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #540052)
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 28 Jul 2009 20:18:05 
+0100

Deleted: tags/maven-antrun-plugin/1.6-2/debian/control
===
--- trunk/maven-antrun-plugin/debian/control2011-09-28 16:00:14 UTC (rev 
15088)
+++ tags/maven-antrun-plugin/1.6-2/debian/control   2011-09-28 19:37:26 UTC 
(rev 15090)
@@ -1,35 +0,0 @@
-Source: maven-antrun-plugin
-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, default-jdk, maven-debian-helper
-Build-Depends-Indep: libmaven-invoker-plugin-java (= 1.3), ant (= 1.8.2), 
libmaven2-core-java, libplexus-utils-java 
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-antrun-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-antrun-plugin/
-Homepage: http://maven.apache.org/plugins/maven-antrun-plugin/
-
-Package: libmaven-antrun-plugin-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
-Description: Maven AntRun Plugin
- Maven is a software project management and comprehension tool. Based on the
- concept of a project object model (POM), Maven can manage a project's build,
- reporting and documentation from a central piece of information.
- .
- Maven's primary goal is to allow a developer to comprehend the complete
- state of a development effort in the shortest period of time. In order to
- attain this goal there are several areas of concern that Maven attempts
- to deal with:
- .
-* Making the build process easy
-* Providing a uniform build system
-* Providing quality project information
-* Providing guidelines for best practices development
-* Allowing transparent migration to new features
- .
- The Maven Antrun Plugin runs Ant scripts embedded in the POM
-
-

Copied: tags/maven-antrun-plugin/1.6-2/debian/control (from rev 15089, 
trunk/maven-antrun-plugin/debian/control)
===
--- tags/maven-antrun-plugin/1.6-2/debian/control   
(rev 0)
+++ tags/maven-antrun-plugin/1.6-2/debian/control   2011-09-28 19:37:26 UTC 
(rev 15090)
@@ -0,0 +1,36 @@
+Source: maven-antrun-plugin
+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, default-jdk, maven-debian-helper
+Build-Depends-Indep: libmaven-invoker-plugin-java (= 1.3), ant (= 1.8.2),
+ libmaven2-core-java, libplexus

[pkg-java] r15091 - trunk/maven-compiler-plugin/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 19:44:18 + (Wed, 28 Sep 2011)
New Revision: 15091

Modified:
   trunk/maven-compiler-plugin/debian/changelog
   trunk/maven-compiler-plugin/debian/control
Log:
Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
(Closes: #643543)

Modified: trunk/maven-compiler-plugin/debian/changelog
===
--- trunk/maven-compiler-plugin/debian/changelog2011-09-28 19:37:26 UTC 
(rev 15090)
+++ trunk/maven-compiler-plugin/debian/changelog2011-09-28 19:44:18 UTC 
(rev 15091)
@@ -1,3 +1,10 @@
+maven-compiler-plugin (2.0.2-6) unstable; urgency=low
+
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+(Closes: #643543)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 21:40:34 +0200
+
 maven-compiler-plugin (2.0.2-5) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven-compiler-plugin/debian/control
===
--- trunk/maven-compiler-plugin/debian/control  2011-09-28 19:37:26 UTC (rev 
15090)
+++ trunk/maven-compiler-plugin/debian/control  2011-09-28 19:44:18 UTC (rev 
15091)
@@ -6,7 +6,8 @@
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
 Build-Depends-Indep: libmaven2-core-java, libplexus-compiler-api-java, 
libplexus-compiler-javac-java,  
  libplexus-compiler-manager-java, libplexus-utils-java, 
libmaven-plugin-testing-java,  
- default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, 
libmaven-javadoc-plugin-java 
+ default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, 
libmaven-javadoc-plugin-java,
+ libmaven-plugin-tools-java
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-compiler-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-compiler-plugin/


___
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] r15092 - in tags/maven-compiler-plugin: . 2.0.2-6/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 19:47:03 + (Wed, 28 Sep 2011)
New Revision: 15092

Added:
   tags/maven-compiler-plugin/2.0.2-6/
   tags/maven-compiler-plugin/2.0.2-6/debian/changelog
   tags/maven-compiler-plugin/2.0.2-6/debian/control
Removed:
   tags/maven-compiler-plugin/2.0.2-6/debian/changelog
   tags/maven-compiler-plugin/2.0.2-6/debian/control
Log:
[svn-buildpackage] Tagging maven-compiler-plugin 2.0.2-6

Deleted: tags/maven-compiler-plugin/2.0.2-6/debian/changelog
===
--- trunk/maven-compiler-plugin/debian/changelog2011-09-28 19:37:26 UTC 
(rev 15090)
+++ tags/maven-compiler-plugin/2.0.2-6/debian/changelog 2011-09-28 19:47:03 UTC 
(rev 15092)
@@ -1,42 +0,0 @@
-maven-compiler-plugin (2.0.2-5) unstable; urgency=low
-
-  * Team upload.
-  * Switch to source format 3.0.
-  * Update Standards-Version: 3.9.1.
-  * Switch to debhelper compat level 7.
-  * Use Maven to build package. Ignore test failures.
-  * Add documentation package libmaven-compiler-plugin-java-doc.
-
- -- Torsten Werner twer...@debian.org  Sun, 21 Aug 2011 23:36:06 +0200
-
-maven-compiler-plugin (2.0.2-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 22:38:56 +0200
-
-maven-compiler-plugin (2.0.2-3) experimental; urgency=low
-
-  * Fix groupId for maven-plugin-testing-harness dependency
-in the Maven POM.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 26 Jul 2009 16:03:18 
+0100
-
-maven-compiler-plugin (2.0.2-2) experimental; urgency=low
-
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * Bump up debhelper to 6
-  * 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 patch for the POM as it's no longer needed
-  * Remove Depends on Java runtimes as it is a library
-  * Add a patch for the Plexus descriptor
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 19 May 2009 13:51:41 
+0100
-
-maven-compiler-plugin (2.0.2-1) unstable; urgency=low
-
-  * Initial release. (Closes: #508088)
-
- -- Torsten Werner twer...@debian.org  Thu, 04 Dec 2008 19:29:26 +0100

Copied: tags/maven-compiler-plugin/2.0.2-6/debian/changelog (from rev 15091, 
trunk/maven-compiler-plugin/debian/changelog)
===
--- tags/maven-compiler-plugin/2.0.2-6/debian/changelog 
(rev 0)
+++ tags/maven-compiler-plugin/2.0.2-6/debian/changelog 2011-09-28 19:47:03 UTC 
(rev 15092)
@@ -0,0 +1,49 @@
+maven-compiler-plugin (2.0.2-6) unstable; urgency=low
+
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+(Closes: #643543)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 21:40:34 +0200
+
+maven-compiler-plugin (2.0.2-5) unstable; urgency=low
+
+  * Team upload.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.1.
+  * Switch to debhelper compat level 7.
+  * Use Maven to build package. Ignore test failures.
+  * Add documentation package libmaven-compiler-plugin-java-doc.
+
+ -- Torsten Werner twer...@debian.org  Sun, 21 Aug 2011 23:36:06 +0200
+
+maven-compiler-plugin (2.0.2-4) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 22:38:56 +0200
+
+maven-compiler-plugin (2.0.2-3) experimental; urgency=low
+
+  * Fix groupId for maven-plugin-testing-harness dependency
+in the Maven POM.
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 26 Jul 2009 16:03:18 
+0100
+
+maven-compiler-plugin (2.0.2-2) experimental; urgency=low
+
+  * Change section to java, bump up Standards-Version to 3.8.1
+  * Bump up debhelper to 6
+  * 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 patch for the POM as it's no longer needed
+  * Remove Depends on Java runtimes as it is a library
+  * Add a patch for the Plexus descriptor
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 19 May 2009 13:51:41 
+0100
+
+maven-compiler-plugin (2.0.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #508088)
+
+ -- Torsten Werner twer...@debian.org  Thu, 04 Dec 2008 19:29:26 +0100

Deleted: tags/maven-compiler-plugin/2.0.2-6/debian/control
===
--- trunk/maven-compiler-plugin/debian/control  2011-09-28 19:37:26 UTC (rev 
15090)
+++ tags/maven-compiler-plugin/2.0.2-6/debian/control   2011-09-28 19:47:03 UTC 
(rev 15092)
@@ -1,64 +0,0 @@
-Source: maven-compiler-plugin
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
-Build-Depends-Indep

[pkg-java] r15093 - trunk/maven-dependency-plugin/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 19:55:28 + (Wed, 28 Sep 2011)
New Revision: 15093

Modified:
   trunk/maven-dependency-plugin/debian/changelog
   trunk/maven-dependency-plugin/debian/control
Log:
Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
(Closes: #643544)

Modified: trunk/maven-dependency-plugin/debian/changelog
===
--- trunk/maven-dependency-plugin/debian/changelog  2011-09-28 19:47:03 UTC 
(rev 15092)
+++ trunk/maven-dependency-plugin/debian/changelog  2011-09-28 19:55:28 UTC 
(rev 15093)
@@ -1,3 +1,10 @@
+maven-dependency-plugin (2.1-4) unstable; urgency=low
+
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+(Closes: #643544)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 21:50:17 +0200
+
 maven-dependency-plugin (2.1-3) unstable; urgency=low
 
   * Switch to source format 3.0.

Modified: trunk/maven-dependency-plugin/debian/control
===
--- trunk/maven-dependency-plugin/debian/control2011-09-28 19:47:03 UTC 
(rev 15092)
+++ trunk/maven-dependency-plugin/debian/control2011-09-28 19:55:28 UTC 
(rev 15093)
@@ -9,7 +9,7 @@
  libmaven2-core-java, libplexus-archiver-java, 
libplexus-container-default-java,  
  libplexus-io-java, libplexus-utils-java, junit, libmaven-plugin-testing-java, 
 
  default-jdk-doc, libmaven2-core-java-doc, 
libplexus-container-default-java-doc,  
- libplexus-utils-java-doc, libmaven-javadoc-plugin-java 
+ libplexus-utils-java-doc, libmaven-javadoc-plugin-java, 
libmaven-plugin-tools-java
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-dependency-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-dependency-plugin/


___
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] r15094 - in tags/maven-dependency-plugin: . 2.1-4/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 20:01:52 + (Wed, 28 Sep 2011)
New Revision: 15094

Added:
   tags/maven-dependency-plugin/2.1-4/
   tags/maven-dependency-plugin/2.1-4/debian/changelog
   tags/maven-dependency-plugin/2.1-4/debian/control
Removed:
   tags/maven-dependency-plugin/2.1-4/debian/changelog
   tags/maven-dependency-plugin/2.1-4/debian/control
Log:
[svn-buildpackage] Tagging maven-dependency-plugin 2.1-4

Deleted: tags/maven-dependency-plugin/2.1-4/debian/changelog
===
--- trunk/maven-dependency-plugin/debian/changelog  2011-09-28 19:47:03 UTC 
(rev 15092)
+++ tags/maven-dependency-plugin/2.1-4/debian/changelog 2011-09-28 20:01:52 UTC 
(rev 15094)
@@ -1,23 +0,0 @@
-maven-dependency-plugin (2.1-3) unstable; urgency=low
-
-  * Switch to source format 3.0.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-  * Use Maven to build the package.
-  * Add a documentation package.
-
- -- Torsten Werner twer...@debian.org  Mon, 22 Aug 2011 21:38:11 +0200
-
-maven-dependency-plugin (2.1-2) unstable; urgency=low
-
-  * Fix groupId for maven-plugin-testing-harness dependency
-in the Maven POM.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 26 Jul 2009 16:04:42 
+0100
-
-maven-dependency-plugin (2.1-1) experimental; urgency=low
-
-  * Initial release. (Closes: #532777)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sat, 06 Jun 2009 21:38:18 
+0100
-

Copied: tags/maven-dependency-plugin/2.1-4/debian/changelog (from rev 15093, 
trunk/maven-dependency-plugin/debian/changelog)
===
--- tags/maven-dependency-plugin/2.1-4/debian/changelog 
(rev 0)
+++ tags/maven-dependency-plugin/2.1-4/debian/changelog 2011-09-28 20:01:52 UTC 
(rev 15094)
@@ -0,0 +1,30 @@
+maven-dependency-plugin (2.1-4) unstable; urgency=low
+
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+(Closes: #643544)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 21:50:17 +0200
+
+maven-dependency-plugin (2.1-3) unstable; urgency=low
+
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Use Maven to build the package.
+  * Add a documentation package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 22 Aug 2011 21:38:11 +0200
+
+maven-dependency-plugin (2.1-2) unstable; urgency=low
+
+  * Fix groupId for maven-plugin-testing-harness dependency
+in the Maven POM.
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 26 Jul 2009 16:04:42 
+0100
+
+maven-dependency-plugin (2.1-1) experimental; urgency=low
+
+  * Initial release. (Closes: #532777)
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Sat, 06 Jun 2009 21:38:18 
+0100
+

Deleted: tags/maven-dependency-plugin/2.1-4/debian/control
===
--- trunk/maven-dependency-plugin/debian/control2011-09-28 19:47:03 UTC 
(rev 15092)
+++ tags/maven-dependency-plugin/2.1-4/debian/control   2011-09-28 20:01:52 UTC 
(rev 15094)
@@ -1,65 +0,0 @@
-Source: maven-dependency-plugin
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
-Build-Depends-Indep: libmaven-common-artifact-filters-java, 
libmaven-dependency-analyzer-java,  
- libmaven-dependency-tree-java, libmaven-file-management-java, 
libmaven-reporting-impl-java,  
- libmaven2-core-java, libplexus-archiver-java, 
libplexus-container-default-java,  
- libplexus-io-java, libplexus-utils-java, junit, libmaven-plugin-testing-java, 
 
- default-jdk-doc, libmaven2-core-java-doc, 
libplexus-container-default-java-doc,  
- libplexus-utils-java-doc, libmaven-javadoc-plugin-java 
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-dependency-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-dependency-plugin/
-Homepage: http://maven.apache.org/plugins/maven-dependency-plugin/
-
-Package: libmaven-dependency-plugin-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
-Suggests: libmaven-dependency-plugin-java-doc
-Description: Maven Dependency Plugin
- Maven is a software project management and comprehension tool. Based on the
- concept of a project object model (POM), Maven can manage a project's build,
- reporting and documentation from a central piece of information.
- .
- Maven's primary goal is to allow a developer to comprehend the complete
- state of a development effort in the shortest period of time. In order to
- attain this goal there are several areas of concern that Maven attempts
- to deal with:
- .
-* Making the build process easy
-* Providing a uniform build system
-* Providing quality project

[pkg-java] r15095 - tags/httpunit

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 20:11:06 + (Wed, 28 Sep 2011)
New Revision: 15095

Added:
   tags/httpunit/1.7+dfsg-5.1/
Log:
[svn-buildpackage] Tagging httpunit 1.7+dfsg-5.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] r15096 - trunk/maven-doxia-tools/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 20:29:35 + (Wed, 28 Sep 2011)
New Revision: 15096

Modified:
   trunk/maven-doxia-tools/debian/changelog
   trunk/maven-doxia-tools/debian/maven.properties
Log:
Ignore test errors and failures because some tests require network access.
(Closes: #643545)

Modified: trunk/maven-doxia-tools/debian/changelog
===
--- trunk/maven-doxia-tools/debian/changelog2011-09-28 20:11:06 UTC (rev 
15095)
+++ trunk/maven-doxia-tools/debian/changelog2011-09-28 20:29:35 UTC (rev 
15096)
@@ -1,3 +1,10 @@
+maven-doxia-tools (1.2.1-2) unstable; urgency=low
+
+  * Ignore test errors and failures because some tests require network access.
+(Closes: #643545)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 22:28:16 +0200
+
 maven-doxia-tools (1.2.1-1) unstable; urgency=low
 
   * Newer but not newest upstream release.

Modified: trunk/maven-doxia-tools/debian/maven.properties
===
--- trunk/maven-doxia-tools/debian/maven.properties 2011-09-28 20:11:06 UTC 
(rev 15095)
+++ trunk/maven-doxia-tools/debian/maven.properties 2011-09-28 20:29:35 UTC 
(rev 15096)
@@ -2,3 +2,5 @@
 # For example:
 # maven.test.skip=true
 
+maven.test.error.ignore=true
+maven.test.failure.ignore=true


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

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 20:33:18 + (Wed, 28 Sep 2011)
New Revision: 15097

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

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

Copied: tags/maven-doxia-tools/1.2.1-2/debian/changelog (from rev 15096, 
trunk/maven-doxia-tools/debian/changelog)
===
--- tags/maven-doxia-tools/1.2.1-2/debian/changelog 
(rev 0)
+++ tags/maven-doxia-tools/1.2.1-2/debian/changelog 2011-09-28 20:33:18 UTC 
(rev 15097)
@@ -0,0 +1,83 @@
+maven-doxia-tools (1.2.1-2) unstable; urgency=low
+
+  * Ignore test errors and failures because some tests require network access.
+(Closes: #643545)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 22:28:16 +0200
+
+maven-doxia-tools (1.2.1-1) unstable; urgency=low
+
+  * Newer but not newest upstream release.
+  * Refresh patches.
+  * Update Standards-Version: 3.9.2.
+  * Use Maven to build the package.
+  * Add a documentation package.
+  * Update debian/copyright.
+
+ -- Torsten Werner twer...@debian.org  Sun, 11 Sep 2011 00:53:11 +0200
+
+maven-doxia-tools (1.2-3) unstable; urgency=low
+
+  * Add myself as Uploaders
+  * Replace usage of outdated libplexus-component-metadata-java by
+libplexus-maven-plugin-java (to generate Plexus component.xml):
+- debian/control: Build-Depends on libplexus-maven-plugin-java,
+  velocity and libplexus-velocity-java
+- debian/rules: Pass 1.3.8 to build.xml as plexus-maven

[pkg-java] r15098 - trunk/maven-install-plugin/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 20:40:46 + (Wed, 28 Sep 2011)
New Revision: 15098

Modified:
   trunk/maven-install-plugin/debian/changelog
   trunk/maven-install-plugin/debian/control
Log:
Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
(Closes: #643546)

Modified: trunk/maven-install-plugin/debian/changelog
===
--- trunk/maven-install-plugin/debian/changelog 2011-09-28 20:33:18 UTC (rev 
15097)
+++ trunk/maven-install-plugin/debian/changelog 2011-09-28 20:40:46 UTC (rev 
15098)
@@ -1,3 +1,10 @@
+maven-install-plugin (2.3-4) unstable; urgency=low
+
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+(Closes: #643546)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 22:37:12 +0200
+
 maven-install-plugin (2.3-3) unstable; urgency=low
 
   * Switch to source format 3.0.

Modified: trunk/maven-install-plugin/debian/control
===
--- trunk/maven-install-plugin/debian/control   2011-09-28 20:33:18 UTC (rev 
15097)
+++ trunk/maven-install-plugin/debian/control   2011-09-28 20:40:46 UTC (rev 
15098)
@@ -5,8 +5,10 @@
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net,
  Torsten Werner twer...@debian.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
-Build-Depends-Indep: libmaven2-core-java, libplexus-digest-java, 
libplexus-utils-java, libmaven-plugin-testing-java,  
- default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, 
libmaven-javadoc-plugin-java
+Build-Depends-Indep: libmaven2-core-java, libplexus-digest-java,
+ libplexus-utils-java, libmaven-plugin-testing-java, default-jdk-doc,
+ libmaven2-core-java-doc, libplexus-utils-java-doc,
+ libmaven-javadoc-plugin-java, libmaven-plugin-tools-java
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-install-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-install-plugin/


___
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] r15099 - in tags/maven-install-plugin: . 2.3-4/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 20:43:41 + (Wed, 28 Sep 2011)
New Revision: 15099

Added:
   tags/maven-install-plugin/2.3-4/
   tags/maven-install-plugin/2.3-4/debian/changelog
   tags/maven-install-plugin/2.3-4/debian/control
Removed:
   tags/maven-install-plugin/2.3-4/debian/changelog
   tags/maven-install-plugin/2.3-4/debian/control
Log:
[svn-buildpackage] Tagging maven-install-plugin 2.3-4

Deleted: tags/maven-install-plugin/2.3-4/debian/changelog
===
--- trunk/maven-install-plugin/debian/changelog 2011-09-28 20:33:18 UTC (rev 
15097)
+++ tags/maven-install-plugin/2.3-4/debian/changelog2011-09-28 20:43:41 UTC 
(rev 15099)
@@ -1,28 +0,0 @@
-maven-install-plugin (2.3-3) unstable; urgency=low
-
-  * Switch to source format 3.0.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-  * Use Maven to build the package but ignore test failures.
-  * Add a documentation package.
-
- -- Torsten Werner twer...@debian.org  Tue, 23 Aug 2011 10:45:21 +0200
-
-maven-install-plugin (2.3-2) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * Add myself to Uploaders.
-  * Upload with cleaned orig tarball.
-  * Fix Name in debian/copyright.
-
-  [ Ludovic Claude ]
-  * Clean orig tarball from jar files.
-
- -- Torsten Werner twer...@debian.org  Sat, 15 Aug 2009 00:25:54 +0200
-
-maven-install-plugin (2.3-1) unstable; urgency=low
-
-  * Initial release. (Closes: #535011)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sat, 16 May 2009 21:57:41 
+0100
-

Copied: tags/maven-install-plugin/2.3-4/debian/changelog (from rev 15098, 
trunk/maven-install-plugin/debian/changelog)
===
--- tags/maven-install-plugin/2.3-4/debian/changelog
(rev 0)
+++ tags/maven-install-plugin/2.3-4/debian/changelog2011-09-28 20:43:41 UTC 
(rev 15099)
@@ -0,0 +1,35 @@
+maven-install-plugin (2.3-4) unstable; urgency=low
+
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+(Closes: #643546)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 22:37:12 +0200
+
+maven-install-plugin (2.3-3) unstable; urgency=low
+
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Use Maven to build the package but ignore test failures.
+  * Add a documentation package.
+
+ -- Torsten Werner twer...@debian.org  Tue, 23 Aug 2011 10:45:21 +0200
+
+maven-install-plugin (2.3-2) unstable; urgency=low
+
+  [ Torsten Werner ]
+  * Add myself to Uploaders.
+  * Upload with cleaned orig tarball.
+  * Fix Name in debian/copyright.
+
+  [ Ludovic Claude ]
+  * Clean orig tarball from jar files.
+
+ -- Torsten Werner twer...@debian.org  Sat, 15 Aug 2009 00:25:54 +0200
+
+maven-install-plugin (2.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #535011)
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Sat, 16 May 2009 21:57:41 
+0100
+

Deleted: tags/maven-install-plugin/2.3-4/debian/control
===
--- trunk/maven-install-plugin/debian/control   2011-09-28 20:33:18 UTC (rev 
15097)
+++ tags/maven-install-plugin/2.3-4/debian/control  2011-09-28 20:43:41 UTC 
(rev 15099)
@@ -1,61 +0,0 @@
-Source: maven-install-plugin
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Ludovic Claude ludovic.cla...@laposte.net,
- Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
-Build-Depends-Indep: libmaven2-core-java, libplexus-digest-java, 
libplexus-utils-java, libmaven-plugin-testing-java,  
- default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, 
libmaven-javadoc-plugin-java
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-install-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-install-plugin/
-Homepage: http://maven.apache.org/plugins/maven-install-plugin/
-
-Package: libmaven-install-plugin-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
-Suggests: libmaven-install-plugin-java-doc
-Description: Maven install plugin
- Maven is a software project management and comprehension tool. Based on the
- concept of a project object model (POM), Maven can manage a project's build,
- reporting and documentation from a central piece of information.
- .
- Maven's primary goal is to allow a developer to comprehend the complete
- state of a development effort in the shortest period of time. In order to
- attain this goal there are several areas of concern that Maven attempts
- to deal with:
- .
-* Making the build process easy
-* Providing a uniform build system
-* Providing quality project information
-* Providing guidelines for best practices development
-* Allowing transparent

[pkg-java] r15100 - trunk/maven-jar-plugin/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 20:49:26 + (Wed, 28 Sep 2011)
New Revision: 15100

Modified:
   trunk/maven-jar-plugin/debian/changelog
   trunk/maven-jar-plugin/debian/control
Log:
Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
(Closes: #643547)

Modified: trunk/maven-jar-plugin/debian/changelog
===
--- trunk/maven-jar-plugin/debian/changelog 2011-09-28 20:43:41 UTC (rev 
15099)
+++ trunk/maven-jar-plugin/debian/changelog 2011-09-28 20:49:26 UTC (rev 
15100)
@@ -1,3 +1,10 @@
+maven-jar-plugin (2.2-6) unstable; urgency=low
+
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+(Closes: #643547)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 22:45:56 +0200
+
 maven-jar-plugin (2.2-5) unstable; urgency=low
 
   * Switch to source format 3.0.

Modified: trunk/maven-jar-plugin/debian/control
===
--- trunk/maven-jar-plugin/debian/control   2011-09-28 20:43:41 UTC (rev 
15099)
+++ trunk/maven-jar-plugin/debian/control   2011-09-28 20:49:26 UTC (rev 
15100)
@@ -7,7 +7,8 @@
 Build-Depends-Indep: libmaven-enforcer-plugin-java, 
libmaven-javadoc-plugin-java, libcommons-lang-java,  
  libmaven-archiver-java, libmaven2-core-java, libplexus-archiver-java, 
libplexus-io-java,  
  libplexus-utils-java, libmaven-plugin-testing-java, default-jdk-doc, 
libmaven2-core-java-doc,  
- libplexus-utils-java-doc, libmaven-install-plugin-java, 
libmaven-invoker-plugin-java
+ libplexus-utils-java-doc, libmaven-install-plugin-java, 
libmaven-invoker-plugin-java,
+ libmaven-plugin-tools-java
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-jar-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-jar-plugin/


___
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] r15102 - trunk/maven-repository-builder/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 20:59:57 + (Wed, 28 Sep 2011)
New Revision: 15102

Modified:
   trunk/maven-repository-builder/debian/changelog
   trunk/maven-repository-builder/debian/maven.properties
Log:
Ignore test failures because tests require network access to Maven
central. (Closes: #643549)

Modified: trunk/maven-repository-builder/debian/changelog
===
--- trunk/maven-repository-builder/debian/changelog 2011-09-28 20:52:49 UTC 
(rev 15101)
+++ trunk/maven-repository-builder/debian/changelog 2011-09-28 20:59:57 UTC 
(rev 15102)
@@ -1,3 +1,10 @@
+maven-repository-builder (1.0~alpha2-3) unstable; urgency=low
+
+  * Ignore test failures because tests require network access to Maven
+central. (Closes: #643549)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 22:58:51 +0200
+
 maven-repository-builder (1.0~alpha2-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven-repository-builder/debian/maven.properties
===
--- trunk/maven-repository-builder/debian/maven.properties  2011-09-28 
20:52:49 UTC (rev 15101)
+++ trunk/maven-repository-builder/debian/maven.properties  2011-09-28 
20:59:57 UTC (rev 15102)
@@ -2,3 +2,4 @@
 # For example:
 # maven.test.skip=true
 
+maven.test.failure.ignore=true


___
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] r15104 - trunk/maven-repository-builder/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 21:04:26 + (Wed, 28 Sep 2011)
New Revision: 15104

Modified:
   trunk/maven-repository-builder/debian/changelog
   trunk/maven-repository-builder/debian/control
Log:
* Team upload
* Reformat extended Description.

Modified: trunk/maven-repository-builder/debian/changelog
===
--- trunk/maven-repository-builder/debian/changelog 2011-09-28 21:02:43 UTC 
(rev 15103)
+++ trunk/maven-repository-builder/debian/changelog 2011-09-28 21:04:26 UTC 
(rev 15104)
@@ -1,9 +1,11 @@
 maven-repository-builder (1.0~alpha2-3) unstable; urgency=low
 
+  * Team upload
   * Ignore test failures because tests require network access to Maven
 central. (Closes: #643549)
+  * Reformat extended Description.
 
- -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 22:58:51 +0200
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 23:04:04 +0200
 
 maven-repository-builder (1.0~alpha2-2) unstable; urgency=low
 

Modified: trunk/maven-repository-builder/debian/control
===
--- trunk/maven-repository-builder/debian/control   2011-09-28 21:02:43 UTC 
(rev 15103)
+++ trunk/maven-repository-builder/debian/control   2011-09-28 21:04:26 UTC 
(rev 15104)
@@ -57,4 +57,5 @@
 * Providing guidelines for best practices development
 * Allowing transparent migration to new features
  .
- This package contains the API documentation of 
libmaven-repository-builder-java.
+ This package contains the API documentation of
+ libmaven-repository-builder-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] r15105 - tags/maven-repository-builder

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 21:07:08 + (Wed, 28 Sep 2011)
New Revision: 15105

Removed:
   tags/maven-repository-builder/1.0~alpha2-3/
Log:
[svn-buildpackage] Removing old tag maven-repository-builder-1.0~alpha2-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] r15106 - in tags/maven-repository-builder: . 1.0~alpha2-3/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 21:07:33 + (Wed, 28 Sep 2011)
New Revision: 15106

Added:
   tags/maven-repository-builder/1.0~alpha2-3/
   tags/maven-repository-builder/1.0~alpha2-3/debian/changelog
   tags/maven-repository-builder/1.0~alpha2-3/debian/control
   tags/maven-repository-builder/1.0~alpha2-3/debian/maven.properties
Removed:
   tags/maven-repository-builder/1.0~alpha2-3/debian/changelog
   tags/maven-repository-builder/1.0~alpha2-3/debian/control
   tags/maven-repository-builder/1.0~alpha2-3/debian/maven.properties
Log:
[svn-buildpackage] Tagging maven-repository-builder 1.0~alpha2-3

Deleted: tags/maven-repository-builder/1.0~alpha2-3/debian/changelog
===
--- trunk/maven-repository-builder/debian/changelog 2011-09-28 20:52:49 UTC 
(rev 15101)
+++ tags/maven-repository-builder/1.0~alpha2-3/debian/changelog 2011-09-28 
21:07:33 UTC (rev 15106)
@@ -1,15 +0,0 @@
-maven-repository-builder (1.0~alpha2-2) unstable; urgency=low
-
-  * Team upload.
-  * Switch to source format 3.0.
-  * Update Standards-Version: 3.9.1.
-  * Add a documentation package.
-  * Enable tests.
-
- -- Torsten Werner twer...@debian.org  Wed, 24 Aug 2011 11:21:01 +0200
-
-maven-repository-builder (1.0~alpha2-1) unstable; urgency=low
-
-  * Initial release (Closes: #540050)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 26 Jul 2009 19:59:30 
+0100

Copied: tags/maven-repository-builder/1.0~alpha2-3/debian/changelog (from rev 
15104, trunk/maven-repository-builder/debian/changelog)
===
--- tags/maven-repository-builder/1.0~alpha2-3/debian/changelog 
(rev 0)
+++ tags/maven-repository-builder/1.0~alpha2-3/debian/changelog 2011-09-28 
21:07:33 UTC (rev 15106)
@@ -0,0 +1,24 @@
+maven-repository-builder (1.0~alpha2-3) unstable; urgency=low
+
+  * Team upload
+  * Ignore test failures because tests require network access to Maven
+central. (Closes: #643549)
+  * Reformat extended Description.
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 23:04:04 +0200
+
+maven-repository-builder (1.0~alpha2-2) unstable; urgency=low
+
+  * Team upload.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.1.
+  * Add a documentation package.
+  * Enable tests.
+
+ -- Torsten Werner twer...@debian.org  Wed, 24 Aug 2011 11:21:01 +0200
+
+maven-repository-builder (1.0~alpha2-1) unstable; urgency=low
+
+  * Initial release (Closes: #540050)
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 26 Jul 2009 19:59:30 
+0100

Deleted: tags/maven-repository-builder/1.0~alpha2-3/debian/control
===
--- trunk/maven-repository-builder/debian/control   2011-09-28 20:52:49 UTC 
(rev 15101)
+++ tags/maven-repository-builder/1.0~alpha2-3/debian/control   2011-09-28 
21:07:33 UTC (rev 15106)
@@ -1,60 +0,0 @@
-Source: maven-repository-builder
-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, default-jdk, maven-debian-helper (= 
1.4)
-Build-Depends-Indep: libplexus-maven-plugin-java, 
libmaven-common-artifact-filters-java, libmaven2-core-java,  
- junit, libeasymock-java, libmaven-plugin-testing-java, libwagon-java, 
default-jdk-doc,  
- libmaven2-core-java-doc, libmaven-javadoc-plugin-java 
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-repository-builder
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/maven-repository-builder/
-Homepage: http://maven.apache.org/shared/maven-repository-builder/
-
-Package: libmaven-repository-builder-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
-Suggests: libmaven-repository-builder-java-doc
-Description: Maven Repository Builder
- Maven is a software project management and comprehension tool. Based on the
- concept of a project object model (POM), Maven can manage a project's build,
- reporting and documentation from a central piece of information.
- .
- Maven's primary goal is to allow a developer to comprehend the complete
- state of a development effort in the shortest period of time. In order to
- attain this goal there are several areas of concern that Maven attempts
- to deal with:
- .
-* Making the build process easy
-* Providing a uniform build system
-* Providing quality project information
-* Providing guidelines for best practices development
-* Allowing transparent migration to new features
- .
- The Maven Repository builder is a shared library used by Maven.
-
-Package: libmaven-repository-builder-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libmaven-repository-builder-java

[pkg-java] r15107 - trunk/maven-resources-plugin/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 21:13:55 + (Wed, 28 Sep 2011)
New Revision: 15107

Modified:
   trunk/maven-resources-plugin/debian/changelog
   trunk/maven-resources-plugin/debian/control
Log:
Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
(Closes: #643550)

Modified: trunk/maven-resources-plugin/debian/changelog
===
--- trunk/maven-resources-plugin/debian/changelog   2011-09-28 21:07:33 UTC 
(rev 15106)
+++ trunk/maven-resources-plugin/debian/changelog   2011-09-28 21:13:55 UTC 
(rev 15107)
@@ -1,3 +1,10 @@
+maven-resources-plugin (2.3-7) unstable; urgency=low
+
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+(Closes: #643550)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 23:10:33 +0200
+
 maven-resources-plugin (2.3-6) unstable; urgency=low
 
   * Switch to source format 3.0.

Modified: trunk/maven-resources-plugin/debian/control
===
--- trunk/maven-resources-plugin/debian/control 2011-09-28 21:07:33 UTC (rev 
15106)
+++ trunk/maven-resources-plugin/debian/control 2011-09-28 21:13:55 UTC (rev 
15107)
@@ -4,8 +4,10 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
-Build-Depends-Indep: libmaven-filtering-java, libmaven2-core-java, 
libplexus-utils-java, libmaven-plugin-testing-java,  
- default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, 
libmaven-javadoc-plugin-java 
+Build-Depends-Indep: libmaven-filtering-java, libmaven2-core-java,
+ libplexus-utils-java, libmaven-plugin-testing-java, default-jdk-doc,
+ libmaven2-core-java-doc, libplexus-utils-java-doc,
+ libmaven-javadoc-plugin-java, libmaven-plugin-tools-java
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-resources-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-resources-plugin/


___
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] r15108 - in tags/maven-resources-plugin: . 2.3-7/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 21:17:38 + (Wed, 28 Sep 2011)
New Revision: 15108

Added:
   tags/maven-resources-plugin/2.3-7/
   tags/maven-resources-plugin/2.3-7/debian/changelog
   tags/maven-resources-plugin/2.3-7/debian/control
Removed:
   tags/maven-resources-plugin/2.3-7/debian/changelog
   tags/maven-resources-plugin/2.3-7/debian/control
Log:
[svn-buildpackage] Tagging maven-resources-plugin 2.3-7

Deleted: tags/maven-resources-plugin/2.3-7/debian/changelog
===
--- trunk/maven-resources-plugin/debian/changelog   2011-09-28 21:07:33 UTC 
(rev 15106)
+++ tags/maven-resources-plugin/2.3-7/debian/changelog  2011-09-28 21:17:38 UTC 
(rev 15108)
@@ -1,47 +0,0 @@
-maven-resources-plugin (2.3-6) unstable; urgency=low
-
-  * Switch to source format 3.0.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-  * Use Maven to build the package.
-  * Add a documentation package.
-
- -- Torsten Werner twer...@debian.org  Wed, 24 Aug 2011 13:40:46 +0200
-
-maven-resources-plugin (2.3-5) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 22:57:14 +0200
-
-maven-resources-plugin (2.3-4) experimental; urgency=low
-
-  * Fix groupId for maven-plugin-testing-harness dependency
-in the Maven POM.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 26 Jul 2009 16:09:15 
+0100
-
-maven-resources-plugin (2.3-3) experimental; urgency=low
-
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * Bump up debhelper to 6
-  * 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 patch for the POM as it's no longer needed, as well as
-the dependency on Quilt
-  * Remove Depends on Java runtimes as it is a library
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 19 May 2009 14:52:07 
+0100
-
-maven-resources-plugin (2.3-2) unstable; urgency=low
-
-  * Improve (Build-)Depends.
-
- -- Torsten Werner twer...@debian.org  Thu, 11 Dec 2008 15:48:39 +0100
-
-maven-resources-plugin (2.3-1) unstable; urgency=low
-
-  * Initial release. (Closes: #508188)
-
- -- Torsten Werner twer...@debian.org  Sun, 07 Dec 2008 23:46:24 +0100

Copied: tags/maven-resources-plugin/2.3-7/debian/changelog (from rev 15107, 
trunk/maven-resources-plugin/debian/changelog)
===
--- tags/maven-resources-plugin/2.3-7/debian/changelog  
(rev 0)
+++ tags/maven-resources-plugin/2.3-7/debian/changelog  2011-09-28 21:17:38 UTC 
(rev 15108)
@@ -0,0 +1,54 @@
+maven-resources-plugin (2.3-7) unstable; urgency=low
+
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+(Closes: #643550)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 23:10:33 +0200
+
+maven-resources-plugin (2.3-6) unstable; urgency=low
+
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Use Maven to build the package.
+  * Add a documentation package.
+
+ -- Torsten Werner twer...@debian.org  Wed, 24 Aug 2011 13:40:46 +0200
+
+maven-resources-plugin (2.3-5) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 22:57:14 +0200
+
+maven-resources-plugin (2.3-4) experimental; urgency=low
+
+  * Fix groupId for maven-plugin-testing-harness dependency
+in the Maven POM.
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 26 Jul 2009 16:09:15 
+0100
+
+maven-resources-plugin (2.3-3) experimental; urgency=low
+
+  * Change section to java, bump up Standards-Version to 3.8.1
+  * Bump up debhelper to 6
+  * 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 patch for the POM as it's no longer needed, as well as
+the dependency on Quilt
+  * Remove Depends on Java runtimes as it is a library
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 19 May 2009 14:52:07 
+0100
+
+maven-resources-plugin (2.3-2) unstable; urgency=low
+
+  * Improve (Build-)Depends.
+
+ -- Torsten Werner twer...@debian.org  Thu, 11 Dec 2008 15:48:39 +0100
+
+maven-resources-plugin (2.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #508188)
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Dec 2008 23:46:24 +0100

Deleted: tags/maven-resources-plugin/2.3-7/debian/control
===
--- trunk/maven-resources-plugin/debian/control 2011-09-28 21:07:33 UTC (rev 
15106)
+++ tags/maven-resources-plugin/2.3-7/debian/control2011-09-28 21:17:38 UTC 
(rev 15108)
@@ -1,60 +0,0 @@
-Source: maven-resources-plugin
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers

[pkg-java] r15109 - trunk/maven-scm/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 21:22:51 + (Wed, 28 Sep 2011)
New Revision: 15109

Modified:
   trunk/maven-scm/debian/changelog
   trunk/maven-scm/debian/control
Log:
* Team upload.
* Add missing Build-Depends: libmaven-plugin-tools-java. (Closes: #643551)

Modified: trunk/maven-scm/debian/changelog
===
--- trunk/maven-scm/debian/changelog2011-09-28 21:17:38 UTC (rev 15108)
+++ trunk/maven-scm/debian/changelog2011-09-28 21:22:51 UTC (rev 15109)
@@ -1,3 +1,10 @@
+maven-scm (1.3-4) unstable; urgency=low
+
+  * Team upload.
+  * Add missing Build-Depends: libmaven-plugin-tools-java. (Closes: #643551)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 23:22:00 +0200
+
 maven-scm (1.3-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven-scm/debian/control
===
--- trunk/maven-scm/debian/control  2011-09-28 21:17:38 UTC (rev 15108)
+++ trunk/maven-scm/debian/control  2011-09-28 21:22:51 UTC (rev 15109)
@@ -9,7 +9,7 @@
  libplexus-utils-java, libregexp-java, junit (= 3.8.2), 
libmaven-plugin-testing-java,  
  default-jdk-doc, libganymed-ssh2-java, libmaven2-core-java-doc, 
libplexus-container-default-java-doc,  
  libplexus-utils-java-doc, libregexp-java-doc, libmaven-javadoc-plugin-java,
- libmaven-plugin-tools-java, subversion
+ libmaven-plugin-tools-java, subversion, libmaven-plugin-tools-java
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-scm
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-scm/


___
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] r15110 - trunk/maven-scm/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 21:30:08 + (Wed, 28 Sep 2011)
New Revision: 15110

Modified:
   trunk/maven-scm/debian/changelog
   trunk/maven-scm/debian/control
Log:
revert last commit

Modified: trunk/maven-scm/debian/changelog
===
--- trunk/maven-scm/debian/changelog2011-09-28 21:22:51 UTC (rev 15109)
+++ trunk/maven-scm/debian/changelog2011-09-28 21:30:08 UTC (rev 15110)
@@ -1,10 +1,3 @@
-maven-scm (1.3-4) unstable; urgency=low
-
-  * Team upload.
-  * Add missing Build-Depends: libmaven-plugin-tools-java. (Closes: #643551)
-
- -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 23:22:00 +0200
-
 maven-scm (1.3-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven-scm/debian/control
===
--- trunk/maven-scm/debian/control  2011-09-28 21:22:51 UTC (rev 15109)
+++ trunk/maven-scm/debian/control  2011-09-28 21:30:08 UTC (rev 15110)
@@ -9,7 +9,7 @@
  libplexus-utils-java, libregexp-java, junit (= 3.8.2), 
libmaven-plugin-testing-java,  
  default-jdk-doc, libganymed-ssh2-java, libmaven2-core-java-doc, 
libplexus-container-default-java-doc,  
  libplexus-utils-java-doc, libregexp-java-doc, libmaven-javadoc-plugin-java,
- libmaven-plugin-tools-java, subversion, libmaven-plugin-tools-java
+ libmaven-plugin-tools-java, subversion
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-scm
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-scm/


___
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] r15111 - trunk/maven-scm/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 21:43:03 + (Wed, 28 Sep 2011)
New Revision: 15111

Modified:
   trunk/maven-scm/debian/changelog
   trunk/maven-scm/debian/maven.ignoreRules
Log:
* Team upload
* Ignore maven-scm-provider-vss. (Closes: #643551)

Modified: trunk/maven-scm/debian/changelog
===
--- trunk/maven-scm/debian/changelog2011-09-28 21:30:08 UTC (rev 15110)
+++ trunk/maven-scm/debian/changelog2011-09-28 21:43:03 UTC (rev 15111)
@@ -1,3 +1,10 @@
+maven-scm (1.3-4) unstable; urgency=low
+
+  * Team upload
+  * Ignore maven-scm-provider-vss. (Closes: #643551)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 23:31:16 +0200
+
 maven-scm (1.3-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven-scm/debian/maven.ignoreRules
===
--- trunk/maven-scm/debian/maven.ignoreRules2011-09-28 21:30:08 UTC (rev 
15110)
+++ trunk/maven-scm/debian/maven.ignoreRules2011-09-28 21:43:03 UTC (rev 
15111)
@@ -15,3 +15,4 @@
 #   junit junit jar s/3\\..*/3.x/
 
 org.apache.maven.plugins maven-assembly-plugin * * * *
+org.apache.maven.scm maven-scm-provider-vss jar *


___
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] r15112 - in tags/maven-scm: . 1.3-4/debian

2011-09-28 Thread Torsten Werner
Author: twerner
Date: 2011-09-28 21:54:36 + (Wed, 28 Sep 2011)
New Revision: 15112

Added:
   tags/maven-scm/1.3-4/
   tags/maven-scm/1.3-4/debian/changelog
   tags/maven-scm/1.3-4/debian/control
   tags/maven-scm/1.3-4/debian/maven.ignoreRules
Removed:
   tags/maven-scm/1.3-4/debian/changelog
   tags/maven-scm/1.3-4/debian/control
   tags/maven-scm/1.3-4/debian/maven.ignoreRules
Log:
[svn-buildpackage] Tagging maven-scm 1.3-4

Deleted: tags/maven-scm/1.3-4/debian/changelog
===
--- trunk/maven-scm/debian/changelog2011-09-28 21:17:38 UTC (rev 15108)
+++ tags/maven-scm/1.3-4/debian/changelog   2011-09-28 21:54:36 UTC (rev 
15112)
@@ -1,43 +0,0 @@
-maven-scm (1.3-3) unstable; urgency=low
-
-  * Team upload.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.2.
-  * Use Maven to build the package. Do no longer build the Visual Source Safe
-provider because of some modelle issue.
-
- -- Torsten Werner twer...@debian.org  Sun, 11 Sep 2011 23:11:17 +0200
-
-maven-scm (1.3-2) unstable; urgency=low
-
-  * Rebuild with newer maven-repo-helper. (Closes: #573569)
-
- -- Torsten Werner twer...@debian.org  Sat, 13 Mar 2010 00:09:56 +0100
-
-maven-scm (1.3-1) unstable; urgency=low
-
-  * New upstream release.
-- Added tfs provider component
-  * Standards-Version to 3.8.4
-  * Source format 3.0 (quilt), removed quilt dependency
-  * Re-added maven-scm-test dependency
-  * Removed patch modello-xsd.diff, upstream updated model tag.
-
- -- Gabriele Giacone 1o5g4...@gmail.com  Tue, 09 Mar 2010 01:17:46 +0100
-
-maven-scm (1.2-2) unstable; urgency=low
-
-  * Bump up Standards-Version to 3.8.2
-  * Build-Depends on default-jdk only as gcj is not used.
-  * Fix group and artifact name for the Jakarta regexp dependency
-in the Maven POM.
-  * Remove maven-scm-test dependency from the POM as it's only a test
-dependency.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 24 Jul 2009 17:40:40 
+0100
-
-maven-scm (1.2-1) experimental; urgency=low
-
-  * Initial release. (Closes: #523397)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 09 Apr 2009 23:47:02 
+0100

Copied: tags/maven-scm/1.3-4/debian/changelog (from rev 15111, 
trunk/maven-scm/debian/changelog)
===
--- tags/maven-scm/1.3-4/debian/changelog   (rev 0)
+++ tags/maven-scm/1.3-4/debian/changelog   2011-09-28 21:54:36 UTC (rev 
15112)
@@ -0,0 +1,50 @@
+maven-scm (1.3-4) unstable; urgency=low
+
+  * Team upload
+  * Ignore maven-scm-provider-vss. (Closes: #643551)
+
+ -- Torsten Werner twer...@debian.org  Wed, 28 Sep 2011 23:31:16 +0200
+
+maven-scm (1.3-3) unstable; urgency=low
+
+  * Team upload.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.2.
+  * Use Maven to build the package. Do no longer build the Visual Source Safe
+provider because of some modelle issue.
+
+ -- Torsten Werner twer...@debian.org  Sun, 11 Sep 2011 23:11:17 +0200
+
+maven-scm (1.3-2) unstable; urgency=low
+
+  * Rebuild with newer maven-repo-helper. (Closes: #573569)
+
+ -- Torsten Werner twer...@debian.org  Sat, 13 Mar 2010 00:09:56 +0100
+
+maven-scm (1.3-1) unstable; urgency=low
+
+  * New upstream release.
+- Added tfs provider component
+  * Standards-Version to 3.8.4
+  * Source format 3.0 (quilt), removed quilt dependency
+  * Re-added maven-scm-test dependency
+  * Removed patch modello-xsd.diff, upstream updated model tag.
+
+ -- Gabriele Giacone 1o5g4...@gmail.com  Tue, 09 Mar 2010 01:17:46 +0100
+
+maven-scm (1.2-2) unstable; urgency=low
+
+  * Bump up Standards-Version to 3.8.2
+  * Build-Depends on default-jdk only as gcj is not used.
+  * Fix group and artifact name for the Jakarta regexp dependency
+in the Maven POM.
+  * Remove maven-scm-test dependency from the POM as it's only a test
+dependency.
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 24 Jul 2009 17:40:40 
+0100
+
+maven-scm (1.2-1) experimental; urgency=low
+
+  * Initial release. (Closes: #523397)
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 09 Apr 2009 23:47:02 
+0100

Deleted: tags/maven-scm/1.3-4/debian/control
===
--- trunk/maven-scm/debian/control  2011-09-28 21:17:38 UTC (rev 15108)
+++ tags/maven-scm/1.3-4/debian/control 2011-09-28 21:54:36 UTC (rev 15112)
@@ -1,63 +0,0 @@
-Source: maven-scm
-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, default-jdk, maven-debian-helper (= 
1.4)
-Build-Depends-Indep: libmodello-maven-plugin-java, 
libplexus-maven-plugin-java, libganymed-ssh2-java,  
- libmaven2-core-java, libnetbeans-cvsclient-java, 
libplexus-container-default-java,  
- libplexus-utils-java, libregexp-java, junit

[pkg-java] r15064 - trunk/maven-ant-helper/debian

2011-09-27 Thread Torsten Werner
Author: twerner
Date: 2011-09-27 15:41:08 + (Tue, 27 Sep 2011)
New Revision: 15064

Modified:
   trunk/maven-ant-helper/debian/changelog
   trunk/maven-ant-helper/debian/control
Log:
Remove Trydge and Paul from Uploaders list.

Modified: trunk/maven-ant-helper/debian/changelog
===
--- trunk/maven-ant-helper/debian/changelog 2011-09-26 22:18:28 UTC (rev 
15063)
+++ trunk/maven-ant-helper/debian/changelog 2011-09-27 15:41:08 UTC (rev 
15064)
@@ -1,9 +1,13 @@
 maven-ant-helper (7.4) unstable; urgency=low
 
+  [ Ludovic Claude ]
   * process-test-resources now ignores Java files when copying
 
- -- Ludovic Claude ludovic.cla...@laposte.net  Sat, 02 Jul 2011 13:31:29 
+0100
+  [ Torsten Werner ]
+  * Remove Trydge and Paul from Uploaders list.
 
+ -- Torsten Werner twer...@debian.org  Tue, 27 Sep 2011 17:38:59 +0200
+
 maven-ant-helper (7.3) unstable; urgency=low
 
   * maven-build.xml: Fix read of properties in *.poms files by changing

Modified: trunk/maven-ant-helper/debian/control
===
--- trunk/maven-ant-helper/debian/control   2011-09-26 22:18:28 UTC (rev 
15063)
+++ trunk/maven-ant-helper/debian/control   2011-09-27 15:41:08 UTC (rev 
15064)
@@ -2,8 +2,7 @@
 Section: java
 Priority: extra
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Trygve Laugstøl tryg...@inamo.no, Paul Cager 
paul-deb...@home.paulcager.org, 
- Torsten Werner twer...@debian.org, Ludovic Claude 
ludovic.cla...@laposte.net,
+Uploaders: Torsten Werner twer...@debian.org, Ludovic Claude 
ludovic.cla...@laposte.net,
  Damien Raude-Morvan draz...@debian.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk
 Build-Depends-Indep: ant, ant-optional, ant-contrib


___
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] r15065 - tags/maven-ant-helper

2011-09-27 Thread Torsten Werner
Author: twerner
Date: 2011-09-27 15:47:03 + (Tue, 27 Sep 2011)
New Revision: 15065

Removed:
   tags/maven-ant-helper/7.4/
Log:
[svn-buildpackage] Removing old tag maven-ant-helper-7.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] r15066 - in tags/maven-ant-helper: . 7.4/debian

2011-09-27 Thread Torsten Werner
Author: twerner
Date: 2011-09-27 15:47:36 + (Tue, 27 Sep 2011)
New Revision: 15066

Added:
   tags/maven-ant-helper/7.4/
   tags/maven-ant-helper/7.4/debian/changelog
   tags/maven-ant-helper/7.4/debian/control
Removed:
   tags/maven-ant-helper/7.4/debian/changelog
   tags/maven-ant-helper/7.4/debian/control
Log:
[svn-buildpackage] Tagging maven-ant-helper 7.4

Deleted: tags/maven-ant-helper/7.4/debian/changelog
===
--- trunk/maven-ant-helper/debian/changelog 2011-09-26 22:18:28 UTC (rev 
15063)
+++ tags/maven-ant-helper/7.4/debian/changelog  2011-09-27 15:47:36 UTC (rev 
15066)
@@ -1,186 +0,0 @@
-maven-ant-helper (7.4) unstable; urgency=low
-
-  * process-test-resources now ignores Java files when copying
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sat, 02 Jul 2011 13:31:29 
+0100
-
-maven-ant-helper (7.3) unstable; urgency=low
-
-  * maven-build.xml: Fix read of properties in *.poms files by changing
-regexp and set cleaner.options only if not already defined.
-(Closes: #629894).
-  * debian/rules: Remove ant-trax from classpath (doesn't exist anymore since
-Ant 1.8).
-
- -- Damien Raude-Morvan draz...@debian.org  Sun, 26 Jun 2011 19:14:05 +0200
-
-maven-ant-helper (7.2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Wed, 09 Feb 2011 21:34:32 +0100
-
-maven-ant-helper (7.1) experimental; urgency=low
-
-  [ Ludovic Claude ]
-  * Add a javadoc-jar target which generates a jar file containing the javadoc
-  * Add a default build-all target which can run the build and optionally
-generate javadoc and its jar if generate.javadoc property is set
-
-  [ Damien Raude-Morvan ]
-  * d/rules: Remove simple-patchsys.mk since d/source/format is 3.0 (native).
-  * d/control, d/compat: Bump debhelper compat level to 7.
-  * d/control: Add myself as Uploaders.
-
- -- Damien Raude-Morvan draz...@debian.org  Sun, 05 Dec 2010 20:01:13 +0100
-
-maven-ant-helper (7.0) experimental; urgency=low
-
-  * Update Standards-Version to 3.9.1, use source format 3.0 (native)  
-  * Use default-jdk-doc instead of openjdk-6-doc when linking
-Javadoc files (Closes: #587361)
-  * d/control: add Suggests: default-jdk-doc, move all Recommends: to Suggest
-as they are not needed except when Maven is called within the Ant build,
-add maven-repo-helper to Depends as it's now always used from the jar task
-  * maven-build.xml: add -N option to Maven to avoid recursive actions,
-reorder actions in mvn-package and give to the POMCleaner the location
-of the local Maven repository which can be used when deciding when to
-replace a parent version by a its symbolic version (fixes
-maven-debian-helper build),
-add local-install and package-and-local-install target to deal with
-composite projects which need to install some of their build elements in
-the local repository, for consuption by other parts of the build,
-deprecate passing the 'version' variable to Ant as it's read from the POM 
file,
-remove macro prepare-package-list, update paths to the JDK docs.
- 
- -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 14 Oct 2010 00:08:38 
+0200
-
-maven-ant-helper (6.8) unstable; urgency=low
-
-  * Use default-jdk-doc instead of openjdk-6-doc when linking
-Javadoc files
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 28 Mar 2010 21:55:57 
+0200
-
-maven-ant-helper (6.7) unstable; urgency=low
-
-  * Do no longer gunzip/ the package-list file from openjdk-6-doc.
-(Closes: #573660)
-
- -- Torsten Werner twer...@debian.org  Sat, 13 Mar 2010 10:24:35 +0100
-
-maven-ant-helper (6.6) unstable; urgency=low
-
-  * Revert previous change as openjdk6-doc is not required
-for most builds. Update the affected packages in a
-separate update.
-  * Bump up Standards-Version to 3.8.3, no changes
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 02 Sep 2009 21:22:49 
+0100
-
-maven-ant-helper (6.5) unstable; urgency=low
-
-  * Add Build-Depends: openjdk-6-doc to fix build errors. (Closes: #543106,
-#543112, #543115, #543116)
-
- -- Torsten Werner twer...@debian.org  Sun, 23 Aug 2009 10:13:54 +0200
-
-maven-ant-helper (6.4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 13:04:01 +0200
-
-maven-ant-helper (6.3) experimental; urgency=low
-
-  * Update Standards-Version to 3.8.2
-  * Add ant and ant-optional to Depends:
-  * Add more Suggest: packages (libmaven-plugin-plugin-java and
-libplexus-components-metadata-java as they provide useful
-Maven plugin often used in the build)
-  * Add support for linking generated Javadoc to other 
-documented libraries.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 16 Jul 2009 22:34:35 
+0100
-
-maven-ant-helper (6.2) experimental; urgency=low
-
-  * Fix a bug introduced by previous version. It was affecting
-only the builds which

[pkg-java] r15067 - tags/maven-repo-helper

2011-09-27 Thread Torsten Werner
Author: twerner
Date: 2011-09-27 16:02:37 + (Tue, 27 Sep 2011)
New Revision: 15067

Added:
   tags/maven-repo-helper/1.6/
Log:
[svn-buildpackage] Tagging maven-repo-helper 1.6


___
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] r15068 - trunk/libisfreetype-java/debian

2011-09-27 Thread Torsten Werner
Author: twerner
Date: 2011-09-27 16:13:11 + (Tue, 27 Sep 2011)
New Revision: 15068

Modified:
   trunk/libisfreetype-java/debian/changelog
Log:
* Team upload.
* Rebuild with newer Build-Depends. (Closes: #643279)

Modified: trunk/libisfreetype-java/debian/changelog
===
--- trunk/libisfreetype-java/debian/changelog   2011-09-27 16:02:37 UTC (rev 
15067)
+++ trunk/libisfreetype-java/debian/changelog   2011-09-27 16:13:11 UTC (rev 
15068)
@@ -1,3 +1,10 @@
+libisfreetype-java (5.3.20100629-3) unstable; urgency=low
+
+  * Team upload.
+  * Rebuild with newer Build-Depends. (Closes: #643279)
+
+ -- Torsten Werner twer...@debian.org  Tue, 27 Sep 2011 18:10:14 +0200
+
 libisfreetype-java (5.3.20100629-2) unstable; urgency=low
 
   * Team upload.


___
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] r15069 - in tags/libisfreetype-java: . 5.3.20100629-3/debian

2011-09-27 Thread Torsten Werner
Author: twerner
Date: 2011-09-27 16:16:14 + (Tue, 27 Sep 2011)
New Revision: 15069

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

Deleted: tags/libisfreetype-java/5.3.20100629-3/debian/changelog
===
--- trunk/libisfreetype-java/debian/changelog   2011-09-27 16:02:37 UTC (rev 
15067)
+++ tags/libisfreetype-java/5.3.20100629-3/debian/changelog 2011-09-27 
16:16:14 UTC (rev 15069)
@@ -1,35 +0,0 @@
-libisfreetype-java (5.3.20100629-2) unstable; urgency=low
-
-  * Team upload.
-  * Rename jar back to isfreetype.jar.
-
- -- Torsten Werner twer...@debian.org  Sun, 04 Sep 2011 01:39:22 +0200
-
-libisfreetype-java (5.3.20100629-1) unstable; urgency=low
-
-  * Team upload
-  * New upstream version.
-  * Improve the download and cleanup of the orig tarball. Remove javadoc files.
-  * Switch to javahelper.
-  * Drop versioned package.
-  * Update Standards-Version: 3.9.2.
-  * Switch to source format 3.0.
-  * Downgrade Build-Depends: default-jdk-builddep to default-jdk.
-
- -- Torsten Werner twer...@debian.org  Sat, 03 Sep 2011 18:58:52 +0200
-
-libisfreetype-java (5.2.20091102-2) unstable; urgency=low
-
-  * Jar files should all be lowercase, since so are all references to 
-it in web search engines.
-  * Added runtime dependency to libfreetype6.
-  * Rerelease in response to ftpadmins with hidden x86 binaries in source
-packages removed - thanks to Torsten for spotting that (Closes: #568701).
-
- -- Steffen Moeller moel...@debian.org  Mon, 08 Feb 2010 16:00:12 +0100
-
-libisfreetype-java (5.2.20091102-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Steffen Moeller moel...@debian.org  Sun, 07 Feb 2010 01:07:29 +0100

Copied: tags/libisfreetype-java/5.3.20100629-3/debian/changelog (from rev 
15068, trunk/libisfreetype-java/debian/changelog)
===
--- tags/libisfreetype-java/5.3.20100629-3/debian/changelog 
(rev 0)
+++ tags/libisfreetype-java/5.3.20100629-3/debian/changelog 2011-09-27 
16:16:14 UTC (rev 15069)
@@ -0,0 +1,42 @@
+libisfreetype-java (5.3.20100629-3) unstable; urgency=low
+
+  * Team upload.
+  * Rebuild with newer Build-Depends. (Closes: #643279)
+
+ -- Torsten Werner twer...@debian.org  Tue, 27 Sep 2011 18:10:14 +0200
+
+libisfreetype-java (5.3.20100629-2) unstable; urgency=low
+
+  * Team upload.
+  * Rename jar back to isfreetype.jar.
+
+ -- Torsten Werner twer...@debian.org  Sun, 04 Sep 2011 01:39:22 +0200
+
+libisfreetype-java (5.3.20100629-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream version.
+  * Improve the download and cleanup of the orig tarball. Remove javadoc files.
+  * Switch to javahelper.
+  * Drop versioned package.
+  * Update Standards-Version: 3.9.2.
+  * Switch to source format 3.0.
+  * Downgrade Build-Depends: default-jdk-builddep to default-jdk.
+
+ -- Torsten Werner twer...@debian.org  Sat, 03 Sep 2011 18:58:52 +0200
+
+libisfreetype-java (5.2.20091102-2) unstable; urgency=low
+
+  * Jar files should all be lowercase, since so are all references to 
+it in web search engines.
+  * Added runtime dependency to libfreetype6.
+  * Rerelease in response to ftpadmins with hidden x86 binaries in source
+packages removed - thanks to Torsten for spotting that (Closes: #568701).
+
+ -- Steffen Moeller moel...@debian.org  Mon, 08 Feb 2010 16:00:12 +0100
+
+libisfreetype-java (5.2.20091102-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Steffen Moeller moel...@debian.org  Sun, 07 Feb 2010 01:07:29 +0100


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

2011-09-27 Thread Torsten Werner
Author: twerner
Date: 2011-09-27 18:04:53 + (Tue, 27 Sep 2011)
New Revision: 15070

Modified:
   trunk/libquartz-java/debian/changelog
   trunk/libquartz-java/debian/control
   trunk/libquartz-java/debian/copyright
   trunk/libquartz-java/debian/watch
Log:
* Add missing Build-Depends: libcommons-validator-java. (Closes: #643503)
* Fix lintian warnings for debian/copyright.

Modified: trunk/libquartz-java/debian/changelog
===
--- trunk/libquartz-java/debian/changelog   2011-09-27 16:16:14 UTC (rev 
15069)
+++ trunk/libquartz-java/debian/changelog   2011-09-27 18:04:53 UTC (rev 
15070)
@@ -1,3 +1,10 @@
+libquartz-java (1.7.3-2) unstable; urgency=low
+
+  * Add missing Build-Depends: libcommons-validator-java. (Closes: #643503)
+  * Fix lintian warnings for debian/copyright.
+
+ -- Torsten Werner twer...@debian.org  Tue, 27 Sep 2011 20:03:48 +0200
+
 libquartz-java (1.7.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libquartz-java/debian/control
===
--- trunk/libquartz-java/debian/control 2011-09-27 16:16:14 UTC (rev 15069)
+++ trunk/libquartz-java/debian/control 2011-09-27 18:04:53 UTC (rev 15070)
@@ -8,7 +8,7 @@
  libservlet2.5-java, junit, libasm3-java, default-jdk-doc, 
libcommons-logging-java-doc,  
  libservlet2.5-java-doc, libcommons-beanutils-java-doc, 
libcommons-dbcp-java-doc,  
  libcommons-pool-java-doc, liblog4j1.2-java-doc, libmaven-javadoc-plugin-java,
- libcommons-modeler-java, libcommons-dbcp-java
+ libcommons-modeler-java, libcommons-dbcp-java, libcommons-validator-java
 Standards-Version: 3.9.1
 Homepage: http://quartz-scheduler.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libquartz-java

Modified: trunk/libquartz-java/debian/copyright
===
--- trunk/libquartz-java/debian/copyright   2011-09-27 16:16:14 UTC (rev 
15069)
+++ trunk/libquartz-java/debian/copyright   2011-09-27 18:04:53 UTC (rev 
15070)
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Quartz Parent POM
-Maintainer:  James House jho...@terracotta.org as Primary Developer 
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Quartz Parent POM
+Upstream-Contact:  James House jho...@terracotta.org as Primary Developer 
  Jason Voegele jvoeg...@terracotta.org as Build Engineer, 
Release Engineer 
 Source: http://quartz-scheduler.org/
 

Modified: trunk/libquartz-java/debian/watch
===
--- trunk/libquartz-java/debian/watch   2011-09-27 16:16:14 UTC (rev 15069)
+++ trunk/libquartz-java/debian/watch   2011-09-27 18:04:53 UTC (rev 15070)
@@ -1,2 +1,2 @@
 version=3
-http://svn.terracotta.org/svn/quartz/tags quartz-([\d.]+)/? debian 
debian/orig-tar.sh
+http://svn.terracotta.org/svn/quartz/tags quartz-([\d.]+)/ debian 
debian/orig-tar.sh


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


[pkg-java] r15071 - in tags/libquartz-java: . 1.7.3-2/debian

2011-09-27 Thread Torsten Werner
Author: twerner
Date: 2011-09-27 18:11:27 + (Tue, 27 Sep 2011)
New Revision: 15071

Added:
   tags/libquartz-java/1.7.3-2/
   tags/libquartz-java/1.7.3-2/debian/changelog
   tags/libquartz-java/1.7.3-2/debian/control
   tags/libquartz-java/1.7.3-2/debian/copyright
   tags/libquartz-java/1.7.3-2/debian/watch
Removed:
   tags/libquartz-java/1.7.3-2/debian/changelog
   tags/libquartz-java/1.7.3-2/debian/control
   tags/libquartz-java/1.7.3-2/debian/copyright
   tags/libquartz-java/1.7.3-2/debian/watch
Log:
[svn-buildpackage] Tagging libquartz-java 1.7.3-2

Deleted: tags/libquartz-java/1.7.3-2/debian/changelog
===
--- trunk/libquartz-java/debian/changelog   2011-09-27 16:16:14 UTC (rev 
15069)
+++ tags/libquartz-java/1.7.3-2/debian/changelog2011-09-27 18:11:27 UTC 
(rev 15071)
@@ -1,78 +0,0 @@
-libquartz-java (1.7.3-1) unstable; urgency=low
-
-  * New upstream release.
-- Do not build modules quartz-jboss and examples.
-  * 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.
-  * Switch to source format 3.0.
-  * Remove Java runtime from Depends.
-  * Add a *-doc package.
-
- -- Torsten Werner twer...@debian.org  Wed, 17 Aug 2011 13:57:53 +0200
-
-libquartz-java (1.6.6-1) unstable; urgency=low
-
-  * New upstream release.
-  * Removed ${shlibs:Depends} from Depends.
-
- -- Michael Koch konque...@gmx.de  Wed, 04 Nov 2009 17:01:27 +0100
-
-libquartz-java (1.6.5-1) unstable; urgency=low
-
-  * New upstream release.
-  * Build-Depends on default-jdk.
-  * Build-Depends on debhelper (= 7).
-  * Moved package to section 'java'.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Fri, 02 Oct 2009 22:47:16 +0200
-
-libquartz-java (1.6.4-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Torsten Werner twer...@debian.org  Fri, 05 Dec 2008 00:16:49 +0100
-
-libquartz-java (1.6.2+dak1-2) unstable; urgency=low
-
-  * Fix symlink version, thanks to Damien Raude-Morvan (Closes: #507323)
-
- -- Varun Hiremath va...@debian.org  Mon, 01 Dec 2008 02:30:16 -0500
-
-libquartz-java (1.6.2+dak1-1) unstable; urgency=low
-
-  * Move package to main.
-
- -- Torsten Werner twer...@debian.org  Tue, 18 Nov 2008 21:49:17 +0100
-
-libquartz-java (1.6.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump up Standards-Version: 3.8.0 (no changes).
-  * Do not quote the full text of the Apache license any more.
-
- -- Torsten Werner twer...@debian.org  Sat, 08 Nov 2008 23:23:30 +0100
-
-libquartz-java (1.6.1~RC1-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump Standards-Version to 3.7.3
-  * debian/rules: fix jar symlink version
-
- -- Varun Hiremath va...@debian.org  Fri, 02 May 2008 12:46:57 +0530
-
-libquartz-java (1.6.0-2) unstable; urgency=low
-
-  * Move package to contrib because of Build-Depends: glassfish-javaee.
-  * Use upstream provided build.xml.
-
- -- Torsten Werner twer...@debian.org  Fri, 30 Nov 2007 14:10:48 +0100
-
-libquartz-java (1.6.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #450612)
-
- -- Varun Hiremath varunhirem...@gmail.com  Tue, 24 Apr 2007 17:19:10 +0530

Copied: tags/libquartz-java/1.7.3-2/debian/changelog (from rev 15070, 
trunk/libquartz-java/debian/changelog)
===
--- tags/libquartz-java/1.7.3-2/debian/changelog
(rev 0)
+++ tags/libquartz-java/1.7.3-2/debian/changelog2011-09-27 18:11:27 UTC 
(rev 15071)
@@ -0,0 +1,85 @@
+libquartz-java (1.7.3-2) unstable; urgency=low
+
+  * Add missing Build-Depends: libcommons-validator-java. (Closes: #643503)
+  * Fix lintian warnings for debian/copyright.
+
+ -- Torsten Werner twer...@debian.org  Tue, 27 Sep 2011 20:03:48 +0200
+
+libquartz-java (1.7.3-1) unstable; urgency=low
+
+  * New upstream release.
+- Do not build modules quartz-jboss and examples.
+  * 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.
+  * Switch to source format 3.0.
+  * Remove Java runtime from Depends.
+  * Add a *-doc package.
+
+ -- Torsten Werner twer...@debian.org  Wed, 17 Aug 2011 13:57:53 +0200
+
+libquartz-java (1.6.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Removed ${shlibs:Depends} from Depends.
+
+ -- Michael Koch konque...@gmx.de  Wed, 04 Nov 2009 17:01:27 +0100
+
+libquartz-java (1.6.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Build-Depends on default-jdk.
+  * Build-Depends on debhelper (= 7).
+  * Moved package to section 'java'.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Fri, 02 Oct 2009 22:47:16 +0200
+
+libquartz-java

Bug#643563: [sikuli-ide] sikuli-ide fails to launch

2011-09-27 Thread Torsten Werner
Hi,

On Tue, Sep 27, 2011 at 5:07 PM, O. Emmerson
oe014b362...@blueyonder.co.uk wrote:
 Caused by: java.lang.ClassNotFoundException:
 org.objectweb.asm.commons.EmptyVisitor

asm3-commons.jar needs to be added to the runtime CLASSPATH (twice in
debian/patches/executable-wrappers.patch). I cannot fix the issue
because the package FTBFS. Part of the build log is:

CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
TIFF_LIBS
linked by target VDictProxy in directory
/tmp/buildd/sikuli-1.0~x~rc2-dfsg1/sikuli-script/src/main/native
linked by target VisionProxy in directory
/tmp/buildd/sikuli-1.0~x~rc2-dfsg1/sikuli-script/src/main/native

-- Configuring incomplete, errors occurred!


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#643563: [sikuli-ide] sikuli-ide fails to launch

2011-09-27 Thread Torsten Werner
tags 643563 + patch
thanks

I forgot to attach my proposed patch.

Torsten
From e06832b6a57289fde20de597638f61bff8fcf030 Mon Sep 17 00:00:00 2001
From: Torsten Werner Torsten Werner twer...@debian.org
Date: Tue, 27 Sep 2011 22:05:08 +0200
Subject: [PATCH] Add asm3-commons.jar to runtime CLASSPATH. (Closes: #643563)

---
 debian/changelog |8 ++--
 debian/patches/executable-wrappers.patch |4 ++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2db3c87..e90cd88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-sikuli (1.0~x~rc2-dfsg1-3) UNRELEASED; urgency=low
+sikuli (1.0~x~rc2-dfsg1-3) unstable; urgency=low
 
+  [ Gilles Filippini ]
   * debian/copyright, debian/README.source:
 + More accurate information about downloading the source
 
- -- Gilles Filippini p...@debian.org  Sat, 16 Apr 2011 15:49:25 +0200
+  [ Torsten Werner ]
+  * Add asm3-commons.jar to runtime CLASSPATH. (Closes: #643563)
+
+ -- Torsten Werner twer...@debian.org  Tue, 27 Sep 2011 22:04:05 +0200
 
 sikuli (1.0~x~rc2-dfsg1-2) unstable; urgency=low
 
diff --git a/debian/patches/executable-wrappers.patch b/debian/patches/executable-wrappers.patch
index 4a2f604..f03de24 100644
--- a/debian/patches/executable-wrappers.patch
+++ b/debian/patches/executable-wrappers.patch
@@ -15,7 +15,7 @@ Index: sikuli/sikuli-ide/target/linux/Sikuli-IDE/sikuli-ide.sh
  #!/bin/sh
 -DIR=`dirname $0`
 -LC_NUMERIC=C java -Dsikuli.console=true -Dsikuli.debug=0 -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -jar $DIR/sikuli-ide.jar $*
-+LC_NUMERIC=C exec /usr/bin/java -cp /usr/share/java/jna.jar:/usr/share/java/jna-posix.jar:/usr/share/java/asm3.jar:/usr/share/java/antlr3-runtime.jar:/usr/share/java/libconstantine-java.jar:/usr/share/java/jython.jar:/usr/share/java/commons-cli.jar:/usr/share/java/JXGrabKey.jar:/usr/share/java/json_simple.jar:/usr/share/java/swing-layout.jar:/usr/share/java/swingx-core.jar:/usr/share/java/forms.jar:/usr/share/java/mac_widgets.jar:/usr/share/java/junit.jar:/usr/share/sikuli/sikuli-ide.jar:/usr/share/java/sikuli-script.jar -Dsikuli.console=true -Dsikuli.debug=0 -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Djava.library.path=/usr/lib/jni -Dpython.home=/usr/share/jython -Dpython.path=/usr/lib/site-python:/usr/share/sikuli/Lib -Dpython.cachedir=$HOME/.jython-cache org.sikuli.ide.SikuliIDE $@
++LC_NUMERIC=C exec /usr/bin/java -cp /usr/share/java/jna.jar:/usr/share/java/jna-posix.jar:/usr/share/java/asm3.jar:/usr/share/java/asm3-commons.jar:/usr/share/java/antlr3-runtime.jar:/usr/share/java/libconstantine-java.jar:/usr/share/java/jython.jar:/usr/share/java/commons-cli.jar:/usr/share/java/JXGrabKey.jar:/usr/share/java/json_simple.jar:/usr/share/java/swing-layout.jar:/usr/share/java/swingx-core.jar:/usr/share/java/forms.jar:/usr/share/java/mac_widgets.jar:/usr/share/java/junit.jar:/usr/share/sikuli/sikuli-ide.jar:/usr/share/java/sikuli-script.jar -Dsikuli.console=true -Dsikuli.debug=0 -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Djava.library.path=/usr/lib/jni -Dpython.home=/usr/share/jython -Dpython.path=/usr/lib/site-python:/usr/share/sikuli/Lib -Dpython.cachedir=$HOME/.jython-cache org.sikuli.ide.SikuliIDE $@
 Index: sikuli/sikuli-script/target/sikuli-script.sh
 ===
 --- sikuli.orig/sikuli-script/target/sikuli-script.sh	2011-03-28 11:43:34.0 +0200
@@ -23,4 +23,4 @@ Index: sikuli/sikuli-script/target/sikuli-script.sh
 @@ -1,2 +1,2 @@
  #!/bin/sh
 -java -jar sikuli-script.jar $@
-+exec /usr/bin/java -cp /usr/share/java/jna.jar:/usr/share/java/jna-posix.jar:/usr/share/java/asm3.jar:/usr/share/java/antlr3-runtime.jar:/usr/share/java/libconstantine-java.jar:/usr/share/java/jython.jar:/usr/share/java/sikuli-script.jar -Dfile.encoding=UTF-8 -Djava.library.path=/usr/lib/jni -Dpython.home=/usr/share/jython -Dpython.path=/usr/lib/site-python:/usr/share/sikuli/Lib -Dpython.cachedir=$HOME/.jython-cache org.sikuli.script.SikuliScript $@
++exec /usr/bin/java -cp /usr/share/java/jna.jar:/usr/share/java/jna-posix.jar:/usr/share/java/asm3.jar:/usr/share/java/asm3-commons.jar:/usr/share/java/antlr3-runtime.jar:/usr/share/java/libconstantine-java.jar:/usr/share/java/jython.jar:/usr/share/java/sikuli-script.jar -Dfile.encoding=UTF-8 -Djava.library.path=/usr/lib/jni -Dpython.home=/usr/share/jython -Dpython.path=/usr/lib/site-python:/usr/share/sikuli/Lib -Dpython.cachedir=$HOME/.jython-cache org.sikuli.script.SikuliScript $@
-- 
1.7.2.5

__
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] r15082 - in tags/antlr3: . 3.2-6/debian

2011-09-27 Thread Torsten Werner
Author: twerner
Date: 2011-09-27 21:07:03 + (Tue, 27 Sep 2011)
New Revision: 15082

Added:
   tags/antlr3/3.2-6/
   tags/antlr3/3.2-6/debian/changelog
   tags/antlr3/3.2-6/debian/control
   tags/antlr3/3.2-6/debian/rules
Removed:
   tags/antlr3/3.2-6/debian/changelog
   tags/antlr3/3.2-6/debian/control
   tags/antlr3/3.2-6/debian/rules
Log:
[svn-buildpackage] Tagging antlr3 3.2-6

Deleted: tags/antlr3/3.2-6/debian/changelog
===
--- trunk/antlr3/debian/changelog   2011-09-27 20:39:46 UTC (rev 15079)
+++ tags/antlr3/3.2-6/debian/changelog  2011-09-27 21:07:03 UTC (rev 15082)
@@ -1,122 +0,0 @@
-antlr3 (3.2-5) unstable; urgency=low
-
-  * Team upload.
-  * d/rules: Set DEB_MAVEN_BUILD_TARGET := package install
-so that JAR will be installed in temporary maven repository.
-This should please javadoc:jar plugin. (Closes: #606294)
-(ie. it won't try to download antlr-gunit module from network).
-  * d/control: Build-Depends on libmaven-install-plugin-java to get
-install lifecycle working.
-
- -- Damien Raude-Morvan draz...@debian.org  Sat, 08 Jan 2011 01:55:34 +0100
-
-antlr3 (3.2-4) unstable; urgency=low
-
-  [ Ludovic Claude ]
-  * Rebuild with a newer version of maven-debian-helper (Closes: #587499)
-  * maven.rules: transform antlr 3 versions to '3.x' instead of 'debian'
-  * Split packaging of gUnit jar into new libantlr3-gunit-java package
-and gUnit Maven plugin into new antlr3-gunit-maven-plugin package,
-split Maven plugin for Antlr into new antlr3-maven-plugin package
-(Closes: #588005) 
-  * Update dependencies of antlr3, remove the dependencies coming from
-those 3 new packages.
-
-  [ Niels Thykier ]
-  * Fixed a typo in the control so antlr3 now properly suggests
-antlr3-gcj.
-  * Reduced the alternative JREs to headless versions.
-  * Bumped Standards-Versions to 3.9.0 - no changes required.
-  * Replaced B-D on default-jdk-builddep with gcj-native-helper
-and default-jdk.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 21 Jul 2010 23:22:09 
+0200
-
-antlr3 (3.2-3) unstable; urgency=low
-
-  * Clean up build dependencies. (Closes: #587401)
-
- -- Torsten Werner twer...@debian.org  Mon, 28 Jun 2010 20:49:51 +0200
-
-antlr3 (3.2-2) unstable; urgency=low
-
-  [ Ludovic Claude ]
-  * New upstream (Closes: #579504)
-  * debian/watch fixes in previous version (Closes: #570684)
-  * Add missing antlr3-runtime.jar library to antlr3 wrapper script
-(Closes #587212)
-  * Also don't export the CLASSPATH variable, there's no need to affect
-the whole environement when launching this program
-  * Add man page for antlr3 script
-
-  [ Torsten Werner ]
-  * Call dh_nativejava to fill the antlr3-gcj package again. (Closes: #587306)
-  * Reformat a changelog entry for the last version.
-
- -- Torsten Werner twer...@debian.org  Sun, 27 Jun 2010 21:01:36 +0200
-
-antlr3 (3.2-1) unstable; urgency=low
-
-  [ Ludovic Claude ]
-  * Upstream build now uses Maven
-  * debian/control: 
-  - Updated Standards-Version to 3.8.4.
-  - Build-Depends-Indep: add dependencies for Maven build: 
-libantlr-maven-plugin-java, maven-debian-helper,
-libmaven-site-plugin-java, libstringtemplate-java,
-libmaven-javadoc-plugin-java
-  - Build-Depends-Indep: add dependencies to build the Javadoc:
-default-jdk-doc, libmaven-javadoc-plugin-java
-  - antlr3 Depends: remove java1-runtime, add java5-runtime
-  - downgrade antlr3-gcj from Recommands: to Suggests:
-  - create an antlr3-doc package that contains the documentation
-  [TODO] create an antlr3-gunit package and modify maven-debian-helper to
-  deploy the gunit jars to this package
-  * debian/rules: remove include simple-patchsys.mk, replaced by
-source format 3.0 (quilt)
-  * Add orig-tar to clean up upstream sources
-  * Switch to source format 3.0 (quilt)
-  
-  [ Michael Koch ]
-  * New upstream version (Closes: #511470).
-  * debian/watch: Fixed by using site-local absolution download link.
-  * debian/control: Updated Standards-Version to 3.8.3.
-  * debian/control: Added Homepage field.
-
-  [ Torsten Werner ]
-  * Remove Build-Depends: quilt.
-
- -- Torsten Werner twer...@debian.org  Tue, 22 Jun 2010 14:53:06 +0200
-
-antlr3 (3.0.1+dfsg-4) unstable; urgency=low
-
-  * Fix build failure for binary-arch only builds. Closes: #502660.
-  * Compile java files with -source 1.4.
-
- -- Matthias Klose d...@debian.org  Thu, 23 Oct 2008 01:32:35 +0200
-
-antlr3 (3.0.1+dfsg-3) unstable; urgency=low
-
-  * antlr3: Depend on default-jre-headless.
-  * Build an antlr3-gcj package.
-
- -- Matthias Klose d...@debian.org  Mon, 29 Sep 2008 23:18:19 +0200
-
-antlr3 (3.0.1+dfsg-2) unstable; urgency=low
-
-  * Add depends on libstringtemplate-java. Closes: #474719
-  * Add wrapper script for antlr. Closes: #474721
-
- -- Michael Koch konque...@gmx.de  Tue, 08 Apr 2008 20:35:27 +0200
-
-antlr3 (3.0.1+dfsg-1

[pkg-java] r15050 - trunk/libxmlrpc3-java/debian

2011-09-26 Thread Torsten Werner
Author: twerner
Date: 2011-09-26 19:12:12 + (Mon, 26 Sep 2011)
New Revision: 15050

Modified:
   trunk/libxmlrpc3-java/debian/changelog
   trunk/libxmlrpc3-java/debian/control
Log:
Update Standards-Version: 3.9.2.

Modified: trunk/libxmlrpc3-java/debian/changelog
===
--- trunk/libxmlrpc3-java/debian/changelog  2011-09-25 21:32:37 UTC (rev 
15049)
+++ trunk/libxmlrpc3-java/debian/changelog  2011-09-26 19:12:12 UTC (rev 
15050)
@@ -1,10 +1,14 @@
 libxmlrpc3-java (3.1.3-3) UNRELEASED; urgency=low
 
+  [ Damien Raude-Morvan ]
   * d/control: Drop Depends on any JRE as a Java library don't need to
 depends on a runtime (Java Policy)
 
- -- Damien Raude-Morvan draz...@debian.org  Thu, 28 Apr 2011 23:15:07 +0200
+  [ Torsten Werner ]
+  * Update Standards-Version: 3.9.2.
 
+ -- Torsten Werner twer...@debian.org  Mon, 26 Sep 2011 21:11:07 +0200
+
 libxmlrpc3-java (3.1.3-2) unstable; urgency=low
 
   * Let 'maintainers' start with uppercase M.

Modified: trunk/libxmlrpc3-java/debian/control
===
--- trunk/libxmlrpc3-java/debian/control2011-09-25 21:32:37 UTC (rev 
15049)
+++ trunk/libxmlrpc3-java/debian/control2011-09-26 19:12:12 UTC (rev 
15050)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant,
  libcommons-httpclient-java, libcommons-logging-java, libservlet2.5-java, 
junit,
  libws-commons-util-java, libjaxme-java, default-jdk-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://ws.apache.org/xmlrpc/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxmlrpc3-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxmlrpc3-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] r15051 - trunk/libxmlrpc3-java/debian

2011-09-26 Thread Torsten Werner
Author: twerner
Date: 2011-09-26 19:22:22 + (Mon, 26 Sep 2011)
New Revision: 15051

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

Modified: trunk/libxmlrpc3-java/debian/changelog
===
--- trunk/libxmlrpc3-java/debian/changelog  2011-09-26 19:12:12 UTC (rev 
15050)
+++ trunk/libxmlrpc3-java/debian/changelog  2011-09-26 19:22:22 UTC (rev 
15051)
@@ -1,4 +1,4 @@
-libxmlrpc3-java (3.1.3-3) UNRELEASED; urgency=low
+libxmlrpc3-java (3.1.3-3) unstable; urgency=low
 
   [ Damien Raude-Morvan ]
   * d/control: Drop Depends on any JRE as a Java library don't need to


___
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] r15052 - in tags/libxmlrpc3-java: . 3.1.3-3/debian

2011-09-26 Thread Torsten Werner
Author: twerner
Date: 2011-09-26 19:25:54 + (Mon, 26 Sep 2011)
New Revision: 15052

Added:
   tags/libxmlrpc3-java/3.1.3-3/
   tags/libxmlrpc3-java/3.1.3-3/debian/changelog
   tags/libxmlrpc3-java/3.1.3-3/debian/control
Removed:
   tags/libxmlrpc3-java/3.1.3-3/debian/changelog
   tags/libxmlrpc3-java/3.1.3-3/debian/control
Log:
[svn-buildpackage] Tagging libxmlrpc3-java 3.1.3-3

Deleted: tags/libxmlrpc3-java/3.1.3-3/debian/changelog
===
--- trunk/libxmlrpc3-java/debian/changelog  2011-09-25 21:32:37 UTC (rev 
15049)
+++ tags/libxmlrpc3-java/3.1.3-3/debian/changelog   2011-09-26 19:25:54 UTC 
(rev 15052)
@@ -1,84 +0,0 @@
-libxmlrpc3-java (3.1.3-3) UNRELEASED; urgency=low
-
-  * d/control: Drop Depends on any JRE as a Java library don't need to
-depends on a runtime (Java Policy)
-
- -- Damien Raude-Morvan draz...@debian.org  Thu, 28 Apr 2011 23:15:07 +0200
-
-libxmlrpc3-java (3.1.3-2) unstable; urgency=low
-
-  * Let 'maintainers' start with uppercase M.
-  * Remove Thomas from uploaders.
-  * Do no longer build the *-gcj packages. (Closes: #559967)
-  * Switch to source format 3.0.
-
- -- Torsten Werner twer...@debian.org  Sat, 10 Apr 2010 23:52:56 +0200
-
-libxmlrpc3-java (3.1.3-1) unstable; urgency=low
-
-  * New upstream release.
-  * Bump Standards-Version: to 3.8.4 (no changes needed)
-  * Javadoc:
-- Build-Depends on default-jdk-doc
-- Link generated Javadoc with it
-- libxmlrpc3-java-doc now Recommends default-jdk-doc
-
- -- Damien Raude-Morvan draz...@debian.org  Sat, 20 Feb 2010 22:52:07 +0100
-
-libxmlrpc3-java (3.1.2-1) unstable; urgency=low
-
-  * New upstream release.
-  * Build-Depends on debhelper (= 7).
-  * Update Standards-Version: 3.8.3
-- Add 'get-orig-source' target in debian/rules
-  * Add myself as Uploaders.
-  * Register API Javadoc with doc-base.
-  * Depends on libservlet-2.5-java instead of 2.4.
-  * Reword short description of *-gcj packages.
-
- -- Damien Raude-Morvan draz...@debian.org  Sat, 03 Oct 2009 13:18:39 +0200
-
-libxmlrpc3-java (3.1-3) unstable; urgency=low
-
-  * Add myself to Uploaders.
-  * Add missing Depends: ${misc:Depends}.
-  * Do no longer quote the full text of the Apache license.
-  * Change Section: java.
-  * Update Standards-Version: 3.8.2.
-
- -- Torsten Werner twer...@debian.org  Mon, 03 Aug 2009 22:20:42 +0200
-
-libxmlrpc3-java (3.1-2) unstable; urgency=low
-
-  * Build-depends on default-jdk-builddep, and set JAVA_HOME to
-/usr/lib/jvm/default-java. Closes: #477895.
-  * Remove unneeded gcj build-dependency.
-  * Add missing © in debian/copyright to fix lintian warning.
-  * Bump Standards-Version: to 3.7.3. No changes needed.
-
- -- Thomas Girard thomas.g.gir...@free.fr  Sun, 27 Apr 2008 20:12:28 +
-
-libxmlrpc3-java (3.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * Add Homepage:, Vcs-Svn: and Vcs-Browser: control fields.
-
- -- Thomas Girard thomas.g.gir...@free.fr  Wed, 24 Oct 2007 11:56:17 +
-
-libxmlrpc3-java (3.0-2) unstable; urgency=low
-
-  * Add missing dependencies.
-  * Ajust sections: all packages belong to the libs section except for
-libxmlrpc3-java-doc which is in doc.
-  * New packages:
-o libxmlrpc3-common-java-gcj
-o libxmlrpc3-client-java-gcj
-o libxmlrpc3-server-java-gcj
-
- -- Thomas Girard thomas.g.gir...@free.fr  Wed, 08 Aug 2007 15:32:41 +0200
-
-libxmlrpc3-java (3.0-1) unstable; urgency=low
-
-  * Initial release. Closes: #430136.
-
- -- Thomas Girard thomas.g.gir...@free.fr  Fri, 22 Jun 2007 17:27:08 +0200

Copied: tags/libxmlrpc3-java/3.1.3-3/debian/changelog (from rev 15051, 
trunk/libxmlrpc3-java/debian/changelog)
===
--- tags/libxmlrpc3-java/3.1.3-3/debian/changelog   
(rev 0)
+++ tags/libxmlrpc3-java/3.1.3-3/debian/changelog   2011-09-26 19:25:54 UTC 
(rev 15052)
@@ -0,0 +1,88 @@
+libxmlrpc3-java (3.1.3-3) unstable; urgency=low
+
+  [ Damien Raude-Morvan ]
+  * d/control: Drop Depends on any JRE as a Java library don't need to
+depends on a runtime (Java Policy)
+
+  [ Torsten Werner ]
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Mon, 26 Sep 2011 21:11:07 +0200
+
+libxmlrpc3-java (3.1.3-2) unstable; urgency=low
+
+  * Let 'maintainers' start with uppercase M.
+  * Remove Thomas from uploaders.
+  * Do no longer build the *-gcj packages. (Closes: #559967)
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sat, 10 Apr 2010 23:52:56 +0200
+
+libxmlrpc3-java (3.1.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version: to 3.8.4 (no changes needed)
+  * Javadoc:
+- Build-Depends on default-jdk-doc
+- Link generated Javadoc with it
+- libxmlrpc3-java-doc now Recommends default-jdk-doc
+
+ -- Damien Raude-Morvan draz...@debian.org  Sat, 20 Feb 2010 22:52:07 +0100
+
+libxmlrpc3-java (3.1.2-1

Bug#581487: java.lang.IllegalStateException: Failed to locate resource: XmlRpcClient.properties

2011-09-26 Thread Torsten Werner
Hi,

thank you for your bug report! I am sorry for my late reply. May you
come up with some patch to fix the issue? Or something similar, maybe
more detailed instructions? Any example property file?

Thanks!
Torsten

On Thu, May 13, 2010 at 8:20 AM, R B rjbbu...@gmail.com wrote:
 Package: libxmlrpc3-client-java
 Version: 3.1.3-2
 Severity: important
 Tags: squeeze upstream


 The version of libxmlrpc3-client-java which went into testing in April
 contains a change to allow the library version to be included in the
 client's user agent string, instead of hard-coding a more generic user agent
 string in the XmlRpcHttpTransport.java file.

 This change was implemented by adding an XmlRpcClient.properties file to the
 org/apache/xmlrpc/client directory which contains a property named
 user.agent
 whose value is the user agent string to use. The XmlRpcHttpTransport class
 was
 modified to look for this property file in that location and use the
 user.agent property contained therein as its USER_AGENT string.

 Presumably, the tool used to create the xmlrpc-client.jar file is supposed
 to
 first create or update the XmlRpcClient.properties file with the current
 version that is being built and include it in the jar, but the
 XmlRpcClient.properties file is missing in this release (and possibly from
 the
 upstream release, too), which results in a not-too-informative exception
 message.
 It is not possible to get a working client until an
 WEB-INF/classes/org/apache/xmlrpc/client/XmlRpcClient.properties file
 containing a user.agent property is added to the jar.

 It may not be a bad idea to add a fallback mechanism in the
 XmlRpcHttpTransport class in the event the XmlRpcClient.properties file is
 inadvertently forgotten in the future which will use a default hard coded
 user
 agent string if the attempt to load from the properties file fails for any
 reason, and maybe log some kind of warning.


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

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

 Versions of packages libxmlrpc3-client-java depends on:
 ii  libcommons-httpclient-java    3.1-9      A Java(TM) library for creating
 HT
 ii  libxmlrpc3-common-java        3.1.3-2    XML-RPC implementation in Java

 libxmlrpc3-client-java recommends no packages.

 libxmlrpc3-client-java suggests no packages.

 -- no debconf information




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




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


[pkg-java] r15053 - trunk/nekohtml/debian

2011-09-26 Thread Torsten Werner
Author: twerner
Date: 2011-09-26 19:42:17 + (Mon, 26 Sep 2011)
New Revision: 15053

Modified:
   trunk/nekohtml/debian/changelog
   trunk/nekohtml/debian/compat
   trunk/nekohtml/debian/control
Log:
* Team upload.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.2.

Modified: trunk/nekohtml/debian/changelog
===
--- trunk/nekohtml/debian/changelog 2011-09-26 19:25:54 UTC (rev 15052)
+++ trunk/nekohtml/debian/changelog 2011-09-26 19:42:17 UTC (rev 15053)
@@ -1,3 +1,11 @@
+nekohtml (1.9.14-2) unstable; urgency=low
+
+  * Team upload.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Mon, 26 Sep 2011 21:37:23 +0200
+
 nekohtml (1.9.14-1) unstable; urgency=low
 
   * Team Upload

Modified: trunk/nekohtml/debian/compat
===
--- trunk/nekohtml/debian/compat2011-09-26 19:25:54 UTC (rev 15052)
+++ trunk/nekohtml/debian/compat2011-09-26 19:42:17 UTC (rev 15053)
@@ -1 +1 @@
-5
+7

Modified: trunk/nekohtml/debian/control
===
--- trunk/nekohtml/debian/control   2011-09-26 19:25:54 UTC (rev 15052)
+++ trunk/nekohtml/debian/control   2011-09-26 19:42:17 UTC (rev 15053)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Marcus Better mar...@better.se, Michael Koch konque...@gmx.de
-Build-Depends: debhelper (= 6.0.0), cdbs, default-jdk
+Build-Depends: debhelper (= 7), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant, libxerces2-java (= 2.9.1), 
libjaxp1.3-java ( 1.3.04-3)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/nekohtml
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/nekohtml/
 Homepage: http://nekohtml.sourceforge.net/


___
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] r15054 - trunk/nekohtml/debian

2011-09-26 Thread Torsten Werner
Author: twerner
Date: 2011-09-26 19:50:21 + (Mon, 26 Sep 2011)
New Revision: 15054

Modified:
   trunk/nekohtml/debian/changelog
Log:
New upstream release

Modified: trunk/nekohtml/debian/changelog
===
--- trunk/nekohtml/debian/changelog 2011-09-26 19:42:17 UTC (rev 15053)
+++ trunk/nekohtml/debian/changelog 2011-09-26 19:50:21 UTC (rev 15054)
@@ -1,6 +1,7 @@
-nekohtml (1.9.14-2) unstable; urgency=low
+nekohtml (1.9.15-1) unstable; urgency=low
 
   * Team upload.
+  * New upstream release
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.2.
 


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


[pkg-java] r15055 - trunk/nekohtml/debian

2011-09-26 Thread Torsten Werner
Author: twerner
Date: 2011-09-26 20:07:58 + (Mon, 26 Sep 2011)
New Revision: 15055

Modified:
   trunk/nekohtml/debian/changelog
   trunk/nekohtml/debian/copyright
Log:
Update debian/copyright.

Modified: trunk/nekohtml/debian/changelog
===
--- trunk/nekohtml/debian/changelog 2011-09-26 19:50:21 UTC (rev 15054)
+++ trunk/nekohtml/debian/changelog 2011-09-26 20:07:58 UTC (rev 15055)
@@ -4,8 +4,9 @@
   * New upstream release
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.2.
+  * Update debian/copyright.
 
- -- Torsten Werner twer...@debian.org  Mon, 26 Sep 2011 21:37:23 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 26 Sep 2011 21:59:20 +0200
 
 nekohtml (1.9.14-1) unstable; urgency=low
 

Modified: trunk/nekohtml/debian/copyright
===
--- trunk/nekohtml/debian/copyright 2011-09-26 19:50:21 UTC (rev 15054)
+++ trunk/nekohtml/debian/copyright 2011-09-26 20:07:58 UTC (rev 15055)
@@ -1,64 +1,14 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: NekoHTML
-Maintainer: CyberNeko
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Neko HTML
 Source: http://nekohtml.sourceforge.net/
 
 Files: *
-Copyright: 2002-2008, Andy Clark
-License: other
-  The CyberNeko Software License, Version 1.0 (BSD-like)
-  .
-  (C) Copyright 2002-2005, Andy Clark.  All rights reserved.
-  .
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-  .
-  1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer. 
-  .
-  2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-  .
-  3. The end-user documentation included with the redistribution,
- if any, must include the following acknowledgment:  
- This product includes software developed by Andy Clark.
- Alternately, this acknowledgment may appear in the software itself,
- if and wherever such third-party acknowledgments normally appear.
-  .
-  4. The names CyberNeko and NekoHTML must not be used to endorse
- or promote products derived from this software without prior 
- written permission. For written permission, please contact 
- an...@cyberneko.net.
-  .
-  5. Products derived from this software may not be called CyberNeko,
- nor may CyberNeko appear in their name, without prior written
- permission of the author.
-  .
-  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
-  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-  DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS
-  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 
-  OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
-  OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
-  BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
-  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
-  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
-  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Files: src/org/cyberneko/html/ObjectFactory.java
-Copyright: 2001-2004 The Apache Software Foundation
+Copyright: 2002-2009 Andy Clark, Marc Guillemot
 License: Apache-2.0
 
-Files: src/org/cyberneko/html/SecuritySupport.java, 
src/org/cyberneko/html/SecuritySupport12.java
-Copyright: 2002-2004 The Apache Software Foundation
-License: Apache-2.0
-
 Files: debian/*
 Copyright: 2006, Marcus Better mar...@better.se
+   2011, Torsten Werner twer...@debian.org
 License: Apache-2.0
 
 License: Apache-2.0


___
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] r15056 - in tags/nekohtml: . 1.9.15-1/debian

2011-09-26 Thread Torsten Werner
Author: twerner
Date: 2011-09-26 20:10:27 + (Mon, 26 Sep 2011)
New Revision: 15056

Added:
   tags/nekohtml/1.9.15-1/
   tags/nekohtml/1.9.15-1/debian/changelog
   tags/nekohtml/1.9.15-1/debian/copyright
Removed:
   tags/nekohtml/1.9.15-1/debian/changelog
   tags/nekohtml/1.9.15-1/debian/copyright
Log:
[svn-buildpackage] Tagging nekohtml 1.9.15-1

Deleted: tags/nekohtml/1.9.15-1/debian/changelog
===
--- trunk/nekohtml/debian/changelog 2011-09-26 19:50:21 UTC (rev 15054)
+++ tags/nekohtml/1.9.15-1/debian/changelog 2011-09-26 20:10:27 UTC (rev 
15056)
@@ -1,68 +0,0 @@
-nekohtml (1.9.15-1) unstable; urgency=low
-
-  * Team upload.
-  * New upstream release
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.2.
-
- -- Torsten Werner twer...@debian.org  Mon, 26 Sep 2011 21:37:23 +0200
-
-nekohtml (1.9.14-1) unstable; urgency=low
-
-  * Team Upload
-  * New upstream release
-  * Let 'maintainers' start with uppercase M.
-  * Update Standards-Version: 3.8.4.
-  * Switch to source format 3.0.
-
- -- Torsten Werner twer...@debian.org  Sun, 11 Apr 2010 00:34:41 +0200
-
-nekohtml (1.9.13-1) unstable; urgency=low
-
-  * New upstream release.
-  * Added debian/README.source.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Fri, 02 Oct 2009 22:45:29 +0200
-
-nekohtml (1.9.12-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 23:10:54 +0200
-
-nekohtml (1.9.12-1) experimental; urgency=low
-
-  * New upstream version
-  * Remove the runtimes from Depends: as it's a library
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * Add Homepage and Vcs-* properties
-  * Split the package into a pure binary and a documentation package,
-put the main docs in the binary package, and the api docs in the
-doc package
-  * Update the copyright to follow the new proposal format, and remove 
-full text of Apache license to remove Lintian warnings
-  * 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
-  * Change Build-Depends from libxalan-java to libjaxp3-java and 
-add libjaxp3-java as it contains the xml-apis.jar needed for the build
-and runtime on Java  6.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 29 Apr 2009 19:33:43 
+0100
-
-nekohtml (0.9.5+dfsg-1.1) unstable; urgency=medium
-
-  * Non-maintainer upload.
-  * Add stubs for two missing XMLLocator methods; fixes FTBFS.
-(Closes: #397697)
-
- -- Steinar H. Gunderson se...@debian.org  Thu, 16 Nov 2006 00:02:27 +0100
-
-nekohtml (0.9.5+dfsg-1) unstable; urgency=low
-
-  * Initial release. (Closes: #382995)
-
- -- Marcus Better mar...@better.se  Fri, 29 Sep 2006 11:37:54 +0200

Copied: tags/nekohtml/1.9.15-1/debian/changelog (from rev 15055, 
trunk/nekohtml/debian/changelog)
===
--- tags/nekohtml/1.9.15-1/debian/changelog (rev 0)
+++ tags/nekohtml/1.9.15-1/debian/changelog 2011-09-26 20:10:27 UTC (rev 
15056)
@@ -0,0 +1,69 @@
+nekohtml (1.9.15-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.2.
+  * Update debian/copyright.
+
+ -- Torsten Werner twer...@debian.org  Mon, 26 Sep 2011 21:59:20 +0200
+
+nekohtml (1.9.14-1) unstable; urgency=low
+
+  * Team Upload
+  * New upstream release
+  * Let 'maintainers' start with uppercase M.
+  * Update Standards-Version: 3.8.4.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 11 Apr 2010 00:34:41 +0200
+
+nekohtml (1.9.13-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added debian/README.source.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Fri, 02 Oct 2009 22:45:29 +0200
+
+nekohtml (1.9.12-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 23:10:54 +0200
+
+nekohtml (1.9.12-1) experimental; urgency=low
+
+  * New upstream version
+  * Remove the runtimes from Depends: as it's a library
+  * Change section to java, bump up Standards-Version to 3.8.1
+  * Add Homepage and Vcs-* properties
+  * Split the package into a pure binary and a documentation package,
+put the main docs in the binary package, and the api docs in the
+doc package
+  * Update the copyright to follow the new proposal format, and remove 
+full text of Apache license to remove Lintian warnings
+  * 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
+  * Change

Bug#643276: maven-debian-helper: mh_make fails for JBoss common-logging-spi

2011-09-26 Thread Torsten Werner
Package: maven-debian-helper
Version: 1.4.5
Severity: important

Hi,

mh_make fails when trying to package JBoss common-logging-spi. The error message
is:
  SEVERE: Error while resolving ./pom.xml: Dangling meta character '+' near 
index 0
  +)\.(.*)/\$1\.\$2\.x/
I am attaching a full log.

Cheers,
Torsten

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk   1:1.6-40   Standard Java or Java compatible D
ii  libmaven-clean-plugin-java2.3-3  Maven clean plugin
ii  libmaven-compiler-plugin-java 2.0.2-4Maven compiler plugin
ii  libmaven-jar-plugin-java  2.2-4  Maven Jar plugin
ii  libmaven-resources-plugin-jav 2.3-5  Maven resources plugin
ii  libmaven-site-plugin-java 2.1-1  Maven Site Plugin for generating a
ii  libplexus-velocity-java   1.1.7-3Plexus component interface to velo
ii  libsurefire-java  2.4.3-3Surefire test framework for Java
ii  maven-repo-helper 1.5.2  Helper tools for including Maven m
ii  maven22.2.1-7Java software project management a
ii  velocity  1.6.4-1Java-based template engine for web

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file2.4.0search for files within Debian pac
ii  devscripts  2.11.1   scripts to make the life of a Debi
ii  libmaven-javadoc-plugin-jav 2.6.1-1  Maven Javadoc Plugin
ii  subversion  1.6.12dfsg-6 Advanced version control system

-- no debconf information
$ mh_make 
-shttp://anonsvn.jboss.org/repos/common/common-logging-spi/tags/2.1.0.GA/
Environment variable DEBLICENSE not set, using GPL-3+ by default

Enter the name of the new Debian source package. If empty, it will defaults to 
jboss-common-logging-spi

Enter the name of the binary package. If empty, it will defaults to 
libjboss-common-logging-spi-java


Run tests while building the package?
[y]/n  

Generate the Javadoc while building the package?
[y]/n  

Checking that apt-file is installed and has been configured...
[ok]

Checking that licensecheck is installed...
[ok]

Downloading the upstream sources...
Ajboss-common-logging-spi
Ajboss-common-logging-spi/.classpath
Ajboss-common-logging-spi/.project
Ajboss-common-logging-spi/src
Ajboss-common-logging-spi/src/main
Ajboss-common-logging-spi/src/main/java
Ajboss-common-logging-spi/src/main/java/org
Ajboss-common-logging-spi/src/main/java/org/jboss
Ajboss-common-logging-spi/src/main/java/org/jboss/logging
Ajboss-common-logging-spi/src/main/java/org/jboss/logging/Logger.java
Ajboss-common-logging-spi/src/main/java/org/jboss/logging/NDCProvider.java
Ajboss-common-logging-spi/src/main/java/org/jboss/logging/MDCSupport.java
Ajboss-common-logging-spi/src/main/java/org/jboss/logging/NDCSupport.java
Ajboss-common-logging-spi/src/main/java/org/jboss/logging/MDC.java
Ajboss-common-logging-spi/src/main/java/org/jboss/logging/DynamicLogger.java
Ajboss-common-logging-spi/src/main/java/org/jboss/logging/NDC.java
A
jboss-common-logging-spi/src/main/java/org/jboss/logging/NullLoggerPlugin.java
A
jboss-common-logging-spi/src/main/java/org/jboss/logging/NullMDCProvider.java
A
jboss-common-logging-spi/src/main/java/org/jboss/logging/NullNDCProvider.java
Ajboss-common-logging-spi/src/main/java/org/jboss/logging/LoggerPlugin.java
Ajboss-common-logging-spi/src/main/java/org/jboss/logging/MDCProvider.java
Ajboss-common-logging-spi/src/etc
Ajboss-common-logging-spi/src/etc/default.mf
Ajboss-common-logging-spi/projectSet.psf
Ajboss-common-logging-spi/pom.xml
Ajboss-common-logging-spi/.settings
Ajboss-common-logging-spi/.settings/org.eclipse.jdt.core.prefs
Exported revision 4901.

Solving dependencies for package libjboss-common-logging-spi-java (tests are 
included) (documentation is included)
Resolving org.jboss:jboss-parent:pom:3 of scope runtime...
Sep 26, 2011 11:08:33 PM org.debian.maven.packager.DependenciesSolver 
resolveDependencies
SEVERE: Error while resolving ./pom.xml: Dangling meta character '+' near index 0
+)\.(.*)/\$1\.\$2\.x/
__
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#642795: java.lang.ClassNotFoundException: org/objectweb/asm/commons/Method

2011-09-25 Thread Torsten Werner
Hi,

On Sun, Sep 25, 2011 at 4:34 AM, Daigo Moriwaki da...@debian.org wrote:
 After upgrading openjdk to the new one in Sid, Leiningen does not work.

that is probably not the cause.

 Caused by: java.lang.ClassNotFoundException: org/objectweb/asm/commons/Method

I have fixed the asm3 package recently. Sorry for that, because it
triggers some packaging bugs. The asm3.jar has been a symlink to
asm3-full.jar in the past but it is now the real core library. Some
packages relied on getting the full library by referring to the core
library only. I suspect the current bug is in clojure. I'll look at
it.

Cheers,
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#642795: java.lang.ClassNotFoundException: org/objectweb/asm/commons/Method

2011-09-25 Thread Torsten Werner
On Sun, Sep 25, 2011 at 9:31 AM, Torsten Werner twer...@debian.org wrote:
 asm3-full.jar

sorry, please s/asm3-full/asm3-all/



__
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#642795: java.lang.ClassNotFoundException: org/objectweb/asm/commons/Method

2011-09-25 Thread Torsten Werner
Okay, the bug is in /usr/bin/lein. The line 66 must be changed from

CLOJURE_JAR=/usr/share/java/clojure-1.2.jar:/usr/share/java/asm3.jar

to

CLOJURE_JAR=/usr/share/java/clojure-1.2.jar:/usr/share/java/asm3-all.jar

I am not able to commit the change into the git repo because I do not
understand the vcs layout. It looks like that I have to rebase the
patch-queue branch but pushing a rebased branch is a bad idea. Please
explain the workflow of modifying the source code in README.source.
BTW, I prefer the git-buildpackage layout.

Cheers,
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] r15033 - in trunk/libgnuinet-java/debian: . patches source

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 16:48:39 + (Sun, 25 Sep 2011)
New Revision: 15033

Added:
   trunk/libgnuinet-java/debian/patches/0001-make-logger-static-again.patch
   trunk/libgnuinet-java/debian/patches/series
   trunk/libgnuinet-java/debian/source/
   trunk/libgnuinet-java/debian/source/format
Modified:
   trunk/libgnuinet-java/debian/changelog
   trunk/libgnuinet-java/debian/compat
   trunk/libgnuinet-java/debian/control
Log:
* Team upload.
* Switch to source format 3.0.
* Add a patch to revert some changes in upstream version 1.1.2 that breaks
  other packages. (Closes: #641130)
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.2.

Modified: trunk/libgnuinet-java/debian/changelog
===
--- trunk/libgnuinet-java/debian/changelog  2011-09-24 23:55:29 UTC (rev 
15032)
+++ trunk/libgnuinet-java/debian/changelog  2011-09-25 16:48:39 UTC (rev 
15033)
@@ -1,3 +1,14 @@
+libgnuinet-java (1.1.2-2) unstable; urgency=low
+
+  * Team upload.
+  * Switch to source format 3.0.
+  * Add a patch to revert some changes in upstream version 1.1.2 that breaks
+other packages. (Closes: #641130)
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 18:45:30 +0200
+
 libgnuinet-java (1.1.2-1) unstable; urgency=low
 
   * Team upload

Modified: trunk/libgnuinet-java/debian/compat
===
--- trunk/libgnuinet-java/debian/compat 2011-09-24 23:55:29 UTC (rev 15032)
+++ trunk/libgnuinet-java/debian/compat 2011-09-25 16:48:39 UTC (rev 15033)
@@ -1 +1 @@
-5
+7

Modified: trunk/libgnuinet-java/debian/control
===
--- trunk/libgnuinet-java/debian/control2011-09-24 23:55:29 UTC (rev 
15032)
+++ trunk/libgnuinet-java/debian/control2011-09-25 16:48:39 UTC (rev 
15033)
@@ -4,8 +4,8 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de
 Build-Depends-Indep: default-jdk, ant
-Build-Depends: debhelper (= 5), cdbs (= 0.4.8)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (= 7), cdbs (= 0.4.8)
+Standards-Version: 3.9.2
 Homepage: http://savannah.gnu.org/projects/classpath
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgnuinet-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgnuinet-java

Added: trunk/libgnuinet-java/debian/patches/0001-make-logger-static-again.patch
===
--- trunk/libgnuinet-java/debian/patches/0001-make-logger-static-again.patch
(rev 0)
+++ trunk/libgnuinet-java/debian/patches/0001-make-logger-static-again.patch
2011-09-25 16:48:39 UTC (rev 15033)
@@ -0,0 +1,65 @@
+From: Torsten Werner twer...@debian.org
+Date: Sun, 25 Sep 2011 18:36:30 +0200
+Subject: make logger static again
+
+Revert some changes in upstream version 1.1.2 that breaks other packages.
+---
+ source/gnu/inet/imap/IMAPConnection.java |2 +-
+ source/gnu/inet/nntp/NNTPConnection.java |2 +-
+ source/gnu/inet/pop3/POP3Connection.java |2 +-
+ source/gnu/inet/smtp/SMTPConnection.java |2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/source/gnu/inet/imap/IMAPConnection.java 
b/source/gnu/inet/imap/IMAPConnection.java
+index 039644a..42745db 100644
+--- a/source/gnu/inet/imap/IMAPConnection.java
 b/source/gnu/inet/imap/IMAPConnection.java
+@@ -120,7 +120,7 @@ public class IMAPConnection
+   /**
+* The logger used for IMAP protocol traces.
+*/
+-  public final Logger logger = Logger.getLogger(gnu.inet.imap);
++  public static final Logger logger = Logger.getLogger(gnu.inet.imap);
+ 
+   /**
+* The socket used for communication with the server.
+diff --git a/source/gnu/inet/nntp/NNTPConnection.java 
b/source/gnu/inet/nntp/NNTPConnection.java
+index 26898d6..172a5cf 100644
+--- a/source/gnu/inet/nntp/NNTPConnection.java
 b/source/gnu/inet/nntp/NNTPConnection.java
+@@ -105,7 +105,7 @@ public class NNTPConnection
+   /**
+* The logger used for NNTP protocol traces.
+*/
+-  public final Logger logger = Logger.getLogger(gnu.inet.nntp);
++  public static final Logger logger = Logger.getLogger(gnu.inet.nntp);
+ 
+   /**
+* The hostname of the host we are connected to.
+diff --git a/source/gnu/inet/pop3/POP3Connection.java 
b/source/gnu/inet/pop3/POP3Connection.java
+index 3bdaa48..859083c 100644
+--- a/source/gnu/inet/pop3/POP3Connection.java
 b/source/gnu/inet/pop3/POP3Connection.java
+@@ -136,7 +136,7 @@ public class POP3Connection
+   /**
+* The logger used for POP3 protocol traces.
+*/
+-  public final Logger logger = Logger.getLogger(gnu.inet.pop3);
++  public static final Logger logger = Logger.getLogger(gnu.inet.pop3);
+ 
+   /**
+* The socket used to communicate with the server.
+diff

[pkg-java] r15034 - in tags/libgnuinet-java: . 1.1.2-2/debian 1.1.2-2/debian/patches

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 16:51:05 + (Sun, 25 Sep 2011)
New Revision: 15034

Added:
   tags/libgnuinet-java/1.1.2-2/
   tags/libgnuinet-java/1.1.2-2/debian/changelog
   tags/libgnuinet-java/1.1.2-2/debian/compat
   tags/libgnuinet-java/1.1.2-2/debian/control
   
tags/libgnuinet-java/1.1.2-2/debian/patches/0001-make-logger-static-again.patch
   tags/libgnuinet-java/1.1.2-2/debian/patches/series
   tags/libgnuinet-java/1.1.2-2/debian/source/
Removed:
   tags/libgnuinet-java/1.1.2-2/debian/changelog
   tags/libgnuinet-java/1.1.2-2/debian/compat
   tags/libgnuinet-java/1.1.2-2/debian/control
Log:
[svn-buildpackage] Tagging libgnuinet-java 1.1.2-2

Deleted: tags/libgnuinet-java/1.1.2-2/debian/changelog
===
--- trunk/libgnuinet-java/debian/changelog  2011-09-24 23:55:29 UTC (rev 
15032)
+++ tags/libgnuinet-java/1.1.2-2/debian/changelog   2011-09-25 16:51:05 UTC 
(rev 15034)
@@ -1,123 +0,0 @@
-libgnuinet-java (1.1.2-1) unstable; urgency=low
-
-  * Team upload
-
-  [ Niels Thykier ]
-  * Added Vcs-* fields.
-
-  [ Torsten Werner ]
-  * New upstream release. Add the old (but patched) build.xml to debian/
-because it is missing in the new upstream tarball.
-  * Remove Arnaud from Uploaders list.
-  * Remove Java runtime from Depends.
-
- -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 14:00:39 +0200
-
-libgnuinet-java (1.1.1-4) unstable; urgency=low
-
-  [ Matthias Klose ]
-  * (Build-)depend on default-jre/-jdk.
-  * Set java source version to 1.4.
-
-  [ Onkar Shinde ]
-  * Other misc fixes.
-
- -- Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org  
Thu, 19 Nov 2009 20:13:15 +0530
-
-libgnuinet-java (1.1.1-3) unstable; urgency=low
-
-  * Move to unstable.
-
- -- Michael Koch konque...@gmx.de  Sun, 10 Jun 2007 14:34:33 -0100
-
-libgnuinet-java (1.1.1-2) experimental; urgency=low
-
-  * Upload to experimental.
-  * Moved cdbs and debhelper from Build-Depends-Indep to Build-Depends.
-  * Removed Build-Depends on libgnucrypto-java and libjessie-java.
-  * Build-Depends-Indep on java-gcj-compat-dev instead of kaffe and jikes
-  * Removed Depends on libgnucrypto-java, libjessie-java, j2re1.4 and j2re1.5.
-  * Replaces Depends on gij, kaffe and sable with java-gcj-compat.
-  * Removed debian/ant.properties.
-  * Builde with gcj in debian/rules.
-  * Added myself to Uploaders and remove Wolfgang Baer.
-  * Updated Standard-Version to 3.7.2.
-
- -- Michael Koch konque...@gmx.de  Thu,  8 Feb 2007 17:24:08 +0100
-
-libgnuinet-java (1.1.1-1) unstable; urgency=low
-
-  * New upstream release
-  * Removed section about library in contrib from README.Debian
-  * libant1.6-java to ant transition
-  * Corrected current download location in debian/copyright
-  * Relaxed dependency on libjessie-java for JDK  1.4 (closes: #327223)
-  * Removed constructor patch - not needed with new gnumail upstream
-  * Removed debian/install file and install in debian/rules as
-versioned jar with non-version symlink to comply with java-policy
-  * Updated FSF adress
-  * Registered API doc with doc-base
-  * Standards-Version 3.6.2 (no changes)
-  * Added myself as uploader
-
-  * Upload sponsored by Petter Reinholdtsen
-
- -- Wolfgang Baer wb...@gmx.de  Sat, 10 Sep 2005 16:35:34 +0200
-
-libgnuinet-java (1.1-3) unstable; urgency=low
-
-  * built with kaffe
-  * generate the javadoc
-
- -- Arnaud Vandyck av...@debian.org  Thu,  3 Mar 2005 00:05:44 +0100
-
-libgnuinet-java (1.1-2) unstable; urgency=low
-
-  * NNTPConnection patch for compatibility with inet-1.0 (closes:
-#276139).
-
- -- Arnaud Vandyck av...@debian.org  Tue, 12 Oct 2004 16:12:29 +0200
-
-libgnuinet-java (1.1-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/watch: added
-
- -- Arnaud Vandyck av...@debian.org  Mon, 11 Oct 2004 11:57:19 +0200
-
-libgnuinet-java (1.0-1) unstable; urgency=low
-
-  * New upstream release (closes: #254447).
-  * now build with sablevm and libant1.6-java.
-  * no more patch needed
-
- -- Arnaud Vandyck av...@debian.org  Tue, 13 Jul 2004 23:10:20 +0200
-
-libgnuinet-java (0.0.cvs20031116-4) unstable; urgency=low
-
-  * added gij and sablevm as alternative Java Virtual machines.
-
- -- Arnaud Vandyck av...@debian.org  Wed, 14 Apr 2004 12:42:10 +0200
-
-libgnuinet-java (0.0.cvs20031116-3) unstable; urgency=low
-
-  * added dpatch build-dependency, thanks to Frank Lichtenheld (closes:
-#241960).
-
- -- Arnaud Vandyck av...@debian.org  Sun,  4 Apr 2004 19:30:53 +0200
-
-libgnuinet-java (0.0.cvs20031116-2) unstable; urgency=low
-
-  * debian/rules: now build with kaffe (1:1.1.3) so it can go back in main
-  * debian/control:
-- removed j2sdk from the build-depends-indep
-- back to main!
-
- -- Arnaud Vandyck av...@debian.org  Sat, 10 Jan 2004 17:57:14 +0100
-
-libgnuinet-java (0.0.cvs20031116-1) unstable; urgency=low
-
-  * Initial Release (closes: #221090).
-
- -- Arnaud Vandyck av...@debian.org  Fri, 12 Dec 2003

Bug#642572: liblucene2-java: cross dependencies prevent the installation of eclipse-cdt

2011-09-25 Thread Torsten Werner
Hi,

On Wed, Sep 21, 2011 at 3:24 AM, Axel Bayerl axel.bay...@gmail.com wrote:
 Breaks: eclipse-platform (= 3.5.2-11), solr-common ( 1.2.0+ds2-3)

that means that this bug report can be closed with the next upload of
eclipse to sid.

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] r15035 - in trunk/plexus-active-collections/debian: . source

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 19:30:57 + (Sun, 25 Sep 2011)
New Revision: 15035

Added:
   trunk/plexus-active-collections/debian/source/
   trunk/plexus-active-collections/debian/source/format
Modified:
   trunk/plexus-active-collections/debian/changelog
   trunk/plexus-active-collections/debian/control
Log:
* Switch to source format 3.0.
* Update Standards-Version: 3.9.2.

Modified: trunk/plexus-active-collections/debian/changelog
===
--- trunk/plexus-active-collections/debian/changelog2011-09-25 16:51:05 UTC 
(rev 15034)
+++ trunk/plexus-active-collections/debian/changelog2011-09-25 19:30:57 UTC 
(rev 15035)
@@ -1,3 +1,10 @@
+plexus-active-collections (1.0~beta2-3) unstable; urgency=low
+
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 21:30:18 +0200
+
 plexus-active-collections (1.0~beta2-2) unstable; urgency=low
 
   * Rebuild with new plexus-maven-plugin and new maven-debian-helper

Modified: trunk/plexus-active-collections/debian/control
===
--- trunk/plexus-active-collections/debian/control  2011-09-25 16:51:05 UTC 
(rev 15034)
+++ trunk/plexus-active-collections/debian/control  2011-09-25 19:30:57 UTC 
(rev 15035)
@@ -9,7 +9,7 @@
  libplexus-maven-plugin-java (= 1.3.8), libsurefire-java (= 2.4.3), 
libplexus-containers-java,
  libplexus-component-api-java, libplexus-component-api-java-doc, 
libplexus-container-default-java-doc,  
  default-jdk-doc, libmaven-javadoc-plugin-java
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-active-collections
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/plexus-active-collections/
 Homepage: http://plexus.codehaus.org/

Added: trunk/plexus-active-collections/debian/source/format
===
--- trunk/plexus-active-collections/debian/source/format
(rev 0)
+++ trunk/plexus-active-collections/debian/source/format2011-09-25 
19:30:57 UTC (rev 15035)
@@ -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


Bug#642937: maven-debian-helper: automatically add CLASSPATH to jar files

2011-09-25 Thread Torsten Werner
Package: maven-debian-helper
Version: 1.4.5
Severity: wishlist

Hi,

the following pom.xml snippet adds a useful 'Class-Path:' entry to MANIFEST.MF:

  plugin
artifactIdmaven-jar-plugin/artifactId
configuration
  archive
manifest
  addClasspathtrue/addClasspath
  classpathLayoutTyperepository/classpathLayoutType
  classpathPrefix/usr/share/maven-repo/classpathPrefix
/manifest
  /archive
/configuration
  /plugin

It would be nice if maven-debian-helper could support such functionality
automatically.

Cheers,
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] r15036 - in tags/plexus-active-collections: . 1.0~beta2-3/debian

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 20:00:09 + (Sun, 25 Sep 2011)
New Revision: 15036

Added:
   tags/plexus-active-collections/1.0~beta2-3/
   tags/plexus-active-collections/1.0~beta2-3/debian/changelog
   tags/plexus-active-collections/1.0~beta2-3/debian/control
   tags/plexus-active-collections/1.0~beta2-3/debian/source/
Removed:
   tags/plexus-active-collections/1.0~beta2-3/debian/changelog
   tags/plexus-active-collections/1.0~beta2-3/debian/control
Log:
[svn-buildpackage] Tagging plexus-active-collections 1.0~beta2-3

Deleted: tags/plexus-active-collections/1.0~beta2-3/debian/changelog
===
--- trunk/plexus-active-collections/debian/changelog2011-09-25 16:51:05 UTC 
(rev 15034)
+++ tags/plexus-active-collections/1.0~beta2-3/debian/changelog 2011-09-25 
20:00:09 UTC (rev 15036)
@@ -1,18 +0,0 @@
-plexus-active-collections (1.0~beta2-2) unstable; urgency=low
-
-  * Rebuild with new plexus-maven-plugin and new maven-debian-helper
-(Closes: #573666)
-  * Use default-jdk-doc instead of classpath-doc/openjdk-6-doc
-(Closes: #567287)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 28 Mar 2010 23:10:33 
+0200
-
-plexus-active-collections (1.0~beta2-1) unstable; urgency=low
-
-  [ Ludovic Claude ]
-  * Initial release. (Closes: #518060)
-
-  [ Torsten Werner ]
-  * Improve debian/copyright.
-
- -- Torsten Werner twer...@debian.org  Sun, 16 Aug 2009 15:42:50 +0200

Copied: tags/plexus-active-collections/1.0~beta2-3/debian/changelog (from rev 
15035, trunk/plexus-active-collections/debian/changelog)
===
--- tags/plexus-active-collections/1.0~beta2-3/debian/changelog 
(rev 0)
+++ tags/plexus-active-collections/1.0~beta2-3/debian/changelog 2011-09-25 
20:00:09 UTC (rev 15036)
@@ -0,0 +1,25 @@
+plexus-active-collections (1.0~beta2-3) unstable; urgency=low
+
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 21:30:18 +0200
+
+plexus-active-collections (1.0~beta2-2) unstable; urgency=low
+
+  * Rebuild with new plexus-maven-plugin and new maven-debian-helper
+(Closes: #573666)
+  * Use default-jdk-doc instead of classpath-doc/openjdk-6-doc
+(Closes: #567287)
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 28 Mar 2010 23:10:33 
+0200
+
+plexus-active-collections (1.0~beta2-1) unstable; urgency=low
+
+  [ Ludovic Claude ]
+  * Initial release. (Closes: #518060)
+
+  [ Torsten Werner ]
+  * Improve debian/copyright.
+
+ -- Torsten Werner twer...@debian.org  Sun, 16 Aug 2009 15:42:50 +0200

Deleted: tags/plexus-active-collections/1.0~beta2-3/debian/control
===
--- trunk/plexus-active-collections/debian/control  2011-09-25 16:51:05 UTC 
(rev 15034)
+++ tags/plexus-active-collections/1.0~beta2-3/debian/control   2011-09-25 
20:00:09 UTC (rev 15036)
@@ -1,39 +0,0 @@
-Source: plexus-active-collections
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Ludovic Claude ludovic.cla...@laposte.net,
- Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs, default-jdk
-Build-Depends-Indep: maven-debian-helper, libmodello-java,
- libplexus-maven-plugin-java (= 1.3.8), libsurefire-java (= 2.4.3), 
libplexus-containers-java,
- libplexus-component-api-java, libplexus-component-api-java-doc, 
libplexus-container-default-java-doc,  
- default-jdk-doc, libmaven-javadoc-plugin-java
-Standards-Version: 3.8.4
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-active-collections
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/plexus-active-collections/
-Homepage: http://plexus.codehaus.org/
-
-Package: libplexus-active-collections-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Description: Plexus Container-Backed Active Collections
- The Plexus project provides a full software stack for creating and
- executing software projects. Based on the Plexus container, the applications
- can utilise component-oriented programming to build modular, reusable
- components that can easily be assembled and reused.
-
-Package: libplexus-active-collections-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: default-jdk-doc
-Suggests: libplexus-active-collections-java
-Description: Documentation for Plexus Container-Backed Active Collections
- The Plexus project provides a full software stack for creating and
- executing software projects. Based on the Plexus container, the applications
- can utilise component-oriented programming to build modular, reusable
- components that can easily be assembled and reused.
- .
- This package provides the API documentation for
- libplexus-active-collections-java.

Copied: tags/plexus-active-collections/1.0~beta2-3

[pkg-java] r15037 - trunk/libstruts1.2-java/debian

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 20:14:30 + (Sun, 25 Sep 2011)
New Revision: 15037

Modified:
   trunk/libstruts1.2-java/debian/changelog
   trunk/libstruts1.2-java/debian/compat
   trunk/libstruts1.2-java/debian/control
Log:
* Team upload.
* Add Vcs-* headers.
* Remove Arnaud and Stefan from Uploaders list.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.2.

Modified: trunk/libstruts1.2-java/debian/changelog
===
--- trunk/libstruts1.2-java/debian/changelog2011-09-25 20:00:09 UTC (rev 
15036)
+++ trunk/libstruts1.2-java/debian/changelog2011-09-25 20:14:30 UTC (rev 
15037)
@@ -1,3 +1,13 @@
+libstruts1.2-java (1.2.9-5) unstable; urgency=low
+
+  * Team upload.
+  * Add Vcs-* headers.
+  * Remove Arnaud and Stefan from Uploaders list.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 22:11:55 +0200
+
 libstruts1.2-java (1.2.9-4) unstable; urgency=low
 
   [ Onkar Shinde ]

Modified: trunk/libstruts1.2-java/debian/compat
===
--- trunk/libstruts1.2-java/debian/compat   2011-09-25 20:00:09 UTC (rev 
15036)
+++ trunk/libstruts1.2-java/debian/compat   2011-09-25 20:14:30 UTC (rev 
15037)
@@ -1 +1 @@
-5
+7

Modified: trunk/libstruts1.2-java/debian/control
===
--- trunk/libstruts1.2-java/debian/control  2011-09-25 20:00:09 UTC (rev 
15036)
+++ trunk/libstruts1.2-java/debian/control  2011-09-25 20:14:30 UTC (rev 
15037)
@@ -2,10 +2,12 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Stefan Gybas 
sgy...@debian.org, Michael Koch konque...@gmx.de
-Build-Depends: debhelper (= 5), cdbs (= 0.4.8), default-jdk, ant, 
ant-optional, libxerces2-java, libxalan2-java, libcommons-beanutils-java (= 
1.7.0), libcommons-digester-java (= 1.7), libcommons-fileupload-java (= 1.0), 
libcommons-logging-java, libcommons-validator-java (= 1.1.4), liboro-java, 
libservlet2.5-java, antlr
-Standards-Version: 3.8.4
+Uploaders: Michael Koch konque...@gmx.de
+Build-Depends: debhelper (= 7), cdbs (= 0.4.8), default-jdk, ant, 
ant-optional, libxerces2-java, libxalan2-java, libcommons-beanutils-java (= 
1.7.0), libcommons-digester-java (= 1.7), libcommons-fileupload-java (= 1.0), 
libcommons-logging-java, libcommons-validator-java (= 1.1.4), liboro-java, 
libservlet2.5-java, antlr
+Standards-Version: 3.9.2
 Homepage: http://struts.apache.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libstruts1.2-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libstruts1.2-java/
 
 Package: libstruts1.2-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] r15038 - in tags/libstruts1.2-java: . 1.2.9-5/debian

2011-09-25 Thread Torsten Werner
-25 20:17:19 UTC 
(rev 15038)
@@ -0,0 +1,109 @@
+libstruts1.2-java (1.2.9-5) unstable; urgency=low
+
+  * Team upload.
+  * Add Vcs-* headers.
+  * Remove Arnaud and Stefan from Uploaders list.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 22:11:55 +0200
+
+libstruts1.2-java (1.2.9-4) unstable; urgency=low
+
+  [ Onkar Shinde ]
+  * Build/runtime dependency libservlet2.3-java - libservlet2.5-java.
+  * Build dependency java-gcj-compat-dev - default-jdk.
+  * Remove runtime dependencies since the package is build with lowest target
+JVM version (1.3)
+  * Convert patches to quilt format. Convert package to 3.0 format.
+  * lintian errors/warnings fixed
+- Section devel - java.
+- Standards version 3.7.2 - 3.8.4.
+- Remove Debian revisions from build/runtime dependencies.
+- Add ${misc:Depends} to runtime dependencies.
+- Update compat version to 5.
+- Move homepage url to Homepage field.
+- Write copyright in DEP-5 format. Remove complete text of Apache-2.0
+  license.
+
+  [ Emmanuel Bourg ]
+  * Update of the URLs
+  * Rename Jakarta Commons to Apache Commons
+
+ -- Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org  
Wed, 07 Apr 2010 14:21:41 +0530
+
+libstruts1.2-java (1.2.9-3.1) unstable; urgency=high
+
+  * Non-maintainer upload by the testing Security Team.
+  * Fixed CVE-2008-2025: Cross-site scripting (XSS) vulnerability.
+(Closes: #528352)
+
+ -- Giuseppe Iuculano iucul...@debian.org  Sun, 06 Dec 2009 14:13:59 +0100
+
+libstruts1.2-java (1.2.9-3) unstable; urgency=low
+
+  * Build-Depends on java-gcj-compat-dev instead of java-gcj-compat.
+Closes: #430806.
+
+ -- Michael Koch konque...@gmx.de  Wed, 27 Jun 2007 13:41:29 -0100
+
+libstruts1.2-java (1.2.9-2) unstable; urgency=low
+
+  * Use java-gcj-compat instead of kaffe.
+  * Moved Build-Depends-Indep to Build-Depends.
+  * Use Homepage: tag in package description.
+  * Removed Wolfgang and added myself to Uploaders.
+  * Updated Standars-Version.
+
+ -- Michael Koch konque...@gmx.de  Sun, 17 Jun 2007 21:12:01 +0200
+
+libstruts1.2-java (1.2.9-1) unstable; urgency=low
+
+  *  New upstream  release Fixes  three security  problems: CVE-2006-1546,
+CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
+Muehlenhoff.
+
+ -- Arnaud Vandyck av...@debian.org  Mon, 24 Apr 2006 12:14:23 +0200
+
+libstruts1.2-java (1.2.8-1) unstable; urgency=low
+
+  * New upstream release
+Fixes a Cross-Site-Scriping vulnerability in the request handler for 
+generating error messages, CVE-2005-3745 (closes: #340583)
+  * Removed setting of DEB_ANT_COMPILER variable as already preset in kaffe
+
+ -- Wolfgang Baer wb...@gmx.de  Tue, 29 Nov 2005 13:53:06 +0100
+
+libstruts1.2-java (1.2.7-1) unstable; urgency=low
+
+  * Move to main second try - this time a new upstream with orig.tar.gz
+  * New upstream release
++ Updated copyright to Apache 2.0 License
++ Updated build-dep and depends on commons-beanutils to = 1.7.0-1
++ No longer dependencies on commons-collections or 
+  commons-lang - removed from build-deps and depends
+  * Tightened dependencies on commons-digester and commons-beanutils
+  * Added ant-optional to build-dep required by ant reorganization
+
+ -- Wolfgang Baer wb...@gmx.de  Sun, 18 Sep 2005 19:37:04 +0200
+
+libstruts1.2-java (1.2.4-2) unstable; urgency=low
+
+  * Move to main - as ant moved to main
+  * Added java1-runtime dependency as alternative
+  * Changed Build-Depends to Build-Depends-Indep to fix lintian warning
+  * Deleted extra license file in examples to fix lintian warning
+  * Changed Standards-Version to 3.6.2 - no changes
+  * Added myself to uploaders
+
+  * Upload sponsored by Petter Reinholdtsen
+
+ -- Wolfgang Baer wb...@gmx.de  Sat, 10 Sep 2005 14:04:11 +0200
+
+libstruts1.2-java (1.2.4-1) unstable; urgency=low
+
+  * New upstream release based on libstruts1.1.
+  * depends on ant (not libant1.6-java) because regexp is needed in the
+build; antlr; commons-validator = 1.3
+
+ -- Arnaud Vandyck av...@debian.org  Fri, 19 Nov 2004 15:35:25 +0100

Deleted: tags/libstruts1.2-java/1.2.9-5/debian/compat
===
--- trunk/libstruts1.2-java/debian/compat   2011-09-25 20:00:09 UTC (rev 
15036)
+++ tags/libstruts1.2-java/1.2.9-5/debian/compat2011-09-25 20:17:19 UTC 
(rev 15038)
@@ -1 +0,0 @@
-5

Copied: tags/libstruts1.2-java/1.2.9-5/debian/compat (from rev 15037, 
trunk/libstruts1.2-java/debian/compat)
===
--- tags/libstruts1.2-java/1.2.9-5/debian/compat
(rev 0)
+++ tags/libstruts1.2-java/1.2.9-5/debian/compat2011-09-25 20:17:19 UTC 
(rev 15038)
@@ -0,0 +1 @@
+7

Deleted: tags/libstruts1.2-java/1.2.9-5/debian/control

[pkg-java] r15039 - trunk/libj2ssh-java/debian

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 20:28:18 + (Sun, 25 Sep 2011)
New Revision: 15039

Modified:
   trunk/libj2ssh-java/debian/changelog
   trunk/libj2ssh-java/debian/compat
   trunk/libj2ssh-java/debian/control
Log:
* Team upload.
* Switch to debhelper level 7.
* Remove Java runtime from Depends.
* Update Standards-Version: 3.9.2.

Modified: trunk/libj2ssh-java/debian/changelog
===
--- trunk/libj2ssh-java/debian/changelog2011-09-25 20:17:19 UTC (rev 
15038)
+++ trunk/libj2ssh-java/debian/changelog2011-09-25 20:28:18 UTC (rev 
15039)
@@ -1,3 +1,12 @@
+libj2ssh-java (0.2.9-3) unstable; urgency=low
+
+  * Team upload.
+  * Switch to debhelper level 7.
+  * Remove Java runtime from Depends.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 22:24:41 +0200
+
 libj2ssh-java (0.2.9-2) unstable; urgency=low
 
   * Team Upload

Modified: trunk/libj2ssh-java/debian/compat
===
--- trunk/libj2ssh-java/debian/compat   2011-09-25 20:17:19 UTC (rev 15038)
+++ trunk/libj2ssh-java/debian/compat   2011-09-25 20:28:18 UTC (rev 15039)
@@ -1 +1 @@
-5
+7

Modified: trunk/libj2ssh-java/debian/control
===
--- trunk/libj2ssh-java/debian/control  2011-09-25 20:17:19 UTC (rev 15038)
+++ trunk/libj2ssh-java/debian/control  2011-09-25 20:28:18 UTC (rev 15039)
@@ -3,16 +3,16 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath varunhirem...@gmail.com, Kumar Appaiah 
aku...@ee.iitm.ac.in
-Build-Depends: cdbs, debhelper (= 5)
+Build-Depends: cdbs, debhelper (= 7)
 Build-Depends-Indep: default-jdk, ant, libcommons-logging-java, 
libxerces2-java, libbcprov-java
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libj2ssh-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libj2ssh-java
 Homepage: http://sshtools.sourceforge.net
 
 Package: libj2ssh-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | 
java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: a Java library for the SSH protocol
  J2SSH is an object-orientated Java library implementation of the SSH
  version 2 protocol. It provides a rich, powerful, and extensible SSH


___
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] r15040 - trunk/libj2ssh-java/debian

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 20:29:41 + (Sun, 25 Sep 2011)
New Revision: 15040

Modified:
   trunk/libj2ssh-java/debian/changelog
   trunk/libj2ssh-java/debian/control
Log:
Improve short Description.

Modified: trunk/libj2ssh-java/debian/changelog
===
--- trunk/libj2ssh-java/debian/changelog2011-09-25 20:28:18 UTC (rev 
15039)
+++ trunk/libj2ssh-java/debian/changelog2011-09-25 20:29:41 UTC (rev 
15040)
@@ -4,8 +4,9 @@
   * Switch to debhelper level 7.
   * Remove Java runtime from Depends.
   * Update Standards-Version: 3.9.2.
+  * Improve short Description.
 
- -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 22:24:41 +0200
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 22:29:10 +0200
 
 libj2ssh-java (0.2.9-2) unstable; urgency=low
 

Modified: trunk/libj2ssh-java/debian/control
===
--- trunk/libj2ssh-java/debian/control  2011-09-25 20:28:18 UTC (rev 15039)
+++ trunk/libj2ssh-java/debian/control  2011-09-25 20:29:41 UTC (rev 15040)
@@ -13,7 +13,7 @@
 Package: libj2ssh-java
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: a Java library for the SSH protocol
+Description: Java library for the SSH protocol
  J2SSH is an object-orientated Java library implementation of the SSH
  version 2 protocol. It provides a rich, powerful, and extensible SSH
  API that enables developers to gain access to SSH servers and to
@@ -30,7 +30,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Description: a Java library for the SSH protocol - documentation and examples
+Description: Java library for the SSH protocol - documentation and examples
  J2SSH is an object-orientated Java library implementation of the SSH
  version 2 protocol. It provides a rich, powerful, and extensible SSH
  API that enables developers to gain access to SSH servers and to


___
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] r15041 - in tags/libj2ssh-java: . 0.2.9-3/debian

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 20:34:56 + (Sun, 25 Sep 2011)
New Revision: 15041

Added:
   tags/libj2ssh-java/0.2.9-3/
   tags/libj2ssh-java/0.2.9-3/debian/changelog
   tags/libj2ssh-java/0.2.9-3/debian/compat
   tags/libj2ssh-java/0.2.9-3/debian/control
Removed:
   tags/libj2ssh-java/0.2.9-3/debian/changelog
   tags/libj2ssh-java/0.2.9-3/debian/compat
   tags/libj2ssh-java/0.2.9-3/debian/control
Log:
[svn-buildpackage] Tagging libj2ssh-java 0.2.9-3

Deleted: tags/libj2ssh-java/0.2.9-3/debian/changelog
===
--- trunk/libj2ssh-java/debian/changelog2011-09-25 20:17:19 UTC (rev 
15038)
+++ tags/libj2ssh-java/0.2.9-3/debian/changelog 2011-09-25 20:34:56 UTC (rev 
15041)
@@ -1,29 +0,0 @@
-libj2ssh-java (0.2.9-2) unstable; urgency=low
-
-  * Team Upload
-
-  [ Kumar Appaiah ]
-  * debian/control:
-+ Change XS-Vcs-* to Vcs-*.
-+ Add Homepage field, shift homepage from description.
-  
-  [ Torsten Werner ]
-  * Let 'maintainers' start with an uppercase M.
-  * Switch to default-jdk.
-  * Add missing Depends: ${misc:Depends}.
-  * Change Section: java.
-  * Update Standards-Version: 3.8.4.
-  * Switch to source format 3.0.
-  * Improve get-orig-source target.
-
- -- Torsten Werner twer...@debian.org  Sat, 10 Apr 2010 23:03:44 +0200
-
-libj2ssh-java (0.2.9-1) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Initial release (Closes: #439551)
-
-  [ Kumar Appaiah ]
-  * Add XS-Vcs-Svn and XS-Vcs-Browser.
-
- -- Kumar Appaiah aku...@ee.iitm.ac.in  Fri, 07 Sep 2007 13:16:23 +0530

Copied: tags/libj2ssh-java/0.2.9-3/debian/changelog (from rev 15040, 
trunk/libj2ssh-java/debian/changelog)
===
--- tags/libj2ssh-java/0.2.9-3/debian/changelog (rev 0)
+++ tags/libj2ssh-java/0.2.9-3/debian/changelog 2011-09-25 20:34:56 UTC (rev 
15041)
@@ -0,0 +1,39 @@
+libj2ssh-java (0.2.9-3) unstable; urgency=low
+
+  * Team upload.
+  * Switch to debhelper level 7.
+  * Remove Java runtime from Depends.
+  * Update Standards-Version: 3.9.2.
+  * Improve short Description.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 22:29:10 +0200
+
+libj2ssh-java (0.2.9-2) unstable; urgency=low
+
+  * Team Upload
+
+  [ Kumar Appaiah ]
+  * debian/control:
++ Change XS-Vcs-* to Vcs-*.
++ Add Homepage field, shift homepage from description.
+  
+  [ Torsten Werner ]
+  * Let 'maintainers' start with an uppercase M.
+  * Switch to default-jdk.
+  * Add missing Depends: ${misc:Depends}.
+  * Change Section: java.
+  * Update Standards-Version: 3.8.4.
+  * Switch to source format 3.0.
+  * Improve get-orig-source target.
+
+ -- Torsten Werner twer...@debian.org  Sat, 10 Apr 2010 23:03:44 +0200
+
+libj2ssh-java (0.2.9-1) unstable; urgency=low
+
+  [ Varun Hiremath ]
+  * Initial release (Closes: #439551)
+
+  [ Kumar Appaiah ]
+  * Add XS-Vcs-Svn and XS-Vcs-Browser.
+
+ -- Kumar Appaiah aku...@ee.iitm.ac.in  Fri, 07 Sep 2007 13:16:23 +0530

Deleted: tags/libj2ssh-java/0.2.9-3/debian/compat
===
--- trunk/libj2ssh-java/debian/compat   2011-09-25 20:17:19 UTC (rev 15038)
+++ tags/libj2ssh-java/0.2.9-3/debian/compat2011-09-25 20:34:56 UTC (rev 
15041)
@@ -1 +0,0 @@
-5

Copied: tags/libj2ssh-java/0.2.9-3/debian/compat (from rev 15039, 
trunk/libj2ssh-java/debian/compat)
===
--- tags/libj2ssh-java/0.2.9-3/debian/compat(rev 0)
+++ tags/libj2ssh-java/0.2.9-3/debian/compat2011-09-25 20:34:56 UTC (rev 
15041)
@@ -0,0 +1 @@
+7

Deleted: tags/libj2ssh-java/0.2.9-3/debian/control
===
--- trunk/libj2ssh-java/debian/control  2011-09-25 20:17:19 UTC (rev 15038)
+++ tags/libj2ssh-java/0.2.9-3/debian/control   2011-09-25 20:34:56 UTC (rev 
15041)
@@ -1,47 +0,0 @@
-Source: libj2ssh-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Varun Hiremath varunhirem...@gmail.com, Kumar Appaiah 
aku...@ee.iitm.ac.in
-Build-Depends: cdbs, debhelper (= 5)
-Build-Depends-Indep: default-jdk, ant, libcommons-logging-java, 
libxerces2-java, libbcprov-java
-Standards-Version: 3.8.4
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libj2ssh-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libj2ssh-java
-Homepage: http://sshtools.sourceforge.net
-
-Package: libj2ssh-java
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | 
java2-runtime
-Description: a Java library for the SSH protocol
- J2SSH is an object-orientated Java library implementation of the SSH
- version 2 protocol. It provides a rich, powerful, and extensible SSH
- API that enables developers to gain access to SSH servers and to
- develop entire SSH client/server frameworks. The API

[pkg-java] r15042 - trunk/libyanfs-java/debian

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 20:53:14 + (Sun, 25 Sep 2011)
New Revision: 15042

Modified:
   trunk/libyanfs-java/debian/changelog
   trunk/libyanfs-java/debian/compat
   trunk/libyanfs-java/debian/control
Log:
* Team upload.
* Switch to debhelper level 7.
* Remove Java runtime from Depends.
* Update Standards-Version: 3.9.2.

Modified: trunk/libyanfs-java/debian/changelog
===
--- trunk/libyanfs-java/debian/changelog2011-09-25 20:34:56 UTC (rev 
15041)
+++ trunk/libyanfs-java/debian/changelog2011-09-25 20:53:14 UTC (rev 
15042)
@@ -1,3 +1,12 @@
+libyanfs-java (0.0+cvs20070825-4) unstable; urgency=low
+
+  * Team upload.
+  * Switch to debhelper level 7.
+  * Remove Java runtime from Depends.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 22:51:14 +0200
+
 libyanfs-java (0.0+cvs20070825-3) unstable; urgency=low
 
   * Team Upload

Modified: trunk/libyanfs-java/debian/compat
===
--- trunk/libyanfs-java/debian/compat   2011-09-25 20:34:56 UTC (rev 15041)
+++ trunk/libyanfs-java/debian/compat   2011-09-25 20:53:14 UTC (rev 15042)
@@ -1 +1 @@
-5
+7

Modified: trunk/libyanfs-java/debian/control
===
--- trunk/libyanfs-java/debian/control  2011-09-25 20:34:56 UTC (rev 15041)
+++ trunk/libyanfs-java/debian/control  2011-09-25 20:53:14 UTC (rev 15042)
@@ -3,17 +3,16 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Kumar Appaiah 
aku...@ee.iitm.ac.in
-Build-Depends: cdbs, debhelper (= 5)
+Build-Depends: cdbs, debhelper (= 7)
 Build-Depends-Indep: default-jdk, ant, m4
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: https://yanfs.dev.java.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libyanfs-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libyanfs-java
 
 Package: libyanfs-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless |
- java2-runtime-headless
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Yet Another NFS - a Java NFS library
  This project represents a Java implementation of the XDR, RPC, NFSv2,
  and NFSv3 protocols in client side form.


___
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] r15043 - in tags/libyanfs-java: . 0.0+cvs20070825-4/debian

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 20:54:57 + (Sun, 25 Sep 2011)
New Revision: 15043

Added:
   tags/libyanfs-java/0.0+cvs20070825-4/
   tags/libyanfs-java/0.0+cvs20070825-4/debian/changelog
   tags/libyanfs-java/0.0+cvs20070825-4/debian/compat
   tags/libyanfs-java/0.0+cvs20070825-4/debian/control
Removed:
   tags/libyanfs-java/0.0+cvs20070825-4/debian/changelog
   tags/libyanfs-java/0.0+cvs20070825-4/debian/compat
   tags/libyanfs-java/0.0+cvs20070825-4/debian/control
Log:
[svn-buildpackage] Tagging libyanfs-java 0.0+cvs20070825-4

Deleted: tags/libyanfs-java/0.0+cvs20070825-4/debian/changelog
===
--- trunk/libyanfs-java/debian/changelog2011-09-25 20:34:56 UTC (rev 
15041)
+++ tags/libyanfs-java/0.0+cvs20070825-4/debian/changelog   2011-09-25 
20:54:57 UTC (rev 15043)
@@ -1,36 +0,0 @@
-libyanfs-java (0.0+cvs20070825-3) unstable; urgency=low
-
-  * Team Upload
-  * Let 'maintainers' start with an uppercase M.
-  * Switch to default-jdk.
-  * Update Standards-Version: 3.8.4.
-  * Change Section: java.
-  * Switch to source format 3.0.
-
- -- Torsten Werner twer...@debian.org  Sat, 10 Apr 2010 23:27:53 +0200
-
-libyanfs-java (0.0+cvs20070825-2) unstable; urgency=low
-
-  [ Kumar Appaiah ]
-  * debian/control:
-+ Change XS-Vcs-* to Vcs-*.
-+ Add Homepage field, shift homepage from description.
-
-  [ Varun Hiremath ]
-  * Fix doc-base file, Thanks to Esteban Manchado Velázquez
-z...@debian.org (Closes: #466460)
-  * Bump Standards-Version to 3.7.3
-
- -- Varun Hiremath va...@debian.org  Tue, 19 Feb 2008 12:01:25 +0530
-
-libyanfs-java (0.0+cvs20070825-1) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Initial release (Closes: #441047)
-  * debian/orig-tar.sh: extract the image *.tgz and remove them later.
-  
-  [ Kumar Appaiah ]
-  * Add XS-Vcs-Browser and XS-Vcs-Svn entries.
-  * Ensure that *.properties and *.gif is included in the JAR.
-
- -- Varun Hiremath varunhirem...@gmail.com  Sun, 09 Sep 2007 14:09:20 +0530

Copied: tags/libyanfs-java/0.0+cvs20070825-4/debian/changelog (from rev 15042, 
trunk/libyanfs-java/debian/changelog)
===
--- tags/libyanfs-java/0.0+cvs20070825-4/debian/changelog   
(rev 0)
+++ tags/libyanfs-java/0.0+cvs20070825-4/debian/changelog   2011-09-25 
20:54:57 UTC (rev 15043)
@@ -0,0 +1,45 @@
+libyanfs-java (0.0+cvs20070825-4) unstable; urgency=low
+
+  * Team upload.
+  * Switch to debhelper level 7.
+  * Remove Java runtime from Depends.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 22:51:14 +0200
+
+libyanfs-java (0.0+cvs20070825-3) unstable; urgency=low
+
+  * Team Upload
+  * Let 'maintainers' start with an uppercase M.
+  * Switch to default-jdk.
+  * Update Standards-Version: 3.8.4.
+  * Change Section: java.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sat, 10 Apr 2010 23:27:53 +0200
+
+libyanfs-java (0.0+cvs20070825-2) unstable; urgency=low
+
+  [ Kumar Appaiah ]
+  * debian/control:
++ Change XS-Vcs-* to Vcs-*.
++ Add Homepage field, shift homepage from description.
+
+  [ Varun Hiremath ]
+  * Fix doc-base file, Thanks to Esteban Manchado Velázquez
+z...@debian.org (Closes: #466460)
+  * Bump Standards-Version to 3.7.3
+
+ -- Varun Hiremath va...@debian.org  Tue, 19 Feb 2008 12:01:25 +0530
+
+libyanfs-java (0.0+cvs20070825-1) unstable; urgency=low
+
+  [ Varun Hiremath ]
+  * Initial release (Closes: #441047)
+  * debian/orig-tar.sh: extract the image *.tgz and remove them later.
+  
+  [ Kumar Appaiah ]
+  * Add XS-Vcs-Browser and XS-Vcs-Svn entries.
+  * Ensure that *.properties and *.gif is included in the JAR.
+
+ -- Varun Hiremath varunhirem...@gmail.com  Sun, 09 Sep 2007 14:09:20 +0530

Deleted: tags/libyanfs-java/0.0+cvs20070825-4/debian/compat
===
--- trunk/libyanfs-java/debian/compat   2011-09-25 20:34:56 UTC (rev 15041)
+++ tags/libyanfs-java/0.0+cvs20070825-4/debian/compat  2011-09-25 20:54:57 UTC 
(rev 15043)
@@ -1 +0,0 @@
-5

Copied: tags/libyanfs-java/0.0+cvs20070825-4/debian/compat (from rev 15042, 
trunk/libyanfs-java/debian/compat)
===
--- tags/libyanfs-java/0.0+cvs20070825-4/debian/compat  
(rev 0)
+++ tags/libyanfs-java/0.0+cvs20070825-4/debian/compat  2011-09-25 20:54:57 UTC 
(rev 15043)
@@ -0,0 +1 @@
+7

Deleted: tags/libyanfs-java/0.0+cvs20070825-4/debian/control
===
--- trunk/libyanfs-java/debian/control  2011-09-25 20:34:56 UTC (rev 15041)
+++ tags/libyanfs-java/0.0+cvs20070825-4/debian/control 2011-09-25 20:54:57 UTC 
(rev 15043)
@@ -1,23 +0,0 @@
-Source: libyanfs-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java

[pkg-java] r15044 - trunk/squareness/debian

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 21:08:48 + (Sun, 25 Sep 2011)
New Revision: 15044

Modified:
   trunk/squareness/debian/changelog
   trunk/squareness/debian/compat
   trunk/squareness/debian/control
Log:
* Switch to debhelper level 7.
* Remove Java runtime from Depends.
* Update Standards-Version: 3.9.2.

Modified: trunk/squareness/debian/changelog
===
--- trunk/squareness/debian/changelog   2011-09-25 20:54:57 UTC (rev 15043)
+++ trunk/squareness/debian/changelog   2011-09-25 21:08:48 UTC (rev 15044)
@@ -1,3 +1,11 @@
+squareness (2.3.0-5) unstable; urgency=low
+
+  * Switch to debhelper level 7.
+  * Remove Java runtime from Depends.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 23:06:59 +0200
+
 squareness (2.3.0-4) unstable; urgency=low
 
   * Let 'maintainers' start with uppercase M.

Modified: trunk/squareness/debian/compat
===
--- trunk/squareness/debian/compat  2011-09-25 20:54:57 UTC (rev 15043)
+++ trunk/squareness/debian/compat  2011-09-25 21:08:48 UTC (rev 15044)
@@ -1 +1 @@
-6
+7

Modified: trunk/squareness/debian/control
===
--- trunk/squareness/debian/control 2011-09-25 20:54:57 UTC (rev 15043)
+++ trunk/squareness/debian/control 2011-09-25 21:08:48 UTC (rev 15044)
@@ -3,16 +3,16 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org
-Build-Depends: cdbs, debhelper (= 6) 
+Build-Depends: cdbs, debhelper (= 7) 
 Build-Depends-Indep: ant, default-jdk
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://squareness.beeger.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/squareness
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/squareness
 
 Package: squareness
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: suite of skins for different applications
  Squareness is a suite of skins for different platforms and
  applications (e.g. Windowblinds, Java Look And Feel, Mozilla Firefox)


___
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] r15045 - in tags/squareness: . 2.3.0-5/debian

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 21:10:38 + (Sun, 25 Sep 2011)
New Revision: 15045

Added:
   tags/squareness/2.3.0-5/
   tags/squareness/2.3.0-5/debian/changelog
   tags/squareness/2.3.0-5/debian/compat
   tags/squareness/2.3.0-5/debian/control
Removed:
   tags/squareness/2.3.0-5/debian/changelog
   tags/squareness/2.3.0-5/debian/compat
   tags/squareness/2.3.0-5/debian/control
Log:
[svn-buildpackage] Tagging squareness 2.3.0-5

Deleted: tags/squareness/2.3.0-5/debian/changelog
===
--- trunk/squareness/debian/changelog   2011-09-25 20:54:57 UTC (rev 15043)
+++ tags/squareness/2.3.0-5/debian/changelog2011-09-25 21:10:38 UTC (rev 
15045)
@@ -1,41 +0,0 @@
-squareness (2.3.0-4) unstable; urgency=low
-
-  * Let 'maintainers' start with uppercase M.
-  * Switch to default-jdk.
-  * Update Standards-Version: 3.8.4.
-  * Switch to source format 3.0.
-  * Improve get-orig-source target.
-
- -- Torsten Werner twer...@debian.org  Sat, 10 Apr 2010 23:20:41 +0200
-
-squareness (2.3.0-3) unstable; urgency=low
-
-  * Move the package to pkg-java svn.
-  * Switch from kaffe to java-gcj-compat-dev.
-  * debian/control:
-+ Set Maintainer to Debian Java Maintainers and add myself to Uploaders
-+ Bump up Standards-Version to 3.7.3
-+ Build-Depend on debhelper = 6
-  * debian/compat: Bump to 6
-  * Clean up debian/rules
-
- -- Varun Hiremath va...@debian.org  Sat, 19 Jan 2008 13:05:03 +0530
-
-squareness (2.3.0-2) unstable; urgency=low
-
-  * The package now conforms to Debian's policy for java.
-
- -- Torsten Werner twer...@debian.org  Sun,  8 Apr 2007 11:37:09 +0200
-
-squareness (2.3.0-1) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Initial release (Closes: #415686)
-  * Fix the debian/copyright file.
-  
-  [ Torsten Werner ]
-  * Add Build-Depends: cdbs.
-  * Set Architecture: all.
-  * Add myself to Uploaders in debian/control.
-
- -- Varun Hiremath varunhirem...@gmail.com  Thu, 22 Mar 2007 08:01:39 +0530

Copied: tags/squareness/2.3.0-5/debian/changelog (from rev 15044, 
trunk/squareness/debian/changelog)
===
--- tags/squareness/2.3.0-5/debian/changelog(rev 0)
+++ tags/squareness/2.3.0-5/debian/changelog2011-09-25 21:10:38 UTC (rev 
15045)
@@ -0,0 +1,49 @@
+squareness (2.3.0-5) unstable; urgency=low
+
+  * Switch to debhelper level 7.
+  * Remove Java runtime from Depends.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 23:06:59 +0200
+
+squareness (2.3.0-4) unstable; urgency=low
+
+  * Let 'maintainers' start with uppercase M.
+  * Switch to default-jdk.
+  * Update Standards-Version: 3.8.4.
+  * Switch to source format 3.0.
+  * Improve get-orig-source target.
+
+ -- Torsten Werner twer...@debian.org  Sat, 10 Apr 2010 23:20:41 +0200
+
+squareness (2.3.0-3) unstable; urgency=low
+
+  * Move the package to pkg-java svn.
+  * Switch from kaffe to java-gcj-compat-dev.
+  * debian/control:
++ Set Maintainer to Debian Java Maintainers and add myself to Uploaders
++ Bump up Standards-Version to 3.7.3
++ Build-Depend on debhelper = 6
+  * debian/compat: Bump to 6
+  * Clean up debian/rules
+
+ -- Varun Hiremath va...@debian.org  Sat, 19 Jan 2008 13:05:03 +0530
+
+squareness (2.3.0-2) unstable; urgency=low
+
+  * The package now conforms to Debian's policy for java.
+
+ -- Torsten Werner twer...@debian.org  Sun,  8 Apr 2007 11:37:09 +0200
+
+squareness (2.3.0-1) unstable; urgency=low
+
+  [ Varun Hiremath ]
+  * Initial release (Closes: #415686)
+  * Fix the debian/copyright file.
+  
+  [ Torsten Werner ]
+  * Add Build-Depends: cdbs.
+  * Set Architecture: all.
+  * Add myself to Uploaders in debian/control.
+
+ -- Varun Hiremath varunhirem...@gmail.com  Thu, 22 Mar 2007 08:01:39 +0530

Deleted: tags/squareness/2.3.0-5/debian/compat
===
--- trunk/squareness/debian/compat  2011-09-25 20:54:57 UTC (rev 15043)
+++ tags/squareness/2.3.0-5/debian/compat   2011-09-25 21:10:38 UTC (rev 
15045)
@@ -1 +0,0 @@
-6

Copied: tags/squareness/2.3.0-5/debian/compat (from rev 15044, 
trunk/squareness/debian/compat)
===
--- tags/squareness/2.3.0-5/debian/compat   (rev 0)
+++ tags/squareness/2.3.0-5/debian/compat   2011-09-25 21:10:38 UTC (rev 
15045)
@@ -0,0 +1 @@
+7

Deleted: tags/squareness/2.3.0-5/debian/control
===
--- trunk/squareness/debian/control 2011-09-25 20:54:57 UTC (rev 15043)
+++ tags/squareness/2.3.0-5/debian/control  2011-09-25 21:10:38 UTC (rev 
15045)
@@ -1,20 +0,0 @@
-Source: squareness
-Section: utils
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Torsten Werner twer

[pkg-java] r15046 - trunk/entagged/debian

2011-09-25 Thread Torsten Werner
Author: twerner
Date: 2011-09-25 21:18:45 + (Sun, 25 Sep 2011)
New Revision: 15046

Modified:
   trunk/entagged/debian/changelog
   trunk/entagged/debian/compat
   trunk/entagged/debian/control
Log:
* Switch to debhelper level 7.
* Improve Depends.
* Update Standards-Version: 3.9.2.

Modified: trunk/entagged/debian/changelog
===
--- trunk/entagged/debian/changelog 2011-09-25 21:10:38 UTC (rev 15045)
+++ trunk/entagged/debian/changelog 2011-09-25 21:18:45 UTC (rev 15046)
@@ -1,3 +1,11 @@
+entagged (0.35-4) unstable; urgency=low
+
+  * Switch to debhelper level 7.
+  * Improve Depends.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 25 Sep 2011 23:16:26 +0200
+
 entagged (0.35-3) unstable; urgency=low
 
   * Let 'maintainers' start with uppercase M.

Modified: trunk/entagged/debian/compat
===
--- trunk/entagged/debian/compat2011-09-25 21:10:38 UTC (rev 15045)
+++ trunk/entagged/debian/compat2011-09-25 21:18:45 UTC (rev 15046)
@@ -1 +1 @@
-5
+7

Modified: trunk/entagged/debian/control
===
--- trunk/entagged/debian/control   2011-09-25 21:10:38 UTC (rev 15045)
+++ trunk/entagged/debian/control   2011-09-25 21:18:45 UTC (rev 15046)
@@ -3,16 +3,17 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org
-Build-Depends: cdbs, debhelper (= 5)
+Build-Depends: cdbs, debhelper (= 7)
 Build-Depends-Indep: ant, junit, libhsqldb-java, default-jdk
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://sourceforge.net/projects/entagged
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/entagged
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/entagged/
 
 Package: entagged
 Architecture: all
-Depends: openjdk-6-jre, libhsqldb-java, squareness
+Depends: ${misc:Depends}, openjdk-6-jre | java6-runtime, libhsqldb-java,
+ squareness
 Description: Java Audio File Tagger
  Entagged is a audiofile tagger, using the freedb online database for
  the retrieval of the tags. It supports custom file renaming from tags


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


  1   2   3   4   5   6   7   8   9   10   >