[Reportbug-maint] Bug#491219: [PATCH] python-debianbts takes precedance over /usr/share/reportbug/reportbuglib/debianbts.py

2008-07-17 Thread Alban Browaeys
Package: reportbug
Version: 3.42
Severity: important
Tags: patch

Hi. I am new to python and the debian policy regarding how to handle
them though I found a workaround to get debreaper working again. 
It was failing
Traceback (most recent call last):
  File "/usr/share/debreaper/debreaper", line 70, in 
report = generate_report (status[1], status[0], status[2], status[3], path, 
gdbout)
  File "/usr/share/debreaper/bug_iface.py", line 27, in generate_report
return reportbug.generate_blank_report (package, pkgversion, 'important', 
None, depinfo, '', path, body="*** Please describe what you were doing when the 
application crashed ***\n\n"+gdbout)
  File "/usr/share/reportbug/reportbuglib/reportbug.py", line 721, in 
generate_blank_report
if debianbts.SYSTEMS[system].has_key('namefmt'):
AttributeError: 'module' object has no attribute 'SYSTEMS'

due to python-debianbts (dependency of reportbug-ng) tyaking precedance in the 
import search path in /usr/share/reportbug/reportbuglib/reportbug.py

This patch works around it by adding /usr/share/reportbug/reportbuglib first in 
the import search path.

Best regards
Alban
  

-- Package-specific info:
** /home/prahal/.reportbugrc:
reportbug_version "3.29.5"
mode standard
realname "Alban Browaeys"
email "[EMAIL PROTECTED]"
no-cc
header "X-Debbugs-CC: [EMAIL PROTECTED]"

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-rc7-00025-gacaef06-dirty (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages reportbug depends on:
ii  apt   0.7.14+b1  Advanced front-end for dpkg
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt

reportbug recommends no packages.

-- no debconf information
--- reportbug.py.orig	2008-07-17 19:20:10.0 +0200
+++ reportbug.py	2008-07-17 19:19:54.0 +0200
@@ -40,6 +40,7 @@
 import subprocess
 import imp
 
+sys.path.insert(0,"/usr/share/reportbug/reportbuglib")
 import debianbts
 
 # Paths for dpkg
___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint


[Reportbug-maint] Bug#491219: Bug#491219: [PATCH] python-debianbts takes precedance over /usr/share/reportbug/reportbuglib/debianbts.py

2008-07-17 Thread Sandro Tosi
Hi Alban,

On Thu, Jul 17, 2008 at 19:28, Alban Browaeys <[EMAIL PROTECTED]> wrote:
> Package: reportbug
> Version: 3.42
> Severity: important
> Tags: patch
>
> Hi. I am new to python and the debian policy regarding how to handle
> them though I found a workaround to get debreaper working again.
> It was failing
> Traceback (most recent call last):
>  File "/usr/share/debreaper/debreaper", line 70, in 
>report = generate_report (status[1], status[0], status[2], status[3], 
> path, gdbout)
>  File "/usr/share/debreaper/bug_iface.py", line 27, in generate_report
>return reportbug.generate_blank_report (package, pkgversion, 'important', 
> None, depinfo, '', path, body="*** Please describe what you were doing when 
> the application crashed ***\n\n"+gdbout)
>  File "/usr/share/reportbug/reportbuglib/reportbug.py", line 721, in 
> generate_blank_report
>if debianbts.SYSTEMS[system].has_key('namefmt'):
> AttributeError: 'module' object has no attribute 'SYSTEMS'
>
> due to python-debianbts (dependency of reportbug-ng) tyaking precedance in 
> the import search path in /usr/share/reportbug/reportbuglib/reportbug.py
>
> This patch works around it by adding /usr/share/reportbug/reportbuglib first 
> in the import search path.

Thanks for the report! BTW, I'm not inclined to do this change: stuff
under /usr/share/$pkg is private one, so you can use it at your own
danger. I didn't look too much into the debreaper code, but you can
add a similar line than
"sys.path.insert(0,"/usr/share/reportbug/reportbuglib")" into the
debreaper code and obtain your result.

Additionally, maybe moving debreaper code to python-debianbts /
python-btsutils would be a nice move.

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint


[Reportbug-maint] Processing of reportbug_3.43_amd64.changes

2008-07-17 Thread Archive Administrator
reportbug_3.43_amd64.changes uploaded successfully to localhost
along with the files:
  reportbug_3.43.dsc
  reportbug_3.43.tar.gz
  reportbug_3.43_all.deb

Greetings,

Your Debian queue daemon

___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint


[Reportbug-maint] reportbug_3.43_amd64.changes ACCEPTED

2008-07-17 Thread Debian Installer

Accepted:
reportbug_3.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_all.deb


Override entries for your package:
reportbug_3.43.dsc - source utils
reportbug_3.43_all.deb - standard utils

Announcing to [EMAIL PROTECTED]
Closing bugs: 362947 396899 441056 448806 488928 489515 491013 


Thank you for your contribution to Debian.

___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint


[Reportbug-maint] Bug#441099: marked as done ('packlist' referenced before assignment)

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#489515: fixed in reportbug 3.43
has caused the Debian Bug report #489515,
regarding 'packlist' referenced before assignment
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.)


-- 
489515: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489515
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug
Version: 3.39
Severity: wishlist

Looks bad:
$ reportbug --template -f su
Finding package for 'su'...
Resolved as '/bin/su'.
Please re-run reportbug selecting one of these packages:
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 1762, in ?
main()
  File "/usr/bin/reportbug", line 791, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 948, in user_interface
self.options.pathonly)
  File "/usr/bin/reportbug", line 251, in find_package_for
for package in packlist:
UnboundLocalError: local variable 'packlist' referenced before assignment

--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers 
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 362947 396899 441056 448806 488928 489515 491013
Changes: 
 reportbug (3.43) unstable; urgency=medium
 .
   [ Ben Finney ]
   * reportbuglib/reportbug_ui_urwid.py
 + Ensure 'spawn_editor' is available for 'urwid' interface
   (closes: #488928).
 .
   [ Sandro Tosi ]
   * reportbuglib/reportbug.py, reportbug
 - reports status of suggested packages; thanks to Ari Pollak for the
   report; Closes: #441056
   * reportbug
 - fixed packages list generation for a file search if run not in a tty (or
   via --template); thanks to Dan Jacobson for the report; Closes: #489515
 - for serious bugs, clearly states that "unknown" section downgrades to
   normal; thanks to Michael Meskes for the report; Closes: #362947
 - --template now includes "Package-specific info"; thanks to Marc Haber
   for the report; Closes: #396899
   * reportbuglib/reportbug.py
 - show system information only if the bug is not against wnpp; thanks to
   Francois Marier for the report; Closes: #448806
 - reinforce that RM bugs for testing are for testing only; thanks to
   Adeodato Simó for the report; Closes: #491013
   * README.Users
 - added how to usertag a bug at submit-time
   * TODO
 - removed CVS location (outdated and now supported with Vcs-Svn in
   debian/control)
 - removed item for migration to python-btsutils, filed a bug instead:
   #490548
   * debian/copyright
 - shortened Format-Specification, removing the GET parameter on the URL
   (lintian warning)
Checksums-Sha1: 
 bb96e388bf89236262c7ca7a3156579ae5f461c9 1174 reportbug_3.43.dsc
 249e9397785c6911f5406408423af7cc15bb6cf2 175026 reportbug_3.43.tar.gz
 4b65f424f46a38ac16f79ab05c36e6c6d681967b 157230 reportbug_3.43_all.deb
Checksums-Sha256: 
 aebc31f1a50ed303f1e0fb9950e38947fe6b9bf7dab6ed1201c9fd7d0e8e59c0 1174 
reportbug_3.43.dsc
 23cc12058a41334b9c0c72da39120c6688c7ffcef00bf631db28bbe34a437081 175026 
reportbug_3.43.tar.gz
 3383df53f7c83ef464173713f7376569cb3f247b75daf493195865009ed60868 157230 
reportbug_3.43_all.deb
Files: 
 2a352a74068111315dd039a8cc6acbe9 1174 utils standard reportbug_3.43.dsc
 58344e4f181a403b350f62b8377c89e4 175026 uti

[Reportbug-maint] Bug#488928: marked as done (reportbug: crash when attempting to spawn editor)

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488928: fixed in reportbug 3.43
has caused the Debian Bug report #488928,
regarding reportbug: crash when attempting to spawn editor
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.)


-- 
488928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488928
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug
Version: 3.42
Severity: grave

When I try to write a new bugreport, it crashes after selecting the
question regarding "l10n or patch".

Traceback (most recent call last):  

  File "/usr/bin/reportbug", line 1820, in  

main()  

  File "/usr/bin/reportbug", line 847, in main  

return iface.user_interface()   

  File "/usr/bin/reportbug", line 1761, in user_interface   

charset=charset)

  File "/usr/bin/reportbug", line 151, in handle_editing

