Opened 12 years ago

Closed 12 years ago

#200 closed defect (worksforme)

package repository has broken dependencies

Reported by: Thomas Käfer Owned by: Antoine Martin
Priority: major Milestone: 0.12
Component: Website, Email, etc Keywords:
Cc:

Description

it seems to me that the dependencies in the winswitch debian repository are broken.. there are new versions of the packages xpra & python-wimpiggy (0.3.1-1) but to upgrade xpra he wants to remove winswitch and to upgrade python-wimpiggy he wants to remove winswitch & xpra

Change History (3)

comment:1 Changed 12 years ago by Antoine Martin

Component: AndroidWebsite, Email, etc
Milestone: 0.12
Status: newaccepted

There has not been any changes to winswitch packages for a while and since there is a new xpra build just out, it is more likely the problem comes from there so I may move this ticket to xpra's tracker.
To help me save time, can you please post your distro version and current versions installed?

comment:2 Changed 12 years ago by Thomas Käfer

I am running Linux Mint Debian Edition, using the Debian sid repository, currently installed is winswitch 0.12.13-2 and xpra 0.2.0-2 and he prompts to upgrade xpra (and python-wimpiggy) to 0.3.1-1

Last edited 12 years ago by Thomas Käfer (previous) (diff)

comment:3 Changed 12 years ago by Antoine Martin

Resolution: worksforme
Status: acceptedclosed

I've seen it on one machine now, and I have no idea why dpkg is so confused!

I solved it using brute force:

apt-get remove xpra winswitch
apt-get install xpra winswitch
Note: See TracTickets for help on using tickets.