Merge pull request #398 from Koumbit/bugs/374-follow_debian_policy_on_replacing_packages_using_breaks
Use Breaks instead of Conflicts with alternc-ssl and alternc-admintools @see https://www.debian.org/doc/debian-policy/ch-relationships.html#conflicting-binary-packages-conflicts
This commit is contained in:
commit
2fa12e7245
|
@ -70,12 +70,12 @@ Recommends: default-mysql-server | mysql-server | mariadb-server
|
|||
, unzip
|
||||
, bzip2
|
||||
, alternc-certificate-provider-letsencrypt
|
||||
Conflicts: alternc-admintools
|
||||
, alternc-awstats (<< 1.0)
|
||||
Breaks: alternc-admintools
|
||||
, alternc-ssl
|
||||
Conflicts: alternc-awstats (<< 1.0)
|
||||
, alternc-webalizer (<= 0.9.4)
|
||||
, alternc-mailman (<< 2.0)
|
||||
, courier-authlib
|
||||
, alternc-ssl
|
||||
Provides: alternc-admintools
|
||||
, alternc-ssl
|
||||
Replaces: alternc-admintools
|
||||
|
|
Loading…
Reference in New Issue