This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository sacjava.
commit 0995e751407a98befe0965e4cb28cc420fde3ec8 Author: Rene Engelhard <[email protected]> Date: Sun Apr 27 22:03:32 2008 +0000 actually commit sacjava --- debian/changelog | 12 +++++++ debian/compat | 1 + debian/control | 41 ++++++++++++++++++++++++ debian/copyright | 75 ++++++++++++++++++++++++++++++++++++++++++++ debian/dirs | 2 ++ debian/libsac-java-doc.docs | 1 + debian/rules | 76 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 208 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e0a40f8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,12 @@ +sacjava (1.3-2) unstable; urgency=low + + * use default-jdk-builddep (closes: #477903) + + -- Rene Engelhard <[email protected]> Sun, 27 Apr 2008 00:25:44 +0200 + +sacjava (1.3-1) unstable; urgency=low + + * Initial release + + -- Rene Engelhard <[email protected]> Mon, 24 Sep 2007 14:44:47 +0200 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2a5bc90 --- /dev/null +++ b/debian/control @@ -0,0 +1,41 @@ +Source: sacjava +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Rene Engelhard <[email protected]> +Build-Depends: debhelper (>= 5), default-jdk-builddep +Standards-Version: 3.7.2 +Section: libs + +Package: libsac-java +Architecture: all +Depends: java-gcj-compat | java2-runtime +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. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..a2cd789 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,75 @@ +This package was debianized by Rene Engelhard <[email protected]> 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 <[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'. + + diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..ca882bb --- /dev/null +++ b/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin diff --git a/debian/libsac-java-doc.docs b/debian/libsac-java-doc.docs new file mode 100644 index 0000000..30d29de --- /dev/null +++ b/debian/libsac-java-doc.docs @@ -0,0 +1 @@ +doc/* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..37b09a0 --- /dev/null +++ b/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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sacjava.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

