[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-65-g042b53e

Sandro Tosi morph at debian.org
Sun Oct 23 17:10:59 UTC 2011


The following commit has been merged in the master branch:
commit d77839449a8a1ed90131eeb4f8b19f6682d977e5
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Oct 22 14:17:50 2011 +0200

    add 'oldstable' to the list of distributions, so not to confuse 'APT prefers' line; thanks to Jan Huijsmans for the report; Closes: #645870

diff --git a/debian/changelog b/debian/changelog
index 91d9350..32faa82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+reportbug (6.2.3) UNRELEASED; urgency=low
+
+  * reportbug/utils.py
+    - add 'oldstable' to the list of distributions, so not to confuse 'APT
+      prefers' line; thanks to Jan Huijsmans for the report; Closes: #645870
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 22 Oct 2011 14:16:49 +0200
+
 reportbug (6.2.2) unstable; urgency=low
 
   * reportbug/utils.py
diff --git a/reportbug/utils.py b/reportbug/utils.py
index eb56011..e8c380b 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -694,7 +694,7 @@ def get_changed_config_files(conffiles, nocompress=False):
 
     return confinfo, changed
 
-DISTORDER = ['stable', 'testing', 'unstable', 'experimental']
+DISTORDER = ['oldstable', 'stable', 'testing', 'unstable', 'experimental']
 
 def get_debian_release_info():
     debvers = debinfo = verfile = warn = ''

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list