Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • js-team/node-mutate-fs
1 result
Show changes
Commits on Source (11)
node-mutate-fs (2.1.1-2) UNRELEASED; urgency=medium
node-mutate-fs (2.1.1-2) unstable; urgency=medium
* Team upload
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Bump debhelper from old 11 to 12.
......@@ -13,7 +16,18 @@ node-mutate-fs (2.1.1-2) UNRELEASED; urgency=medium
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on node-tap.
-- Debian Janitor <janitor@jelmer.uk> Fri, 24 Apr 2020 09:19:10 +0000
[ Yadd ]
* Bump debhelper from old 12 to 13.
* Declare compliance with policy 4.6.0
* Add "Rules-Requires-Root: no"
* Add debian/gbp.conf
* Modernize debian/watch
* Fix filenamemangle
* Fix GitHub tags regex
* Drop dependency to nodejs
* use dh-sequence-nodejs auto test & install
-- Yadd <yadd@debian.org> Mon, 22 Nov 2021 14:44:51 +0100
node-mutate-fs (2.1.1-1) unstable; urgency=medium
......
......@@ -3,21 +3,19 @@ Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Akhil Varkey <akhilvarkey@disroot.org>
Build-Depends:
debhelper-compat (= 12)
, dh-buildinfo
, nodejs
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-tap
Standards-Version: 4.1.3
Homepage: https://github.com/isaacs/mutate-fs#readme
Vcs-Git: https://salsa.debian.org/js-team/node-mutate-fs.git
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mutate-fs
Vcs-Git: https://salsa.debian.org/js-team/node-mutate-fs.git
Homepage: https://github.com/isaacs/mutate-fs
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-mutate-fs
Architecture: all
Depends:
${misc:Depends}
, nodejs
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Mutates the node.js file-system behavior for tests
Node utility that mutates the node.js file-system behavior for tests to
......
......@@ -23,4 +23,3 @@ License: ISC
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.
[DEFAULT]
pristine-tar = True
[import-orig]
filter = [ '.gitignore', '.travis.yml', '.git*' ]
index.js usr/lib/nodejs/mutate-fs/
package.json usr/lib/nodejs/mutate-fs/
......@@ -6,8 +6,3 @@
%:
dh $@
#override_dh_auto_build:
override_dh_auto_test:
tap test/*.js --100
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
Tests: require
Depends: node-mutate-fs
Test-Command: tap test/*.js
Depends: @, node-tap
tap test/*.js --100
#!/bin/sh
set -e
nodejs -e "require('mutate-fs');"
version=3
version=4
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
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-mutate-fs-$1/ \
https://github.com/isaacs/mutate-fs/tags .*/archive/.*/v?([\d\.]+).tar.gz