[pkg-java] r10572 - trunk/flutejava/debian

Michael Koch mkoch at alioth.debian.org
Thu Sep 24 19:22:01 UTC 2009


Author: mkoch
Date: 2009-09-24 19:22:01 +0000 (Thu, 24 Sep 2009)
New Revision: 10572

Modified:
   trunk/flutejava/debian/changelog
   trunk/flutejava/debian/compat
   trunk/flutejava/debian/control
   trunk/flutejava/debian/copyright
   trunk/flutejava/debian/rules
Log:
flutejava (1.3-4) unstable; urgency=low

  * Patched Parser.jj to be Java5-friendly.
  * (Build-)Depends on default-jdk.
  * Build-Depends on debhelper >= 7.
  * Build-Depends on javacc >= 5.0.
  * Replaces dh_clean -k by dh_prep.
  * Converted to debian/copyright to UTF-8 and improved
    license reference.
  * Moved package to section 'java'.
  * Updated Standards-Version to 3.8.3.

 -- Michael Koch <konqueror at gmx.de>  Thu, 24 Sep 2009 20:47:11 +0200



Modified: trunk/flutejava/debian/changelog
===================================================================
--- trunk/flutejava/debian/changelog	2009-09-24 19:21:17 UTC (rev 10571)
+++ trunk/flutejava/debian/changelog	2009-09-24 19:22:01 UTC (rev 10572)
@@ -1,3 +1,17 @@
+flutejava (1.3-4) unstable; urgency=low
+
+  * Patched Parser.jj to be Java5-friendly.
+  * (Build-)Depends on default-jdk.
+  * Build-Depends on debhelper >= 7.
+  * Build-Depends on javacc >= 5.0.
+  * Replaces dh_clean -k by dh_prep.
+  * Converted to debian/copyright to UTF-8 and improved
+    license reference.
+  * Moved package to section 'java'.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Thu, 24 Sep 2009 20:47:11 +0200
+
 flutejava (1.3-3) unstable; urgency=low
 
   * fix parser rebuilding - thanks Paul Cager. Rebuild it.

Modified: trunk/flutejava/debian/compat
===================================================================
--- trunk/flutejava/debian/compat	2009-09-24 19:21:17 UTC (rev 10571)
+++ trunk/flutejava/debian/compat	2009-09-24 19:22:01 UTC (rev 10572)
@@ -1 +1 @@
-5
+7

Modified: trunk/flutejava/debian/control
===================================================================
--- trunk/flutejava/debian/control	2009-09-24 19:21:17 UTC (rev 10571)
+++ trunk/flutejava/debian/control	2009-09-24 19:22:01 UTC (rev 10572)
@@ -1,15 +1,15 @@
 Source: flutejava
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5), java-gcj-compat-dev, libsac-java, javacc
-Standards-Version: 3.7.2
-Section: libs
+Build-Depends: debhelper (>= 7), default-jdk, libsac-java, javacc (>= 5.0)
+Standards-Version: 3.8.3
 Homepage: http://www.w3.org/Style/CSS/SAC/
 
 Package: libflute-java
 Architecture: all
-Depends: java-gcj-compat | java1-runtime | java2-runtime, libsac-java
+Depends: default-jre-headlesss | java1-runtime | java2-runtime, libsac-java
 Suggests: libflute-java-doc
 Description: Java CSS parser using SAC
  Flute is a CSS2 parser written in Java that implements SAC.
@@ -27,4 +27,3 @@
  modelled on the SAX API for XML parsers.
  .
  This package contains the javadoc documentation.
-

Modified: trunk/flutejava/debian/copyright
===================================================================
--- trunk/flutejava/debian/copyright	2009-09-24 19:21:17 UTC (rev 10571)
+++ trunk/flutejava/debian/copyright	2009-09-24 19:22:01 UTC (rev 10572)
@@ -5,17 +5,17 @@
 
 Upstream Author: 
 
-   Philippe Le Hégaret <plh at w3.org>
+   Philippe Le Hégaret <plh at w3.org>
  
 Copyright: 
 
-    Copyright © 2002 World Wide Web Consortium
+    Copyright © 2002 World Wide Web Consortium
 
 License:
 
                             W3C IPR SOFTWARE NOTICE
 
-  Copyright © 2002 World Wide Web Consortium, (Massachusetts Institute of
+  Copyright © 2002 World Wide Web Consortium, (Massachusetts Institute of
   Technology, Institut National de Recherche en Informatique et en Automatique,
   Keio University). All Rights Reserved.
 
@@ -23,7 +23,7 @@
    License could be found at
    http://www.w3.org/Consortium/Legal/copyright-software-19980720
 
-  Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
+  Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
   Technology, Institut National de Recherche en Informatique et en Automatique,
   Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/
 
@@ -44,7 +44,7 @@
        terms and conditions. If none exist, a short notice of the
        following form (hypertext is preferred, text is permitted) should
        be used within the body of any redistributed or derivative code:
-       "Copyright © 2002 World Wide Web Consortium, (Massachusetts
+       "Copyright © 2002 World Wide Web Consortium, (Massachusetts
        Institute of Technology, Institut National de Recherche en
        Informatique et en Automatique, Keio University). All Rights
        Reserved. http://www.w3.org/Consortium/Legal/"
@@ -70,6 +70,4 @@
    holders.
 
 The Debian packaging is (C) 2007, Rene Engelhard <rene at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-
-
+is licensed under the GPL, version 2, see `/usr/share/common-licenses/GPL-2'.

Modified: trunk/flutejava/debian/rules
===================================================================
--- trunk/flutejava/debian/rules	2009-09-24 19:21:17 UTC (rev 10571)
+++ trunk/flutejava/debian/rules	2009-09-24 19:22:01 UTC (rev 10572)
@@ -16,11 +16,12 @@
 	dh_testdir
 
 	cd org/w3c/flute/parser && javacc Parser.jj
-	/usr/lib/jvm/java-gcj/bin/javac -cp /usr/share/java/sac.jar \
+	/usr/lib/jvm/default-java/bin/javac -cp /usr/share/java/sac.jar \
+		-source 1.5 -target 1.5 \
 		`find org -name "*.java" | xargs`
-	/usr/lib/jvm/java-gcj/bin/jar cvf flute-$(VERSION).jar `find org -name "*.class" | xargs`
+	/usr/lib/jvm/default-java/bin/jar cvf flute-$(VERSION).jar `find org -name "*.class" | xargs`
 	if [ ! -d doc ]; then mkdir doc; fi
-	/usr/lib/jvm/java-gcj/bin/javadoc -d doc `find org -name "*.java" | xargs`
+	/usr/lib/jvm/default-java/bin/javadoc -d doc `find org -name "*.java" | xargs`
 
 	touch $@
 
@@ -44,7 +45,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep 
 	dh_installdirs
 
 	dh_install




More information about the pkg-java-commits mailing list