Run of fresh-snapshots for node-keypress
Merge these changes:
git pull https://janitor.debian.net/git/node-keypress fresh-snapshots/main
git pull https://janitor.debian.net/git/node-keypress fresh-snapshots/pristine-tar
git pull https://janitor.debian.net/git/node-keypress fresh-snapshots/upstream
Summary
Merged new upstream version: 0.2.1+git20170901.1.9f1cc0e (was: 0.2.1).
Diff
Branch: main
diff --git a/README.md b/README.md
index a768e8f..ff373d8 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Previous to Node `v0.8.x`, there was an undocumented `"keypress"` event that
gem, and started using it in their own code.
Now in Node `v0.8.x`, this `"keypress"` event does not get emitted by default,
-but rather only when it is being used in conjuction with the `readline` (or by
+but rather only when it is being used in conjunction with the `readline` (or by
extension, the `repl`) module.
This module is the exact logic from the node `v0.8.x` releases ripped out into its
diff --git a/debian/changelog b/debian/changelog
index 38615a7..b1670d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-keypress (0.2.1+git20170901.1.9f1cc0e-1) UNRELEASED; urgency=low
+
+ * New upstream snapshot.
+ * Drop patch 001_fix-spelling-in-README-md.patch, present upstream.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sun, 27 Mar 2022 17:54:00 -0000
+
node-keypress (0.2.1-2) unstable; urgency=medium
[ Debian Janitor ]
diff --git a/debian/patches/001_fix-spelling-in-README-md.patch b/debian/patches/001_fix-spelling-in-README-md.patch
deleted file mode 100644
index ea86bea..0000000
--- a/debian/patches/001_fix-spelling-in-README-md.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Description: Fix typo in README.md
-Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
---- a/README.md
-+++ b/README.md
-@@ -8,7 +8,7 @@
- gem, and started using it in their own code.
-
- Now in Node `v0.8.x`, this `"keypress"` event does not get emitted by default,
--but rather only when it is being used in conjuction with the `readline` (or by
-+but rather only when it is being used in conjunction with the `readline` (or by
- extension, the `repl`) module.
-
- This module is the exact logic from the node `v0.8.x` releases ripped out into its
diff --git a/debian/patches/series b/debian/patches/series
index e04139d..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-001_fix-spelling-in-README-md.patch
diff --git a/index.js b/index.js
index 5539dd6..8febc4b 100644
--- a/index.js
+++ b/index.js
@@ -9,7 +9,7 @@ var EventEmitter = require('events').EventEmitter;
* Module exports.
*/
-var exports = module.exports = keypress;
+exports = module.exports = keypress;
/**
* This module offers the internal "keypress" functionality from node-core's
@@ -29,7 +29,7 @@ var exports = module.exports = keypress;
* process.stdin.pause();
* }
* });
- * proces.stdin.resume();
+ * process.stdin.resume();
* ```
*
* @param {Stream} stream
Branch: pristine-tar
diff --git a/node-keypress_0.2.1+git20170901.1.9f1cc0e.orig.tar.gz.delta b/node-keypress_0.2.1+git20170901.1.9f1cc0e.orig.tar.gz.delta
new file mode 100644
index 0000000..10abb38
Binary files /dev/null and b/node-keypress_0.2.1+git20170901.1.9f1cc0e.orig.tar.gz.delta differ
diff --git a/node-keypress_0.2.1+git20170901.1.9f1cc0e.orig.tar.gz.id b/node-keypress_0.2.1+git20170901.1.9f1cc0e.orig.tar.gz.id
new file mode 100644
index 0000000..a0f8586
--- /dev/null
+++ b/node-keypress_0.2.1+git20170901.1.9f1cc0e.orig.tar.gz.id
@@ -0,0 +1 @@
+870128b4486a7996032ba11fff433853916efd3c
Branch: upstream
Tag: upstream/0.2.1+git20170901.1.9f1cc0ediff --git a/README.md b/README.md
index a768e8f..ff373d8 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Previous to Node `v0.8.x`, there was an undocumented `"keypress"` event that
gem, and started using it in their own code.
Now in Node `v0.8.x`, this `"keypress"` event does not get emitted by default,
-but rather only when it is being used in conjuction with the `readline` (or by
+but rather only when it is being used in conjunction with the `readline` (or by
extension, the `repl`) module.
This module is the exact logic from the node `v0.8.x` releases ripped out into its
diff --git a/index.js b/index.js
index 5539dd6..8febc4b 100644
--- a/index.js
+++ b/index.js
@@ -9,7 +9,7 @@ var EventEmitter = require('events').EventEmitter;
* Module exports.
*/
-var exports = module.exports = keypress;
+exports = module.exports = keypress;
/**
* This module offers the internal "keypress" functionality from node-core's
@@ -29,7 +29,7 @@ var exports = module.exports = keypress;
* process.stdin.pause();
* }
* });
- * proces.stdin.resume();
+ * process.stdin.resume();
* ```
*
* @param {Stream} stream
Publish Blockers
- ☑ run was successful
- ☑ package has not been removed from the archive
- ☑ command has not changed
- ☒ run not yet processed
- ☑ 0 publish attempts so far.not currently attempting to back off
- ☑ proposals not currently being rate-limited for maintainer pkg-javascript-devel@lists.alioth.debian.org
- ☑ change set c709b899-12f9-45f1-b16c-807144359371 is ready
- ☑ no relevant previous merge proposals
Resulting package
The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:
apt install -t fresh-snapshots node-keypress