(message, changed) = ui.spawn_editor(message or dmessage, filename,
AttributeError: 'module' object has no attribute 'spawn_editor'


Please note: The information below was inserted manually in this mail
since reportbug does not work for me.


-- Package-specific info:
** Environment settings:
EDITOR="vim"

** /home/windy/.reportbugrc:
# reportbug preferences file
# character encoding: UTF-8
# Version of reportbug this preferences file was written by
reportbug_version "3.31"
# default operating mode: one of: novice, standard, advanced, expert
mode standard
# default user interface
ui urwid
# offline setting - comment out to be online
#offline
# name and email setting (if non-default)
# realname "Stephan Windmüller"
# email "[EMAIL PROTECTED]"
# If nothing else works, remove the # at the beginning
# of the following three lines:
#no-cc
#header "X-Debbugs-CC: [EMAIL PROTECTED]"
#smtphost bugs.debian.org
# You can add other settings after this line.  See
# /etc/reportbug.conf for a full listing of options.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686
Locale: LANG=de_DE.UTF-8
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.7.14+b2  Advanced front-end for dpkg
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.7  register and build utility for Pyt

reportbug recommends no packages.


--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: 

[Reportbug-maint] Bug#448806: marked as done (reportbug: wnpp bugs should not include system settings)

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448806: fixed in reportbug 3.43
has caused the Debian Bug report #448806,
regarding reportbug: wnpp bugs should not include system settings
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.)


