[Reportbug-commits] [reportbug] 01/01: report PAGER environment variable when filing a bug against reportbug
Sandro Tosi
morph at moszumanska.debian.org
Thu Feb 5 12:13:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository reportbug.
commit 8e2b3dbe2cd28466f7e4b7ea00c043131aaaa141
Author: Sandro Tosi <morph at debian.org>
Date: Thu Feb 5 12:13:24 2015 +0000
report PAGER environment variable when filing a bug against reportbug
---
debian/changelog | 7 +++++++
share/script | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 609c469..00d89ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+reportbug (6.6.4) UNRELEASED; urgency=medium
+
+ * share/script
+ - report PAGER environment variable when filing a bug against reportbug
+
+ -- Sandro Tosi <morph at debian.org> Thu, 05 Feb 2015 12:06:31 +0000
+
reportbug (6.6.3) unstable; urgency=medium
* reportbug/debbugs.py
diff --git a/share/script b/share/script
index 48f9582..e64c5e9 100755
--- a/share/script
+++ b/share/script
@@ -7,7 +7,7 @@ import re
OUT=os.fdopen(3, 'w')
envprint = False
-for var in ['EDITOR', 'VISUAL', 'REPORTBUGEMAIL', 'DEBEMAIL', 'EMAIL',
+for var in ['EDITOR', 'PAGER', 'VISUAL', 'REPORTBUGEMAIL', 'DEBEMAIL', 'EMAIL',
'DEBFULLNAME', 'DEBNAME', 'NAME', 'INTERFACE']:
if var in os.environ:
if not envprint:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git
More information about the Reportbug-commits
mailing list