[Pkg-javascript-commits] [npm2deb] 01/02: highlight FIX_MEs in itpmal too

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Feb 16 10:16:56 UTC 2017


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

praveen pushed a commit to branch master
in repository npm2deb.

commit 1e6a05c1c1834fdd2f7790850f9c290836a9de89
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Feb 16 15:45:55 2017 +0530

    highlight FIX_MEs in itpmal too
---
 debian/patches/0003-hint-ITP.patch | 10 ++++++++++
 debian/patches/series              |  1 +
 2 files changed, 11 insertions(+)

diff --git a/debian/patches/0003-hint-ITP.patch b/debian/patches/0003-hint-ITP.patch
new file mode 100644
index 0000000..4fc3e2f
--- /dev/null
+++ b/debian/patches/0003-hint-ITP.patch
@@ -0,0 +1,10 @@
+--- a/npm2deb/__init__.py
++++ b/npm2deb/__init__.py
+@@ -115,6 +115,7 @@
+ 
+         utils.change_dir(saved_path)
+         _call('/bin/grep --color=auto FIX_ME -r %s/*' % debian_path, shell=True)
++        _call('/bin/grep --color=auto FIX_ME -r -H %s/*_itp.mail' % self.name, shell=True)
+ 
+         if uscan_info[0] != 0:
+             print ("\nUse uscan to get orig source files. Fix debian/watch and then run\
diff --git a/debian/patches/series b/debian/patches/series
index 950fdbe..2dc4711 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 search-in-experimental.patch
 0001-Distinguish-upstream-description-from-Debian-package.patch
 0002-Add-suggestions-to-improve-the-ITP-report.patch
+0003-hint-ITP.patch

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



More information about the Pkg-javascript-commits mailing list