-- 
448806: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448806
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug
Version: 3.39
Severity: wishlist

I think that when filing a bug for an ITP or something similar, the system 
information
(kernel version, architecture, locale, /bin/sh, etc.) is irrelevant and I'd 
rather not
disclose that information publicly if it's not going to be useful in the bug 
report.

Of course, I can simply delete it, which is what I do.  But I'm wondering if 
it's ever
useful when filing a bug against that package.  Shouldn't the default be to 
omit these
details?

Francois


--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers 
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 362947 396899 441056 448806 488928 489515 491013
Changes: 
 reportbug (3.43) unstable; urgency=medium
 .
   [ Ben Finney ]
   * reportbuglib/reportbug_ui_urwid.py
 + Ensure 'spawn_editor' is available for 'urwid' interface
   (closes: #488928).
 .
   [ Sandro Tosi ]
   * reportbuglib/reportbug.py, reportbug
 - reports status of suggested packages; thanks to Ari Pollak for the
   report; Closes: #441056
   * reportbug
 - fixed packages list generation for a file search if run not in a tty (or
   via --template); thanks to Dan Jacobson for the report; Closes: #489515
 - for serious bugs, clearly states that "unknown" section downgrades to
   normal; thanks to Michael Meskes for the report; Closes: #362947
 - --template now includes "Package-specific info"; thanks to Marc Haber
   for the report; Closes: #396899
   * reportbuglib/reportbug.py
 - show system information only if the bug is not against wnpp; thanks to
   Francois Marier for the report; Closes: #448806
 - reinforce that RM bugs for testing are for testing only; thanks to
   Adeodato Simó for the report; Closes: #491013
   * README.Users
 - added how to usertag a bug at submit-time
   * TODO
 - removed CVS location (outdated and now supported with Vcs-Svn in
   debian/control)
 - removed item for migration to python-btsutils, filed a bug instead:
   #490548
   * debian/copyright
 - shortened Format-Specification, removing the GET parameter on the URL
   (lintian warning)
Checksums-Sha1: 
 bb96e388bf89236262c7ca7a3156579ae5f461c9 1174 reportbug_3.43.dsc
 249e9397785c6911f5406408423af7cc15bb6cf2 175026 reportbug_3.43.tar.gz
 4b65f424f46a38ac16f79ab05c36e6c6d681967b 157230 reportbug_3.43_all.deb
Checksums-Sha256: 
 aebc31f1a50ed303f1e0fb9950e38947fe6b9bf7dab6ed1201c9fd7d0e8e59c0 1174 
reportbug_3.43.dsc
 23cc12058a41334b9c0c72da39120c6688c7ffcef00bf631db28bbe34a437081 175026 
reportbug_3.43.tar.gz
 3383df53f7c83ef464173713f7376569cb3f247b75daf493195865009ed60868 157230 
reportbug_3.43_all.deb
Files: 
 2a352a74068111315dd039a8cc6acbe9 1174 utils standard reportbug_3.43.dsc
 58344e4f181a403b350f62b8377c89e4 175026 utils standard reportbug_3.43.tar.gz
 aca93ee8523816964f4b011723c4ac6d 157230 utils standard r

[Reportbug-maint] Bug#362947: marked as done (reportbug: automatic downgrading of serious bugs should be documented)

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#362947: fixed in reportbug 3.43
has caused the Debian Bug report #362947,
regarding reportbug: automatic downgrading of serious bugs should be documented
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.)


