[pkg-java] r10419 - trunk/jrexx/debian

Michael Koch mkoch at alioth.debian.org
Wed Sep 16 21:25:21 UTC 2009


Author: mkoch
Date: 2009-09-16 21:25:21 +0000 (Wed, 16 Sep 2009)
New Revision: 10419

Modified:
   trunk/jrexx/debian/changelog
   trunk/jrexx/debian/compat
   trunk/jrexx/debian/control
   trunk/jrexx/debian/rules
Log:
jrexx (1.1.1-5) unstable; urgency=low

  * (Build-)Depends on default-jdk (Closes: #526283).
  * Build-Depends on debhelper >= 7.
  * Moved package to section 'java'.
  * Updated Standards-Version to 3.8.3.

 -- Michael Koch <konqueror at gmx.de>  Wed, 16 Sep 2009 23:16:03 +0200



Modified: trunk/jrexx/debian/changelog
===================================================================
--- trunk/jrexx/debian/changelog	2009-09-16 21:25:03 UTC (rev 10418)
+++ trunk/jrexx/debian/changelog	2009-09-16 21:25:21 UTC (rev 10419)
@@ -1,3 +1,12 @@
+jrexx (1.1.1-5) unstable; urgency=low
+
+  * (Build-)Depends on default-jdk (Closes: #526283).
+  * Build-Depends on debhelper >= 7.
+  * Moved package to section 'java'.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Wed, 16 Sep 2009 23:16:03 +0200
+
 jrexx (1.1.1-4) unstable; urgency=low
 
   * Really fix typos in short and long description. Closes: #466680.

Modified: trunk/jrexx/debian/compat
===================================================================
--- trunk/jrexx/debian/compat	2009-09-16 21:25:03 UTC (rev 10418)
+++ trunk/jrexx/debian/compat	2009-09-16 21:25:21 UTC (rev 10419)
@@ -1 +1 @@
-5
+7

Modified: trunk/jrexx/debian/control
===================================================================
--- trunk/jrexx/debian/control	2009-09-16 21:25:03 UTC (rev 10418)
+++ trunk/jrexx/debian/control	2009-09-16 21:25:21 UTC (rev 10419)
@@ -1,19 +1,17 @@
 Source: jrexx
-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>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.69-2), ant
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jrexx
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jrexx
 Homepage: http://www.karneim.com/jrexx/
 
 Package: libjrexx-java
-Section: libs
 Architecture: all
-Depends: java-gcj-compat | java2-runtime
+Depends: default-jdk | java2-runtime, ${misc:Depends}
 Description: automaton based regular expression API for java
  jrexx is a regular expression API for textual pattern matching based on
  the finite state automaton theory. Its matching algorithm is extremly

Modified: trunk/jrexx/debian/rules
===================================================================
--- trunk/jrexx/debian/rules	2009-09-16 21:25:03 UTC (rev 10418)
+++ trunk/jrexx/debian/rules	2009-09-16 21:25:21 UTC (rev 10419)
@@ -7,8 +7,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-JAVA_HOME := /usr/lib/jvm/java-gcj/
-ANT_HOME := /usr/share/ant
+JAVA_HOME := /usr/lib/jvm/default-java
 
 DEB_JARS := 
 DEB_ANT_BUILD_TARGET := jar # javadocs




More information about the pkg-java-commits mailing list