debian/0000755000000000000000000000000011422400111007150 5ustar debian/libcssparser-java-doc.doc-base.api0000644000000000000000000000046411422314511015511 0ustar Document: libcssparser-java Title: API Javadoc for CSS Parser Author: CSS Parser developers Abstract: This is the API Javadoc provided for the libcssparser-java library. Section: Programming Format: HTML Index: /usr/share/doc/libcssparser-java/api/index.html Files: /usr/share/doc/libcssparser-java/api/* debian/maven.properties0000644000000000000000000000000011422314511012372 0ustar debian/copyright0000644000000000000000000000256111422314511011117 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: CSS Parser Maintainer: David Schweinsberg Source: http://cssparser.sourceforge.net/ Files: * Copyright: 1999-2008, David Schweinsberg Johannes Koch Daniel Gredler 1999-2002, Steady State Software Limited License: LGPL-2+ Files: debian/* Copyright: 2010, Ludovico Cavedon License: LGPL-2+ License: LGPL-2 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian GNU/Linux system you can find the complete text of the LGPL-2 license in '/usr/share/common-licenses/LGPL-2' debian/control0000644000000000000000000000331411422314511010564 0ustar Source: cssparser Section: java Priority: optional Maintainer: Ludovico Cavedon Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper Build-Depends-Indep: libjavacc-maven-plugin-java (>= 2.6), libmaven-compiler-plugin-java (>= 2.0.2), libsac-java, junit4, libmaven-javadoc-plugin-java, javacc (>= 5.0-4~) Standards-Version: 3.9.0 Vcs-Git: git://git.debian.org/collab-maint/cssparser.git Vcs-Browser: http://git.debian.org/?p=collab-maint/cssparser.git;a=summary Homepage: http://cssparser.sourceforge.net/ Package: libcssparser-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Java CSS2 Parser The CSS Parser is a Java library, that inputs Cascading Style Sheets Level 2 source text and outputs a Document Object Model Level 2 Style tree. Alternatively, applications can use SAC: The Simple API for CSS. Its purpose is to allow developers working with Java to incorporate Cascading Style Sheet information, primarily in conjunction with XML application developments. Package: libcssparser-java-doc Section: doc Priority: extra Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Java CSS2 Parser (documentation) The CSS Parser is a Java library, that inputs Cascading Style Sheets Level 2 source text and outputs a Document Object Model Level 2 Style tree. Alternatively, applications can use SAC: The Simple API for CSS. Its purpose is to allow developers working with Java to incorporate Cascading Style Sheet information, primarily in conjunction with XML application developments. . This package provides the API documentation for libcssparser-java. debian/patches/0000755000000000000000000000000011422314511010607 5ustar debian/patches/javacc-use-stringbuffer.patch0000644000000000000000000000120111422314511016341 0ustar Description: Force javacc to use StringBuffer instead of StringBuilder Author: Ludovico Cavedon Bug: https://sourceforge.net/tracker/?func=detail&aid=3031328&group_id=82996&atid=567969 Index: cssparser/pom.xml =================================================================== --- cssparser.orig/pom.xml 2010-07-18 22:09:15.872291144 +0200 +++ cssparser/pom.xml 2010-07-18 22:16:40.820279023 +0200 @@ -58,6 +58,9 @@ + + 1.4 + debian/patches/series0000644000000000000000000000003611422314511012023 0ustar javacc-use-stringbuffer.patch debian/source/0000755000000000000000000000000011422314511010460 5ustar debian/source/format0000644000000000000000000000001411422314511011666 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012511422314511010207 0ustar version=3 http://sf.net/cssparser/ cssparser-([^-]+)\.jar debian debian/orig-tar.sh debian/libcssparser-java-doc.install0000644000000000000000000000006611422314511014730 0ustar target/apidocs/* usr/share/doc/libcssparser-java/api debian/libcssparser-java.poms0000644000000000000000000000001011422314511013462 0ustar pom.xml debian/maven.rules0000644000000000000000000000003511422314511011340 0ustar junit junit jar s/4\..*/4.x/ debian/compat0000644000000000000000000000000211422314511010356 0ustar 7 debian/maven.publishedRules0000644000000000000000000000000011422314511013170 0ustar debian/get-orig-tar.sh0000755000000000000000000000056611422314511012027 0ustar #!/bin/sh -e VERSION=$2 TAR=../cssparser_$VERSION.orig.tar.gz DIR=cssparser-$VERSION TAG=$(echo "CSSPARSER_$VERSION" | sed -re 's/\./_/g') cvs -z3 -d:pserver:anonymous@cssparser.cvs.sourceforge.net:/cvsroot/cssparser -Q export -r $TAG -d $DIR cssparser GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' --exclude '.cvsignore' $DIR rm -rf $DIR ../$TAG debian/changelog0000644000000000000000000000034411422314511011033 0ustar cssparser (0.9.5-1) unstable; urgency=low * Initial release (Closes: #576253). * Add depend on javacc >= 5.0-4~ in order to avoid FTBFS (#588420). -- Ludovico Cavedon Fri, 23 Jul 2010 15:28:32 +0200 debian/maven.ignoreRules0000644000000000000000000000014311422314511012504 0ustar org.apache.maven.plugins maven-changes-plugin * * org.apache.maven.plugins maven-source-plugin * * debian/rules0000755000000000000000000000062011422314511010236 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) DEB_MAVEN_ARGS := "-Dmaven.test.skip=true" endif clean:: # See http://bugs.debian.org/589635 rm -f mvn-build get-orig-source: debian/get-orig-source.sh --download-version $(DEB_UPSTREAM_VERSION) debian/maven.cleanIgnoreRules0000644000000000000000000000000011422314511013437 0ustar debian/libcssparser-java.docs0000644000000000000000000000010311422314511013437 0ustar doc/readme.html doc/primary.css doc/CSSgrammarMobileOKBasic1.0.txt