-- 
362947: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=362947
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug
Version: 3.20
Severity: normal

I just had this:

...
8 wishlistsuggestions and requests for new features.

Please select a severity level: [normal] serious
You are reporting a serious bug; which section of the Debian Policy
Manual contains the "must" or "required" directive that it violates? (E.g.,
"1.2.3") Just type "unknown" if you are not sure.
> unknown
Severity downgraded to "normal".
Do any of the following apply to this report?
...

I have to admit I was lazy and just went for "unknown" instead of
looking the section up. There may also be a good reasoning for forcing serious
bug reports to carry the section of the Policy that's violated. But I
think at least the text should be changed because people think using
"unknown" does not harm the report. If I wasn't told that my bug report
is only "normal" I wouldn't have noticed at all.

Michael

-- Package-specific info:
** Environment settings:
EDITOR="vim"

** /home/michael/.reportbugrc:
bts debian
submit
no-ldap
query-bts
cc
config-files
compress
email "[EMAIL PROTECTED]"
realname "Michael Meskes"
replyto "Michael Meskes <[EMAIL PROTECTED]>"

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages reportbug depends on:
ii  python2.3 2.3.5-9.1  An interactive high-level object-o

Versions of packages reportbug recommends:
ii  python2.3-iconvcodec  1.1.2-2Python universal Unicode codec, us

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers 
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 362947 396899 441056 448806 488928 489515 491013
Changes: 
 reportbug (3.43) unstable; urgency=medium
 .
   [ Ben Finney ]
   * reportbuglib/reportbug_ui_urwid.py
 + Ensure 'spawn_editor' is available for 'urwid' interface
   (closes: #488928).
 .
   [ Sandro Tosi ]
   * reportbuglib/reportbug.py, reportbug
 - reports status of suggested packages; thanks to Ari Pollak for the
   report; Closes: #441056
   * reportbug
 - fixed packages list generation for a file search if run not in a tty (or
   via --template); thanks to Dan Jacobson for the report; Closes: #489515
 - for serious bugs, clearly states that "unknown" section downgrades to
   normal; thanks to Michael Meskes for the report; Closes: #362947
 - --template now includes "Package-specific info"; thanks to Marc Haber
   for the report; Closes: #396899
   * reportbuglib/reportbug.py
 - show system information only if the bug is not against wnpp; thanks to
   Francois Marier for the report; Closes: #448806
 - reinforce that RM bugs for testing are for tes

[Reportbug-maint] Bug#441056: marked as done (Should report installed Suggested packages)

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441056: fixed in reportbug 3.43
has caused the Debian Bug report #441056,
regarding Should report installed Suggested packages
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.)


-- 
441056: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441056
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug
Version: 3.39
Severity: wishlist

Currently, reportbug reports versions of installed Depends and
Recommends, but not Suggests. It would be useful to see Suggests as
well.

-- Package-specific info:
** Environment settings:
EDITOR="vim"
DEBEMAIL="[EMAIL PROTECTED]"
DEBFULLNAME="Ari Pollak"
INTERFACE="text"

** /home/ari/.reportbugrc:
reportbug_version "2.99.4"
mode expert
ui text
realname "Ari Pollak"
email "[EMAIL PROTECTED]"

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages reportbug depends on:
ii  apt   0.7.6  Advanced front-end for dpkg
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.15 register and build utility for Pyt

reportbug recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers 
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 362947 396899 441056 448806 488928 489515 491013
Changes: 
 reportbug (3.43) unstable; urgency=medium
 .
   [ Ben Finney ]
   * reportbuglib/reportbug_ui_urwid.py
 + Ensure 'spawn_editor' is available for 'urwid' interface
   (closes: #488928).
 .
   [ Sandro Tosi ]
   * reportbuglib/reportbug.py, reportbug
 - reports status of suggested packages; thanks to Ari Pollak for the
   report; Closes: #441056
   * reportbug
 - fixed packages list generation for a file search if run not in a tty (or
   via --template); thanks to Dan Jacobson for the report; Closes: #489515
 - for serious bugs, clearly states that "unknown" section downgrades to
   normal; thanks to Michael Meskes for the report; Closes: #362947
 - --template now includes "Package-specific info"; thanks to Marc Haber
   for the report; Closes: #396899
   * reportbuglib/reportbug.py
 - show system information only if the bug is not against wnpp; thanks to
   Francois Marier for the report; Closes: #448806
 - reinforce that RM bugs for testing are for testing only; thanks to
   Adeodato Simó for the report; Closes: #491013
   * README.Users
 - added how to usertag a bug at submit-time
   * TODO
 - removed CVS location (outdated and now supported with Vcs-Svn in
   debian/control)
 - removed item for migration to python-btsutils, filed a bug instead:
   #490548
   * debian/copyright
 - shortened Format-Specification, removing the GET parameter on the URL
   (lintian warning)
Checksums-Sha1: 
 bb96e388bf89236262c7ca7a3156579ae5f461c9 1174 reportbug_3.43.dsc
 249e9397785c6911f5406408423af7cc15bb6cf2 175026 reportbug_3.43.tar.gz
 4b65f424f46a38ac16f79ab05

[Reportbug-maint] Bug#490837: marked as done (fails to spawn editor when ui is newt)

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488928: fixed in reportbug 3.43
has caused the Debian Bug report #488928,
regarding fails to spawn editor when ui is newt
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.)


