[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#681858: unblock: wajig/2.7.3



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: freeze-exception

Please unblock package wajig

This change contains 2 simple and 'risk-free' fixes:
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681309.

-- System Information:
Debian Release: wheezy/sid
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru wajig-2.7.2/debian/changelog wajig-2.7.3/debian/changelog
--- wajig-2.7.2/debian/changelog	2012-07-16 23:25:33.000000000 +0200
+++ wajig-2.7.3/debian/changelog	2012-07-12 12:41:11.000000000 +0200
@@ -1,3 +1,11 @@
+wajig (2.7.3) unstable; urgency=low
+
+  * NEWUPGRADES: a bug introduced in 2.5 made this subcommand illegal;
+    Closes: #681309
+  * STATUSSEARCH: same case as above
+
+ -- Tshepang Lekhonkhobe <tshepang@gmail.com>  Thu, 12 Jul 2012 12:11:46 +0200
+
 wajig (2.7.2) unstable; urgency=low
 
   * For some reason, some temp/build files ended up in the source package :(
diff -Nru wajig-2.7.2/src/wajig.py wajig-2.7.3/src/wajig.py
--- wajig-2.7.2/src/wajig.py	2012-07-16 23:25:33.000000000 +0200
+++ wajig-2.7.3/src/wajig.py	2012-07-12 12:37:04.000000000 +0200
@@ -26,7 +26,7 @@
 import commands
 import perform
 
-VERSION = "2.7.2"
+VERSION = "2.7.3"
 
 
 def main():
@@ -679,7 +679,7 @@
     function = commands.statusmatch
     parser_statusmatch = subparsers.add_parser("statusmatch",
                          parents=[parser_teach],
-                         aliases=["statussearch status-search status-match"],
+                         aliases="statussearch status-search status-match".split(),
                          description=function.__doc__)
     parser_statusmatch.add_argument("pattern")
     parser_statusmatch.set_defaults(func=function)
@@ -713,7 +713,7 @@
 
     function = commands.toupgrade
     parser_toupgrade = subparsers.add_parser("toupgrade",
-                       aliases=["newupgrades new-upgrades to-upgrade"],
+                       aliases="newupgrades new-upgrades to-upgrade".split(),
                        description=function.__doc__)
     parser_toupgrade.set_defaults(func=function)
 

Reply to: