Christoph Egger <christ...@debian.org> wrote: > Hi! > > Christoph Martin <mar...@uni-mainz.de> writes: > > are you in the middle of an upgrade to jessie? sks depends on db-util > > which has version 5.3.0 in jessie. Version 5.1.6 is from wheezy. Please > > first upgrade db-util. After that sks upgrade should work. > > Jep that was during a dist-upgrade to jessie. I think this should work > and if I need to upgrade db-util first this should be expressed in terms > of the dependency in sks. Hey!
Since sks needs db5.3_upgrade I think it should depend on db5.3-util, and not on db-util which installs unversioned links like db_upgrade (unused by sks). IMHO the bug should be RC as well, since the wheezy->jessie upgrade fails. Erik
Index: debian/control =================================================================== --- debian.orig/control +++ debian/control @@ -25,7 +25,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}, - db-util, + db5.3-util, adduser, logrotate Provides: ${ocaml:Provides}