[Pkg-javascript-commits] [npm2deb] 04/05: fix new line in itp template
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Feb 14 05:56:52 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 5b35891689ba1905d482d40ed6cad7b42a06726f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Feb 14 11:23:31 2017 +0530
fix new line in itp template
---
debian/patches/0002-Add-suggestions-to-improve-the-ITP-report.patch | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0002-Add-suggestions-to-improve-the-ITP-report.patch b/debian/patches/0002-Add-suggestions-to-improve-the-ITP-report.patch
index a2bc105..604660e 100644
--- a/debian/patches/0002-Add-suggestions-to-improve-the-ITP-report.patch
+++ b/debian/patches/0002-Add-suggestions-to-improve-the-ITP-report.patch
@@ -9,12 +9,13 @@ Subject: [PATCH 2/2] Add suggestions to improve the ITP report.
--- a/npm2deb/templates.py
+++ b/npm2deb/templates.py
-@@ -92,7 +92,16 @@
+@@ -92,7 +92,17 @@
FIX_ME: This ITP report is not ready for submission, until you are
confident this package description is ready for Debian.
- .""" + description_template
-+ .""" + description_template + """
++ .
++""" + description_template + """
+FIX_ME: Explain why this package is suitable for adding to Debian. Is
+it a dependency of some other package? What benefit does it provide
+compared to other similar packages already in Debian?
--
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