debian/0000755000000000000000000000000011740371516007173 5ustar debian/libjs-htmlparser.docs0000644000000000000000000000001211740371516013320 0ustar README.md debian/rules0000755000000000000000000000170011740371516010251 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifndef UPVER UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d- -f1 | cut -d+ -f1) endif %: dh $@ override_dh_auto_build: uglifyjs --output debian/htmlparser.min.js lib/htmlparser.js get-orig-source: uscan \ --verbose \ --download-version $(UPVER) \ --force-download \ --destdir . \ --rename tar xf node-htmlparser_$(UPVER).orig.tar.gz @echo Cleaning up package... @rm -rf package/libxmljs.node @rm -rf package/.DS* package/.tmp* package/.project* package/.settings/ package/testdata/.tmp* @rm -rf package/pulls/ @rm -rf package/profile* @rm -rf package/*.js @rm -rf package/a package/b package/c @rm -rf package/*.rss package/*.html package/*.log tar cf node-htmlparser_$(UPVER)+ds1.orig.tar package/ gzip -9 node-htmlparser_$(UPVER)+ds1.orig.tar rm -rf package/ node-htmlparser_$(UPVER).orig.tar.gz debian/node-htmlparser.install0000644000000000000000000000015211740371516013665 0ustar lib/htmlparser.js usr/lib/nodejs/htmlparser/ lib/node-htmlparser.js usr/lib/nodejs/htmlparser/ debian/watch0000644000000000000000000000024611740371516010226 0ustar version=3 opts=dversionmangle=s/\+ds\d// \ https://alioth.debian.org/~dapal/npmjs.php?id=htmlparser \ http://registry.npmjs.org/htmlparser/-/htmlparser-(\d+.*)\.tgz debian/control0000644000000000000000000000243211740371516010577 0ustar Source: node-htmlparser Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino Build-Depends: debhelper (>= 8~) , node-uglify Standards-Version: 3.9.3 Homepage: https://github.com/tautologistics/node-htmlparser Vcs-Git: git://git.debian.org/collab-maint/node-htmlparser.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-htmlparser.git;a=summary Package: libjs-htmlparser Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Description: forgiving HTML/XML/RSS Parser in Javascript HTMLParser is a forgiving HTML/XML/RSS parser written in Javascript for both the browser and NodeJS. The parser can handle streams (chunked data) and supports custom handlers for writing custom DOMs/output. . This package contains the Javascript file usable from the browser.. Package: node-htmlparser Architecture: all Depends: ${misc:Depends} , nodejs Description: forgiving HTML/XML/RSS Parser in Javascript for NodeJS HTMLParser is a forgiving HTML/XML/RSS parser written in Javascript for both the browser and NodeJS. The parser can handle streams (chunked data) and supports custom handlers for writing custom DOMs/output. . This package contains the NodeJS module. debian/node-htmlparser.links0000644000000000000000000000012311740371516013335 0ustar usr/lib/nodejs/htmlparser/node-htmlparser.js usr/lib/nodejs/htmlparser/index.js debian/changelog0000644000000000000000000000101711740371516011044 0ustar node-htmlparser (1.7.5+ds1-1) unstable; urgency=low * New upstream version -- David Paleino Sun, 08 Apr 2012 22:21:26 +0200 node-htmlparser (1.7.4+ds1-1) unstable; urgency=low * New upstream version * Standards-Version bump to 3.9.3, no changes needed * Update debian/copyright -- David Paleino Thu, 22 Mar 2012 21:50:15 +0100 node-htmlparser (1.7.3+ds1-1) unstable; urgency=low * Initial release -- David Paleino Sat, 29 Oct 2011 16:54:42 +0200 debian/copyright0000644000000000000000000000242711740371516011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Files: * Copyright: © 2010-2011, Chris Winberry License: MIT Files: debian/* Copyright: © 2011-2012, David Paleino License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000011740371516010473 5ustar debian/source/format0000644000000000000000000000001411740371516011701 0ustar 3.0 (quilt) debian/libjs-htmlparser.install0000644000000000000000000000017211740371516014045 0ustar lib/htmlparser.js usr/share/javascript/htmlparser/ debian/htmlparser.min.js usr/share/javascript/htmlparser/ debian/clean0000644000000000000000000000003111740371516010172 0ustar debian/htmlparser.min.js debian/node-htmlparser.docs0000644000000000000000000000001211740371516013142 0ustar README.md debian/compat0000644000000000000000000000000211740371516010371 0ustar 8