File: control

package info (click to toggle)
kconfig-frontends 4.11.0.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,088 kB
  • sloc: ansic: 11,498; cpp: 1,876; yacc: 624; sh: 439; lex: 374; makefile: 273; python: 96
file content (35 lines) | stat: -rw-r--r-- 943 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
Source: kconfig-frontends
Section: devel
Priority: optional
Maintainer: Philippe Thierry <philou@debian.org>
Build-Depends:
 debhelper (>= 10),
 flex,
 bison,
 gperf,
 libncurses5-dev,
 libgtk-3-dev,
 libglade2-dev,
 qtbase5-dev,
 pkg-config
Standards-Version: 4.2.1
X-Python3-Version: >= 3.5
Homepage: http://ymorin.is-a-geek.org/projects/kconfig-frontends
Vcs-Git: https://salsa.debian.org/philou/kconfig-frontends.git
Vcs-Browser: https://salsa.debian.org/philou/kconfig-frontends

Package: kconfig-frontends
Architecture: linux-any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 python3,
 libncurses5-dev,
Recommends:
 libgtk-3-dev,
 libglade2-dev,
 qtbase5-dev,
Description: Standalone implementation of the Linux Kconfig parser and frontend
 Kconfig-frontends provides the kconfig parser, as well as all the frontends
 (dialog, ncurses, Qt and Gtk based) to configure and generate config files
 and config headers for various projects.