Skip to content

Commits on Source 5

node-mutate-fs (2.1.1-1) unstable; urgency=medium
* New upstream release 2.1.1
* Bump Standard version
* Update to debhelper 11
-- Akhil Varkey <akhilvarkey@disroot.org> Sun, 07 Jan 2018 00:46:37 +0530
node-mutate-fs (2.1.0-1) unstable; urgency=low
* Initial release (Closes: #879701)
-- Akhil Varkey <akhilvarkey@disroot.org> Tue, 24 Oct 2017 18:30:09 +0000
Source: node-mutate-fs
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Akhil Varkey <akhilvarkey@disroot.org>
Build-Depends:
debhelper (>= 11)
, dh-buildinfo
, nodejs
, node-tap (>= 10.7.2)
Standards-Version: 4.1.3
Homepage: https://github.com/isaacs/mutate-fs#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-mutate-fs.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-mutate-fs.git
Package: node-mutate-fs
Architecture: all
Depends:
${misc:Depends}
, nodejs
Description: Mutates the node.js file-system behavior for tests
Node utility that mutates the node.js file-system behavior for tests to
be used in a test environment.
.
Node.js is an event-based server-side JavaScript engine.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mutate-fs
Upstream-Contact: https://github.com/isaacs/mutate-fs/issues
Source: https://github.com/isaacs/mutate-fs#readme
Files: *
Copyright: 2017 Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
License: ISC
Files: debian/*
Copyright: 2017 Akhil Varkey <akhilvarkey@disroot.org>
License: ISC
License: ISC
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
index.js usr/lib/nodejs/mutate-fs/
package.json usr/lib/nodejs/mutate-fs/
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
#override_dh_auto_build:
override_dh_auto_test:
tap test/*.js --100
Tests: require
Depends: node-mutate-fs
Test-Command: tap test/*.js
Depends: @, node-tap
#!/bin/sh
set -e
nodejs -e "require('mutate-fs');"
version=3
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-mutate-fs-$1.tar.gz/ \
https://github.com/isaacs/mutate-fs/tags .*/archive/v?([\d\.]+).tar.gz