diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 01:06:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 01:06:45 -0600 |
commit | 5eb58a2799773cfb4b30c2f61d9d8c16b53da558 (patch) | |
tree | 8fc56f7f7dc4f8a9132115202d845b85ab36ad35 /Helperstuff/BuildService/debian.control | |
parent | c2bb8c935c0b5c921be31d9c51f0d431129523b2 (diff) | |
download | tdesvn-5eb58a2799773cfb4b30c2f61d9d8c16b53da558.tar.gz tdesvn-5eb58a2799773cfb4b30c2f61d9d8c16b53da558.zip |
Fix FTBFS
Diffstat (limited to 'Helperstuff/BuildService/debian.control')
-rw-r--r-- | Helperstuff/BuildService/debian.control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Helperstuff/BuildService/debian.control b/Helperstuff/BuildService/debian.control index efded04..cc66426 100644 --- a/Helperstuff/BuildService/debian.control +++ b/Helperstuff/BuildService/debian.control @@ -28,7 +28,7 @@ Description: Qt wrapper library for subversion (development files) Package: tdesvn Section: devel Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, tdesvn-kio-plugins (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, tdesvn-tdeio-plugins (= ${binary:Version}) Recommends: kompare, graphviz Suggests: khelpcenter, kdiff3 Description: subversion client with tight KDE integration @@ -39,12 +39,12 @@ Description: subversion client with tight KDE integration a tight integration into KDE and can be embedded into other KDE applications like konqueror via the KDE component technology KParts. -Package: tdesvn-kio-plugins +Package: tdesvn-tdeio-plugins Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: tdesdk-misc (<< 4:3.5.0-1), tdesdk-kio-plugins (<< 4:4.0.0) -Replaces: tdesdk-kio-plugins (<< 4:4.0.0) +Conflicts: tdesdk-misc (<< 4:3.5.0-1), tdesdk-tdeio-plugins (<< 4:4.0.0) +Replaces: tdesdk-tdeio-plugins (<< 4:4.0.0) Description: subversion I/O slaves for KDE This packages includes KIO slaves for svn, svn+file, svn+http, svn+https, svn+ssh. This allows you to access subversion repositories |