debian/0000755000000000000000000000000012250634557007177 5ustar debian/changelog0000644000000000000000000000314112250105516011034 0ustar node-cssom (0.3.0-1) unstable; urgency=low * New upstream release. * Update Standards-Version to 3.9.5 . -- Laszlo Boszormenyi (GCS) Thu, 05 Dec 2013 14:17:42 +0000 node-cssom (0.2.5-2) unstable; urgency=low [ Dafydd Harries ] * Update for upstream move to jake build (closes: #705233). -- Laszlo Boszormenyi (GCS) Sat, 04 May 2013 17:22:59 +0200 node-cssom (0.2.5-1) unstable; urgency=low * New upstream release. * Update Standards-Version to 3.9.4 and debhelper level 9 . * Add docs again, upstream reintroduced README.mdown . * Add myself to uploaders. [ Bart Martens ] * Update watch file. -- Laszlo Boszormenyi (GCS) Mon, 25 Feb 2013 15:07:22 +0000 node-cssom (0.2.3-1) unstable; urgency=low * New upstream version * Drop docs, since they're not available anymore in the upstream source * Standards-Version bump to 3.9.3, no changes needed * Update debian/copyright * Reworked buildsystem, jake is no more used/needed -- David Paleino Thu, 22 Mar 2012 21:19:12 +0100 node-cssom (0.2.1-1) unstable; urgency=low * New upstream version -- David Paleino Sat, 31 Dec 2011 11:48:59 +0100 node-cssom (0.2.0-2) unstable; urgency=low * Use yui-compressor instead of uglifyjs, which seems broken at today, causing FTBFS (Closes: #652227) -- David Paleino Fri, 23 Dec 2011 13:37:27 +0100 node-cssom (0.2.0-1) unstable; urgency=low * Initial release -- David Paleino Sat, 29 Oct 2011 17:43:01 +0200 debian/clean0000644000000000000000000000001512141224464010167 0ustar lib/index.js debian/compat0000644000000000000000000000000211732704505010370 0ustar 8 debian/control0000644000000000000000000000210312250105662010564 0ustar Source: node-cssom Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Laszlo Boszormenyi (GCS) , David Paleino Build-Depends: debhelper (>= 9), node-jake Standards-Version: 3.9.5 Homepage: https://github.com/NV/CSSOM Vcs-Git: git://git.debian.org/collab-maint/node-cssom.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-cssom.git;a=summary Package: node-cssom Architecture: all Depends: ${misc:Depends}, nodejs Description: CSS parser written in pure JavaScript - NodeJS module CSSOM.js is a CSS parser written in pure JavaScript. It is also a partial implementation of the CSS Object Model. . This package contains the NodeJS module. Package: libjs-cssom Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Description: CSS parser written in pure JavaScript CSSOM.js is a CSS parser written in pure JavaScript. It is also a partial implementation of the CSS Object Model. . This package contains the javascript files for web browsers. debian/copyright0000644000000000000000000000250512141224005011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Files: * Copyright: ©, Nikita Vasilyev License: MIT Files: debian/* Copyright: © 2011-2012, David Paleino , © 2013, Laszlo Boszormenyi (GCS) 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/libjs-cssom.docs0000644000000000000000000000001512131015545012256 0ustar README.mdown debian/libjs-cssom.install0000644000000000000000000000004211732704505013003 0ustar lib/* usr/share/javascript/cssom/ debian/node-cssom.docs0000644000000000000000000000001512131015555012101 0ustar README.mdown debian/node-cssom.install0000644000000000000000000000003411732704505012626 0ustar lib/* usr/lib/nodejs/cssom/ debian/rules0000755000000000000000000000026412141224255010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_build: jake lib %: dh $@ .PHONY: override_dh_auto_build debian/source/0000755000000000000000000000000011732704505010472 5ustar debian/source/format0000644000000000000000000000001411732704505011700 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000043712131012665010220 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ https://github.com/NV/CSSOM/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) # Bart Martens Sat, 22 Dec 2012 15:21:03 +0000