tpkg / client

tpkg client code
MIT License
5 stars 7 forks source link

tpkg --downgrade doesn't work if there's dependency among the packages #8

Open jheiss opened 12 years ago

jheiss commented 12 years ago

Supposed we have the following packages:

If pkgA-2 and pkgB-2 are installed, we won't be able to do tpkg --downgrade pkgA=1. Tpkg needs to be smart enough to downgrade pkgA to version 1 AND then downgrade pkgB to version 1.

Was: https://sourceforge.net/apps/trac/tpkg/ticket/9