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
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: gnome-menus
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>, Josselin Mouette <joss@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 9.20160114~),
dh-autoreconf,
cdbs (>= 0.4.73),
libglib2.0-dev (>= 2.30.0),
gnome-pkg-tools,
gnome-common,
python3 (>= 3.1),
intltool (>= 0.40.0),
libgirepository1.0-dev (>= 0.10.7-1~),
gobject-introspection (>= 0.9.12-4~)
Standards-Version: 3.9.8
X-Python3-Version: >= 3.1
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-menus
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-menus
Package: gnome-menus
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Breaks: gnome-panel (<< 2.91),
gnome-control-center (<< 2.91),
alacarte (<< 0.13.2-2)
Description: GNOME implementation of the freedesktop menu specification
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org:
.
http://www.freedesktop.org/Standards/menu-spec
.
Also contained here are the GNOME menu layout configuration files, .directory
files and assorted menu related utility programs.
Package: libgnome-menu-3-0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: GNOME implementation of the freedesktop menu specification
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org:
.
http://www.freedesktop.org/Standards/menu-spec
.
Also contained here are the GNOME menu layout configuration files, .directory
files and assorted menu related utility programs.
.
This package contains the shared library.
Package: libgnome-menu-3-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
libgnome-menu-3-0 (= ${binary:Version}),
gir1.2-gmenu-3.0 (= ${binary:Version}),
libglib2.0-dev (>= 2.30.0)
Replaces: gir-repository-dev (<< 0.6.5-6)
Description: GNOME implementation of the freedesktop menu specification
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org:
.
http://www.freedesktop.org/Standards/menu-spec
.
Also contained here are the GNOME menu layout configuration files, .directory
files and assorted menu related utility programs.
.
This package contains the development headers.
Package: gir1.2-gmenu-3.0
Section: introspection
Architecture: any
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends}
Conflicts: gobject-introspection-repository
Description: GObject introspection data for the GNOME menu library
This package contains introspection data for GNOME menu, an
implementation of the desktop menu specification from freedesktop.org.
.
It can be used by languages supporting dynamic bindings with
the GIRepository format.
|