[Reportbug-commits] [reportbug] 01/03: use 'ANY' as an alias for "all architectures" when requesting a binNMU; thanks to Mehdi for report and patch; Closes: #795687

Sandro Tosi morph at moszumanska.debian.org
Sat Aug 29 20:49:37 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 803dfaec996db549c600106af55bfe6b01e18afe
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Aug 16 15:34:41 2015 +0100

    use 'ANY' as an alias for "all architectures" when requesting a binNMU; thanks to Mehdi for report and patch; Closes: #795687
---
 debian/changelog     | 8 ++++++++
 reportbug/debbugs.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1135249..2271241 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+reportbug (6.6.5) UNRELEASED; urgency=medium
+
+  * reportbug/debbugs.py
+    - use 'ANY' as an alias for "all architectures" when requesting a binNMU;
+      thanks to Mehdi for report and patch; Closes: #795687
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 16 Aug 2015 15:33:12 +0100
+
 reportbug (6.6.4) unstable; urgency=medium
 
   * reportbug/debbugs.py
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 05b99b0..272a651 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -505,7 +505,7 @@ def handle_debian_release(package, bts, ui, fromaddr, timeout, online=True, http
     if tag == 'binnmu':
         reason  = ui.get_string("binNMU changelog entry: ")
         subject = "nmu: %s_%s" % (package, version)
-        body    = "nmu %s_%s . %s . %s . -m \"%s\"\n" % (package, version, archs or "ALL", suite, reason)
+        body    = "nmu %s_%s . %s . %s . -m \"%s\"\n" % (package, version, archs or "ANY", suite, reason)
     elif tag == 'transition':
         subject = 'transition: %s' % (package)
         body    = '(please explain about the transition: impacted packages, reason, ...\n' \

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