[Pkg-javascript-commits] [node-chalk] 06/10: remove supports-color patch. upstream merged it.

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sat Jul 5 20:49:31 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-chalk.

commit 5b79b76b3640c2d50d0bc13505df94d9433b9eb5
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sat Jul 5 18:20:07 2014 +0000

    remove supports-color patch. upstream merged it.
---
 debian/patches/series                   |  1 -
 debian/patches/use-supports-color.patch | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index c23099d..d796538 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-use-supports-color.patch
 override-detection.patch
diff --git a/debian/patches/use-supports-color.patch b/debian/patches/use-supports-color.patch
deleted file mode 100644
index d0bae79..0000000
--- a/debian/patches/use-supports-color.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: use supports-color instead of has-color
- The author has renamed this module in newer code, se we package the
- newer one instead of the old one.
-Author: Andrew Kelley <superjoe30 at gmail.com>
-Origin: upstream, https://github.com/sindresorhus/chalk/commit/144421dc16c4e323
-Forwarded: not-needed
-Last-Update: 2014-07-01
-
---- node-chalk-0.4.0.orig/index.js
-+++ node-chalk-0.4.0/index.js
-@@ -1,7 +1,7 @@
- 'use strict';
- var ansi = require('ansi-styles');
- var stripAnsi = require('strip-ansi');
--var hasColor = require('has-color');
-+var hasColor = require('supports-color');
- var defineProps = Object.defineProperties;
- var chalk = module.exports;
- 

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



More information about the Pkg-javascript-commits mailing list