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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
Source: libhandy-1
Section: libs
Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends:
debhelper-compat (= 12),
dh-sequence-gir,
gtk-doc-tools,
libgirepository1.0-dev,
libgladeui-dev,
libglib2.0-doc,
libgnome-desktop-3-dev,
libgtk-3-doc,
libgtk-3-dev,
libxml2-utils,
meson,
pkg-config,
valac (>= 0.20),
# to run the tests
xvfb <!nocheck>,
xauth <!nocheck>,
Standards-Version: 4.1.3
Homepage: https://gitlab.gnome.org/GNOME/libhandy
Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/libhandy
Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/libhandy.git
Package: libhandy-1-0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Library with GTK widgets for mobile phones
libhandy provides GTK widgets and GObjects to ease developing
applications for mobile phones.
.
This package contains the shared library.
Package: libhandy-1-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
${misc:Depends},
${shlibs:Depends},
gir1.2-handy-1 (= ${binary:Version}),
libhandy-1-0 (= ${binary:Version}),
libgtk-3-dev,
Recommends: pkg-config
Description: Development files for libhandy
libhandy provides GTK widgets and GObjects to ease developing
applications for mobile phones.
.
This package contains the development files and documentation.
Package: gir1.2-handy-1
Architecture: any
Multi-Arch: same
Section: introspection
Depends:
${gir:Depends},
${misc:Depends},
Description: GObject introspection files for libhandy
libhandy provides GTK widgets and GObjects to ease developing
applications for mobile phones.
.
This package contains the GObject-introspection data in binary typelib format.
Package: handy-1-examples
Section: x11
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: Example programs for libhandy
libhandy provides GTK widgets and GObjects to ease developing
applications for mobile phones.
.
This package contains example files and the demonstration program for
libhandy.
|