debian/control: Make sure we have exactly the right common:pkg installed. Don't allow any newer version of the common:pkg.

This commit is contained in:
Mike Gabriel 2022-11-18 22:53:25 +01:00
parent 0ac3788747
commit 1dc088e9b5

2
debian/control vendored
View File

@ -43,7 +43,7 @@ Architecture: any
Breaks: mate-polkit-common (>= 1.26.1-1~),
Replaces: mate-polkit-common (>= 1.26.1-1~),
Depends: accountsservice,
mate-polkit-common (>= ${source:Version}),
mate-polkit-common (>= ${source:Version}), mate-polkit-common (<< ${source:Version}.1~),
policykit-1,
${misc:Depends},
${shlibs:Depends},