summaryrefslogtreecommitdiffstats
path: root/debian/_base/applications/tdesvn/debian/control
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-07-04 21:06:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-07-04 21:06:02 +0900
commitbd72eef4a4458f8d2e52609d7b6cf3efe12a0177 (patch)
treeb797d29ee85d482247cfecda13d1fb572e4c4d62 /debian/_base/applications/tdesvn/debian/control
parent5051f08d847e70346920d72e34da55558b89145c (diff)
downloadtde-packaging-bd72eef4a4458f8d2e52609d7b6cf3efe12a0177.tar.gz
tde-packaging-bd72eef4a4458f8d2e52609d7b6cf3efe12a0177.zip
Rearranged applications folder into sub categories.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_base/applications/tdesvn/debian/control')
-rw-r--r--debian/_base/applications/tdesvn/debian/control60
1 files changed, 0 insertions, 60 deletions
diff --git a/debian/_base/applications/tdesvn/debian/control b/debian/_base/applications/tdesvn/debian/control
deleted file mode 100644
index 97024ba8b..000000000
--- a/debian/_base/applications/tdesvn/debian/control
+++ /dev/null
@@ -1,60 +0,0 @@
-Source: tdesvn-trinity
-Section: devel
-Priority: optional
-Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
-Uploaders: Michael Biebl <biebl@debian.org>
-Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs14-trinity-dev, libsvn-dev (>= 1.2.0), libssl-dev (>= 0.9.8a), libsqlite3-dev, libaprutil1-dev
-Standards-Version: 3.8.4
-
-Package: libsvnqt4-trinity
-Section: libs
-Architecture: any
-Replaces: libsvnqt4-trinity (<< 4:14.0.0~)
-Breaks: libsvnqt4-trinity (<< 4:14.0.0~)
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: TQt wrapper library for subversion [Trinity]
- This package provides svnqt, a TQt wrapper library around the
- subversion library.
- .
- It is based on the RapidSvn SvnCpp library, a subversion client API
- written in C++.
-
-Package: libsvnqt-trinity-dev
-Section: libdevel
-Architecture: any
-Replaces: libsvnqt-trinity-dev (<< 4:14.0.0~)
-Breaks: libsvnqt-trinity-dev (<< 4:14.0.0~)
-Depends: libsvnqt4-trinity (= ${binary:Version}), libtqt3-mt-dev, libsvn-dev
-Description: TQt wrapper library for subversion (development files) [Trinity]
- This package contains the header files and symbolic links that developers
- using svnqt will need.
-
-Package: tdesvn-trinity
-Section: devel
-Architecture: any
-Replaces: kdesvn-trinity (<< 4:14.0.0~)
-Breaks: kdesvn-trinity (<< 4:14.0.0~)
-Depends: ${shlibs:Depends}, ${misc:Depends}, tdesvn-tdeio-plugins-trinity (= ${binary:Version})
-Recommends: kompare-trinity, graphviz
-Suggests: khelpcenter-trinity, kdiff3-trinity
-Description: subversion client with tight TDE integration [Trinity]
- TDESvn is a graphical client for the subversion revision control
- system (svn).
- .
- Besides offering common and advanced svn operations, it features
- a tight integration into TDE and can be embedded into other TDE
- applications like konqueror via the TDE component technology KParts.
-
-Package: tdesvn-tdeio-plugins-trinity
-Section: devel
-Architecture: any
-Replaces: kdesvn-kio-plugins-trinity (<< 4:14.0.0~)
-Breaks: kdesvn-kio-plugins-trinity (<< 4:14.0.0~)
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: tdesdk-tdeio-plugins-trinity
-Description: subversion I/O slaves for Trinity
- This packages includes KIO slaves for svn, svn+file, svn+http,
- svn+https, svn+ssh. This allows you to access subversion repositories
- inside any KIO enabled TDE application.
- .
- This package is part of tdesvn-trinity.