diff options
Diffstat (limited to 'Helperstuff/BuildService')
-rw-r--r-- | Helperstuff/BuildService/debian.changelog | 4 | ||||
-rw-r--r-- | Helperstuff/BuildService/debian.control | 8 | ||||
-rw-r--r-- | Helperstuff/BuildService/tdesvn.dsc.in | 2 | ||||
-rw-r--r-- | Helperstuff/BuildService/tdesvn.spec.in | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Helperstuff/BuildService/debian.changelog b/Helperstuff/BuildService/debian.changelog index 8d18bdb..40ba985 100644 --- a/Helperstuff/BuildService/debian.changelog +++ b/Helperstuff/BuildService/debian.changelog @@ -14,7 +14,7 @@ tdesvn (0.14.5-1) unstable; urgency=low * New upstream release. * debian/control - - Don't conflict with kde4 versions of tdesdk-kio-plugins. Closes: #483260 + - Don't conflict with kde4 versions of tdesdk-tdeio-plugins. Closes: #483260 - Bump Standards-Version to 3.8.0. No further changes. * debian/watch - Update watch file to match the new download location. @@ -306,7 +306,7 @@ tdesvn (0.7.1-1) unstable; urgency=low * 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 - tdesvn-kio-plugins. + tdesvn-tdeio-plugins. * Updated menu icon. * Use Debian libtool and regenerate the autotools files. Closes: #343952 + Add build dependencies to automake1.9, autoconf and libtool. 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 diff --git a/Helperstuff/BuildService/tdesvn.dsc.in b/Helperstuff/BuildService/tdesvn.dsc.in index f3f2ab6..2d4b8c8 100644 --- a/Helperstuff/BuildService/tdesvn.dsc.in +++ b/Helperstuff/BuildService/tdesvn.dsc.in @@ -1,6 +1,6 @@ Format: 1.0 Source: tdesvn -Binary: libsvnqt4, libsvnqt-dev, tdesvn, tdesvn-kio-plugins +Binary: libsvnqt4, libsvnqt-dev, tdesvn, tdesvn-tdeio-plugins Architecture: any Version: @VERSION@-1 Maintainer: Rajko Albrecht <ral@alwins-world.de> diff --git a/Helperstuff/BuildService/tdesvn.spec.in b/Helperstuff/BuildService/tdesvn.spec.in index 871d860..60ffeaf 100644 --- a/Helperstuff/BuildService/tdesvn.spec.in +++ b/Helperstuff/BuildService/tdesvn.spec.in @@ -51,7 +51,7 @@ via a KIO protocol, too. %package tdeiosvn Requires: tdesvn = %{version} Group: Development/Tools -Summary: A kde-kio integration for subversion based on tdesvn +Summary: A kde-tdeio integration for subversion based on tdesvn %description tdeiosvn KIO integration (TDEIO::svn) based on tdesvn alternative protocol name. |