--- sacjava-1.3.orig/debian/compat +++ sacjava-1.3/debian/compat @@ -0,0 +1 @@ +5 --- sacjava-1.3.orig/debian/libsac-java-doc.docs +++ sacjava-1.3/debian/libsac-java-doc.docs @@ -0,0 +1 @@ +doc/* --- sacjava-1.3.orig/debian/copyright +++ sacjava-1.3/debian/copyright @@ -0,0 +1,75 @@ +This package was debianized by Rene Engelhard on +Wed, 15 Aug 2007 18:03:35 +0200. + +It was downloaded from http://www.w3.org/Style/CSS/SAC/ + +Upstream Author: + + Philippe Le Hégaret + +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 and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + + --- sacjava-1.3.orig/debian/rules +++ sacjava-1.3/debian/rules @@ -0,0 +1,76 @@ +#!/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 + + /usr/lib/jvm/default-java/bin/javac `find org -name "*.java" | xargs` + /usr/lib/jvm/default-java/bin/jar cvf sac-1.3.jar `find org -name "*.class" | xargs` + if [ ! -d doc ]; then mkdir doc; fi + /usr/lib/jvm/default-java/bin/javadoc -d doc `find org -name "*.java" | xargs` + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + rm -f sac.jar sac-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 + + install -m644 -D sac-1.3.jar \ + debian/libsac-java/usr/share/java/sac-1.3.jar + ln -s /usr/share/java/sac-1.3.jar \ + debian/libsac-java/usr/share/java/sac.jar + +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 -plibsac-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 --- sacjava-1.3.orig/debian/control +++ sacjava-1.3/debian/control @@ -0,0 +1,42 @@ +Source: sacjava +Priority: optional +Maintainer: Ubuntu Core developers +XSBC-Original-Maintainer: Debian Java Maintainers +Uploaders: Rene Engelhard +Build-Depends: debhelper (>= 5), default-jdk-builddep +Standards-Version: 3.7.2 +Section: libs + +Package: libsac-java +Architecture: all +Depends: default-jre-headless | java2-runtime-headless +Suggests: libsac-java-doc +Recommends: libsac-java-gcj +Description: Simple API for CSS Java library + SAC is a standard interface for CSS parser and supposed to work + with CSS1, CSS2, CSS3 (currently under development) and other CSS derived + languages. + . + This package contains the SAC Java library. + +Package: libsac-java-doc +Section: doc +Architecture: all +Description: Simple API for CSS Java library (documentation) + SAC is a standard interface for CSS parser and supposed to work + with CSS1, CSS2, CSS3 (currently under development) and other CSS derived + languages. + . + This package contains the SAC Java library javadoc documentation. + +Package: libsac-java-gcj +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Simple API for CSS Java library (native code) + SAC is a standard interface for CSS parser and supposed to work + with CSS1, CSS2, CSS3 (currently under development) and other CSS derived + languages. + . + This package contains the SAC Java library compiled to native code for use + with gij. + --- sacjava-1.3.orig/debian/changelog +++ sacjava-1.3/debian/changelog @@ -0,0 +1,25 @@ +sacjava (1.3-2ubuntu2) lucid; urgency=low + + * rebuild rest of main for armel armv7/thumb2 optimization; + UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2 + + -- Alexander Sack Sun, 07 Mar 2010 01:06:51 +0100 + +sacjava (1.3-2ubuntu1) intrepid; urgency=low + + * Depend on default-jre-headless. + + -- Matthias Klose Thu, 31 Jul 2008 11:39:20 +0000 + +sacjava (1.3-2) unstable; urgency=low + + * use default-jdk-builddep (closes: #477903) + + -- Rene Engelhard Sun, 27 Apr 2008 00:25:44 +0200 + +sacjava (1.3-1) unstable; urgency=low + + * Initial release + + -- Rene Engelhard Mon, 24 Sep 2007 14:44:47 +0200 +