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 80 81 82 83 84
|
Source: libpanel
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
gir1.2-adw-1-dev,
gir1.2-gtk-4.0-dev,
gobject-introspection (>= 1.80),
libadwaita-1-dev (>= 1.6~beta),
libglib2.0-dev (>= 2.80),
libgtk-4-dev (>= 4.15),
meson (>= 0.60),
valac
Build-Depends-Indep: gi-docgen <!nodoc>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/gnome-team/libpanel
Vcs-Git: https://salsa.debian.org/gnome-team/libpanel.git
Homepage: https://gitlab.gnome.org/GNOME/libpanel
Package: libpanel-1-1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libpanel-common (>= ${source:Version})
Breaks: gnome-builder (<< 43~rc)
Description: IDE paneling library for GTK
libpanel is a collection of GTK widgets for IDE-like applications targeting
GNOME using GTK 4 and libadwaita.
Package: libpanel-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${misc:Depends},
${shlibs:Depends},
libpanel-1-1 (= ${binary:Version}),
libglib2.0-dev (>= 2.80),
libgtk-4-dev (>= 4.15),
Provides: ${gir:Provides}
Suggests: libpanel-doc
Description: IDE paneling library for GTK - development files
libpanel is a collection of GTK widgets for IDE-like applications targeting
GNOME using GTK 4 and libadwaita.
.
This package contains the development files.
Package: libpanel-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: IDE paneling library for GTK - common files
libpanel is a collection of GTK widgets for IDE-like applications targeting
GNOME using GTK 4 and libadwaita.
.
This package contains common data files and translations.
Package: libpanel-doc
Section: doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: IDE paneling library for GTK - documentation
libpanel is a collection of GTK widgets for IDE-like applications targeting
GNOME using GTK 4 and libadwaita.
.
This package contains the API reference.
Package: gir1.2-panel-1
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${gir:Depends}
Description: GObject introspection data for libpanel
This package contains GObject introspection information.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|