1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: cervisia
Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Sune Vuorela <sune@debian.org>,
Fathi Boudra <fabo@debian.org>,
Modestas Vainius <modax@debian.org>,
George Kiagiadakis <kiagiadakis.george@gmail.com>,
Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake (>= 2.8.12~),
debhelper (>= 9),
extra-cmake-modules (>= 1.3.0~),
libkf5doctools-dev,
kinit-dev,
libkf5iconthemes-dev,
libkf5itemviews-dev,
libkf5notifications-dev,
libkf5parts-dev,
libkf5su-dev,
libkf5widgetsaddons-dev,
pkg-kde-tools (>= 0.12),
qtbase5-dev (>= 5.2.0~)
Standards-Version: 3.9.8
Homepage: http://www.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/cervisia.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/cervisia.git
Package: cervisia
Architecture: any
Section: devel
Depends: cvsservice, ${misc:Depends}, ${shlibs:Depends}
Suggests: khelpcenter
Description: graphical CVS client
Cervisia is a front-end for the CVS version control system client.
.
In addition to basic and advanced CVS operations, it provides a convenient
graphical interface for viewing, editing, and manipulating files in a CVS
repository or working directory. It includes tools designed to ease the use
of CVS, such as a log browser, conflict resolver, and changelog editor that
checks for incorrect formatting.
.
This package is part of the KDE Software Development Kit module.
Package: cvsservice
Architecture: any
Section: vcs
Depends: cvs, ${misc:Depends}, ${shlibs:Depends}
Replaces: libcvsservice0
Breaks: libcvsservice0
Description: D-Bus service for accessing CVS repositories
This package provides a D-Bus service for browsing and manipulating
remote CVS repositories. Applications may make use of it directly from
C++, or access the service over D-Bus.
.
This package is part of the KDE Software Development Kit module.
|