New Upstream Snapshot - node-to-arraybuffer

Ready changes

Summary

Merged new upstream version: 1.0.1+git20180510.1.dd47619 (was: 1.0.1).

Resulting package

Built on 2022-12-20T08:06 (took 6m3s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots node-to-arraybuffer

Lintian Result

Diff

diff --git a/.airtap.yml b/.airtap.yml
new file mode 100644
index 0000000..400c8ed
--- /dev/null
+++ b/.airtap.yml
@@ -0,0 +1,16 @@
+sauce_connect: true
+browsers:
+  - name: chrome
+    version: 39..latest
+  - name: firefox
+    version: 34..latest
+  - name: safari
+    version: 8..latest
+  - name: ie
+    version: 10..latest
+  - name: MicrosoftEdge
+    version: 13..latest
+  - name: iphone
+    version: 9.3..latest
+  - name: android
+    version: 4.4..6.0 # TODO: change this back to latest once https://github.com/airtap/browsers/issues/3 is fixed
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 6c3df58..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-.DS_Store
-node_modules
-npm-debug.log
-.zuulrc
diff --git a/.travis.yml b/.travis.yml
index 3428b14..6ebc1ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,7 @@
 language: node_js
 node_js:
-  - "4.1"
\ No newline at end of file
+  - "node"
+addons:
+  sauce_connect: true
+  hosts:
+    - airtap.local
\ No newline at end of file
diff --git a/.zuul.yml b/.zuul.yml
deleted file mode 100644
index 7e60601..0000000
--- a/.zuul.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-ui: tape
-browsers:
-  - name: chrome
-    version: 39..latest
-  - name: firefox
-    version: 34..latest
-  - name: safari
-    version: 5..latest
-  - name: ie
-    version: 10..latest
-  - name: opera
-    version: 11..latest
-  - name: iphone
-    version: 5.1..latest
-  - name: android
-    version: 4.0..latest
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 1a0d8b4..7dd6a1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-to-arraybuffer (1.0.1+git20180510.1.dd47619-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 20 Dec 2022 08:03:02 -0000
+
 node-to-arraybuffer (1.0.1-3) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/deprecation.patch b/debian/patches/deprecation.patch
index 544e422..088ce1e 100644
--- a/debian/patches/deprecation.patch
+++ b/debian/patches/deprecation.patch
@@ -2,9 +2,11 @@ Description: fix deprecation, use Buffer.alloc
 Author: Jérémy Lal <kapouer@melix.org>
 Last-Update: 2020-07-25
 Forwarded: https://github.com/jhiesey/to-arraybuffer/pull/3
---- a/test.js
-+++ b/test.js
-@@ -14,7 +14,7 @@
+Index: node-to-arraybuffer.git/test.js
+===================================================================
+--- node-to-arraybuffer.git.orig/test.js
++++ node-to-arraybuffer.git/test.js
+@@ -14,7 +14,7 @@ function elementsEqual (ab, buffer) {
  }
  
  test('Basic behavior', function (t) {
@@ -13,7 +15,7 @@ Forwarded: https://github.com/jhiesey/to-arraybuffer/pull/3
  	for (var i = 0; i < 10; i++) {
  		buf[i] = i
  	}
-@@ -27,7 +27,7 @@
+@@ -27,7 +27,7 @@ test('Basic behavior', function (t) {
  })
  
  test('Behavior when input is a subarray 1', function (t) {
@@ -22,7 +24,7 @@ Forwarded: https://github.com/jhiesey/to-arraybuffer/pull/3
  	for (var i = 0; i < 10; i++) {
  		origBuf[i] = i
  	}
-@@ -42,7 +42,7 @@
+@@ -42,7 +42,7 @@ test('Behavior when input is a subarray
  })
  
  test('Behavior when input is a subarray 2', function (t) {
diff --git a/package.json b/package.json
index fbfe6c0..9ed4674 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,8 @@
   "scripts": {
     "test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)",
     "test-node": "tape test.js",
-    "test-browser": "zuul --no-coverage -- test.js",
-    "test-browser-local": "zuul --local 8080 --no-coverage -- test.js"
+    "test-browser": "airtap --loopback airtap.local -- test.js",
+    "test-browser-local": "airtap --no-instrument --local 8080 -- test.js"
   },
   "repository": {
     "type": "git",
@@ -28,7 +28,7 @@
   },
   "homepage": "https://github.com/jhiesey/to-arraybuffer#readme",
   "devDependencies": {
-    "tape": "^4.4.0",
-    "zuul": "^3.9.0"
+    "airtap": "^0.0.5",
+    "tape": "^4.9.0"
   }
 }

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details