New Upstream Snapshot - node-keypress

Ready changes

Summary

Merged new upstream version: 0.2.1+git20170901.1.9f1cc0e (was: 0.2.1).

Resulting package

Built on 2023-01-19T03:55 (took 2m38s)

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

Lintian Result

Diff

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..3bf8b82 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>  Thu, 19 Jan 2023 03:53:49 -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

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details