[Pkg-javascript-commits] [Git][js-team/node-mutate-fs][master] 5 commits: Import Debian changes 2.1.0-1

Ross Gammon gitlab at salsa.debian.org
Sat Sep 8 22:36:35 BST 2018


Ross Gammon pushed to branch master at Debian JavaScript Maintainers / node-mutate-fs


Commits:
b2a8a236 by Akhil Varkey at 2017-10-27T11:44:32Z
Import Debian changes 2.1.0-1

node-mutate-fs (2.1.0-1) UNRELEASED; urgency=low

  * Initial release (Closes: #879701)
  *

- - - - -
0ff7c03e by Akhil Varkey at 2017-10-27T13:22:47Z
changed from UNRELEASED to unstable in debian/changelog

- - - - -
ebfec19f by Akhil Varkey at 2017-10-27T13:30:21Z
Tidying debian/changelog

- - - - -
92029796 by Akhil Varkey at 2018-01-06T18:53:47Z
Update upstream source from tag 'upstream/2.1.1'

Update to upstream version '2.1.1'
with Debian dir be3c9e8fa97b515768bc009e6fe495144d1ec9b3
- - - - -
11b3226d by Akhil Varkey at 2018-01-06T19:47:07Z
update changelog
bump standard version and update debhelper to v11

- - - - -


11 changed files:

- + debian/changelog
- + debian/compat
- + debian/control
- + debian/copyright
- + debian/docs
- + debian/install
- + debian/rules
- + debian/source/format
- + debian/tests/control
- + debian/tests/require
- + debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -0,0 +1,13 @@
+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 at 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 at disroot.org>  Tue, 24 Oct 2017 18:30:09 +0000


=====================================
debian/compat
=====================================
@@ -0,0 +1 @@
+11


=====================================
debian/control
=====================================
@@ -0,0 +1,25 @@
+Source: node-mutate-fs
+Section: javascript
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Akhil Varkey <akhilvarkey at 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.


=====================================
debian/copyright
=====================================
@@ -0,0 +1,26 @@
+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 at izs.me> (http://blog.izs.me/)
+License: ISC
+
+Files: debian/*
+Copyright: 2017 Akhil Varkey <akhilvarkey at 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.
+


=====================================
debian/docs
=====================================
@@ -0,0 +1 @@
+README.md


=====================================
debian/install
=====================================
@@ -0,0 +1,2 @@
+index.js usr/lib/nodejs/mutate-fs/
+package.json usr/lib/nodejs/mutate-fs/


=====================================
debian/rules
=====================================
@@ -0,0 +1,16 @@
+#!/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
+
+
+


=====================================
debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
debian/tests/control
=====================================
@@ -0,0 +1,5 @@
+Tests: require
+Depends: node-mutate-fs
+
+Test-Command: tap test/*.js
+Depends: @, node-tap


=====================================
debian/tests/require
=====================================
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('mutate-fs');"


=====================================
debian/watch
=====================================
@@ -0,0 +1,5 @@
+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



View it on GitLab: https://salsa.debian.org/js-team/node-mutate-fs/compare/564944770f617bae1d1239a8196890090d8070ca...11b3226d0271da55228de265c882f4e29b3f230f

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-mutate-fs/compare/564944770f617bae1d1239a8196890090d8070ca...11b3226d0271da55228de265c882f4e29b3f230f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20180908/8701fdc7/attachment-0001.html>


More information about the Pkg-javascript-commits mailing list