[pkg-java] r8516 - trunk/cglib2.1/debian
Damien Raude-Morvan
drazzib-guest at alioth.debian.org
Wed Jun 17 21:58:16 UTC 2009
Author: drazzib-guest
Date: 2009-06-17 21:58:16 +0000 (Wed, 17 Jun 2009)
New Revision: 8516
Added:
trunk/cglib2.1/debian/README.source
Removed:
trunk/cglib2.1/debian/README.Debian-source
Modified:
trunk/cglib2.1/debian/changelog
trunk/cglib2.1/debian/control
trunk/cglib2.1/debian/rules
Log:
* Use default-java-builddep:
- Remove B-D on java-gcj-compat-dev (Closes: #526274)
- Add default-java-builddep to B-D
- Use /usr/lib/jvm/default-java as JAVA_HOME
* Move ant to B-D-I (needed for clean target)
* Add myself as Uploaders
* Add ${misc:Depends} as suggested by Lintian
* Fix short-description of libcglib2.1-java-doc
to include "documentation"
* Fix Vcs-* fields to use "cglib2.1" instead of "cglib"
* Bump Standards-Version to 3.8.2:
- Move to "java" section
- Rename README.Debian-source to README.source
Deleted: trunk/cglib2.1/debian/README.Debian-source
===================================================================
--- trunk/cglib2.1/debian/README.Debian-source 2009-06-17 20:44:54 UTC (rev 8515)
+++ trunk/cglib2.1/debian/README.Debian-source 2009-06-17 21:58:16 UTC (rev 8516)
@@ -1,10 +0,0 @@
-The upstream supplied source package contains binary jar files and
-pre-built documentation. Currently no clean source distribution
-exists. Therefore, the upstream sources were modified to comply with
-the Debian Free Software Guidelines.
-
-Use the rules/get-orig-source target to create the orig.tar.gz.
-For more details on repackaging of upstream sources please see the
-debian/orig-tar.sh file.
-
--- Torsten Werner <twerner at debian.org> Fri Oct 12 19:17:47 CEST 2007
Copied: trunk/cglib2.1/debian/README.source (from rev 8513, trunk/cglib2.1/debian/README.Debian-source)
===================================================================
--- trunk/cglib2.1/debian/README.source (rev 0)
+++ trunk/cglib2.1/debian/README.source 2009-06-17 21:58:16 UTC (rev 8516)
@@ -0,0 +1,10 @@
+The upstream supplied source package contains binary jar files and
+pre-built documentation. Currently no clean source distribution
+exists. Therefore, the upstream sources were modified to comply with
+the Debian Free Software Guidelines.
+
+Use the rules/get-orig-source target to create the orig.tar.gz.
+For more details on repackaging of upstream sources please see the
+debian/orig-tar.sh file.
+
+-- Torsten Werner <twerner at debian.org> Fri Oct 12 19:17:47 CEST 2007
Modified: trunk/cglib2.1/debian/changelog
===================================================================
--- trunk/cglib2.1/debian/changelog 2009-06-17 20:44:54 UTC (rev 8515)
+++ trunk/cglib2.1/debian/changelog 2009-06-17 21:58:16 UTC (rev 8516)
@@ -1,3 +1,21 @@
+cglib2.1 (2.1.3.dfsg.2-2) UNRELEASED; urgency=low
+
+ * Use default-java-builddep:
+ - Remove B-D on java-gcj-compat-dev (Closes: #526274)
+ - Add default-java-builddep to B-D
+ - Use /usr/lib/jvm/default-java as JAVA_HOME
+ * Move ant to B-D-I (needed for clean target)
+ * Add myself as Uploaders
+ * Add ${misc:Depends} as suggested by Lintian
+ * Fix short-description of libcglib2.1-java-doc
+ to include "documentation"
+ * Fix Vcs-* fields to use "cglib2.1" instead of "cglib"
+ * Bump Standards-Version to 3.8.2:
+ - Move to "java" section
+ - Rename README.Debian-source to README.source
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com> Wed, 17 Jun 2009 23:56:36 +0200
+
cglib2.1 (2.1.3.dfsg.2-1) unstable; urgency=low
* Increase the upstream version number without changing the actual tarball
Modified: trunk/cglib2.1/debian/control
===================================================================
--- trunk/cglib2.1/debian/control 2009-06-17 20:44:54 UTC (rev 8515)
+++ trunk/cglib2.1/debian/control 2009-06-17 21:58:16 UTC (rev 8516)
@@ -1,19 +1,18 @@
Source: cglib2.1
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Torsten Werner <twerner at debian.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.69-2), ant,
- libasm-java, libaspectwerkz2-java, junit
-Standards-Version: 3.7.3
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Torsten Werner <twerner at debian.org>, Michael Koch <konqueror at gmx.de>, Damien Raude-Morvan <drazzib at drazzib.com>
+Build-Depends: debhelper (>= 5), cdbs, ant, default-jdk-builddep
+Build-Depends-Indep: libasm-java, libaspectwerkz2-java, junit
+Standards-Version: 3.8.2
Homepage: http://cglib.sourceforge.net
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/cglib/
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/cglib
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/cglib2.1/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/cglib2.1
Package: libcglib2.1-java
Architecture: all
-Depends: java-gcj-compat | java2-runtime, libasm-java
+Depends: ${misc:Depends}, default-jre-headless | java2-runtime, libasm-java
Description: code generation library for Java
cglib is a powerful, high performance and quality code generation
library. It is used to extend Java classes and implement interfaces at
@@ -22,8 +21,9 @@
Package: libcglib2.1-java-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Suggests: libcglib2.1-java
-Description: code generation library for Java
+Description: code generation library for Java - documentation
cglib is a powerful, high performance and quality code generation
library. It is used to extend Java classes and implement interfaces at
run-time.
Modified: trunk/cglib2.1/debian/rules
===================================================================
--- trunk/cglib2.1/debian/rules 2009-06-17 20:44:54 UTC (rev 8515)
+++ trunk/cglib2.1/debian/rules 2009-06-17 21:58:16 UTC (rev 8516)
@@ -8,7 +8,7 @@
# the upstream version without the .dfsg* suffix:
VERSION := `expr match $(DEB_UPSTREAM_VERSION) '\(.*\)\.dfsg.*'`
-JAVA_HOME := /usr/lib/jvm/java-gcj/
+JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := asm-attrs asm asm-util junit aspectwerkz aspectwerkz-core
DEB_ANT_BUILD_TARGET := jardep javadoc
DEB_ANT_ARGS += -Dcomponent.version=$(VERSION)
More information about the pkg-java-commits
mailing list