-- 
488928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488928
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug
Version: 3.42
Severity: normal

Hi,

When using reportbug with ui "newt" it dies before the bug report with:
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 1820, in 
main()
  File "/usr/bin/reportbug", line 847, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 1761, in user_interface
charset=charset)
  File "/usr/bin/reportbug", line 151, in handle_editing
(message, changed) = ui.spawn_editor(message or dmessage, filename,
AttributeError: 'module' object has no attribute 'spawn_editor'

Thanks,

Guido

-- Package-specific info:
** Environment settings:
EDITOR="/usr/bin/vim"
DEBEMAIL="[EMAIL PROTECTED]"
DEBFULLNAME="Guido Trotter"
INTERFACE="text"

** /home/ultrotter/.reportbugrc:
reportbug_version "3.39-0.1"
mode expert
ui newt

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (1001, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.0rx00 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages reportbug depends on:
ii  apt   0.7.14+b1  Advanced front-end for dpkg
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.7  register and build utility for Pyt

reportbug recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers 
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 362947 396899 441056 448806 488928 489515 491013
Changes: 
 reportbug (3.43) unstable; urgency=medium
 .
   [ Ben Finney ]
   * reportbuglib/reportbug_ui_urwid.py
 + Ensure 'spawn_editor' is available for 'urwid' interface
   (closes: #488928).
 .
   [ Sandro Tosi ]
   * reportbuglib/reportbug.py, reportbug
 - reports status of suggested packages; thanks to Ari Pollak for the
   report; Closes: #441056
   * reportbug
 - fixed packages list generation for a file search if run not in a tty (or
   via --template); thanks to Dan Jacobson for the report; Closes: #489515
 - for serious bugs, clearly states that "unknown" section downgrades to
   normal; thanks to Michael Meskes for the report; Closes: #362947
 - --template now includes "Package-specific info"; thanks to Marc Haber
   for the report; Closes: #396899
   * reportbuglib/reportbug.py
 - show system information only if the bug is not against wnpp; thanks to
   Francois Marier for the report; Closes: #448806
 - reinforce that RM bugs for testing are for testing only; thanks to
   Adeodato Simó for the report; Closes: #491013
   * README.Users
 - added how to usertag a bug at submit-time
   * TODO
 - removed CVS location (outdated and now supported with Vcs-Svn in
   debian/control)
 - removed item for 

[Reportbug-maint] Bug#491119: marked as done (reportbug: no attribute 'spawn_editor')

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488928: fixed in reportbug 3.43
has caused the Debian Bug report #488928,
regarding reportbug: no attribute 'spawn_editor'
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.)


-- 
488928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488928
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug
Version: 3.42

I was filling a bug report in urwid mode and reportbug crashed after filling
the bug title:

Default preferences file written. To reconfigure, re-run reportbug with the
"--
configure" option.

Detected character set: UTF-8
Please change your locale if this is incorrect.

Using '"Jean-Michel Philippe" <[EMAIL PROTECTED]>' as your from
address.
Getting status for awn-applets-python-core...
Verifying package integrity...

Checking for newer versions at packages.debian.org...
Will send report to Debian (per lsb_release).


No bug reports found.
Maintainer for awn-applets-python-core is 'Julien Lavergne <
[EMAIL PROTECTED]>'.
Looking up dependencies of awn-applets-python-core...


Rewriting subject to 'awn-applets-python-core: volume control doesn't start
if channel is wrong'

Traceback (most recent call last):
  File "/usr/bin/reportbug", line 1820, in 
main()
  File "/usr/bin/reportbug", line 847, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 953, in user_interface
main()
  File "/usr/bin/reportbug", line 847, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 1761, in user_interface
charset=charset)
  File "/usr/bin/reportbug", line 151, in handle_editing
(message, changed) = ui.spawn_editor(message or dmessage, filename,
AttributeError: 'module' object has no attribute 'spawn_editor'

I'm sorry I don't feel like having done something wrong. So I don't know
whether the crash can be easily reproduced or not. This was the first time I
used reportbug on this system, without any MTA installed, and the target
package (awn-applets-python-core) didn't have any previous bug report. I
don't know if all this information are related to the crash.

I'm using Debian Lenny with python-urwid version 0.9.8.2-1.
--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers 
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 362947 396899 441056 448806 488928 489515 491013
Changes: 
 reportbug (3.43) unstable; urgency=medium
 .
   [ Ben Finney ]
   * reportbuglib/reportbug_ui_urwid.py
 + Ensure 'spawn_editor' is available for 'urwid' interface
   (closes: #488928).
 .
   [ Sandro Tosi ]
   * reportbuglib/reportbug.py, reportbug
 - reports status of suggested packages; thanks to Ari Pollak for the
   report; Closes: #441056
   * reportbug
 - fixed packages list generation for a file search if run not in a tty (or
   via --template); thanks to Dan Jacobson for the report; Closes: #489515
 - for serious bugs, clearly states that "unknown" section downgrades to
   normal; thanks to Michael Meskes for the report; Closes: #362947
 - --template now includes "Package-specific info"; thanks to Marc Haber
   for the report; Closes: #396899
   * reportbuglib/reportbug.py
 - show system information only if the bug is not against wnpp; thanks to
   Francois

[Reportbug-maint] Bug#396899: marked as done (reportbug: --template doesn't include "Package-specific info")

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#396899: fixed in reportbug 3.43
has caused the Debian Bug report #396899,
regarding reportbug: --template doesn't include "Package-specific info"
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.)


-- 
396899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=396899
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug
Version: 3.30
Severity: wishlist


Hi,

the exim4 Debian package has a quite active mailing list where user
questions are directed to. It would be great to have reportbug output
package specific data for inclusion with a mailing list message since
one could point users to reportbug if one wants to have an overview
about the package is configured and installed.

My ideal reportbug --mailinglist option would be the equivalent of
reportbug --subject="none" --offline --quiet --severity=wishlist
--body="none" exim4-config, answering yes to both "include [extended]
configuration information" questions and then only print package
version and what follows the "-- Package-specific info:" header, sans
mail header and mail body.

Greetings
Marc

--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers 
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 362947 396899 441056 448806 488928 489515 491013
Changes: 
 reportbug (3.43) unstable; urgency=medium
 .
   [ Ben Finney ]
   * reportbuglib/reportbug_ui_urwid.py
 + Ensure 'spawn_editor' is available for 'urwid' interface
   (closes: #488928).
 .
   [ Sandro Tosi ]
   * reportbuglib/reportbug.py, reportbug
 - reports status of suggested packages; thanks to Ari Pollak for the
   report; Closes: #441056
   * reportbug
 - fixed packages list generation for a file search if run not in a tty (or
   via --template); thanks to Dan Jacobson for the report; Closes: #489515
 - for serious bugs, clearly states that "unknown" section downgrades to
   normal; thanks to Michael Meskes for the report; Closes: #362947
 - --template now includes "Package-specific info"; thanks to Marc Haber
   for the report; Closes: #396899
   * reportbuglib/reportbug.py
 - show system information only if the bug is not against wnpp; thanks to
   Francois Marier for the report; Closes: #448806
 - reinforce that RM bugs for testing are for testing only; thanks to
   Adeodato Simó for the report; Closes: #491013
   * README.Users
 - added how to usertag a bug at submit-time
   * TODO
 - removed CVS location (outdated and now supported with Vcs-Svn in
   debian/control)
 - removed item for migration to python-btsutils, filed a bug instead:
   #490548
   * debian/copyright
 - shortened Format-Specification, removing the GET parameter on the URL
   (lintian warning)
Checksums-Sha1: 
 bb96e388bf89236262c7ca7a3156579ae5f461c9 1174 reportbug_3.43.dsc
 249e9397785c6911f5406408423af7cc15bb6cf2 175026 reportbug_3.43.tar.gz
 4b65f424f46a38ac16f79ab05c36e6c6d681967b 157230 reportbug_3.43_all.deb
Checksums-Sha256: 
 aebc31f1a50ed303f1e0fb9950e38947fe6b9bf7dab6ed1201c9fd7d0e8e59c0 1174 
reportbug_3.43.dsc
 23cc12058a41334b9c0c72da39120c6688c7ffcef00bf631db28bbe34a437081 175026 
reportbug_3.43.tar.gz
 3383df53f7c83ef464173713f7376569cb3f247b75daf4931958650

[Reportbug-maint] Bug#489515: marked as done (UnboundLocalError: local variable 'packlist' referenced before assignment)

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#489515: fixed in reportbug 3.43
has caused the Debian Bug report #489515,
regarding UnboundLocalError: local variable 'packlist' referenced before 
assignment
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.)


-- 
489515: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489515
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug
Version: 3.42
Severity: wishlist

$ reportbug --template -f /usr/share/doc/debian
Finding package for '/usr/share/doc/debian'...
Please re-run reportbug selecting one of these packages:
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 1820, in 
main()
  File "/usr/bin/reportbug", line 847, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 1005, in user_interface
self.options.pathonly)
  File "/usr/bin/reportbug", line 291, in find_package_for
for package in packlist:
UnboundLocalError: local variable 'packlist' referenced before assignment


--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers 
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 362947 396899 441056 448806 488928 489515 491013
Changes: 
 reportbug (3.43) unstable; urgency=medium
 .
   [ Ben Finney ]
   * reportbuglib/reportbug_ui_urwid.py
 + Ensure 'spawn_editor' is available for 'urwid' interface
   (closes: #488928).
 .
   [ Sandro Tosi ]
   * reportbuglib/reportbug.py, reportbug
 - reports status of suggested packages; thanks to Ari Pollak for the
   report; Closes: #441056
   * reportbug
 - fixed packages list generation for a file search if run not in a tty (or
   via --template); thanks to Dan Jacobson for the report; Closes: #489515
 - for serious bugs, clearly states that "unknown" section downgrades to
   normal; thanks to Michael Meskes for the report; Closes: #362947
 - --template now includes "Package-specific info"; thanks to Marc Haber
   for the report; Closes: #396899
   * reportbuglib/reportbug.py
 - show system information only if the bug is not against wnpp; thanks to
   Francois Marier for the report; Closes: #448806
 - reinforce that RM bugs for testing are for testing only; thanks to
   Adeodato Simó for the report; Closes: #491013
   * README.Users
 - added how to usertag a bug at submit-time
   * TODO
 - removed CVS location (outdated and now supported with Vcs-Svn in
   debian/control)
 - removed item for migration to python-btsutils, filed a bug instead:
   #490548
   * debian/copyright
 - shortened Format-Specification, removing the GET parameter on the URL
   (lintian warning)
Checksums-Sha1: 
 bb96e388bf89236262c7ca7a3156579ae5f461c9 1174 reportbug_3.43.dsc
 249e9397785c6911f5406408423af7cc15bb6cf2 175026 reportbug_3.43.tar.gz
 4b65f424f46a38ac16f79ab05c36e6c6d681967b 157230 reportbug_3.43_all.deb
Checksums-Sha256: 
 aebc31f1a50ed303f1e0fb9950e38947fe6b9bf7dab6ed1201c9fd7d0e8e59c0 1174 
reportbug_3.43.dsc
 23cc12058a41334b9c0c72da39120c6688c7ffcef00bf631db28bbe34a437081 175026 
reportbug_3.43.tar.gz
 3383df53f7c83ef464173713f7376569cb3f247b75daf493195865009ed60868 157230 
reportbug_3.43_all.deb
Files: 
 2a352a74068111315dd039a8cc6acbe9 1174 utils standard reportbug_3.43.dsc
 583

[Reportbug-maint] Bug#491013: marked as done (removals from testing in reportbug (Re: RM: ftpmirror/testing -- ROM; RC-buggy; abandoned upstream))

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#491013: fixed in reportbug 3.43
has caused the Debian Bug report #491013,
regarding removals from testing in reportbug (Re: RM: ftpmirror/testing -- ROM; 
RC-buggy; abandoned upstream)
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.)


-- 
491013: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491013
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: reportbug

Please give some indication that debian-release should only be mailed
for removals for testing *only*, and not for those that should happen in
unstable too.

For example:

 | Is the removal to be done in a suite other than "unstable"? Please press 
Enter for "unstable"
 | 
 | 1 experimentalExperimental.
 | 2 oldstable   Old stable.
 | 3 oldstable-proposed-updates  Old stable proposed updates.
 | 4 stable  Stable.
 | 5 stable-proposed-updates Stable proposed updates.
 | 6 testing Testing only (not unstable).
 
 | 7 testing-proposed-updatesTesting proposed updates

That should be a start.

Thanks for considering,

* Antonin Kral [Tue, 15 Jul 2008 20:25:53 +0200]:

> Hi Luk,

> thanks for info. I wanted at the beginning file the bug, bug reportbug
> suggested to through debian-release. I'll go through bug then.

> * Luk Claes <[EMAIL PROTECTED]> [2008-07-15 20:15] wrote:
> > Antonin Kral wrote:
> > > Hello,
> > > 
> > > I am thing about removing ftpmirror completely from debian. Last
> > > upstream is dated back to 2004. I don't have time and resources for
> > > overtaking upstream work. There are some RCs filled against this package
> > > as well. Furthermore, I have some signals that people are not really
> > > using this package anymore.
> > 
> > If you want to remove it completely from Debian, you'd better file a bug
> > against ftp.debian.org which will make sure the removal propogates to
> > testing automatically after it's removed from unstable.
> > 
> > Cheers
> > 
> > Luk
> > 

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
   Listening to: David Bowie - 5:15 The angels have gone



--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers 
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 362947 396899 441056 448806 488928 489515 491013
Changes: 
 reportbug (3.43) unstable; urgency=medium
 .
   [ Ben Finney ]
   * reportbuglib/reportbug_ui_urwid.py
 + Ensure 'spawn_editor' is available for 'urwid' interface
   (closes: #488928).
 .
   [ Sandro Tosi ]
   * reportbuglib/reportbug.py, reportbug
 - reports status of suggested packages; thanks to Ari Pollak for the
   report; Closes: #441056
   * reportbug
 - fixed packages list generation for a file search if run not in a tty (or
   via --template); thanks to Dan Jacobson for the report; Closes: #489515
 - for serious bugs, clearly states that "unknown" section downgrades to
   normal; thanks to Michael Meskes for the report; Closes: #362947
 - --template now includes "Package-specific info"; thanks to Marc Haber
   for the report; Closes: #

[Reportbug-maint] Bug#489458: marked as done (reportbug: crashes with urwid interface)

2008-07-17 Thread Debian Bug Tracking System

Your message dated Thu, 17 Jul 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488928: fixed in reportbug 3.43
has caused the Debian Bug report #488928,
regarding reportbug: crashes with urwid interface
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.)


-- 
488928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488928
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-urwid
Version: 0.9.8.2-1
Severity: important


Hi,

In urwid mode, reportbug crashes with following traceback :

nt call last):
  File "/usr/bin/reportbug", line 1820, in 
