debian/0000755000000000000000000000000011673722603007175 5ustar debian/libjericho-html-java-doc.doc-base0000644000000000000000000000045311672005350015324 0ustar Document: jericho-html Title: Debian jericho-html Manual Author: Martin Jericho Abstract: User manual for libjericho-html-java. Section: Programming Format: HTML Index: /usr/share/doc/libjericho-html-java/api/index.html Files: /usr/share/doc/libjericho-html-java/api/*.html debian/watch0000644000000000000000000000013511214007712010211 0ustar version=3 http://sf.net/jerichohtml/jericho-html-([\d.]+).zip \ debian debian/orig-tar.sh debian/rules0000755000000000000000000000066011672005350010247 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILDFILE := debian/build.xml DEB_ANT_BUILD_TARGET := build doc DEB_JARS := commons-logging log4j-1.2 slf4j-api install/libjericho-html-java:: jh_installlibs -plibjericho-html-java jericho-html.jar get-orig-source: uscan --upstream-version 0 debian/control0000644000000000000000000000300511672005350010566 0ustar Source: jericho-html Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Varun Hiremath , Michael Koch Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk, default-jdk-doc Build-Depends-Indep: libslf4j-java, libcommons-logging-java, liblog4j1.2-java, javahelper Standards-Version: 3.9.2 Homepage: http://jerichohtml.sourceforge.net Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jericho-html/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jericho-html Package: libjericho-html-java Architecture: all Depends: ${misc:Depends} Description: Java based library for HTML Parsing Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. . It also provides high-level HTML form manipulation functions. Package: libjericho-html-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: default-jdk-doc, libjericho-html-java Description: libjericho-html-java documentation Documentation of Jericho HTML Parser that is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. . This package contains the javadoc pages for libjericho-html-java. debian/libjericho-html-java-doc.install0000644000000000000000000000005411672005350015312 0ustar doc/api usr/share/doc/libjericho-html-java debian/build.xml0000644000000000000000000000350611672005350011012 0ustar debian/copyright0000644000000000000000000000207110760214347011125 0ustar This package was debianized by Torsten Werner on Wed Apr 18 01:16:38 CEST 2007. It was downloaded from http://jerichohtml.sourceforge.net/ Upstream Author: Martin Jericho Copyright: (C) 2006 Martin Jericho License: This package 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 package 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. On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. The Debian packaging is (C) 2007, Torsten Werner and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000210731174550010367 0ustar 5 debian/source/0000755000000000000000000000000011673722603010475 5ustar debian/source/format0000644000000000000000000000001411361631771011702 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000076311262440420011252 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' # clean up the upstream tarball unzip $3 rm -rf jericho-html-$2/bin jericho-html-$2/doc jericho-html-$2/lib \ jericho-html-$2/samples/CommandLine/bin tar -c -z -f ../jericho-html_$2.orig.tar.gz jericho-html-$2 rm -rf jericho-html-$2 $3 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv jericho-html_$2.orig.tar.gz $origDir echo "moved jericho-html_$2.orig.tar.gz to $origDir" fi debian/ant.properties0000644000000000000000000000035611672005350012071 0ustar jarfile=jericho-html.jar installdir=/usr/share/java installdocdir=/usr/share/doc/libjericho-html-java # Ensure that source and target are 1.5 # For backwards compat on Java 7 ant.build.javac.source=1.5 ant.build.javac.target=1.5 debian/changelog0000644000000000000000000000406411673722356011060 0ustar jericho-html (3.1-2) unstable; urgency=low [ Miguel Landaeta ] * Team upload. * Bump Standards-Version to 3.9.2. No changes were required. * Fix Vcs-Svn URL. * Drop unneeded dependency of libjericho-html-java on JREs. * Provide -doc package. * Add Build-Depends on javahelper. [ James Page ] * Fix FTBFS with OpenJDK7 (LP: #888949) (Closes: #651422): - d/ant.properties: Specify source/target as 1.5 for javac and javadoc ant tasks to ensure backwards compatibility and work around Java 7 encoding errors. -- Miguel Landaeta Tue, 13 Dec 2011 20:39:17 -0430 jericho-html (3.1-1) unstable; urgency=low [ Michael Koch ] * New upstream release. * Build-Depends on default-jdk. (Closes: #577857) * Build-Depends on debhelper >= 7. * Fixed debian/orig-tar.sh to put file outside of current package. * Moved package to section 'java'. * Added myself to Uploaders. * Updated Standards-Version to 3.8.3. [ Torsten Werner ] * Switch to source format 3.0. -- Torsten Werner Thu, 15 Apr 2010 17:40:56 +0200 jericho-html (2.6-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.0 -- Varun Hiremath Sun, 06 Jul 2008 00:29:18 +0530 jericho-html (2.5-1) unstable; urgency=low [ Torsten Werner ] * New upstream version * Move package to Alioth. * Add Vcs and Homepage headers. * Move build.xml to debian directory. * Switch to java-gcj-compat-dev from kaffe. * Bump up Standards-Version: 3.7.3 (no changes needed). * Add missing Build-Depends. [ Varun Hiremath ] * Separate out Build-Depends and Build-Depends-Indep * Add libslf4j-java to Build-Depends-Indep * Add myself to Uploaders * Modify build process to avoid hardcoding upstream version * Fix doc-base file; move apidocs to api subfolder -- Varun Hiremath Mon, 25 Feb 2008 10:41:24 +0530 jericho-html (2.3-1) unstable; urgency=low * Initial release (Closes: #352591) -- Torsten Werner Wed, 18 Apr 2007 01:11:45 +0200