diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-06-16 17:44:32 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-06-16 17:44:32 +0200 |
commit | 873e0562a79f22a0b44d7b8b838715b8f301bdba (patch) | |
tree | 1bb63f74b1436a0aaf4ae7c7a8730f61f4fbd041 | |
parent | dfce9fa21105f96035d4729294f0fc9255450f22 (diff) | |
download | tde-packaging-873e0562a79f22a0b44d7b8b838715b8f301bdba.tar.gz tde-packaging-873e0562a79f22a0b44d7b8b838715b8f301bdba.zip |
DEB tdelibs: Add hwdata to Recommends.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | debian/_base/core/tdelibs/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/_base/core/tdelibs/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/_base/core/tdelibs/debian/control b/debian/_base/core/tdelibs/debian/control index 953c35c9e..695c2a16f 100644 --- a/debian/_base/core/tdelibs/debian/control +++ b/debian/_base/core/tdelibs/debian/control @@ -63,7 +63,7 @@ Breaks: kdelibs4c2a-kde3 (<< 4:14.0.0~), kdelibs4c2a-trinity (<< 4:14.0.0~), tde Depends: ${shlibs:Depends}, tdelibs-data-trinity, netpbm (>= 2:10.0-15.1) | tdelibs14-imagetops-trinity, libart-2.0-2 (>= 4:14.0.0~), perl, xbase-clients -Recommends: xdg-user-dirs, consolekit | systemd +Recommends: hwdata, xdg-user-dirs, consolekit | systemd Suggests: fam, perl-suid Conflicts: tdelibs4-trinity, tdelibs4c2-trinity (>> 4:1.0.0), tdelibs-bin-trinity (<< 4:3.3.3), tdelibs4-trinity-dev (<< 4:3.5.7.dfsg.1-6) Description: core libraries and binaries for all TDE applications diff --git a/ubuntu/_base/core/tdelibs/debian/control b/ubuntu/_base/core/tdelibs/debian/control index c1c6b41fe..f43978782 100644 --- a/ubuntu/_base/core/tdelibs/debian/control +++ b/ubuntu/_base/core/tdelibs/debian/control @@ -64,7 +64,7 @@ Breaks: kdelibs4c2a-kde3 (<< 4:14.0.0~), kdelibs4c2a-trinity (<< 4:14.0.0~), tde Depends: ${shlibs:Depends}, tdelibs-data-trinity, netpbm (>= 2:10.0-15.1) | tdelibs14-imagetops-trinity, libart-2.0-2 (>= 4:14.0.0~), perl, xbase-clients -Recommends: xdg-user-dirs, consolekit | systemd +Recommends: hwdata, xdg-user-dirs, consolekit | systemd Suggests: fam, perl-suid Description: core libraries and binaries for all TDE applications This package contains all the shared libraries and common core binaries |