diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-10-23 16:08:16 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-10-23 16:08:16 -0500 |
commit | 72f5996755352a898b55a31128b703646dbe047d (patch) | |
tree | abd9155c9bffc98b48d1da5437354c5608168a6f | |
parent | a8707e2a9f22d082cecb8ea6079175076f983c55 (diff) | |
download | tde-packaging-72f5996755352a898b55a31128b703646dbe047d.tar.gz tde-packaging-72f5996755352a898b55a31128b703646dbe047d.zip |
Move dependency on perl-suid to a recommends on Ubuntu and Debian
-rw-r--r-- | debian/lenny/kdenetwork/debian/control | 3 | ||||
-rw-r--r-- | debian/squeeze/kdenetwork/debian/control | 3 | ||||
-rw-r--r-- | ubuntu/maverick/kdenetwork/debian/control | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/lenny/kdenetwork/debian/control b/debian/lenny/kdenetwork/debian/control index d730851ed..96ddbe9f4 100644 --- a/debian/lenny/kdenetwork/debian/control +++ b/debian/lenny/kdenetwork/debian/control @@ -72,7 +72,8 @@ Description: torrent metainfo plugin for Trinity Package: kdenetwork-filesharing-trinity Section: net Architecture: any -Depends: ${shlibs:Depends}, perl-suid +Depends: ${shlibs:Depends} +Recommends: perl-suid Replaces: kcontrol-trinity (<< 4:3.3.0) Description: network filesharing configuration module for Trinity This package provides a KDE Control Center module to configure diff --git a/debian/squeeze/kdenetwork/debian/control b/debian/squeeze/kdenetwork/debian/control index d730851ed..96ddbe9f4 100644 --- a/debian/squeeze/kdenetwork/debian/control +++ b/debian/squeeze/kdenetwork/debian/control @@ -72,7 +72,8 @@ Description: torrent metainfo plugin for Trinity Package: kdenetwork-filesharing-trinity Section: net Architecture: any -Depends: ${shlibs:Depends}, perl-suid +Depends: ${shlibs:Depends} +Recommends: perl-suid Replaces: kcontrol-trinity (<< 4:3.3.0) Description: network filesharing configuration module for Trinity This package provides a KDE Control Center module to configure diff --git a/ubuntu/maverick/kdenetwork/debian/control b/ubuntu/maverick/kdenetwork/debian/control index 36339e748..e8b2e8da7 100644 --- a/ubuntu/maverick/kdenetwork/debian/control +++ b/ubuntu/maverick/kdenetwork/debian/control @@ -82,7 +82,8 @@ Section: net Architecture: any Replaces: kdenetwork-filesharing-kde3 (<< 4:3.5.13) Breaks: kdenetwork-filesharing-kde3 (<< 4:3.5.13) -Depends: ${shlibs:Depends}, perl-suid +Depends: ${shlibs:Depends} +Recommends: perl-suid Description: network filesharing configuration module for Trinity This package provides a KDE Control Center module to configure NFS and Samba. |