[pkg-java] r15626 - trunk/asm/debian
Tony Mancill
tmancill at alioth.debian.org
Mon Jan 2 00:56:53 UTC 2012
Author: tmancill
Date: 2012-01-02 00:56:53 +0000 (Mon, 02 Jan 2012)
New Revision: 15626
Modified:
trunk/asm/debian/changelog
trunk/asm/debian/control
Log:
update Uploaders; closes #653987
Modified: trunk/asm/debian/changelog
===================================================================
--- trunk/asm/debian/changelog 2012-01-02 00:37:08 UTC (rev 15625)
+++ trunk/asm/debian/changelog 2012-01-02 00:56:53 UTC (rev 15626)
@@ -1,3 +1,13 @@
+asm (1.5.3-8) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Remove Michael Koch from Uploaders. (Closes: #653987)
+ * Add myself to Uploaders (to prevent the field from being empty).
+ * Drop needless dependencies on JRE.
+ * Updated Standards-Version to 3.9.2.
+
+ -- tony mancill <tmancill at debian.org> Sun, 01 Jan 2012 16:55:35 -0800
+
asm (1.5.3-7) unstable; urgency=low
* Team upload.
Modified: trunk/asm/debian/control
===================================================================
--- trunk/asm/debian/control 2012-01-02 00:37:08 UTC (rev 15625)
+++ trunk/asm/debian/control 2012-01-02 00:56:53 UTC (rev 15626)
@@ -2,17 +2,17 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Koch <konqueror at gmx.de>
+Uploaders: tony mancill <tmancill at debian.org>
Build-Depends: debhelper (>= 7), cdbs, default-jdk
Build-Depends-Indep: libow-util-ant-tasks-java (>= 1.3-2)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/asm
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/asm/
Homepage: http://asm.objectweb.org/
Package: libasm-java
Architecture: all
-Depends: default-jdk | java2-runtime-headless, ${misc:Depends}
+Depends: ${java:Depends}, ${misc:Depends}
Suggests: libasm-java-doc
Description: Java bytecode manipulation framework
It can be used to dynamically generate stub classes or other proxy classes,
@@ -29,7 +29,7 @@
Package: libasm-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}
+Depends: ${java:Depends}, ${misc:Depends}
Suggests: libasm-java
Description: Documentation for ASM, the Java(TM) bytecode manipulation framework
It can be used to dynamically generate stub classes or other proxy classes,
More information about the pkg-java-commits
mailing list