File: control

package info (click to toggle)
kdebugsettings 16.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 480 kB
  • ctags: 278
  • sloc: cpp: 2,442; sh: 12; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,486 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
Source: kdebugsettings
Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake (>= 2.8.12),
               debhelper (>= 9),
               extra-cmake-modules (>= 5.14.0~),
               kio-dev (>= 5.12.0~),
               libkf5completion-dev (>= 5.12.0~),
               libkf5config-dev (>= 5.12.0~),
               libkf5configwidgets-dev (>= 5.12.0~),
               libkf5coreaddons-dev (>= 5.12.0~),
               libkf5dbusaddons-dev (>= 5.12.0~),
               libkf5guiaddons-dev (>= 5.12.0~),
               libkf5i18n-dev (>= 5.12.0~),
               libkf5iconthemes-dev (>= 5.12.0~),
               libkf5itemviews-dev (>= 5.12.0~),
               libkf5widgetsaddons-dev (>= 5.12.0~),
               pkg-kde-tools (>= 0.15.15ubuntu1~),
               qtbase5-dev (>= 5.4.0~)
Standards-Version: 3.9.8
Homepage: https://projects.kde.org/projects/kde/kdeutils/kdebugsettings
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kdebugsettings.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-applications/kdebugsettings.git

Package: kdebugsettings
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: application to enable/disable qCDebug settings
 Qt applications use QDebug classes to print out warnings and errors on
 a terminal.  This applications is a simple GUI to turn on or off
 these messages.