debian/0000755000000000000000000000000012150224733007165 5ustar debian/rules0000755000000000000000000000050112140546455010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS export ANT_ARGS=-Ddir.lib=/usr/share/java -Djarfile=debian/htmlcleaner.jar %: dh $@ --with javahelper override_dh_auto_install: ant jar debian/control0000644000000000000000000000205012146710406010567 0ustar Source: libhtmlcleaner-java Section: java Priority: extra Maintainer: Alexandre Rossi Uploaders: Geert Stappers Build-Depends: debhelper (>= 7.0.50~), default-jdk, ant, javahelper (>=0.20), libjdom1-java Standards-Version: 3.9.2 Homepage: http://htmlcleaner.sourceforge.net/ Vcs-Git: git://git.debian.org/pkg-java/libhtmlcleaner-java.git Vcs-Browser: http://git.debian.org/?p=pkg-java/libhtmlcleaner-java.git;a=summary Package: libhtmlcleaner-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends} Description: Java HTML Parser library HtmlCleaner can be used in java code, as command line tool or as Ant task. It is designed to be small, independent (no runtime dependencies except JRE 1.5+), fast and flexible (its behavior is configurable through number of parameters). Although the main motive was to prepare ordinary HTML for XML processing with XPath, XQuery and XSLT, structured data produced by HtmlCleaner may be consumed and handled in many other ways. debian/copyright0000644000000000000000000000372112150224712011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: htmlcleaner Upstream-Contact: Vladimir Nikic Source: http://htmlcleaner.sourceforge.net Files: * Copyright: 2006-2010 Vladimir Nikic License: BSD-3-clause Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * The name of HtmlCleaner may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2011 Alexandre Rossi License: GPL-2 On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000025412146435126011045 0ustar libhtmlcleaner-java (2.2-1) unstable; urgency=low * Initial release (Closes: #707093). -- Alexandre Rossi Thu, 26 May 2011 15:05:58 +0200 debian/patches/0000755000000000000000000000000012150220374010611 5ustar debian/patches/series0000644000000000000000000000001212140546455012031 0ustar fix-build debian/patches/fix-build0000644000000000000000000000074412146707175012442 0ustar Description: Fix build in Debian Fix build in Debian where jdom.jar is named jdom1.jar. Author: Alexandre Rossi --- libhtmlcleaner-java-2.2.orig/build.xml +++ libhtmlcleaner-java-2.2/build.xml @@ -13,7 +13,7 @@ - + debian/manifest0000644000000000000000000000011212140546455010717 0ustar usr/share/java/htmlcleaner.jar: Class-Path: /usr/share/java/jdom1.jar debian/source/0000755000000000000000000000000012140546455010474 5ustar debian/source/format0000644000000000000000000000001412140546455011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007712146076036010230 0ustar version=3 http://sf.net/htmlcleaner/htmlcleaner-(.+)-src\.zip debian/jlibs0000644000000000000000000000002712140546455010221 0ustar debian/htmlcleaner.jar debian/compat0000644000000000000000000000000212140546455010372 0ustar 7