Your message dated Tue, 17 Jul 2012 12:51:14 +0200
with message-id <[email protected]>
and subject line Re: Bug#681858: unblock: wajig/2.7.3
has caused the Debian Bug report #681858,
regarding unblock: wajig/2.7.3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
681858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681858
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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)
--- End Message ---
--- Begin Message ---
On 2012-07-17 11:05, Tshepang Lekhonkhobe wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> 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.
>
Unblocked, thanks for the fix.
~Niels
--- End Message ---