Author: rene
Date: 2007-10-24 09:01:53 +0000 (Wed, 24 Oct 2007)
New Revision: 4453

Added:
   trunk/flutejava/
   trunk/flutejava/debian/
   trunk/flutejava/debian/README.Debian
   trunk/flutejava/debian/changelog
   trunk/flutejava/debian/compat
   trunk/flutejava/debian/control
   trunk/flutejava/debian/copyright
   trunk/flutejava/debian/dirs
   trunk/flutejava/debian/libflute-java-doc.docs
   trunk/flutejava/debian/libflute-java.install
   trunk/flutejava/debian/libflute-java.links
   trunk/flutejava/debian/rules
Log:
initial version of flutejava

Added: trunk/flutejava/debian/README.Debian
===================================================================
--- trunk/flutejava/debian/README.Debian                                (rev 0)
+++ trunk/flutejava/debian/README.Debian        2007-10-24 09:01:53 UTC (rev 
4453)
@@ -0,0 +1,6 @@
+sac for Debian
+--------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Wed, 15 Aug 2007 18:03:35 +0200

Added: trunk/flutejava/debian/changelog
===================================================================
--- trunk/flutejava/debian/changelog                            (rev 0)
+++ trunk/flutejava/debian/changelog    2007-10-24 09:01:53 UTC (rev 4453)
@@ -0,0 +1,5 @@
+flutejava (1.3-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Mon, 08 Oct 2007 15:32:07 +0200

Added: trunk/flutejava/debian/compat
===================================================================
--- trunk/flutejava/debian/compat                               (rev 0)
+++ trunk/flutejava/debian/compat       2007-10-24 09:01:53 UTC (rev 4453)
@@ -0,0 +1 @@
+5

Added: trunk/flutejava/debian/control
===================================================================
--- trunk/flutejava/debian/control                              (rev 0)
+++ trunk/flutejava/debian/control      2007-10-24 09:01:53 UTC (rev 4453)
@@ -0,0 +1,38 @@
+Source: flutejava
+Priority: optional
+Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]>
+Uploaders: Rene Engelhard <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5), java-gcj-compat-dev, libsac-java, javacc
+Standards-Version: 3.7.2
+Section: libs
+
+Package: libflute-java
+Architecture: all
+Depends: java-gcj-compat | java2-runtime
+Suggests: libflute-java-doc
+Description: Java CSS parser using SAC
+ Flute is a CSS2 parser written in Java that implements SAC.
+ SAC is a standard event-based API for CSS parsers, closely
+ modelled on the SAX API for XML parsers.
+ .
+ This package contains the library.
+
+Package: libflute-java-doc
+Section: doc
+Architecture: all
+Description: Java CSS parser using SAC -- documentation
+ Flute is a CSS2 parser written in Java that implements SAC.
+ SAC is a standard event-based API for CSS parsers, closely
+ modelled on the SAX API for XML parsers.
+ .
+ This package contains the javadoc documentation.
+
+Package: libflute-java-gcj
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java2-runtime
+Description: Java CSS parser using SAC (native code)
+ Java CSS parser using SAC.
+ .
+ This package contains the library compiled to native code for use
+ with gij.
+

Added: trunk/flutejava/debian/copyright
===================================================================
--- trunk/flutejava/debian/copyright                            (rev 0)
+++ trunk/flutejava/debian/copyright    2007-10-24 09:01:53 UTC (rev 4453)
@@ -0,0 +1,75 @@
+This package was debianized by Rene Engelhard <[EMAIL PROTECTED]> on
+Sun Aug 26 23:54:23
+
+It was downloaded from http://www.w3.org/Style/CSS/SAC/
+
+Upstream Author: 
+
+   Philippe Le H�garet <[EMAIL PROTECTED]>
+ 
+Copyright: 
+
+    Copyright � 2002 World Wide Web Consortium
+
+License:
+
+                            W3C IPR SOFTWARE NOTICE
+
+  Copyright � 2002 World Wide Web Consortium, (Massachusetts Institute of
+  Technology, Institut National de Recherche en Informatique et en Automatique,
+  Keio University). All Rights Reserved.
+
+   Note: The original version of the W3C Software Copyright Notice and
+   License could be found at
+   http://www.w3.org/Consortium/Legal/copyright-software-19980720
+
+  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/
+
+   This W3C work (including software, documents, or other related items)
+   is being provided by the copyright holders under the following license.
+   By obtaining, using and/or copying this work, you (the licensee) agree
+   that you have read, understood, and will comply with the following
+   terms and conditions:
+
+   Permission to use, copy, and modify this software and its
+   documentation, with or without modification,  for any purpose and
+   without fee or royalty is hereby granted, provided that you include the
+   following on ALL copies of the software and documentation or portions
+   thereof, including modifications, that you make:
+    1. The full text of this NOTICE in a location viewable to users of the
+       redistributed or derivative work.
+    2. Any pre-existing intellectual property disclaimers, notices, or
+       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
+       Institute of Technology, Institut National de Recherche en
+       Informatique et en Automatique, Keio University). All Rights
+       Reserved. http://www.w3.org/Consortium/Legal/";
+    3. Notice of any changes or modifications to the W3C files, including
+       the date changes were made. (We recommend you provide URIs to the
+       location from which the code is derived.)
+
+   THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
+   HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
+   INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
+   FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
+   DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
+   TRADEMARKS OR OTHER RIGHTS.
+
+   COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
+   OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
+   DOCUMENTATION.
+
+   The name and trademarks of copyright holders may NOT be used in
+   advertising or publicity pertaining to the software without specific,
+   written prior permission. Title to copyright in this software and any
+   associated documentation will at all times remain with copyright
+   holders.
+
+The Debian packaging is (C) 2007, Rene Engelhard <[EMAIL PROTECTED]> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+

