[Pkg-javascript-commits] [node-unicode-data] 03/06: Package today's upstream

Julien Puydt julien.puydt at laposte.net
Fri Feb 23 20:56:06 UTC 2018


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

jpuydt-guest pushed a commit to branch master
in repository node-unicode-data.

commit efa83b98589dab520d5a3d8c9c811b34b4ae0224
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Feb 23 19:05:18 2018 +0100

    Package today's upstream
---
 debian/changelog                         | 6 ++++++
 debian/patches/don_t_ship_unneeded.patch | 4 ++--
 debian/patches/use_fs_extra_for_cp       | 6 +++---
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index feee58d..c14d22b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-unicode-data (0~20180223+gitd542555-1) UNRELEASED; urgency=medium
+
+  * Updated version.
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Fri, 23 Feb 2018 19:03:38 +0100
+
 node-unicode-data (0~20170909+gitcb53c2ac-1) unstable; urgency=medium
 
   * Initial release. (Closes: #872697)
diff --git a/debian/patches/don_t_ship_unneeded.patch b/debian/patches/don_t_ship_unneeded.patch
index 435e077..5f12bd9 100644
--- a/debian/patches/don_t_ship_unneeded.patch
+++ b/debian/patches/don_t_ship_unneeded.patch
@@ -4,7 +4,7 @@ Forwarded: no
 
 --- a/index.js
 +++ b/index.js
-@@ -132,14 +132,6 @@
+@@ -146,14 +146,6 @@
  		}
  	}
  	fs.writeFileSync(
@@ -19,7 +19,7 @@ Forwarded: no
  		path.resolve(__dirname, 'output', 'unicode-' + version, 'index.js'),
  		compileIndex({ 'version': version, 'data': jsesc(dirMap) })
  	);
-@@ -147,15 +139,6 @@
+@@ -161,15 +153,6 @@
  		path.resolve(__dirname, 'output', 'unicode-' + version, 'package.json'),
  		compilePackage({ 'version': version })
  	);
diff --git a/debian/patches/use_fs_extra_for_cp b/debian/patches/use_fs_extra_for_cp
index c8033c8..29a117b 100644
--- a/debian/patches/use_fs_extra_for_cp
+++ b/debian/patches/use_fs_extra_for_cp
@@ -4,8 +4,8 @@ Forwarded: yes
 
 --- a/index.js
 +++ b/index.js
-@@ -13,7 +13,7 @@
- parsers.parseWordBreak = require('./scripts/parse-word-break.js');
+@@ -15,7 +15,7 @@
+ parsers.parseEmojiSequences = require('./scripts/parse-emoji-sequences.js');
  parsers.parseNames = require('./scripts/parse-names.js');
  const extend = utils.extend;
 -const cp = require('cp');
@@ -13,7 +13,7 @@ Forwarded: yes
  const jsesc = require('jsesc');
  const template = require('lodash.template');
  
-@@ -151,7 +151,7 @@
+@@ -165,7 +165,7 @@
  		'.gitattributes',
  		'.gitignore'
  	].forEach(function(file) {

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



More information about the Pkg-javascript-commits mailing list