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
|
Source: libwnck
Section: libs
Priority: optional
Maintainer: Debian MATE Packaging Team <pkg-mate-team@lists.alioth.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Martin Wimpress <code@flexion.org>,
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libgtk2.0-dev (>= 2.19.7),
gettext,
libstartup-notification0-dev (>= 0.7),
cdbs (>= 0.4.41),
docbook-xml,
libx11-dev,
libxres-dev,
libxt-dev,
intltool (>= 0.40.0),
libglib2.0-dev (>= 2.16.0),
gobject-introspection,
libgirepository1.0-dev (>= 0.6.14),
gtk-doc-tools (>= 1.9),
libglib2.0-doc,
libgtk2.0-doc,
gnome-common
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/libwnck.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-mate/libwnck.git
Homepage: https://developer.gnome.org/libwnck/2.30/
Package: libwnck22
Multi-Arch: same
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libwnck-common
Conflicts: libwnck-1,
Replaces: libwnck-1,
Description: Window Navigator Construction Kit - runtime files
A library to use for writing pagers and task lists. This variant
of libwnck provides WNCK for GTK-2 based applications.
.
This package contains runtime files.
Package: libwnck-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
libwnck22 (= ${binary:Version}),
gir1.2-wnck-1.0 (= ${binary:Version}),
libglib2.0-dev (>= 2.13.0),
libpango1.0-dev,
libx11-dev,
libxres-dev,
libgtk2.0-dev (>= 2.19.7),
libstartup-notification0-dev (>= 0.7-1),
libcairo2-dev,
${shlibs:Depends}
Replaces: gir-repository-dev (<< 0.6.5-7)
Description: Window Navigator Construction Kit - development files
A library to use for writing pagers and task lists. This variant
of libwnck provides WNCK for GTK-2 based applications.
.
This package contains development files (include headers).
Package: libwnck-common
Multi-Arch: foreign
Architecture: all
Depends: ${misc:Depends},
Conflicts: libwnck-1,
Description: Window Navigator Construction Kit - common files
A library to use for writing pagers and task lists. This version
of libwnck provides WNCK for GTK-2 based applications.
.
This package contains internationalization files.
Package: libwnck-dbg
Priority: extra
Section: debug
Multi-Arch: same
Architecture: any
Depends: ${misc:Depends},
libwnck22 (= ${binary:Version}),
Description: Window Navigator Construction Kit - debugging symbols
A library to use for writing pagers and task lists. This variant
of libwnck provides WNCK for GTK-2 based applications.
.
This package contains the debugging symbols for the libwnck22 library.
They are installed into /usr/lib/debug and will automatically be used by
gdb.
Package: libwnck-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Breaks: libwnck-dev (<< 2.30.7-3~),
Conflicts: libwnck-1,
Description: Window Navigator Construction Kit - documentation files
A library to use for writing pagers and task lists. This variant
of libwnck provides WNCK for GTK-2 based applications.
.
This package contains documentation files for libwnck22.
Package: gir1.2-wnck-1.0
Section: introspection
Conflicts: gir1.0-wnck-1.0
Replaces: gir1.0-wnck-1.0
Architecture: any
Depends: ${gir:Depends},
${misc:Depends},
${shlibs:Depends}
Description: GObject introspection data for the WNCK library
A library to use for writing pagers and task lists. This variant
of libwnck provides WNCK for GTK-2 based applications.
.
This package contains introspection data for Window Navigator
Construction Kit, a library to interact with window managers.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|