[Piuparts-commits] rev 99 - in trunk: . debian

John Wright jsw at alioth.debian.org
Sun Sep 23 04:54:52 UTC 2007


Author: jsw
Date: 2007-09-23 04:54:52 +0000 (Sun, 23 Sep 2007)
New Revision: 99

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
* Fix an UnboundLocalError introduced in the --warn-on-others fix that would
  occur if run without the --apt option. (Closes: #443641)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-09-17 04:49:30 UTC (rev 98)
+++ trunk/debian/changelog	2007-09-23 04:54:52 UTC (rev 99)
@@ -1,3 +1,10 @@
+piuparts (0.28) UNRELEASED; urgency=low
+
+  * Fix an UnboundLocalError introduced in the --warn-on-others fix that would
+    occur if run without the --apt option. (Closes: #443641)
+
+ -- John Wright <jsw at debian.org>  Sat, 22 Sep 2007 22:54:39 -0600
+
 piuparts (0.27) unstable; urgency=low
 
   * Add support for testing multiple distributions and architectures to

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2007-09-17 04:49:30 UTC (rev 98)
+++ trunk/piuparts.py	2007-09-23 04:54:52 UTC (rev 99)
@@ -1016,6 +1016,7 @@
     chroot.mount_proc()
     if args:
         chroot.install_package_files(args)
+        deps_info = None
     else:
         if settings.warn_on_others:
             # First install only the dependencies.  We do this by giving




More information about the Piuparts-commits mailing list