[pkg-java] r6676 - in branches/javassist: . openjdk/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Mon Jul 14 13:46:41 UTC 2008
Author: twerner
Date: 2008-07-14 13:46:39 +0000 (Mon, 14 Jul 2008)
New Revision: 6676
Added:
branches/javassist/openjdk/
branches/javassist/openjdk/debian/changelog
branches/javassist/openjdk/debian/control
branches/javassist/openjdk/debian/rules
Removed:
branches/javassist/openjdk/debian/changelog
branches/javassist/openjdk/debian/control
branches/javassist/openjdk/debian/rules
Log:
create openjdk branch
Copied: branches/javassist/openjdk (from rev 6078, trunk/javassist)
Deleted: branches/javassist/openjdk/debian/changelog
===================================================================
--- trunk/javassist/debian/changelog 2008-04-03 09:56:04 UTC (rev 6078)
+++ branches/javassist/openjdk/debian/changelog 2008-07-14 13:46:39 UTC (rev 6676)
@@ -1,38 +0,0 @@
-javassist (3.7.GA-1) unstable; urgency=low
-
- * New upstream release
- * Bump Standards-Version to 3.7.3
- * Bump up debhelper compat to 6
- * Remove README.Debian and add README.Debian-source
-
- -- Varun Hiremath <varun at debian.org> Mon, 21 Jan 2008 13:28:13 +0530
-
-javassist (3.6.GA-1) unstable; urgency=low
-
- [ Arnaud Vandyck ]
- * debian/control: fixed a typo in description, thanks to Marcus Better.
-
- [ Varun Hiremath ]
- * New upstream release.
- * debian/control:
- + Add Homepage, Vcs-{Svn, Browser} Headers.
- + Build-Depend on debhelper >=5
- + Build-Depend on sun-java6-jdk instead of ibm compiler.
- * debian/compat: switch to 5
- * debian/rules:
- + Clean up old comments.
- + Add install target.
- + Implement get-orig-source.
- * Remove libjavassist-java.install, libjavassist-java.links and
- libjavassist-java.dirs - not required.
- * Fix typo in debian/libjavassist-java-doc.install
- * Add debian/orig-tar.sh to repackage the source (zip) and create
- orig.tar.gz
-
- -- Varun Hiremath <varunhiremath at gmail.com> Fri, 09 Nov 2007 20:09:52 +0530
-
-javassist (3.4.dfsg.1-1) unstable; urgency=low
-
- * Initial Release (closes: #386102).
-
- -- Arnaud Vandyck <avdyk at debian.org> Sat, 14 Apr 2007 15:03:40 +0200
Copied: branches/javassist/openjdk/debian/changelog (from rev 6079, trunk/javassist/debian/changelog)
===================================================================
--- branches/javassist/openjdk/debian/changelog (rev 0)
+++ branches/javassist/openjdk/debian/changelog 2008-07-14 13:46:39 UTC (rev 6676)
@@ -0,0 +1,46 @@
+javassist (3.7.GA-2) UNRELEASED; urgency=low
+
+ * Switch to openjdk-6.
+ * Move package to main.
+ * Add myself to Uploaders.
+
+ -- Torsten Werner <twerner at debian.org> Thu, 03 Apr 2008 12:16:21 +0200
+
+javassist (3.7.GA-1) unstable; urgency=low
+
+ * New upstream release
+ * Bump Standards-Version to 3.7.3
+ * Bump up debhelper compat to 6
+ * Remove README.Debian and add README.Debian-source
+
+ -- Varun Hiremath <varun at debian.org> Mon, 21 Jan 2008 13:28:13 +0530
+
+javassist (3.6.GA-1) unstable; urgency=low
+
+ [ Arnaud Vandyck ]
+ * debian/control: fixed a typo in description, thanks to Marcus Better.
+
+ [ Varun Hiremath ]
+ * New upstream release.
+ * debian/control:
+ + Add Homepage, Vcs-{Svn, Browser} Headers.
+ + Build-Depend on debhelper >=5
+ + Build-Depend on sun-java6-jdk instead of ibm compiler.
+ * debian/compat: switch to 5
+ * debian/rules:
+ + Clean up old comments.
+ + Add install target.
+ + Implement get-orig-source.
+ * Remove libjavassist-java.install, libjavassist-java.links and
+ libjavassist-java.dirs - not required.
+ * Fix typo in debian/libjavassist-java-doc.install
+ * Add debian/orig-tar.sh to repackage the source (zip) and create
+ orig.tar.gz
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Fri, 09 Nov 2007 20:09:52 +0530
+
+javassist (3.4.dfsg.1-1) unstable; urgency=low
+
+ * Initial Release (closes: #386102).
+
+ -- Arnaud Vandyck <avdyk at debian.org> Sat, 14 Apr 2007 15:03:40 +0200
Deleted: branches/javassist/openjdk/debian/control
===================================================================
--- trunk/javassist/debian/control 2008-04-03 09:56:04 UTC (rev 6078)
+++ branches/javassist/openjdk/debian/control 2008-07-14 13:46:39 UTC (rev 6676)
@@ -1,47 +0,0 @@
-Source: javassist
-Section: contrib/libs
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Varun Hiremath <varun at debian.org>
-Build-Depends: debhelper (>= 6), cdbs
-Build-Depends-Indep: ant, sun-java6-jdk
-Standards-Version: 3.7.3
-Homepage: http://www.csg.is.titech.ac.jp/~chiba/javassist/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javassist
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/javassist
-
-Package: libjavassist-java
-Section: contrib/libs
-Architecture: all
-Depends: sun-java6-jre | java1-runtime | java2-runtime
-Description: library for editing bytecodes in Java
- This library makes Java bytecode manipulation simple. It enables Java
- programs to define a new class at runtime and to modify a class file
- when the JVM loads it.
- .
- Unlike other bytecode editors, Javassist provides two levels of API:
- source level and bytecode level. With the source-level API, users can
- edit a class file without knowledge of the specifications of the Java
- bytecode. You can even specify inserted bytecode in the form of source
- text; Javassist compiles it on the fly. On the other hand, the
- bytecode-level API allows the users to directly edit a class file as
- other editors.
-
-Package: libjavassist-java-doc
-Section: contrib/doc
-Architecture: all
-Suggests: libjavassist-java
-Description: library for editing bytecodes in Java
- This library makes Java bytecode manipulation simple. It enables Java
- programs to define a new class at runtime and to modify a class file
- when the JVM loads it.
- .
- Unlike other bytecode editors, Javassist provides two levels of API:
- source level and bytecode level. With the source-level API, users can
- edit a class file without knowledge of the specifications of the Java
- bytecode. You can even specify inserted bytecode in the form of source
- text; Javassist compiles it on the fly. On the other hand, the
- bytecode-level API allows the users to directly edit a class file as
- other editors.
- .
- This package includes the documentation.
Copied: branches/javassist/openjdk/debian/control (from rev 6079, trunk/javassist/debian/control)
===================================================================
--- branches/javassist/openjdk/debian/control (rev 0)
+++ branches/javassist/openjdk/debian/control 2008-07-14 13:46:39 UTC (rev 6676)
@@ -0,0 +1,47 @@
+Source: javassist
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Varun Hiremath <varun at debian.org>,
+ Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 6), cdbs
+Build-Depends-Indep: ant, openjdk-6-jdk | sun-java6-jdk
+Standards-Version: 3.7.3
+Homepage: http://www.csg.is.titech.ac.jp/~chiba/javassist/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javassist
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/javassist
+
+Package: libjavassist-java
+Architecture: all
+Depends: sun-java6-jre | java1-runtime | java2-runtime
+Description: library for editing bytecodes in Java
+ This library makes Java bytecode manipulation simple. It enables Java
+ programs to define a new class at runtime and to modify a class file
+ when the JVM loads it.
+ .
+ Unlike other bytecode editors, Javassist provides two levels of API:
+ source level and bytecode level. With the source-level API, users can
+ edit a class file without knowledge of the specifications of the Java
+ bytecode. You can even specify inserted bytecode in the form of source
+ text; Javassist compiles it on the fly. On the other hand, the
+ bytecode-level API allows the users to directly edit a class file as
+ other editors.
+
+Package: libjavassist-java-doc
+Section: doc
+Architecture: all
+Suggests: libjavassist-java
+Description: library for editing bytecodes in Java
+ This library makes Java bytecode manipulation simple. It enables Java
+ programs to define a new class at runtime and to modify a class file
+ when the JVM loads it.
+ .
+ Unlike other bytecode editors, Javassist provides two levels of API:
+ source level and bytecode level. With the source-level API, users can
+ edit a class file without knowledge of the specifications of the Java
+ bytecode. You can even specify inserted bytecode in the form of source
+ text; Javassist compiles it on the fly. On the other hand, the
+ bytecode-level API allows the users to directly edit a class file as
+ other editors.
+ .
+ This package includes the documentation.
Deleted: branches/javassist/openjdk/debian/rules
===================================================================
--- trunk/javassist/debian/rules 2008-04-03 09:56:04 UTC (rev 6078)
+++ branches/javassist/openjdk/debian/rules 2008-07-14 13:46:39 UTC (rev 6676)
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-# debian/rules file for c3p0 (uses cdbs)
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-JAVA_HOME := /usr/lib/jvm/java-6-sun
-DEB_ANT_BUILD_TARGET := jar javadocs
-
-clean::
- $(RM) javassist-src.jar
-
-install/libjavassist-java::
- install -m 644 -D javassist.jar debian/libjavassist-java/usr/share/java/javassist-$(DEB_UPSTREAM_VERSION).jar
- dh_link /usr/share/java/javassist-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/javassist.jar
-
-get-orig-source:
- -uscan --upstream-version 0
Copied: branches/javassist/openjdk/debian/rules (from rev 6079, trunk/javassist/debian/rules)
===================================================================
--- branches/javassist/openjdk/debian/rules (rev 0)
+++ branches/javassist/openjdk/debian/rules 2008-07-14 13:46:39 UTC (rev 6676)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+# debian/rules file for c3p0 (uses cdbs)
+
+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 /usr/lib/jvm/java-6-sun
+DEB_ANT_BUILD_TARGET := jar javadocs
+
+clean::
+ $(RM) javassist-src.jar
+
+install/libjavassist-java::
+ install -m 644 -D javassist.jar debian/libjavassist-java/usr/share/java/javassist-$(DEB_UPSTREAM_VERSION).jar
+ dh_link /usr/share/java/javassist-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/javassist.jar
+
+get-orig-source:
+ -uscan --upstream-version 0
More information about the pkg-java-commits
mailing list