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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
Source: libnma
Section: libs
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
gnome-pkg-tools,
meson (>= 0.46.0),
gettext (>= 0.18),
mobile-broadband-provider-info,
libgtk-3-dev,
libgtk-4-dev,
libglib2.0-dev,
libnm-dev,
libgcr-4-dev,
libgck-2-dev,
iso-codes,
gobject-introspection (>= 1.80),
gir1.2-gtk-3.0-dev,
gir1.2-gtk-4.0-dev,
gir1.2-nm-1.0-dev,
valac,
gtk-doc-tools,
libgtk-3-doc,
libglib2.0-doc,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/utopia-team/libnma.git
Vcs-Browser: https://salsa.debian.org/utopia-team/libnma
Homepage: https://networkmanager.dev
Package: libnma0
Architecture: linux-any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
libnma-common (= ${source:Version})
Description: NetworkManager GUI library
This library provides GTK 3 dialogs and UI utilities for NetworkManager.
Package: libnma-gtk4-0
Architecture: linux-any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
libnma-common (= ${source:Version})
Description: NetworkManager GUI GTK4 library
This library provides GTK 4 dialogs and UI utilities for NetworkManager.
Package: libnma-common
Architecture: all
Multi-Arch: foreign
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
Breaks: network-manager-gnome (<< 1.30.0)
Description: NetworkManager GUI library - translations
The libnma library provides Gtk+ dialogs and UI utilities for NetworkManager.
.
This package contains translations and GSettings schema files.
Package: libnma-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
${gir:Depends},
libnma0 (= ${binary:Version}),
libnma-headers (= ${binary:Version}),
libnm-dev
Provides: ${gir:Provides}
Description: NetworkManager GTK 3 GUI library - development files
The libnma library provides GTK 3 dialogs and UI utilities for NetworkManager.
.
This package contains the development files.
Package: libnma-headers
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
Breaks: libnma-dev (<< 1.8.34-2~)
Replaces: libnma-dev (<< 1.8.34-2~)
Suggests: libnma-gtk4-dev | libnma-dev
Description: NetworkManager GUI library - header files
The libnma library provides GTK dialogs and UI utilities for NetworkManager.
.
If you want to have your package use this library, add libnma-gtk4-dev
or libnma-dev to your package's Build-Depends. Do not build-depend on
libnma-headers directly.
.
This package contains the development header files.
Package: libnma-gtk4-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
${gir:Depends},
libnma-gtk4-0 (= ${binary:Version}),
libnma-headers (= ${binary:Version}),
libnm-dev
Provides: ${gir:Provides}
Description: NetworkManager GTK 4 GUI library - development files
The libnma-gtk4 library provides GTK 4 dialogs and UI utilities for
NetworkManager.
.
This package contains the development files.
Package: libnma-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: libnma-dev (<< 1.8.34-2~)
Replaces: libnma-dev (<< 1.8.34-2~)
Description: NetworkManager GUI library - reference docs
The libnma library provides GTK dialogs and UI utilities for NetworkManager.
.
This package contains the API reference.
Package: gir1.2-nma-1.0
Section: introspection
Architecture: linux-any
Multi-Arch: same
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends}
Description: GObject introspection data for libnma
The libnma library provides GTK 3 dialogs for NetworkManager.
.
This package contains introspection data for libnma.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
Package: gir1.2-nma4-1.0
Section: introspection
Architecture: linux-any
Multi-Arch: same
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends}
Description: GObject introspection data for libnma-gtk4
The libnma-gtk4 library provides GTK 4 dialogs for NetworkManager.
.
This package contains introspection data for libnma-gtk4.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|