New Upstream Snapshot - node-pruddy-error

Ready changes

Summary

Merged new upstream version: 2.0.2+git20180614.1.c68350f (was: 2.0.2).

Resulting package

Built on 2023-01-03T23:15 (took 3m21s)

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

apt install -t fresh-snapshots node-pruddy-error

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d5f19d8..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-node_modules
-package-lock.json
diff --git a/debian/changelog b/debian/changelog
index 46a5494..bd9b440 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-pruddy-error (2.0.2+git20180614.1.c68350f-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 03 Jan 2023 23:14:03 -0000
+
 node-pruddy-error (2.0.2-4) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/get-around-PKGBUILDDIR.diff b/debian/patches/get-around-PKGBUILDDIR.diff
index af53ff3..a06e1ae 100644
--- a/debian/patches/get-around-PKGBUILDDIR.diff
+++ b/debian/patches/get-around-PKGBUILDDIR.diff
@@ -3,9 +3,11 @@ Description: Due to build directory being renamed to 'pruddy-error-<version>'
  directory name.
 Author: Andrius Merkys <merkys@debian.org>
 Forwarded: not-needed
---- a/test.js
-+++ b/test.js
-@@ -45,7 +45,7 @@
+Index: node-pruddy-error.git/test.js
+===================================================================
+--- node-pruddy-error.git.orig/test.js
++++ node-pruddy-error.git/test.js
+@@ -45,7 +45,7 @@ describe('pruddy', function () {
        pruddy(fixture, {
          read: function read(data) {
            assume(data).is.a('object');
diff --git a/debian/patches/remove-leftpad.diff b/debian/patches/remove-leftpad.diff
index 387c648..e1b04b0 100644
--- a/debian/patches/remove-leftpad.diff
+++ b/debian/patches/remove-leftpad.diff
@@ -1,7 +1,9 @@
 Description: Remove leftpad as a dependency
 Author: Harley Swick <fancycade@protonmail.com>
---- a/package.json
-+++ b/package.json
+Index: node-pruddy-error.git/package.json
+===================================================================
+--- node-pruddy-error.git.orig/package.json
++++ node-pruddy-error.git/package.json
 @@ -17,8 +17,7 @@
    },
    "license": "BSD",
@@ -11,9 +13,11 @@ Author: Harley Swick <fancycade@protonmail.com>
 +    "is-node": "^1.0.2"
    },
    "devDependencies": {
-     "assume": "^1.5.2",
---- a/index.js
-+++ b/index.js
+     "assume": "^2.0.0",
+Index: node-pruddy-error.git/index.js
+===================================================================
+--- node-pruddy-error.git.orig/index.js
++++ node-pruddy-error.git/index.js
 @@ -1,7 +1,6 @@
  var failingCode = require('./failing-code');
  var style = require('./style-format');
@@ -22,7 +26,7 @@ Author: Harley Swick <fancycade@protonmail.com>
  
  /**
   * The template that is rendered with the error detailed error information.
-@@ -75,13 +74,13 @@
+@@ -75,13 +74,13 @@ function pruddy(error, options) {
      title: error.message,
      filename: code[1].filename,
      previousLine: code[0].code,
diff --git a/package.json b/package.json
index 76620a4..9221d3c 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
     "left-pad": "^1.2.0"
   },
   "devDependencies": {
-    "assume": "^1.5.2",
+    "assume": "^2.0.0",
     "mocha": "^4.0.1"
   }
 }

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details