debian/0000755000000000000000000000000012206210064007157 5ustar debian/patches/0000755000000000000000000000000012206170724010616 5ustar debian/patches/2001_rename_nodejs.patch0000644000000000000000000000016612206170724015115 0ustar --- a/bin.js
+++ b/bin.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs
var rimraf = require('./')
debian/patches/series0000644000000000000000000000003112206170710012020 0ustar 2001_rename_nodejs.patch
debian/docs0000644000000000000000000000001211731646147010044 0ustar README.md
debian/manpages0000644000000000000000000000002112206206662010677 0ustar debian/rimraf.1
debian/watch0000644000000000000000000000023012122731470010211 0ustar version=3
opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-rimraf-$1.tar.gz/ \
https://github.com/isaacs/rimraf/tags .*/archive/v?([\d\.]+).tar.gz
debian/control0000644000000000000000000000154012206207723010572 0ustar Source: node-rimraf
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/rimraf
Vcs-Git: git://anonscm.debian.org/collab-maint/node-rimraf.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-rimraf.git
Package: node-rimraf
Architecture: all
Depends:
${misc:Depends}
, nodejs
Recommends:
node-graceful-fs (>= 2)
Description: Deep deletion (like rm -rf) module for Node.js
node-rimraf is a Node.js module that provides asynchronous deep-deletion
of files and directories.
.
The `rimraf` executable is a faster alternative to the `rm -rf` shell
command.
.
Node.js is an event-based server-side javascript engine.
debian/copyright0000644000000000000000000000254112203671424011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rimraf
Upstream-Contact: https://github.com/isaacs/rimraf/issues
Files: *
Copyright: 2009, 2010, 2011 Isaac Z. Schlueter
License: Expat
Files: debian/*
Copyright: 2012, Jérémy Lal
License: Expat
License: Expat
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/links0000644000000000000000000000015312206171213010223 0ustar usr/lib/nodejs/rimraf/rimraf.js usr/lib/nodejs/rimraf/index.js
usr/lib/nodejs/rimraf/bin.js usr/bin/rimraf
debian/rimraf.10000644000000000000000000000041212206206620010521 0ustar .TH "RIMRAF" "1" "August 2013" "" ""
.SH "NAME"
\fBrimraf\fR \- Fast deep deletion (like rm \-rf)
.SH SYNOPSIS
.P
rimraf
.SH DESCRIPTION
.P
rimraf is fast deep deletion utility, much like \fBrm \-rf\fR,
just faster\.
.SH SEE ALSO
.RS 2
.IP \(bu 2
rm(1)
.RE
debian/install0000644000000000000000000000007612206170554010564 0ustar rimraf.js usr/lib/nodejs/rimraf
bin.js usr/lib/nodejs/rimraf
debian/source/0000755000000000000000000000000011731646147010500 5ustar debian/source/format0000644000000000000000000000001411731646147011706 0ustar 3.0 (quilt)
debian/compat0000644000000000000000000000000211731646147010376 0ustar 8
debian/rules0000755000000000000000000000016111731646147010256 0ustar #!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
debian/changelog0000644000000000000000000000176712206210064011044 0ustar node-rimraf (2.2.2-2) unstable; urgency=low
* Install /usr/bin/rimraf, a fast alternative to `rm -rf`
* Patch for node to nodejs renaming
* Install rimraf.1 manpage.
* control: update description.
-- Jérémy Lal Sat, 24 Aug 2013 21:57:40 +0200
node-rimraf (2.2.2-1) unstable; urgency=low
* Upstream update
This update provides an executable but it isn't installed, because
it feels unsafe to provide an alternative to `rm -rf`.
* control:
+ Standards-Version 3.9.4
+ Canonicalize Vcs fields
* copyright:
+ fix Upstream-Name
+ add Upstream-Contact
-- Jérémy Lal Sat, 17 Aug 2013 15:01:12 +0200
node-rimraf (2.1.4-1) experimental; urgency=low
* Upstream update.
* Use github url in watch file.
-- Jérémy Lal Fri, 22 Mar 2013 02:31:46 +0100
node-rimraf (2.0.1-1) unstable; urgency=low
* Initial release (Closes: #664642)
-- Jérémy Lal Sat, 17 Mar 2012 23:37:48 +0100