r2112 - in trunk/asm: . debian
Barry Hawkins
barryh-guest at costa.debian.org
Sun May 7 02:12:43 UTC 2006
Author: barryh-guest
Date: 2006-05-07 02:12:43 +0000 (Sun, 07 May 2006)
New Revision: 2112
Removed:
trunk/asm/.cvsignore
trunk/asm/debian/.cvsignore
Modified:
trunk/asm/debian/changelog
trunk/asm/debian/control
Log:
Removed .cvsignore files
Updated uploader email address
Added Section: specifications for binary packages
Deleted: trunk/asm/.cvsignore
===================================================================
--- trunk/asm/.cvsignore 2006-05-07 01:02:31 UTC (rev 2111)
+++ trunk/asm/.cvsignore 2006-05-07 02:12:43 UTC (rev 2112)
@@ -1,13 +0,0 @@
-LICENSE.txt
-README.txt
-archive
-build-stamp
-build.properties
-build.xml
-doc
-examples
-jdoc
-output
-patch-stamp
-src
-test
Deleted: trunk/asm/debian/.cvsignore
===================================================================
--- trunk/asm/debian/.cvsignore 2006-05-07 01:02:31 UTC (rev 2111)
+++ trunk/asm/debian/.cvsignore 2006-05-07 02:12:43 UTC (rev 2112)
@@ -1,7 +0,0 @@
-files
-libasm-java
-libasm-java-doc
-libasm-java-doc.postinst.debhelper
-libasm-java-doc.prerm.debhelper
-patched
-patches
Modified: trunk/asm/debian/changelog
===================================================================
--- trunk/asm/debian/changelog 2006-05-07 01:02:31 UTC (rev 2111)
+++ trunk/asm/debian/changelog 2006-05-07 02:12:43 UTC (rev 2112)
@@ -1,3 +1,10 @@
+asm (1.5.3-4) unstable; urgency=low
+
+ * Updated standards version and uploader email
+ * Added Section: specifications for binary packages
+
+ -- Barry Hawkins <barry at alltc.com> Sat, 06 May 2006 21:48:59 -0400
+
asm (1.5.3-3) unstable; urgency=low
* kaffe compiler transition
Modified: trunk/asm/debian/control
===================================================================
--- trunk/asm/debian/control 2006-05-07 01:02:31 UTC (rev 2111)
+++ trunk/asm/debian/control 2006-05-07 02:12:43 UTC (rev 2112)
@@ -2,12 +2,14 @@
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Marcus Crafter <crafterm at debian.org>, Barry Hawkins <barry at bytemason.org>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.0.0), dpatch (>= 2.0.14), ant (>= 1.6.5-1), kaffe (>= 2:1.1.5-3), libow-util-ant-tasks-java (>= 1.3-2)
-Standards-Version: 3.6.2.1
+Uploaders: Marcus Crafter <crafterm at debian.org>, Barry Hawkins <barry at alltc.com>, Wolfgang Baer <WBaer at gmx.de>
+Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.14)
+Build-Depends-Indep: ant (>= 1.6.5-1), kaffe (>= 2:1.1.5-3), libow-util-ant-tasks-java (>= 1.3-2)
+Standards-Version: 3.7.2
Package: libasm-java
Architecture: all
+Section: devel
Depends: kaffe | java1-runtime | java2-runtime
Suggests: java-virtual-machine, libasm-java-doc
Description: Java bytecode manipulation framework
@@ -24,6 +26,7 @@
Package: libasm-java-doc
Architecture: all
+Section: doc
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