Your message dated Sun, 06 Apr 2008 21:32:58 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#445144: fixed in reportbug 3.39-0.1
has caused the Debian Bug report #445144,
regarding reportbug: please add support for Usertags: pseudo-headers
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
445144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445144
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug
Version: 3.39
Severity: wishlist
Tags: patch
Hi,
I'd like to be able to set Usertags on submission. For this, I need to
be able to add custom pseudo-headers to my report.
The attached patch allows this by adding a -P option, and modifying
reportbug.py to allow User: and Usertags: pseudo-headers.
Thank you,
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
diff -Nru /tmp/hgNkLFt6dN/reportbug-3.39/debian/changelog /tmp/8yCaFrwFix/reportbug-3.39/debian/changelog
--- /tmp/hgNkLFt6dN/reportbug-3.39/debian/changelog 2007-08-17 00:40:09.000000000 +0200
+++ /tmp/8yCaFrwFix/reportbug-3.39/debian/changelog 2007-10-03 16:44:56.000000000 +0200
@@ -1,3 +1,11 @@
+reportbug (3.39-0.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add a -P option to allow to set pseudo-headers. This is useful to
+ set usertags at bug submission time.
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]> Wed, 03 Oct 2007 16:44:28 +0200
+
reportbug (3.39) unstable; urgency=low
* Add man page for reportbug.conf, thanks to Y Giridhar Appaji Nag.
diff -Nru /tmp/hgNkLFt6dN/reportbug-3.39/reportbug /tmp/8yCaFrwFix/reportbug-3.39/reportbug
--- /tmp/hgNkLFt6dN/reportbug-3.39/reportbug 2007-08-17 00:40:37.000000000 +0200
+++ /tmp/8yCaFrwFix/reportbug-3.39/reportbug 2007-10-03 16:40:31.000000000 +0200
@@ -620,6 +620,8 @@
help="key ID to use for PGP/GnuPG signatures")
parser.add_option('-H', '--header', action='append', dest='headers',
help='add a custom RFC822 header to your report')
+ parser.add_option('-P', '--pseudo', action='append', dest='pseudos',
+ help='add a custom pseudo-header to your report')
parser.add_option('--license', action='store_true', default=False,
help='show copyright and license information')
parser.add_option('-m', '--maintonly', action='store_const',
@@ -823,6 +825,7 @@
check_available = self.options.check_available
dontquery = self.options.dontquery
headers = self.options.headers or []
+ pseudos = self.options.pseudos or []
mua = self.options.mua
pkgversion = self.options.pkgversion
quietly = self.options.quietly
@@ -1294,7 +1297,6 @@
dontquery = True
special = False
- pseudos = []
if not body and not subject and not notatty:
res = special_prompts(package, bts, ui, fromaddr)
if res:
diff -Nru /tmp/hgNkLFt6dN/reportbug-3.39/reportbug.1 /tmp/8yCaFrwFix/reportbug-3.39/reportbug.1
--- /tmp/hgNkLFt6dN/reportbug-3.39/reportbug.1 2007-08-17 00:19:19.000000000 +0200
+++ /tmp/8yCaFrwFix/reportbug-3.39/reportbug.1 2007-10-03 16:44:22.000000000 +0200
@@ -306,6 +306,12 @@
HTTP URL, including (if necessary) a port number; for example,
\fBhttp://192.168.1.1:3128/\fP.
.TP
+.B \-P PSEUDO-HEADER, \-\-pseudo=PSEUDO-HEADER
+Add a custom pseudo-header to your email; for example, to add the
+.I mytag
+usertag to the bug, you could use
+.I \-P 'Usertags: mytag'
+.TP
.B \-q, \-\-quiet
Suppress diagnostic messages to standard error.
.TP
diff -Nru /tmp/hgNkLFt6dN/reportbug-3.39/reportbug.py /tmp/8yCaFrwFix/reportbug-3.39/reportbug.py
--- /tmp/hgNkLFt6dN/reportbug-3.39/reportbug.py 2007-08-17 00:40:37.000000000 +0200
+++ /tmp/8yCaFrwFix/reportbug-3.39/reportbug.py 2007-10-03 16:58:49.000000000 +0200
@@ -42,7 +42,7 @@
# Headers other than these become email headers for debbugs servers
PSEUDOHEADERS = ('Package', 'Version', 'Severity', 'File', 'Tags',
- 'Justification', 'Followup-For', 'Owner')
+ 'Justification', 'Followup-For', 'Owner', 'User', 'Usertags')
VALID_UIS = ['newt', 'text', 'gnome2', 'urwid']
AVAILABLE_UIS = []
--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.39-0.1
We believe that the bug you reported is fixed in the latest version of
reportbug, which is due to be installed in the Debian FTP archive:
reportbug_3.39-0.1.dsc
to pool/main/r/reportbug/reportbug_3.39-0.1.dsc
reportbug_3.39-0.1.tar.gz
to pool/main/r/reportbug/reportbug_3.39-0.1.tar.gz
reportbug_3.39-0.1_all.deb
to pool/main/r/reportbug/reportbug_3.39-0.1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated reportbug
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 22 Mar 2008 15:33:23 +0530
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.39-0.1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description:
reportbug - reports bugs in the Debian distribution
Closes: 302103 445144 447380 448874 450523 459333
Changes:
reportbug (3.39-0.1) unstable; urgency=low
.
* Non-maintainer upload
* Add templates for ftp.debian.org removal (RM) requests (Closes: #459333)
* Add a -P option to allow setting pseudo-headers, useful for setting
usertags. Thanks Lucas Nussbaum <[EMAIL PROTECTED]> for the patch
(Closes: #445144)
* Raise an error and indicate to the user in case of any network errors
(Closes: #302103)
* CC: [EMAIL PROTECTED] when a security issue is
reported (Closes: #448874)
* Indicate that in mode > standard incoming and NEW are also checked with
--check-available (Closes: #450523, #447380)
Files:
4a492d7e94110a68e23c8f6825b74f13 614 utils standard reportbug_3.39-0.1.dsc
addcf004bc5615998c129e6d137dac41 163802 utils standard
reportbug_3.39-0.1.tar.gz
69b400596cb236be60c9dafce73364dc 153360 utils standard
reportbug_3.39-0.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH9VZSriZpaaIa1PkRAkqxAKDVvUHzEZRQ1+wT20x3eP98SuM+AgCfdE8O
qC/Uo4p0l1mK48vI3XI8OJk=
=ZMmV
-----END PGP SIGNATURE-----
--- End Message ---