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

Ana Beatriz Guerrero López ana at alioth.debian.org
Mon Jul 9 17:22:49 UTC 2007


Author: ana
Date: 2007-07-09 17:22:49 +0000 (Mon, 09 Jul 2007)
New Revision: 53

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
Cosmetic change, now file owner and file are shown in the same line.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-07-04 20:47:10 UTC (rev 52)
+++ trunk/debian/changelog	2007-07-09 17:22:49 UTC (rev 53)
@@ -1,3 +1,9 @@
+piuparts (0.23) UNRELEASED; urgency=low
+
+  * Cosmetic change, now file owner and file are shown in the same line.
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sat, 07 Jul 2007 01:17:47 +0200
+
 piuparts (0.22) unstable; urgency=low
 
   [ John Wright ]

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2007-07-04 20:47:10 UTC (rev 52)
+++ trunk/piuparts.py	2007-07-09 17:22:49 UTC (rev 53)
@@ -768,9 +768,10 @@
     meta_infos.sort()
     list = []
     for name, data in meta_infos:
+        
+        if name in file_owners:
+            list.append(" owned by: %s\t" % ", ".join(file_owners[name]))
         list.append("  %s\n" % name)
-        if name in file_owners:
-            list.append("    owned by: %s\n" % ", ".join(file_owners[name]))
     return "".join(list)
 
 




More information about the Piuparts-commits mailing list