File: control

package info (click to toggle)
kde-dev-scripts 4%3A16.08.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,488 kB
  • ctags: 1,026
  • sloc: perl: 15,231; lisp: 5,559; sh: 4,137; python: 3,566; ruby: 2,174; makefile: 11; sed: 9
file content (49 lines) | stat: -rw-r--r-- 1,876 bytes parent folder | download
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
Source: kde-dev-scripts
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.9~),
               debhelper (>= 9),
               extra-cmake-modules (>= 1.3.0),
               kdoctools-dev,
               libkf5kdelibs4support-dev,
               pkg-kde-tools (>> 0.15.15)
Standards-Version: 3.9.8
Homepage: http://www.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kde-dev-scripts.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kde-dev-scripts.git

Package: kdesdk-scripts
Architecture: all
Section: devel
Depends: pkg-kde-tools, python, ${misc:Depends}, ${perl:Depends}
Recommends: advancecomp, gawk, optipng, subversion
Suggests: cvs,
          devscripts,
          dmalloc,
          gdb,
          kdelibs5-doc,
          khelpcenter,
          qt4-doc,
          valgrind,
          xsltproc
Enhances: kate
Breaks: pkg-kde-tools (<< 0.15.12ubuntu1~)
Replaces: pkg-kde-tools (<< 0.15.12ubuntu1~)
Description: scripts and data files for development
 This package contains scripts and data files to facilitate development of
 KDE software.  Also included are scripts which are not specific to
 KDE, such as helper scripts for working with Subversion and CVS repositories.
 .
 In addition to these scripts, this package provides:
  - gdb macros for Qt programming
  - Vim and EMACS helper files for Qt/KDE programming
  - bash and zsh completion rules for KDE applications
  - Valgrind error suppressions for KDE applications
 .
 This package is part of the KDE Software Development Kit module.