Added: trunk/flutejava/debian/dirs
===================================================================
--- trunk/flutejava/debian/dirs                         (rev 0)
+++ trunk/flutejava/debian/dirs 2007-10-24 09:01:53 UTC (rev 4453)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: trunk/flutejava/debian/libflute-java-doc.docs
===================================================================
--- trunk/flutejava/debian/libflute-java-doc.docs                               
(rev 0)
+++ trunk/flutejava/debian/libflute-java-doc.docs       2007-10-24 09:01:53 UTC 
(rev 4453)
@@ -0,0 +1 @@
+doc/*

Added: trunk/flutejava/debian/libflute-java.install
===================================================================
--- trunk/flutejava/debian/libflute-java.install                                
(rev 0)
+++ trunk/flutejava/debian/libflute-java.install        2007-10-24 09:01:53 UTC 
(rev 4453)
@@ -0,0 +1 @@
+flute-1.3.jar usr/share/java

Added: trunk/flutejava/debian/libflute-java.links
===================================================================
--- trunk/flutejava/debian/libflute-java.links                          (rev 0)
+++ trunk/flutejava/debian/libflute-java.links  2007-10-24 09:01:53 UTC (rev 
4453)
@@ -0,0 +1 @@
+usr/share/java/flute-1.3.jar usr/share/java/flute.jar

Added: trunk/flutejava/debian/rules
===================================================================
--- trunk/flutejava/debian/rules                                (rev 0)
+++ trunk/flutejava/debian/rules        2007-10-24 09:01:53 UTC (rev 4453)
@@ -0,0 +1,79 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+       dh_testdir
+       touch configure-stamp
+
+
+build: build-stamp
+build-stamp: configure-stamp 
+       dh_testdir
+
+       # FIXME
+       #for i in TokenMgrError.java ParseException.java Token.java 
CharStream.java; do \
+       #       rm -f org/w3c/flute/parser/$$i; \
+       #done
+       #cd org/w3c/flute/parser && javacc Parser.jj
+       /usr/lib/jvm/java-gcj/bin/javac -cp /usr/share/java/sac.jar \
+               `find org -name "*.java" | xargs`
+       /usr/lib/jvm/java-gcj/bin/jar cvf flute-1.3.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`
+
+       touch $@
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp configure-stamp
+
+       rm -f flute.jar flute-1.3.jar
+       -find org -name "*.class" | xargs rm
+       # remove this; will be rebuilt
+       rm -rf doc
+
+       dh_clean 
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+       dh_installdirs
+
+       dh_install
+
+binary-indep: build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs -i
+       dh_installdocs -i
+       dh_link -i
+       dh_compress -i 
+       dh_fixperms -i
+       dh_installdeb -i
+       dh_gencontrol -i
+       dh_md5sums -i
+       dh_builddeb -i
+
+binary-arch: build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs -s
+       dh_installdocs -s
+       dh_link -s
+       dh_nativejava -s -plibflute-java-gcj
+       dh_strip -s
+       dh_compress -s
+       dh_fixperms -s
+       dh_installdeb -s
+       dh_shlibdeps -s
+       dh_gencontrol -s
+       dh_md5sums -s
+       dh_builddeb -s
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: trunk/flutejava/debian/rules
___________________________________________________________________
Name: svn:executable
   + *


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to