Hi Nikos,

2014-11-03 16:19, Nikos Andrikos skrev:
In lyx control file, there is this line:
Depends: ... lyx-common (= ${source:Version}), ...

I thought this is enough to make sure that along lyx 2.1.2-3, the only
installable lyx-common version will be 2.1.2-3 .

No, it is not enough. Depends only ensures that the packages are configured in the right order, but there can still be different versions unpacked on the system at the same time. (One can use Pre-Depends to force packages to be unpacked in some order, but that is discouraged and needs approval.)

If this is not the case, then we would need to add the breaks/replaces
options as you suggested, but could you please confirm that this is
the proper action?

Yes. You need something like

Package: lyx
...
Replaces: lyx-common (<< 2.1.2-3)
Breaks: lyx-common (<< 2.1.2-3)

--
Pelle


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to