diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-21 01:40:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-21 01:40:58 -0500 |
commit | 4e3467b55854fa14f9bc7f38c571e2f66aaaae08 (patch) | |
tree | c3d2e3e5c6fbf3d94aa2e672236314eca5b0ce57 /debian/lenny/tdebase | |
parent | f813d5907720d62a789340fd14ee0de272a64cc7 (diff) | |
download | tde-packaging-4e3467b55854fa14f9bc7f38c571e2f66aaaae08.tar.gz tde-packaging-4e3467b55854fa14f9bc7f38c571e2f66aaaae08.zip |
Prevent blank kcontrol when most of TDE is not installed
Diffstat (limited to 'debian/lenny/tdebase')
-rw-r--r-- | debian/lenny/tdebase/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/lenny/tdebase/debian/control b/debian/lenny/tdebase/debian/control index 133daa023..a4a7cc999 100644 --- a/debian/lenny/tdebase/debian/control +++ b/debian/lenny/tdebase/debian/control @@ -88,7 +88,7 @@ Section: tde Architecture: any Replaces: kcontrol-trinity (<< 4:14.0.0~) Breaks: kcontrol-trinity (<< 4:14.0.0~) -Depends: ${shlibs:Depends}, tdebase-data-trinity (>> ${KDE-Version3}~), tdebase-data-trinity (<< ${KDE-Next-Version3}~), usbutils +Depends: ${shlibs:Depends}, tdebase-data-trinity (>> ${KDE-Version3}~), tdebase-data-trinity (<< ${KDE-Next-Version3}~), tdebase-runtime-data-common-trinity, usbutils Recommends: udev Suggests: khelpcenter-trinity, ntpdate | ntp-simple Conflicts: tdebase-libs-trinity (<< 4:3.0.0) |