[Reportbug-maint] Bug#506475: marked as done (reportbug: send information for all the packages in alternative dependencies)

2010-02-10 Thread Debian Bug Tracking System
Your message dated Wed, 10 Feb 2010 23:11:30 +0900
with message-id <871vgtp4dp@marvin.43-1.org>
and subject line Already fixed.
has caused the Debian Bug report #506475,
regarding reportbug: send information for all the packages in alternative 
dependencies
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 ow...@bugs.debian.org
immediately.)


-- 
506475: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506475
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 3.45
Severity: minor

Hi,

When filing a bug report, reportbug will add information about
the *first* installed alternative of suggested packages.  It should
report *all* installed alternatives instead.

For example, phpbb3 suggests mysql-server and postgresql.  Although I
use PostgreSQL, reportbug only submitted information on mysql-server
in #506259.

Regards,
Ansgar

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils 1.5.24 debconf utilities
pn  debsums(no description available)
pn  dlocate(no description available)
ii  file  4.26-1 Determines file type using "magic"
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag
pn  python-urwid   (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 4.10.2

Hi,

I noticed that reportbug does include all alternatives that provide a
given dependency now:  For a package with

  Suggests: xterm | x-terminal-emulator

reportbug included information about konsole, kterm and xterm:

  Versions of packages libxml-grove-perl suggests:
  ii  konsole [x-terminal-emulator] 4:4.3.2-1  ...
  ii  kterm [x-terminal-emulator]   6.2.0-46   ...
  ii  xterm [x-terminal-emulator]   253-1  ...

This report can thus be closed.  It might even be possible that the bug
did never really exist (I might have installed only "postgresql-8.3" and
not "postgresql" so reportbug could not provide any information on
PostgreSQL).

Regards,
Ansgar

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


Re: [Reportbug-maint] [PATCH] correct typo

2010-02-10 Thread Sandro Tosi
Thanks, applied!

2010/2/10 Ansgar Burchardt :
> This patch corrects two typos in share/presubj and debian/changelog.
>
> Signed-off-by: Ansgar Burchardt 
> ---
>  debian/changelog |    2 +-
>  share/presubj    |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/debian/changelog b/debian/changelog
> index 881b9ab..49a0885 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -15,7 +15,7 @@ reportbug (4.10.3) UNRELEASED; urgency=low
>   * share/presubj
>     - specified the pager exit key doesn't apply to GTK+ UI; thanks to Éric
>       Araujo for the report; Closes: 568196
> -    - clarified to not repot bugs against reportbug in case of GTK+ crashes
> +    - clarified to not report bugs against reportbug in case of GTK+ crashes
>
>  -- Sandro Tosi   Tue, 09 Feb 2010 13:40:32 +0100
>
> diff --git a/share/presubj b/share/presubj
> index 0d6a593..daeb79a 100644
> --- a/share/presubj
> +++ b/share/presubj
> @@ -34,7 +34,7 @@ REPORTING: It is useful to include the full transcript of 
> reportbug
>  GTK+ UI: There are some situation when the GTK+ stack crashes,
>    reporting "Floating point exception" or GTK+ stack traces; those
>    are bugs in GTK+ or misconfigurations (for example, using 'testing'
> -   suite can lead to such errors) on the current machine. Do nor
> +   suite can lead to such errors) on the current machine. Do not
>    report bugs against reportbug in such situations but consult users
>    support forums.
>
> --
> 1.6.6.1
>
>
>
> ___
> Reportbug-maint mailing list
> Reportbug-maint@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint
>
>



-- 
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] [PATCH] correct typo

2010-02-10 Thread Ansgar Burchardt
This patch corrects two typos in share/presubj and debian/changelog.

Signed-off-by: Ansgar Burchardt 
---
 debian/changelog |2 +-
 share/presubj|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 881b9ab..49a0885 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,7 +15,7 @@ reportbug (4.10.3) UNRELEASED; urgency=low
   * share/presubj
 - specified the pager exit key doesn't apply to GTK+ UI; thanks to Éric
   Araujo for the report; Closes: 568196
-- clarified to not repot bugs against reportbug in case of GTK+ crashes
+- clarified to not report bugs against reportbug in case of GTK+ crashes
 
  -- Sandro Tosi   Tue, 09 Feb 2010 13:40:32 +0100
 
diff --git a/share/presubj b/share/presubj
index 0d6a593..daeb79a 100644
--- a/share/presubj
+++ b/share/presubj
@@ -34,7 +34,7 @@ REPORTING: It is useful to include the full transcript of 
reportbug
 GTK+ UI: There are some situation when the GTK+ stack crashes,
reporting "Floating point exception" or GTK+ stack traces; those
are bugs in GTK+ or misconfigurations (for example, using 'testing'
-   suite can lead to such errors) on the current machine. Do nor
+   suite can lead to such errors) on the current machine. Do not
report bugs against reportbug in such situations but consult users
support forums.
 
-- 
1.6.6.1


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