debian/0000755000000000000000000000000012203150066007161 5ustar debian/libjs-inherits.install0000644000000000000000000000006012203147460013477 0ustar inherits_browser.js usr/lib/javascript/inherits debian/docs0000644000000000000000000000001212203130061010016 0ustar README.md debian/watch0000644000000000000000000000023512203127376010222 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-inherits-$1.tar.gz/ \ https://github.com/isaacs/inherits/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000300212203147573010570 0ustar Source: node-inherits Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 8.0.0) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/isaacs/inherits Vcs-Git: git://anonscm.debian.org/collab-maint/node-inherits.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-inherits.git Package: node-inherits Architecture: all Depends: ${misc:Depends} , nodejs Description: Exposes inherits function from Node.js environment node-inherits exposes standard inherits implementation of Node.js util module, and allows bundlers such as browserify to not include full util package in client code. . It is recommended to use this module for all code that requires only the inherits function and that has a chance to run in a browser too. . This is the Node.js module. . Node.js is an event-based server-side javascript engine. Package: libjs-inherits Architecture: all Depends: ${misc:Depends} Description: Exposes inherits function from Node.js environment node-inherits exposes standard inherits implementation of Node.js util module, and allows bundlers such as browserify to not include full util package in client code. . It is recommended to use this module for all code that requires only the inherits function and that has a chance to run in a browser too. . This is the browser module. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000144112203130040011102 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: inherits Upstream-Contact: https://github.com/isaacs/inherits/issues Source: https://github.com/isaacs/inherits/archive/e8fd3e37.tar.gz Comment: upstream has been asked to tag the repository Files: * Copyright: 2012-2013 Isaac Z. Schlueter License: WTFPL2 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar . Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. . DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION . 0. You just DO WHAT THE FUCK YOU WANT TO. debian/source/0000755000000000000000000000000011732450573010475 5ustar debian/source/format0000644000000000000000000000001411732450573011703 0ustar 3.0 (quilt) debian/node-inherits.install0000644000000000000000000000003411730727627013337 0ustar inherits.js usr/lib/nodejs/ debian/compat0000644000000000000000000000000211730450217010364 0ustar 8 debian/rules0000755000000000000000000000016111730452515010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000101112203150066011024 0ustar node-inherits (2.0.0-1) unstable; urgency=low * Change of upstream source. * New upstream release. * control: + bump Standards-Version to 3.9.4 + canonicalize Vcs fields + add libjs-inherits package + update description to match new features * copyright: license WTFPL2 -- Jérémy Lal Thu, 15 Aug 2013 14:57:25 +0200 node-inherits (0.1-1) unstable; urgency=low * Initial release (Closes: #664227) -- Jérémy Lal Tue, 21 Feb 2012 23:39:28 +0100