summaryrefslogtreecommitdiffstats
path: root/Helperstuff/BuildService/debian.control
diff options
context:
space:
mode:
Diffstat (limited to 'Helperstuff/BuildService/debian.control')
-rw-r--r--Helperstuff/BuildService/debian.control53
1 files changed, 0 insertions, 53 deletions
diff --git a/Helperstuff/BuildService/debian.control b/Helperstuff/BuildService/debian.control
deleted file mode 100644
index 5dabc20..0000000
--- a/Helperstuff/BuildService/debian.control
+++ /dev/null
@@ -1,53 +0,0 @@
-Source: tdesvn
-Section: devel
-Priority: optional
-Maintainer: Rajko Albrecht <ral@alwins-world.de>
-Build-Depends: cdbs (>= 0.4.50), debhelper (>= 5.0.0), cmake (>= 2.4), tdelibs4-dev (>= 4:3.4.3-2), libsvn-dev (>= 1.2.0), libssl-dev (>= 0.9.8a), gettext
-Standards-Version: 3.8.0
-Homepage: http://tdesvn.alwins-world.de/
-
-Package: libsvnqt4
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Qt wrapper library for subversion
- This package provides svnqt, a Qt wrapper library around the
- subversion library.
- .
- It is based on the RapidSvn SvnCpp library, a subversion client API
- written in C++.
-
-Package: libsvnqt-dev
-Section: libdevel
-Architecture: any
-Depends: libsvnqt4 (= ${binary:Version}), libtqt3-mt-dev, libsvn-dev
-Description: Qt wrapper library for subversion (development files)
- This package contains the header files and symbolic links that developers
- using svnqt will need.
-
-Package: tdesvn
-Section: devel
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tdesvn-tdeio-plugins (= ${binary:Version})
-Recommends: kompare, graphviz
-Suggests: khelpcenter, kdiff3
-Description: subversion client with tight KDE integration
- KDESvn is a graphical client for the subversion revision control
- system (svn).
- .
- Besides offering common and advanced svn operations, it features
- a tight integration into KDE and can be embedded into other KDE
- applications like konqueror via the KDE component technology KParts.
-
-Package: tdesvn-tdeio-plugins
-Section: devel
-Architecture: any
-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 TDEIO slaves for svn, svn+file, svn+http,
- svn+https, svn+ssh. This allows you to access subversion repositories
- inside any TDEIO enabled KDE application.
- .
- This package is part of tdesvn.