[pkg-java] r13643 - trunk/libcodemodel-java/debian

2011-05-04 Thread James Page
Author: jamespage-guest
Date: 2011-05-04 07:27:55 + (Wed, 04 May 2011)
New Revision: 13643

Modified:
   trunk/libcodemodel-java/debian/changelog
   trunk/libcodemodel-java/debian/maven.rules
Log:
Removed surplus maven rule and documented switch to source/format 3.0 (quilt)

Modified: trunk/libcodemodel-java/debian/changelog
===
--- trunk/libcodemodel-java/debian/changelog2011-05-03 22:11:29 UTC (rev 
13642)
+++ trunk/libcodemodel-java/debian/changelog2011-05-04 07:27:55 UTC (rev 
13643)
@@ -4,6 +4,7 @@
   * Migrated project to maven + maven-debian-helper.
   * Added myself to Uploaders.
   * Updated Standards-Version to 3.9.1.
+  * Switched to source/format: 3.0 (quilt).
 
  -- James Page james.p...@canonical.com  Wed, 27 Apr 2011 08:59:09 +0100
 

Modified: trunk/libcodemodel-java/debian/maven.rules
===
--- trunk/libcodemodel-java/debian/maven.rules  2011-05-03 22:11:29 UTC (rev 
13642)
+++ trunk/libcodemodel-java/debian/maven.rules  2011-05-04 07:27:55 UTC (rev 
13643)
@@ -18,4 +18,3 @@
 
 junit junit jar s/3\..*/3.x/ * *
 s/ant/org.apache.ant/ * * s/.*/debian/ * *
-* * maven-plugin * * *


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


[pkg-java] r13644 - tags/libcodemodel-java

2011-05-04 Thread James Page
Author: jamespage-guest
Date: 2011-05-04 07:43:31 + (Wed, 04 May 2011)
New Revision: 13644

Removed:
   tags/libcodemodel-java/2.1-1/
Log:
[svn-buildpackage] Removing old tag libcodemodel-java-2.1-1


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


[pkg-java] r13645 - in tags/libcodemodel-java: . 2.1-1/debian

2011-05-04 Thread James Page
Author: jamespage-guest
Date: 2011-05-04 07:44:03 + (Wed, 04 May 2011)
New Revision: 13645

Added:
   tags/libcodemodel-java/2.1-1/
   tags/libcodemodel-java/2.1-1/debian/changelog
   tags/libcodemodel-java/2.1-1/debian/control
   tags/libcodemodel-java/2.1-1/debian/libcodemodel-java-doc.install
   tags/libcodemodel-java/2.1-1/debian/maven.rules
   tags/libcodemodel-java/2.1-1/debian/source/
Removed:
   tags/libcodemodel-java/2.1-1/debian/changelog
   tags/libcodemodel-java/2.1-1/debian/control
   tags/libcodemodel-java/2.1-1/debian/libcodemodel-java-doc.install
   tags/libcodemodel-java/2.1-1/debian/maven.rules
Log:
[svn-buildpackage] Tagging libcodemodel-java 2.1-1

