[Reportbug-commits] [reportbug] 02/04: remove 'base' pseudo-package, to be deprecated in BTS too; Closes: #761206

Sandro Tosi morph at moszumanska.debian.org
Mon Aug 3 19:48:59 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 5c7f96b0c3a65918b71df270e72a471f1c5ff687
Author: Sandro Tosi <morph at debian.org>
Date:   Sat May 9 23:52:18 2015 -0400

    remove 'base' pseudo-package, to be deprecated in BTS too; Closes: #761206
---
 bin/reportbug        | 2 +-
 debian/changelog     | 6 ++++--
 reportbug/debbugs.py | 1 -
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/bin/reportbug b/bin/reportbug
index 969e798..12f91da 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -489,7 +489,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 a/debian/changelog b/debian/changelog
index fbec6f0..34a4fdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
- (6.6.4) UNRELEASED; urgency=medium
+reportbug (6.6.4) UNRELEASED; urgency=medium
 
   * reportbug/debbugs.py
     - fix usage of singular they in RFH description; thanks to Doug Torrance for
@@ -39,8 +39,10 @@
     - 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
 
- -- Sandro Tosi <morph at debian.org>  Sat, 09 May 2015 00:50:24 -0400
+ -- Sandro Tosi <morph at debian.org>  Sat, 09 May 2015 23:49:36 -0400
 
 reportbug (6.6.3) unstable; urgency=medium
 
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 3435fe9..7750b13 100644
--- a/reportbug/debbugs.py
+++ b/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',

-- 
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