[Pkg-javascript-commits] [node-buble] 03/05: refresh patches

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jan 19 15:25:17 UTC 2018


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository node-buble.

commit 5b0397c78bc91a8b2265ccf60fa5c43b5c709020
Author: Pirate Praveen <praveen at debian.org>
Date:   Fri Jan 19 19:47:50 2018 +0530

    refresh patches
---
 debian/patches/find_acorn                  | 12 ------------
 debian/patches/fix-buble-path.patch        | 11 -----------
 debian/patches/fix_error_message.patch     | 11 -----------
 debian/patches/os_homedir_is_useless.patch | 20 +++-----------------
 debian/patches/series                      |  3 ---
 5 files changed, 3 insertions(+), 54 deletions(-)

diff --git a/debian/patches/find_acorn b/debian/patches/find_acorn
deleted file mode 100644
index c269726..0000000
--- a/debian/patches/find_acorn
+++ /dev/null
@@ -1,12 +0,0 @@
-Description: for some reason it expects acorn where it isn't
-Author: Julien Puydt
-Forwarded: no
-
---- a/src/index.js
-+++ b/src/index.js
-@@ -1,4 +1,4 @@
--import acorn from 'acorn/dist/acorn.js';
-+import acorn from 'acorn';
- import acornJsx from 'acorn-jsx/inject';
- import acornObjectSpread from 'acorn-object-spread/inject';
- import Program from './program/Program.js';
diff --git a/debian/patches/fix-buble-path.patch b/debian/patches/fix-buble-path.patch
deleted file mode 100644
index 10ad7ec..0000000
--- a/debian/patches/fix-buble-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/test/test.js
-+++ b/test/test.js
-@@ -6,7 +6,7 @@
- var glob = require( 'glob' );
- var SourceMapConsumer = require( 'source-map' ).SourceMapConsumer;
- var getLocation = require( './utils/getLocation.js' );
--var buble = require( '../dist/buble.umd.js' );
-+var buble = require( '../dist/index.js' );
- 
- require( 'source-map-support' ).install();
- require( 'console-group' ).install();
diff --git a/debian/patches/fix_error_message.patch b/debian/patches/fix_error_message.patch
deleted file mode 100644
index bce415c..0000000
--- a/debian/patches/fix_error_message.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/test/samples/block-scoping.js
-+++ b/test/samples/block-scoping.js
-@@ -73,7 +73,7 @@
- 			let x = 1;
- 			let x = 2;
- 		`,
--		error: /x is already declared/
-+		error: /Identifier 'x' has already been declared/
- 	},
- 
- 	{
diff --git a/debian/patches/os_homedir_is_useless.patch b/debian/patches/os_homedir_is_useless.patch
index 8649d67..514846b 100644
--- a/debian/patches/os_homedir_is_useless.patch
+++ b/debian/patches/os_homedir_is_useless.patch
@@ -2,20 +2,6 @@ Description: os-homedir is deprecated, so don't use it
 Author: Julien Puydt
 Forwarded: no
 
---- a/package-lock.json
-+++ b/package-lock.json
-@@ -1198,11 +1198,6 @@
-         "wordwrap": "1.0.0"
-       }
-     },
--    "os-homedir": {
--      "version": "1.0.2",
--      "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
--      "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
--    },
-     "parse-glob": {
-       "version": "3.0.4",
-       "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
 --- a/register.js
 +++ b/register.js
 @@ -1,7 +1,7 @@
@@ -29,9 +15,9 @@ Forwarded: no
  var original = require.extensions[ '.js' ];
 --- a/package.json
 +++ b/package.json
-@@ -66,7 +66,6 @@
-     "vlq": "0.2.1",
-     "magic-string": "^0.14.0",
+@@ -65,7 +65,6 @@
+     "chalk": "^2.1.0",
+     "magic-string": "^0.22.4",
      "minimist": "^1.2.0",
 -    "os-homedir": "^1.0.1",
      "vlq": "^0.2.2"
diff --git a/debian/patches/series b/debian/patches/series
index 67ffd91..84ef594 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1 @@
-fix_error_message.patch
-find_acorn
-fix-buble-path.patch
 os_homedir_is_useless.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-buble.git



More information about the Pkg-javascript-commits mailing list