File: control

package info (click to toggle)
kconfig-frontends 4.11.0.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,144 kB
  • sloc: ansic: 11,498; cpp: 1,876; yacc: 624; sh: 439; lex: 374; makefile: 277; python: 96
file content (56 lines) | stat: -rw-r--r-- 1,603 bytes parent folder | download | duplicates (2)
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
56
Source: kconfig-frontends
Section: devel
Priority: optional
Maintainer: Philippe Thierry <philou@debian.org>
Build-Depends:
 debhelper (>= 13),
 flex,
 bison,
 gperf,
 libncurses-dev,
 qtbase5-dev,
 pkg-config
Standards-Version: 4.5.0
X-Python3-Version: >= 3.7
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-nox
Architecture: linux-any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 python3,
 libncurses-dev,
Replaces:
 kconfig-frontends (<< 4.11.0.1+dfsg-4)
Breaks: kconfig-frontends (<< 4.11.0.1+dfsg-4)
Description: NoX standalone implementation of the Linux Kconfig parser
 Kconfig-frontends provides the kconfig parser, as well as all the frontends
 (dialog, ncurses, QT) to configure and generate config files
 and config headers for various projects. This package release only hold
 dialog and ncurses versions. 

Package: kconfig-frontends
Architecture: linux-any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 python3,
 libncurses-dev,
Recommends:
 qtbase5-dev,
Provides:
 kconfig-frontends-nox
Replaces:
 kconfig-frontends-nox
Breaks:
 kconfig-frontends-nox
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. This package release old both console
 (dialog, ncurses) and graphic (qt) versions.