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

Re: cvs main-menu bust?



fre 2002-12-13 klockan 01.28 skrev Richard Hirst:
> This change:
[snip]
> breaks main-menu for me.  Execute a Shell still works, but the other
> entries on that first menu all just result in the main menu being
> redisplayed, preceeded by
> 
> "Package libdebconf1 is already installed and configured"
> 
> This in on hppa.  Anyone else see this problem, or is it just me?

My bad, I thought I'd tested it, but obviously I must'nt have. I just
committed

@@ -307,8 +307,7 @@
        struct package_t *dep;

        if (di_pkg_is_virtual(p)) {
-               if (!satisfy_virtual(p))
-                       return 0;
+               return satisfy_virtual(p);
        }

        for (i = 0; p->depends[i] != 0; i++) {

which fixes the problem. Thanks.


/Martin

Attachment: signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signerad meddelandedel


Reply to: