File: control

package info (click to toggle)
wf-config 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 392 kB
  • sloc: cpp: 5,029; xml: 37; makefile: 4
file content (43 lines) | stat: -rw-r--r-- 1,121 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
Source: wf-config
Section: libdevel
Priority: optional
Maintainer: Boyuan Yang <byang@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 doctest-dev <!nocheck>,
 libevdev-dev,
 libglm-dev,
 libxml2-dev,
 meson,
 pkg-config,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/WayfireWM/wf-config
Vcs-Git: https://salsa.debian.org/debian/wf-config.git
Vcs-Browser: https://salsa.debian.org/debian/wf-config

Package: libwf-config-dev
Architecture: any
Multi-Arch: same
Depends:
 libwf-config1 (= ${binary:Version}),
 ${misc:Depends},
Description: Wayfire-specific library for managing config files (dev)
 Wf-config is a library for managing configuration files, written for
 wayfire 3D wayland compositor.
 .
 This package provides development files.

Package: libwf-config1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Wayfire-specific library for managing config files
 Wf-config is a library for managing configuration files, written for
 wayfire 3D wayland compositor.
 .
 This package provides shared library files.