[Piuparts-commits] rev 589 - trunk/piupartslib

Holger Levsen holger at alioth.debian.org
Sat Dec 26 11:22:55 UTC 2009


Author: holger
Date: 2009-12-26 11:22:55 +0000 (Sat, 26 Dec 2009)
New Revision: 589

Modified:
   trunk/piupartslib/packagesdb.py
Log:
add more known circular depends:
+                                   'xserver-xorg', 'xserver-xorg-core',
+                                   'tasksel', 'tasksel-data',
+                                   'bootcd', 'bootcd-i386'



Modified: trunk/piupartslib/packagesdb.py
===================================================================
--- trunk/piupartslib/packagesdb.py	2009-12-26 10:28:35 UTC (rev 588)
+++ trunk/piupartslib/packagesdb.py	2009-12-26 11:22:55 UTC (rev 589)
@@ -367,7 +367,10 @@
                                    'odbcinst', 'odbcinst1debian1',
                                    'python-wxversion', 'python-wxgtk2.6',
                                    'ispell', 'iamerican',
-                                   'strongswan-starter', 'strongswan-ikev1'
+                                   'strongswan-starter', 'strongswan-ikev1',
+                                   'xserver-xorg', 'xserver-xorg-core',
+                                   'tasksel', 'tasksel-data',
+                                   'bootcd', 'bootcd-i386'
                                   ]
         for pkg in known_circular_depends:
             if pkg in deps:




More information about the Piuparts-commits mailing list