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

Sandro Tosi morph at debian.org
Wed Jun 6 19:41:47 UTC 2012


The following commit has been merged in the master branch:
commit 515fc74bfca963f200f146cdefaf33b567949b91
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jun 3 18:35:43 2012 +0200

    add example for ben regex (release.debian.org)

diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 81d752e..b735dc6 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -507,7 +507,9 @@ def handle_debian_release(package, bts, ui, fromaddr, timeout, online=True, http
                         'that are the source of the transition.  If more than one library is '
                         'changing the name, please use a space separated list.  Alternatively '
                         'you can use a regex by enclosing the regex in slashes ("/").  Please '
-                        'ensure that the "old" regex does not match the "new" packages.')
+                        'ensure that the "old" regex does not match the "new" packages.  '
+                        'Example: old="/libapt-pkg4.10|libapt-inst1.2/ libept1" '
+                        'new="/libapt-pkg4.12|libapt-inst1.5|libept1.4.12/"')
 
         prompt = 'Please enter old binary package name of the library (or a regex matching it):'
         tfrom = ui.get_string(prompt)

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list