[Reportbug-commits] r681 - in trunk (bin/reportbug debian/changelog reportbug/debianbts.py)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Jan 14 09:45:23 UTC 2009


    Date: Wednesday, January 14, 2009 @ 09:45:21
  Author: morph
Revision: 681

reportbug/debianbts.py, bin/reportbug

* reportbug/debianbts.py, bin/reportbug
  - removed 'kernel' and 'linux-image' pseudo packages, since now 'linux-2.6'
    source package is to be used; thanks to Moritz Muehlenhoff for the report;
    Closes: #510690

Modified:
  trunk/bin/reportbug
  trunk/debian/changelog
  trunk/reportbug/debianbts.py

Modified: trunk/bin/reportbug
===================================================================
--- trunk/bin/reportbug	2009-01-04 01:34:31 UTC (rev 680)
+++ trunk/bin/reportbug	2009-01-14 09:45:21 UTC (rev 681)
@@ -333,10 +333,6 @@
                      "categories:", others, "Enter a package: ", any_ok=True,
                      default='')
     if isinstance(result, basestring):
-        # If the package selected is kernel, we replace it with linux-image
-        # since it contains additional information useful to maintainer
-        if result == 'kernel':
-	    result = 'linux-image'
         return result
     else:
         return None

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-01-04 01:34:31 UTC (rev 680)
+++ trunk/debian/changelog	2009-01-14 09:45:21 UTC (rev 681)
@@ -14,8 +14,12 @@
       Paleček for the report and Luca Bruno for the patch; Closes: #492908
   * reportbug/debianbts.py
     - added 'buildd.debian.org' pseudo package
+  * reportbug/debianbts.py, bin/reportbug
+    - removed 'kernel' and 'linux-image' pseudo packages, since now 'linux-2.6'
+      source package is to be used; thanks to Moritz Muehlenhoff for the report;
+      Closes: #510690
 
- -- Sandro Tosi <morph at debian.org>  Sat, 03 Jan 2009 01:37:04 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 05 Jan 2009 00:55:56 +0100
 
 reportbug (3.99.0) experimental; urgency=low
 

Modified: trunk/reportbug/debianbts.py
===================================================================
--- trunk/reportbug/debianbts.py	2009-01-04 01:34:31 UTC (rev 680)
+++ trunk/reportbug/debianbts.py	2009-01-14 09:45:21 UTC (rev 681)
@@ -174,8 +174,6 @@
 #    'install' : 'Problems with the sarge installer.',
 #    'installation' : 'General installation problems not covered otherwise.',
     'installation-reports' : 'Problems with installing Debian',
-    'kernel' : 'IMPORTANT: Obsolete, please use "linux-image" instead (linux-image will be used in any case)',
-    'linux-image' : 'Problems with the Linux kernel, or the kernel shipped with Debian',
     'listarchives' :  'Problems with the WWW mailing list archives',
     'lists.debian.org' : 'The mailing lists, debian-*@lists.debian.org.',
     'mirrors' : 'Problems with Debian archive mirrors.',




More information about the Reportbug-commits mailing list