diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-28 18:45:55 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-28 18:46:46 +0300 |
commit | c1e6b36451fa82f592535e882421deb1c3301bf7 (patch) | |
tree | f046b0413f13e150205670642e3bdc5446a5bde9 | |
parent | 81de7f347f7fba056e5169eb8975cbad74727f53 (diff) | |
download | dpkg-c1e6b36451fa82f592535e882421deb1c3301bf7.tar.gz |
Do not break lsb-base on Dyson
Because we do not use it and "breaking" causes problems upgraring.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d0333d8ea..96a4539c3 100644 --- a/debian/control +++ b/debian/control @@ -41,7 +41,7 @@ Breaks: # Due to --status-fd not duplicating output. libapt-pkg5.0 (<< 1.7~b), # Due to s-s-d requiring secure usage of --pidfile. - lsb-base (<< 10.2019031300), + lsb-base (<< 10.2019031300) [!illumos-any], Description: Debian package management system This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. |