Deleted: tags/libcodemodel-java/2.1-1/debian/changelog
===
--- trunk/libcodemodel-java/debian/changelog2011-05-03 17:37:42 UTC (rev 
13631)
+++ tags/libcodemodel-java/2.1-1/debian/changelog   2011-05-04 07:44:03 UTC 
(rev 13645)
@@ -1,44 +0,0 @@
-libcodemodel-java (2.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * Migrated project to maven + maven-debian-helper.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.9.2.
-
- -- James Page james.p...@canonical.com  Wed, 27 Apr 2011 08:59:09 +0100
-
-libcodemodel-java (2.0+dak1-2) UNRELEASED; urgency=low
-
-  * Build-Depends on debhelper (= 7).
-  * Moved Build-Depends-Indep into Build-Depends, removed alternative on 
sun-java5-jdk
-  * Moved package to java section.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Thu, 05 Nov 2009 17:46:02 +0100
-
-libcodemodel-java (2.0+dak1-1) unstable; urgency=low
-
-  * Reupload with source (Closes: #507174)
-
- -- Varun Hiremath va...@debian.org  Mon, 01 Dec 2008 02:45:57 -0500
-
-libcodemodel-java (2.0-3) unstable; urgency=low
-
-  * Fix java bytecode / java runtime version mismatch (Closes: #503783)
-
- -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 03:18:24 -0400
-
-libcodemodel-java (2.0-2) unstable; urgency=low
-
-  * Switch to openjdk-6.
-  * Move package to main.
-  * Improve copyright file.
-
- -- Torsten Werner twer...@debian.org  Thu, 03 Apr 2008 12:47:57 +0200
-
-libcodemodel-java (2.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #457492)
-
- -- Varun Hiremath va...@debian.org  Wed, 12 Dec 2007 14:26:17 +0530

Copied: tags/libcodemodel-java/2.1-1/debian/changelog (from rev 13643, 
trunk/libcodemodel-java/debian/changelog)
===
--- tags/libcodemodel-java/2.1-1/debian/changelog   
(rev 0)
+++ tags/libcodemodel-java/2.1-1/debian/changelog   2011-05-04 07:44:03 UTC 
(rev 13645)
@@ -0,0 +1,45 @@
+libcodemodel-java (2.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Migrated project to maven + maven-debian-helper.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.9.1.
+  * Switched to source/format: 3.0 (quilt).
+
+ -- James Page james.p...@canonical.com  Wed, 27 Apr 2011 08:59:09 +0100
+
+libcodemodel-java (2.0+dak1-2) UNRELEASED; urgency=low
+
+  * Build-Depends on debhelper (= 7).
+  * Moved Build-Depends-Indep into Build-Depends, removed alternative on 
sun-java5-jdk
+  * Moved package to java section.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Thu, 05 Nov 2009 17:46:02 +0100
+
+libcodemodel-java (2.0+dak1-1) unstable; urgency=low
+
+  * Reupload with source (Closes: #507174)
+
+ -- Varun Hiremath va...@debian.org  Mon, 01 Dec 2008 02:45:57 -0500
+
+libcodemodel-java (2.0-3) unstable; urgency=low
+
+  * Fix java bytecode / java runtime version mismatch (Closes: #503783)
+
+ -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 03:18:24 -0400
+
+libcodemodel-java (2.0-2) unstable; urgency=low
+
+  * Switch to openjdk-6.
+  * Move package to main.
+  * Improve copyright file.
+
+ -- Torsten Werner twer...@debian.org  Thu, 03 Apr 2008 12:47:57 +0200
+
+libcodemodel-java (2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #457492)
+
+ -- Varun Hiremath va...@debian.org  Wed, 12 Dec 2007 14:26:17 +0530

Deleted: tags/libcodemodel-java/2.1-1/debian/control
===
--- trunk/libcodemodel-java/debian/control  2011-05-03 17:37:42 UTC (rev 
13631)
+++ tags/libcodemodel-java/2.1-1/debian/control 2011-05-04 07:44:03 UTC (rev 
13645)
@@ -1,49 +0,0 @@
-Source: libcodemodel-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders:
- Varun Hiremath va...@debian.org,
- Torsten Werner twer...@debian.org,
- Michael Koch konque...@gmx.de,
- James Page james.p...@canonical.com
-Build-Depends: cdbs, debhelper (= 7), default-jdk, maven-debian-helper
-Build-Depends-Indep:
- ant,
- ant-doc,
- default-jdk-doc,
- junit,
- libmaven-compiler-plugin-java (= 

[pkg-java] r13646 - trunk/libcodemodel-java/debian

2011-05-04 Thread James Page
Author: jamespage-guest
Date: 2011-05-04 07:50:03 + (Wed, 04 May 2011)
New Revision: 13646

Modified:
   trunk/libcodemodel-java/debian/changelog
Log:
Merged UNRELEASED changelog entry

Modified: trunk/libcodemodel-java/debian/changelog
===
--- trunk/libcodemodel-java/debian/changelog2011-05-04 07:44:03 UTC (rev 
13645)
+++ trunk/libcodemodel-java/debian/changelog2011-05-04 07:50:03 UTC (rev 
13646)
@@ -1,22 +1,18 @@
 libcodemodel-java (2.1-1) unstable; urgency=low
 
+  [ James Page ]
   * New upstream release.
   * Migrated project to maven + maven-debian-helper.
   * Added myself to Uploaders.
   * Updated Standards-Version to 3.9.1.
   * Switched to source/format: 3.0 (quilt).
 
- -- James Page james.p...@canonical.com  Wed, 27 Apr 2011 08:59:09 +0100
-
-libcodemodel-java (2.0+dak1-2) UNRELEASED; urgency=low
-
+  [Michael Koch]
   * Build-Depends on debhelper (= 7).
-  * Moved Build-Depends-Indep into Build-Depends, removed alternative on 
sun-java5-jdk
   * Moved package to java section.
   * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
 
- -- Michael Koch konque...@gmx.de  Thu, 05 Nov 2009 17:46:02 +0100
+ -- James Page james.p...@canonical.com  Wed, 27 Apr 2011 08:59:09 +0100
 
 libcodemodel-java (2.0+dak1-1) unstable; urgency=low
 


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


Processed: Merge

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

 forcemerge 619815 619814
Bug#619815: jre performance drop in OO base
Bug#619814: Slow OO Base performance with high cpu load
Forcibly Merged 619814 619815.

 thanks
Stopping processing here.

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

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


Bug#619814: Slow OO Base performance with high cpu load

2011-05-04 Thread Sylvestre Ledru
Hello,

I uploaded release 25 of the JVM.
The changelog says that performances have been improved:
http://www.oracle.com/technetwork/java/javase/6u25releasenotes-356444.html

Could you try if it does fix the issue ?

thanks
S





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


[pkg-java] r13647 - tags/libcodemodel-java

2011-05-04 Thread James Page
Author: jamespage-guest
Date: 2011-05-04 07:57:12 + (Wed, 04 May 2011)
New Revision: 13647

Removed:
   tags/libcodemodel-java/2.1-1/
Log:
[svn-buildpackage] Removing old tag libcodemodel-java-2.1-1


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


[pkg-java] r13648 - in tags/libcodemodel-java: . 2.1-1/debian

2011-05-04 Thread James Page
Author: jamespage-guest
Date: 2011-05-04 07:57:19 + (Wed, 04 May 2011)
New Revision: 13648

Added:
   tags/libcodemodel-java/2.1-1/
   tags/libcodemodel-java/2.1-1/debian/changelog
   tags/libcodemodel-java/2.1-1/debian/control
   tags/libcodemodel-java/2.1-1/debian/libcodemodel-java-doc.install
   tags/libcodemodel-java/2.1-1/debian/maven.rules
   tags/libcodemodel-java/2.1-1/debian/source/
Removed:
   tags/libcodemodel-java/2.1-1/debian/changelog
   tags/libcodemodel-java/2.1-1/debian/control
   tags/libcodemodel-java/2.1-1/debian/libcodemodel-java-doc.install
   tags/libcodemodel-java/2.1-1/debian/maven.rules
Log:
[svn-buildpackage] Tagging libcodemodel-java 2.1-1

Deleted: tags/libcodemodel-java/2.1-1/debian/changelog
===
--- trunk/libcodemodel-java/debian/changelog2011-05-03 17:37:42 UTC (rev 
13631)
+++ tags/libcodemodel-java/2.1-1/debian/changelog   2011-05-04 07:57:19 UTC 
(rev 13648)
@@ -1,44 +0,0 @@
-libcodemodel-java (2.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * Migrated project to maven + maven-debian-helper.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.9.2.
-
- -- James Page james.p...@canonical.com  Wed, 27 Apr 2011 08:59:09 +0100
-
-libcodemodel-java (2.0+dak1-2) UNRELEASED; urgency=low
-
-  * Build-Depends on debhelper (= 7).
-  * Moved Build-Depends-Indep into Build-Depends, removed alternative on 
sun-java5-jdk
-  * Moved package to java section.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Thu, 05 Nov 2009 17:46:02 +0100
-
-libcodemodel-java (2.0+dak1-1) unstable; urgency=low
-
-  * Reupload with source (Closes: #507174)
-
- -- Varun Hiremath va...@debian.org  Mon, 01 Dec 2008 02:45:57 -0500
-
-libcodemodel-java (2.0-3) unstable; urgency=low
-
-  * Fix java bytecode / java runtime version mismatch (Closes: #503783)
-
- -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 03:18:24 -0400
-
-libcodemodel-java (2.0-2) unstable; urgency=low
-
-  * Switch to openjdk-6.
-  * Move package to main.
-  * Improve copyright file.
-
- -- Torsten Werner twer...@debian.org  Thu, 03 Apr 2008 12:47:57 +0200
-
-libcodemodel-java (2.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #457492)
-
- -- Varun Hiremath va...@debian.org  Wed, 12 Dec 2007 14:26:17 +0530

Copied: tags/libcodemodel-java/2.1-1/debian/changelog (from rev 13646, 
trunk/libcodemodel-java/debian/changelog)
===
--- tags/libcodemodel-java/2.1-1/debian/changelog   
(rev 0)
+++ tags/libcodemodel-java/2.1-1/debian/changelog   2011-05-04 07:57:19 UTC 
(rev 13648)
@@ -0,0 +1,41 @@
+libcodemodel-java (2.1-1) unstable; urgency=low
+
+  [ James Page ]
+  * New upstream release.
+  * Migrated project to maven + maven-debian-helper.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.9.1.
+  * Switched to source/format: 3.0 (quilt).
+
+  [Michael Koch]
+  * Build-Depends on debhelper (= 7).
+  * Moved package to java section.
+  * Added myself to Uploaders.
+
+ -- James Page james.p...@canonical.com  Wed, 27 Apr 2011 08:59:09 +0100
+
+libcodemodel-java (2.0+dak1-1) unstable; urgency=low
+
+  * Reupload with source (Closes: #507174)
+
+ -- Varun Hiremath va...@debian.org  Mon, 01 Dec 2008 02:45:57 -0500
+
+libcodemodel-java (2.0-3) unstable; urgency=low
+
+  * Fix java bytecode / java runtime version mismatch (Closes: #503783)
+
+ -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 03:18:24 -0400
+
+libcodemodel-java (2.0-2) unstable; urgency=low
+
+  * Switch to openjdk-6.
+  * Move package to main.
+  * Improve copyright file.
+
+ -- Torsten Werner twer...@debian.org  Thu, 03 Apr 2008 12:47:57 +0200
+
+libcodemodel-java (2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #457492)
+
+ -- Varun Hiremath va...@debian.org  Wed, 12 Dec 2007 14:26:17 +0530

Deleted: tags/libcodemodel-java/2.1-1/debian/control
===
--- trunk/libcodemodel-java/debian/control  2011-05-03 17:37:42 UTC (rev 
13631)
+++ tags/libcodemodel-java/2.1-1/debian/control 2011-05-04 07:57:19 UTC (rev 
13648)
@@ -1,49 +0,0 @@
-Source: libcodemodel-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders:
- Varun Hiremath va...@debian.org,
- Torsten Werner twer...@debian.org,
- Michael Koch konque...@gmx.de,
- James Page james.p...@canonical.com
-Build-Depends: cdbs, debhelper (= 7), default-jdk, maven-debian-helper
-Build-Depends-Indep:
- ant,
- ant-doc,
- default-jdk-doc,
- junit,
- libmaven-compiler-plugin-java (= 2.0.2),
- libmaven-install-plugin-java,
- libmaven-javadoc-plugin-java,
- libmaven-javadoc-plugin-java (= 2.6.1),
- libsurefire-java (= 2.4.3)
-Standards-Version: 3.9.2
-Homepage: http://codemodel.java.net/
-Vcs-Svn: 

[pkg-java] r13649 - tags/libcodemodel-java

2011-05-04 Thread James Page
Author: jamespage-guest
Date: 2011-05-04 08:20:40 + (Wed, 04 May 2011)
New Revision: 13649

Removed:
   tags/libcodemodel-java/2.1-1/
Log:
[svn-buildpackage] Removing old tag libcodemodel-java-2.1-1


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


[pkg-java] r13650 - in tags/libcodemodel-java: . 2.1-1/debian

2011-05-04 Thread James Page
Author: jamespage-guest
Date: 2011-05-04 08:20:55 + (Wed, 04 May 2011)
New Revision: 13650

Added:
   tags/libcodemodel-java/2.1-1/
   tags/libcodemodel-java/2.1-1/debian/changelog
   tags/libcodemodel-java/2.1-1/debian/control
   tags/libcodemodel-java/2.1-1/debian/libcodemodel-java-doc.install
   tags/libcodemodel-java/2.1-1/debian/maven.rules
   tags/libcodemodel-java/2.1-1/debian/source/
Removed:
   tags/libcodemodel-java/2.1-1/debian/changelog
   tags/libcodemodel-java/2.1-1/debian/control
   tags/libcodemodel-java/2.1-1/debian/libcodemodel-java-doc.install
   tags/libcodemodel-java/2.1-1/debian/maven.rules
Log:
[svn-buildpackage] Tagging libcodemodel-java 2.1-1

Deleted: tags/libcodemodel-java/2.1-1/debian/changelog
===
--- trunk/libcodemodel-java/debian/changelog2011-05-03 17:37:42 UTC (rev 
13631)
+++ tags/libcodemodel-java/2.1-1/debian/changelog   2011-05-04 08:20:55 UTC 
(rev 13650)
@@ -1,44 +0,0 @@
-libcodemodel-java (2.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * Migrated project to maven + maven-debian-helper.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.9.2.
-
- -- James Page james.p...@canonical.com  Wed, 27 Apr 2011 08:59:09 +0100
-
-libcodemodel-java (2.0+dak1-2) UNRELEASED; urgency=low
-
-  * Build-Depends on debhelper (= 7).
-  * Moved Build-Depends-Indep into Build-Depends, removed alternative on 
sun-java5-jdk
-  * Moved package to java section.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Thu, 05 Nov 2009 17:46:02 +0100
-
-libcodemodel-java (2.0+dak1-1) unstable; urgency=low
-
-  * Reupload with source (Closes: #507174)
-
- -- Varun Hiremath va...@debian.org  Mon, 01 Dec 2008 02:45:57 -0500
-
-libcodemodel-java (2.0-3) unstable; urgency=low
-
-  * Fix java bytecode / java runtime version mismatch (Closes: #503783)
-
- -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 03:18:24 -0400
-
-libcodemodel-java (2.0-2) unstable; urgency=low
-
-  * Switch to openjdk-6.
-  * Move package to main.
-  * Improve copyright file.
-
- -- Torsten Werner twer...@debian.org  Thu, 03 Apr 2008 12:47:57 +0200
-
-libcodemodel-java (2.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #457492)
-
- -- Varun Hiremath va...@debian.org  Wed, 12 Dec 2007 14:26:17 +0530

Copied: tags/libcodemodel-java/2.1-1/debian/changelog (from rev 13646, 
trunk/libcodemodel-java/debian/changelog)
===
--- tags/libcodemodel-java/2.1-1/debian/changelog   
(rev 0)
+++ tags/libcodemodel-java/2.1-1/debian/changelog   2011-05-04 08:20:55 UTC 
(rev 13650)
@@ -0,0 +1,41 @@
+libcodemodel-java (2.1-1) unstable; urgency=low
+
+  [ James Page ]
+  * New upstream release.
+  * Migrated project to maven + maven-debian-helper.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.9.1.
+  * Switched to source/format: 3.0 (quilt).
+
+  [Michael Koch]
+  * Build-Depends on debhelper (= 7).
+  * Moved package to java section.
+  * Added myself to Uploaders.
+
+ -- James Page james.p...@canonical.com  Wed, 27 Apr 2011 08:59:09 +0100
+
+libcodemodel-java (2.0+dak1-1) unstable; urgency=low
+
+  * Reupload with source (Closes: #507174)
+
+ -- Varun Hiremath va...@debian.org  Mon, 01 Dec 2008 02:45:57 -0500
+
+libcodemodel-java (2.0-3) unstable; urgency=low
+
+  * Fix java bytecode / java runtime version mismatch (Closes: #503783)
+
+ -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 03:18:24 -0400
+
+libcodemodel-java (2.0-2) unstable; urgency=low
+
+  * Switch to openjdk-6.
+  * Move package to main.
+  * Improve copyright file.
+
+ -- Torsten Werner twer...@debian.org  Thu, 03 Apr 2008 12:47:57 +0200
+
+libcodemodel-java (2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #457492)
+
+ -- Varun Hiremath va...@debian.org  Wed, 12 Dec 2007 14:26:17 +0530

Deleted: tags/libcodemodel-java/2.1-1/debian/control
===
--- trunk/libcodemodel-java/debian/control  2011-05-03 17:37:42 UTC (rev 
13631)
+++ tags/libcodemodel-java/2.1-1/debian/control 2011-05-04 08:20:55 UTC (rev 
13650)
@@ -1,49 +0,0 @@
-Source: libcodemodel-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders:
- Varun Hiremath va...@debian.org,
- Torsten Werner twer...@debian.org,
- Michael Koch konque...@gmx.de,
- James Page james.p...@canonical.com
-Build-Depends: cdbs, debhelper (= 7), default-jdk, maven-debian-helper
-Build-Depends-Indep:
- ant,
- ant-doc,
- default-jdk-doc,
- junit,
- libmaven-compiler-plugin-java (= 2.0.2),
- libmaven-install-plugin-java,
- libmaven-javadoc-plugin-java,
- libmaven-javadoc-plugin-java (= 2.6.1),
- libsurefire-java (= 2.4.3)
-Standards-Version: 3.9.2
-Homepage: http://codemodel.java.net/
-Vcs-Svn: 

We wish to start this investment of $25Million with you in the foreign market.Our client has signed the power of attorney for investment and she will share profit with you.We shall send you all the of

2011-05-04 Thread Christos Tiskoudis

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


Bug#625595: transition: libmagick4 and old depend on libmagick9-dev

2011-05-04 Thread Bastien ROUCARIES
Package: src:jmagick
Severity: normal
block: 625544


Hi,

We would like to perform the transition from  libmagickcore3, libmagick++3, 
libmagickwand3 to libmagickcore4, libmagick++4, 
libmagickwand4

This transition will requires sourcefull uploads as there is a (minimal) API 
change.

Packages are in experimental.

Please note that in your case a binNMU will not work because you depend on old 
library  libmagick9-dev instead of ibmagickcore-
dev/libmagickwand-dev

Thanks

Bastien




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


Processed: Re: blocking bug

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

 block 625544 by 625589
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625584 625578 625576 625550 625579 625552 625575 625551 
625547 625554 625586 625582 625561 625545 625581 625585 625559 625558 625580 
625556 625573 625549 625583 625557 625574 625560 625546 625577 625548
Added blocking bug(s) of 625544: 625589
 block 625544 by 625592
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625584 625579 625550 625576 625578 625575 625552 625554 
625547 625551 625582 625586 625561 625585 625581 625545 625558 625559 625556 
625580 625573 625549 625583 625557 625574 625560 625546 625589 625577 625548
Added blocking bug(s) of 625544: 625592
 block 625544 by 625593
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625578 625576 625550 625579 625552 625554 625582 625592 
625561 625585 625580 625573 625583 625557 625574 625546 625577 625584 625575 
625547 625551 625586 625581 625545 625558 625559 625556 625549 625560 625589 
625548
Added blocking bug(s) of 625544: 625593
 block 625544 by 625595
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625579 625550 625576 625578 625552 625554 625582 625561 
625592 625585 625580 625573 625583 625557 625574 625546 625577 625584 625575 
625551 625547 625586 625545 625581 625559 625558 625556 625549 625560 625593 
625589 625548
Added blocking bug(s) of 625544: 625595
 block 625544 by 625597
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625578 625576 625550 625579 625552 625554 625582 625592 
625561 625585 625580 625573 625583 625557 625574 625595 625546 625577 625584 
625575 625547 625551 625586 625581 625545 625558 625559 625556 625549 625560 
625593 625589 625548
Added blocking bug(s) of 625544: 625597
 block 625544 by 625599
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625579 625550 625576 625578 625552 625554 625582 625561 
625592 625585 625580 625597 625573 625583 625557 625574 625546 625595 625577 
625584 625575 625551 625547 625586 625545 625581 625559 625558 625556 625549 
625560 625593 625589 625548
Added blocking bug(s) of 625544: 625599
 block 625544 by 625502
Bug #625544 [release.debian.org] [release.debian.org] Transition:  
libmagickcore4, libmagick++4, libmagickwand4
Was blocked by: 625553 625578 625576 625550 625579 625552 625554 625582 625592 
625561 625585 625580 625573 625597 625583 625557 625574 625595 625546 625577 
625599 625584 625575 625547 625551 625586 625581 625545 625558 625559 625556 
625549 625560 625593 625589 625548
Added blocking bug(s) of 625544: 625502
 thanks
Stopping processing here.

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

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


[pkg-java] r13651 - trunk/groovy/debian

2011-05-04 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-05-04 15:05:35 + (Wed, 04 May 2011)
New Revision: 13651

Modified:
   trunk/groovy/debian/changelog
   trunk/groovy/debian/control
   trunk/groovy/debian/rules
Log:
* Add ant-nodeps jar as dep in debian/rules due to changes in Ant 1.8.1.
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/groovy/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-05-04 08:20:55 UTC (rev 13650)
+++ trunk/groovy/debian/changelog   2011-05-04 15:05:35 UTC (rev 13651)
@@ -1,3 +1,10 @@
+groovy (1.7.10-2) UNRELEASED; urgency=low
+
+  * Add ant-nodeps jar as dep in debian/rules due to changes in Ant 1.8.1.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 04 May 2011 10:15:07 -0430
+
 groovy (1.7.10-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/groovy/debian/control
===
--- trunk/groovy/debian/control 2011-05-04 08:20:55 UTC (rev 13650)
+++ trunk/groovy/debian/control 2011-05-04 15:05:35 UTC (rev 13651)
@@ -9,7 +9,7 @@
  (= 1.0.3), junit4, libmockobjects-java (= 0.09), libregexp-java (=
  1.2), libservlet2.5-java, libxstream-java, libjline-java, antlr,
  tofrodos, ivy, libqdox-java, libjarjar-java, libjansi-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://groovy.codehaus.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/groovy/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/groovy/

Modified: trunk/groovy/debian/rules
===
--- trunk/groovy/debian/rules   2011-05-04 08:20:55 UTC (rev 13650)
+++ trunk/groovy/debian/rules   2011-05-04 15:05:35 UTC (rev 13651)
@@ -11,7 +11,7 @@
 DEB_ANT_ARGS:= -debug -DskipTests=true -DskipFetch=true
 DEB_JARS := ant mockobjects-core servlet-api-2.5 jsp-api-2.1 
commons-cli antlr \
 ant-antlr ant-trax xstream bsf xercesImpl jline junit4 xstream 
jline asm3 \
-asm3-util asm3-tree asm3-analysis ivy bnd qdox jarjar jansi
+asm3-util asm3-tree asm3-analysis ivy bnd qdox jarjar jansi 
ant-nodeps
 API_DOCS := target/html/api
 
 binary-post-install/$(PACKAGE)::


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


Processed: Re: Bug#625617: sun-java6-fonts: fonts should not depend on the jre

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

 severity  625617 wishlist
Bug #625617 [sun-java6-fonts] sun-java6-fonts: fonts should not depend on the 
jre
Severity set to 'wishlist' from 'normal'

 thanks
Stopping processing here.

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

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


Bug#625617: sun-java6-fonts: fonts should not depend on the jre

2011-05-04 Thread Rogério Brito
Package: sun-java6-fonts
Severity: normal

Hi there.

The fonts packaged with sun-java6 are very useful (especially for those
using LaTeX with the new engine, XeTeX), independently of the JRE.

Please, consider removing the dependency of the fonts on the whole JRE, as
that may be inconvenient for those that wish to use openjdk.


Thanks.

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

Kernel: Linux 2.6.39-rc5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf-8, LC_CTYPE=pt_BR.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



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


Bug#625617: sun-java6-fonts: fonts should not depend on the jre

2011-05-04 Thread Rogério Brito
Hi there.

2011/5/4 Sylvestre Ledru sylves...@debian.org:
 severity  625617 wishlist
 thanks

Oops. Sorry for that.

 You reported the bug on the proprietary jdk and you are talking about
 the openjdk ?!

Precisely. The fonts are useful on their own.


Regards,

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



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


Bug#625617: sun-java6-fonts: fonts should not depend on the jre

2011-05-04 Thread Sylvestre Ledru
severity  625617 wishlist
thanks

Le mercredi 04 mai 2011 à 12:36 -0300, Rogério Brito a écrit :
 Please, consider removing the dependency of the fonts on the whole JRE, as
 that may be inconvenient for those that wish to use openjdk.
You reported the bug on the proprietary jdk and you are talking about
the openjdk ?!

Sylvestre





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


Bug#625617: sun-java6-fonts: fonts should not depend on the jre

2011-05-04 Thread Sylvestre Ledru
Le mercredi 04 mai 2011 à 12:45 -0300, Rogério Brito a écrit :
 Hi there.
 
 2011/5/4 Sylvestre Ledru sylves...@debian.org:
  severity  625617 wishlist
  thanks
 
 Oops. Sorry for that.
No worries

  You reported the bug on the proprietary jdk and you are talking about
  the openjdk ?!
 
 Precisely. The fonts are useful on their own.
Yes but openjdk  sun-java6 are two different packages ?!

Sylvestre





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


Bug#625617: sun-java6-fonts: fonts should not depend on the jre

2011-05-04 Thread Rogério Brito
Hi Sylvestre.

2011/5/4 Sylvestre Ledru sylves...@debian.org:
 Le mercredi 04 mai 2011 à 12:45 -0300, Rogério Brito a écrit :
 Precisely. The fonts are useful on their own.

 Yes but openjdk  sun-java6 are two different packages ?!

Yes, that was just an instance of the case of the fonts being useful
on their own: using the fonts from sun-java with openjdk. :-)

Thanks for the quick responses, BTW.


Regards,

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



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


Processing of libcodemodel-java_2.1-1_amd64.changes

2011-05-04 Thread Debian FTP Masters
libcodemodel-java_2.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  libcodemodel-java_2.1-1.dsc
  libcodemodel-java_2.1.orig.tar.gz
  libcodemodel-java_2.1-1.debian.tar.gz
  libcodemodel-java_2.1-1_all.deb
  libcodemodel-java-doc_2.1-1_all.deb

Greetings,

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

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


libcodemodel-java_2.1-1_amd64.changes is NEW

2011-05-04 Thread Debian FTP Masters
(new) libcodemodel-java-doc_2.1-1_all.deb optional doc
Documentation for Java library for code generators
 CodeModel is a Java library for code generators; it provides a way to
 generate Java programs in a way much nicer than
 PrintStream.println(). This project is a spin-off from the JAXB
 Reference Implementation for its schema compiler to generate Java
 source files.
 .
 This package provides the API documentation for libcodemodel-java.
libcodemodel-java_2.1-1.debian.tar.gz
  to main/libc/libcodemodel-java/libcodemodel-java_2.1-1.debian.tar.gz
libcodemodel-java_2.1-1.dsc
  to main/libc/libcodemodel-java/libcodemodel-java_2.1-1.dsc
libcodemodel-java_2.1-1_all.deb
  to main/libc/libcodemodel-java/libcodemodel-java_2.1-1_all.deb
libcodemodel-java_2.1.orig.tar.gz
  to main/libc/libcodemodel-java/libcodemodel-java_2.1.orig.tar.gz
Changes: libcodemodel-java (2.1-1) unstable; urgency=low
 .
  [ James Page ]
  * New upstream release.
  * Migrated project to maven + maven-debian-helper.
  * Added myself to Uploaders.
  * Updated Standards-Version to 3.9.1.
  * Switched to source/format: 3.0 (quilt).
 .
  [Michael Koch]
  * Build-Depends on debhelper (= 7).
  * Moved package to java section.
  * Added myself to Uploaders.


Override entries for your package:
libcodemodel-java_2.1-1.dsc - source java
libcodemodel-java_2.1-1_all.deb - optional java

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


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

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

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


Processing of groovy_1.7.10-2_i386.changes

2011-05-04 Thread Debian FTP Masters
groovy_1.7.10-2_i386.changes uploaded successfully to localhost
along with the files:
  groovy_1.7.10-2.dsc
  groovy_1.7.10-2.debian.tar.gz
  groovy_1.7.10-2_all.deb
  groovy-doc_1.7.10-2_all.deb

Greetings,

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

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


groovy_1.7.10-2_i386.changes ACCEPTED into unstable

2011-05-04 Thread Debian FTP Masters



Accepted:
groovy-doc_1.7.10-2_all.deb
  to main/g/groovy/groovy-doc_1.7.10-2_all.deb
groovy_1.7.10-2.debian.tar.gz
  to main/g/groovy/groovy_1.7.10-2.debian.tar.gz
groovy_1.7.10-2.dsc
  to main/g/groovy/groovy_1.7.10-2.dsc
groovy_1.7.10-2_all.deb
  to main/g/groovy/groovy_1.7.10-2_all.deb


Override entries for your package:
groovy-doc_1.7.10-2_all.deb - optional doc
groovy_1.7.10-2.dsc - source java
groovy_1.7.10-2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


[pkg-java] r13652 - trunk/groovy/debian

2011-05-04 Thread Tony Mancill
Author: tmancill
Date: 2011-05-05 03:50:48 + (Thu, 05 May 2011)
New Revision: 13652

Modified:
   trunk/groovy/debian/changelog
Log:
set distribution to unstable for sponsored upload

Modified: trunk/groovy/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-05-04 15:05:35 UTC (rev 13651)
+++ trunk/groovy/debian/changelog   2011-05-05 03:50:48 UTC (rev 13652)
@@ -1,4 +1,4 @@
-groovy (1.7.10-2) UNRELEASED; urgency=low
+groovy (1.7.10-2) unstable; urgency=low
 
   * Add ant-nodeps jar as dep in debian/rules due to changes in Ant 1.8.1.
   * Bump Standards-Version to 3.9.2. No changes were required.


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


[pkg-java] r13653 - in tags/groovy: . 1.7.10-2/debian

2011-05-04 Thread Tony Mancill
Author: tmancill
Date: 2011-05-05 03:51:19 + (Thu, 05 May 2011)
New Revision: 13653

Added:
   tags/groovy/1.7.10-2/
   tags/groovy/1.7.10-2/debian/changelog
Removed:
   tags/groovy/1.7.10-2/debian/changelog
Log:
[svn-buildpackage] Tagging groovy 1.7.10-2

Deleted: tags/groovy/1.7.10-2/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-05-04 15:05:35 UTC (rev 13651)
+++ tags/groovy/1.7.10-2/debian/changelog   2011-05-05 03:51:19 UTC (rev 
13653)
@@ -1,339 +0,0 @@
-groovy (1.7.10-2) UNRELEASED; urgency=low
-
-  * Add ant-nodeps jar as dep in debian/rules due to changes in Ant 1.8.1.
-  * Bump Standards-Version to 3.9.2. No changes were required.
-
- -- Miguel Landaeta mig...@miguel.cc  Wed, 04 May 2011 10:15:07 -0430
-
-groovy (1.7.10-1) unstable; urgency=low
-
-  * New upstream release.
-  * Use the location of java command instead of javac one to determine
-JAVA_HOME. (Closes: #619844).
-  * Replace optional dependency of java5-runtime-headless with
-sun-java6-jre since is not true that groovy will work with any Java 5
-runtime available in Debian.
-
- -- Miguel Landaeta mig...@miguel.cc  Wed, 23 Mar 2011 19:50:48 -0430
-
-groovy (1.7.9-1) unstable; urgency=low
-
-  * New upstream upload.
-  * Add optional Depends on java5-runtime-headless for
-groovy. (Closes: #617772).
-
- -- Miguel Landaeta mig...@miguel.cc  Fri, 11 Mar 2011 08:38:53 -0430
-
-groovy (1.7.8-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 17 Feb 2011 08:29:10 -0430
-
-groovy (1.7.7-1) unstable; urgency=low
-
-  * New upstream release. 
-  * Update dates in debian/copyright file.
-  * Add call to mh_clean in clean target.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 06 Feb 2011 19:56:53 -0430
-
-groovy (1.7.6-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Fix section of grape manpage.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 16 Dec 2010 19:22:04 -0430
-
-groovy (1.7.5-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Revert Depends on default-jdk. Set correct JAVA_HOME in startGroovy script.
-  * Update dates in debian/copyright file.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 11 Nov 2010 19:52:27 -0430
-
-groovy (1.7.4-1) unstable; urgency=low
-
-  * New upstream release.
-  * Add Depends on default-jdk. (Closes: 580160).
-  * Bump debhelper compatibility level to 7.
-  * Bump Standards-Version to 3.9.1.
-debian/copyright was updated to include the full text of BSD license,
-references to /usr/share/common-licenses/BSD are now deprecated.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 05 Aug 2010 19:38:10 -0430
-
-groovy (1.7.3-1) UNRELEASED; urgency=low
-
-  [ Steffen Moeller ]
-  * New upstream release, refreshed patches.
-  * Bumped policy to 3.9.0, no changes required
-
-  [ Miguel Landaeta ]
-  * Add myself as Uploader.
-  * Add Build-Depends and Depends on libjansi-java.
-  * Refresh patches/0002-ant-build.diff.patch.
-  * Add mh_clean invocation to clean target.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 05 Aug 2010 14:49:05 -0430
-
-groovy (1.7.2-1) UNRELEASED; urgency=low
-
-  [ Torsten Werner ]
-  UNRELEASED, FTBFS: needs jansi
-  * New upstream release
-  * Change maintainers into Maintainers.
-  * Update patches and convert them to dep3 format.
-
-  [ Thierry Carrez ]
-  * debian/control, debian/rules: (Build-)Depend on libservlet2.5-java
-instead of libservlet2.4-java
-  * debian/control: Remove useless runtime dependency on libclassworlds-java
-
- -- Thierry Carrez thierry.car...@ubuntu.com  Wed, 09 Jun 2010 10:53:24 +0200
-
-groovy (1.7.0-3) unstable; urgency=low
-
-  * Replace asm2 with asm3 in debian/maven.rules. (Closes: #571356)
-
- -- Torsten Werner twer...@debian.org  Sun, 28 Feb 2010 11:33:39 +0100
-
-groovy (1.7.0-2) unstable; urgency=low
-
-  * Replace asm2 with asm3 in debian/groovy.links (Closes: #571369)
-  * Replace asm2 with asm3 in patches/ant-build.diff
-
- -- Varun Hiremath va...@debian.org  Fri, 26 Feb 2010 16:39:51 -0500
-
-groovy (1.7.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Switch to source format 3.0 (quilt)
-  * debian/control:
-- Switch to default-jdk
-- Replace Build-Depends: libasm2* with libasm3*
-- Bump Standards-Version to 3.8.4
-  * Update all the patches
-
- -- Varun Hiremath va...@debian.org  Wed, 17 Feb 2010 18:25:49 -0500
-
-groovy (1.6.4-4) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Fix debian/copyright file (Closes: #543565)
-  * Bump Standards-Version to 3.8.3
-
-  [ Torsten Werner ]
-  * Remove Build-Depends: bnd and add a patch disable-bn.diff because bnd is
-not ready for main yet. (Closes: #543130)
-
- -- Torsten Werner twer...@debian.org  Wed, 16 Sep 2009 13:25:12 +0200
-
-groovy (1.6.4-3) unstable; urgency=low
-
-  * Patch startGroovy to use Debian paths (Closes: #540688)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 14 Aug 2009