diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:44 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:44 +0200 |
commit | fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c (patch) | |
tree | f0fd917a84f3ce9fffd0245d37f12b671cf111d4 /Helperstuff | |
parent | 105c828684543aa8cb2b0016fc5c9b391c028875 (diff) | |
download | tdesvn-fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c.tar.gz tdesvn-fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'Helperstuff')
-rw-r--r-- | Helperstuff/BuildService/debian.changelog | 2 | ||||
-rw-r--r-- | Helperstuff/BuildService/debian.control | 4 | ||||
-rw-r--r-- | Helperstuff/BuildService/tdesvn.spec.in | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Helperstuff/BuildService/debian.changelog b/Helperstuff/BuildService/debian.changelog index 40ba985..8af649d 100644 --- a/Helperstuff/BuildService/debian.changelog +++ b/Helperstuff/BuildService/debian.changelog @@ -305,7 +305,7 @@ tdesvn (0.7.1-1) unstable; urgency=low change. * Tightened build dependency on libsvn0-dev as tdesvn now requires subversion 1.2 or higher. - * Split up package into core application tdesvn and KIO plugin package + * Split up package into core application tdesvn and TDEIO plugin package tdesvn-tdeio-plugins. * Updated menu icon. * Use Debian libtool and regenerate the autotools files. Closes: #343952 diff --git a/Helperstuff/BuildService/debian.control b/Helperstuff/BuildService/debian.control index cc66426..e03fec4 100644 --- a/Helperstuff/BuildService/debian.control +++ b/Helperstuff/BuildService/debian.control @@ -46,8 +46,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends} 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, + This packages includes TDEIO slaves for svn, svn+file, svn+http, svn+https, svn+ssh. This allows you to access subversion repositories - inside any KIO enabled KDE application. + inside any TDEIO enabled KDE application. . This package is part of tdesvn. diff --git a/Helperstuff/BuildService/tdesvn.spec.in b/Helperstuff/BuildService/tdesvn.spec.in index 60ffeaf..b93fb2d 100644 --- a/Helperstuff/BuildService/tdesvn.spec.in +++ b/Helperstuff/BuildService/tdesvn.spec.in @@ -1,5 +1,5 @@ # norootforbuild -Summary: A subversion client for the KDE with KIO integration +Summary: A subversion client for the KDE with TDEIO integration Name: tdesvn Version: @VERSION@ Release: 1 @@ -46,7 +46,7 @@ BuildRequires: libapr0 %description Kdesvn is a subversion client for KDE. It may used as standalone application or plugin (KPart). Base functions are provided -via a KIO protocol, too. +via a TDEIO protocol, too. %package tdeiosvn Requires: tdesvn = %{version} @@ -54,7 +54,7 @@ Group: Development/Tools Summary: A kde-tdeio integration for subversion based on tdesvn %description tdeiosvn -KIO integration (TDEIO::svn) based on tdesvn alternative protocol name. +TDEIO integration (TDEIO::svn) based on tdesvn alternative protocol name. %package devel Group: Development/Libraries |