main()
  File "/usr/bin/reportbug", line 847, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 1761, in user_interface
charset=charset)
  File "/usr/bin/reportbug", line 151, in handle_editing
(message, changed) = ui.spawn_editor(message or dmessage, filename,
AttributeError: 'module' object has no attribute 'spawn_editor'

In text mode everything is OK.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-urwid depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  python2.5.2-1An interactive high-level object-o
ii  python-support0.8.4  automated rebuilding support for P

python-urwid recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 3.43

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.43.dsc
  to pool/main/r/reportbug/reportbug_3.43.dsc
reportbug_3.43.tar.gz
  to pool/main/r/reportbug/reportbug_3.43.tar.gz
reportbug_3.43_all.deb
  to pool/main/r/reportbug/reportbug_3.43_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.
Sandro Tosi <[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.8
Date: Thu, 17 Jul 2008 20:19:34 +0200
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.43
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers 
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 362947 396899 441056 448806 488928 489515 491013
Changes: 
 reportbug (3.43) unstable; urgency=medium
 .
   [ Ben Finney ]
   * reportbuglib/reportbug_ui_urwid.py
 + Ensure 'spawn_editor' is available for 'urwid' interface
   (closes: #488928).
 .
   [ Sandro Tosi ]
   * reportbuglib/reportbug.py, reportbug
 - reports status of suggested packages; thanks to Ari Pollak for the
   report; Closes: #441056
   * reportbug
 - fixed packages list generation for a file search if run not in a tty (or
   via --template); thanks to Dan Jacobson for the report; Closes: #489515
 - for serious bugs, clearly states that "unknown" section downgrades to
   normal; thanks to Michael Meskes for the report; Closes: #362947
 - --template now includes "Package-specific info"; thanks to Marc Haber
   for the report; Closes: #396899
   * reportbuglib/reportbug.py
 - show system information only if the bug is not against wnpp; thanks to
   Francois Marier for the report; Closes: #448806
 - reinforce that RM bugs for testing are for testing only; thanks to
   Adeodato Simó for the report; Closes: #491013
   * README.Users
 - added how to usertag a bug at submit-time
   * TODO
 - removed CVS location (outdated and now supported with Vcs-Svn in
   debian/control)
 - removed item for migration to python-btsutils, filed a bug instead:
   #490548
   * debian/copyright
 - shortened Format-Specification, removing the GET parameter on the URL
   (lintian warning)
Checksums-Sha1: 
 bb96e388bf89236262c7ca7a3156579ae5f461c