Your message dated Mon, 03 Aug 2015 21:31:25 +0000
with message-id <e1zmnkp-0006l7...@franck.debian.org>
and subject line Bug#761206: fixed in reportbug 6.6.4
has caused the Debian Bug report #761206,
regarding reportbug: please remove the 'base' package from reportbug
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.)


-- 
761206: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761206
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 6.4.4+deb7u1
Severity: wishlist
Tags: patch

Hello,

the attached patch implements the removal of the 'base' pseudo package
from reportbug. See #734053 [1] for context, where Holger Levsen is
reporting against bugs.debian.org to remove the 'base' package.

It seems like most of the few bugs against 'base' concern specific
packages (notably the kernel) and the other ones could be reassigned
to the 'general' package.

Thanks,
*t

[1] https://bugs.debian.org/734053

-- Package-specific info:
** Environment settings:
INTERFACE="text"

** /home/tpo/.reportbugrc:
reportbug_version "6.4.4"
mode novice
ui text
email "tpo_...@sourcepole.ch"

-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-0.bpo.2-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt               0.9.7.9+deb7u2
ii  python            2.7.3-4+deb7u1
ii  python-reportbug  6.4.4+deb7u1

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail                               <none>
ii  debconf-utils                            1.5.49
pn  debsums                                  <none>
pn  dlocate                                  <none>
pn  emacs22-bin-common | emacs23-bin-common  <none>
ii  file                                     5.11-2+deb7u5
ii  gnupg                                    1.4.12-7+deb7u4
ii  msmtp-mta [mail-transport-agent]         1.4.28-1
ii  python-gtk2                              2.24.0-3+b1
pn  python-gtkspell                          <none>
pn  python-urwid                             <none>
ii  python-vte                               1:0.28.2-5
ii  xdg-utils                                1.1.0~rc1+git20111210-6

Versions of packages python-reportbug depends on:
ii  apt               0.9.7.9+deb7u2
ii  python            2.7.3-4+deb7u1
ii  python-debian     0.1.21
ii  python-debianbts  1.11
ii  python-support    1.0.15

python-reportbug suggests no packages.

-- Configuration Files:
/etc/reportbug.conf changed [not included]

-- no debconf information
commit 8019e48
Author: Tomas Pospisek <tpo...@sourcepole.ch>
Date:   Thu Sep 11 17:59:34 2014 +0200

    remove 'base' package
    
    Fixes #734053

diff --git bin/reportbug bin/reportbug
index 127cbda..80155b4 100755
--- bin/reportbug
+++ bin/reportbug
@@ -483,7 +483,7 @@ def get_package_name(bts='debian', mode=MODE_EXPERT):
                          'bug tracking system itself.'):
                 package = 'reportbug'
 
-        if package in ('general', 'project', 'debian-general', 'base'):
+        if package in ('general', 'project', 'debian-general'):
             ui.long_message(
                 "If you have a general problem, please do consider using "
 		'the available Debian support channels to narrow the problem '
diff --git reportbug/debbugs.py reportbug/debbugs.py
index ce21ba4..0e4abb6 100644
--- reportbug/debbugs.py
+++ reportbug/debbugs.py
@@ -160,7 +160,6 @@ def convert_severity(severity, type='debbugs'):
 
 # These packages are virtual in Debian; we don't look them up...
 debother = {
-    'base' : 'General bugs in the base system',
     'bugs.debian.org' : 'The bug tracking system, @bugs.debian.org',
     'buildd.debian.org' :  'Problems and requests related to the Debian Buildds',
     'buildd.emdebian.org' :  'Problems related to building packages for Emdebian',

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

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.

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 761...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 03 Aug 2015 20:46:01 +0100
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 6.6.4
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers <reportbug-maint@lists.alioth.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Description:
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 612712 642096 661563 666116 672487 683116 685826 685829 690882 702521 
739507 761206 761367 765546 769013 769055 769355 771833 773606 776015 779200 
780825 782319
Changes:
 reportbug (6.6.4) unstable; urgency=medium
 .
   * reportbug/debbugs.py
     - fix usage of singular they in RFH description; thanks to Doug Torrance 
for
       the report; Closes: #776015
     - clarify the menu for partial/all archs for binNMUs and RMs; thanks to
       Kamaraju Kusumanchi for the report; Closes: #773606
     - clarify to not select any item in the suite menu for ftp.debian.org to
       choose 'unstable', that should work on every UI available; thanks to
       Rafael Laboissiere for the report; Closes: #765546
     - extend release.d.o binNMUs handling to include a menu to request the 
suite
       the binNMU is for; thanks to Andreas Beckmann for the report and Niels
       Thykier, Adam D. Barratt from release team for help; Closes: #769355
   * share/script
     - report PAGER environment variable when filing a bug against reportbug
   * reportbug/ui/gtk2_ui.py
     - correctly acquire GDK mutual exclusion lock
   * reportbug/submit.py
     - correctly handle the case where there is not MTA or smtphost defined;
       Closes: #782319, #780825, #769055
     - use ui.final_message() when printing the last message and then exit
   * bin/reportbug
     - suggest to contact Debian support channels when reporting bugs against
       generic packages; thanks to Tomas Pospisek for the patch; Closes: #661563
     - set default encoding to UTF-8, should prevent all the 
"UnicodeDecodeError:
       'ascii' codec can't decode" bugs; Closes: #769013, #739507, #761367,
       #771833, #672487, #739507, #612712, #690882, #779200, #642096, #666116
     - --tag cli option now correctly generates the list of available tags based
       on the selected mode, which includes 'security'; Closes: #685826
   * reportbug/{debbugs.py, ui/text_ui.py}, test/test_{debbugs.py, urlutils.py}
     - use HTTPS when connecting to Debian BTS
   * bin/reportbug, reportbug/ui/urwid_ui.py
     - make the Cancel button in Urwid interface works for tags and severity
       lists; thanks to Ryan Kavanagh for report and patch; Closes: #702521
   * reportbug/utils.py
     - support LANG declined Description-xx field in package information; thanks
       to Robert Luberda for the report; Closes: #683116
   * bin/reportbug, man/reportbug.1
     - add --{no-}security-team, to declare to send (or not) the report only to
       the security team since it is (or not) an undisclosed vulnerability;
       Closes: #685829
   * bin/reportbug, reportbug/debbugs.py
     - remove 'base' pseudo-package, to be deprecated in BTS too; Closes: 
#761206
Checksums-Sha1:
 b679edededd7ec31896c14a29f00c03713545be9 1845 reportbug_6.6.4.dsc
 40b672d9c7f0f3bc9cfefae1051218377585e34a 270207 reportbug_6.6.4.tar.bz2
 7246a500290fa4974a26c356ffdf8cc548b0b474 126892 python-reportbug_6.6.4_all.deb
 6d01f378e386b2148f181bd5f3ac6f22dedfa355 124502 reportbug_6.6.4_all.deb
Checksums-Sha256:
 3c259c23a370c4118769721caecc4b1549bdf03c2bfd0556943d079a03e60057 1845 
reportbug_6.6.4.dsc
 6484a59cc6cc02d4f27d3f6611a5232ec74b3c443529bf2702f0da45e06cf7b3 270207 
reportbug_6.6.4.tar.bz2
 0eed60846d81045fdb33c239a603cff967ef27b6a8d22e6f7200c40540eabe56 126892 
python-reportbug_6.6.4_all.deb
 26e132bd42233479bde6094412fd145cd633c6b5af4abd83558be0bbf7809891 124502 
reportbug_6.6.4_all.deb
Files:
 409257f7be7d68afbc42ab2f5cc714d3 1845 utils standard reportbug_6.6.4.dsc
 a10ce59e2a4ec0175124fb2ca60d2646 270207 utils standard reportbug_6.6.4.tar.bz2
 6c866457657b8b6e76e4b34d2d5072ad 126892 python standard 
python-reportbug_6.6.4_all.deb
 f35ca0b27fa715f2a2a11c6bb0557a3b 124502 utils standard reportbug_6.6.4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVv8WUAAoJEIefPJk4AalPs/IQAMFCrck+Ue/i8716bZvoV/IH
ieQA74MWieuSn1COUpsIud+Zz5MbTeKmPoQ1yac/Wn/8uhP7ZUjZ2xR8Jd9r/ZhY
ZC+ouBsXMfen2jcjEv8iJZFMS39LGv8nUOdjarm5VGSxJAwAU/OOk0ZxCMI+XZWo
/dU53mYhw1A3GbXXDpBC5Z3IaybjtU6sopMYNSBwYlQE6u093fX6Yt5E8gq9xof6
vA85wXZ10WUS20y0OBr8qagKGIOueQSOTs3xkxkw0UhPKuLAEflS/9clIPhLd/20
LZmLjZN1jQgSPvQdZAq0AkhVjCx677HiDThY4hPkw22tBPWWU00yPdFeBdYiDXVQ
vHya74xSCh6LvHCdPzAPMWBTA4G4rUp+t2n9qcXwLTe1tp9EhmNRbG+WAwbvL25E
RHAVjAMYSL97l0jQfzyA6Zc3F6z8MXWR2c4mDFs5LiFYwElLr9PEkINdBiU93WuU
Y9Wb1OVHEFjZVTQc8XZqrQjyP8kt13Wwf8atkFo1hhr1WZb58soeMEjsD+YbLh+1
fXIsM4GWYxLQy3RaA6zI6FOVjozdkFS3DUab535ko+idJu4cq2u4GqKKC+dKMHKc
iXw2LKoV/h+d9vavBTNUWx4Pj/UIDvUigmfiQl3fkNAP52axl6QPCksdDjpCjoU+
8F35CGXl5w5nzVipvoKh
=DL48
-----END PGP SIGNATURE-----

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

Reply via email to