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
|
# 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: libpeas
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
Build-Depends: debhelper (>= 11),
gnome-pkg-tools,
gnome-common,
intltool (>= 0.40),
gtk-doc-tools (>= 1.11),
libglib2.0-dev (>= 2.38.0),
libgladeui-dev,
gobject-introspection (>= 1.39.0),
libgirepository1.0-dev (>= 1.39.0),
libgtk-3-dev (>= 3.0.0),
python-dev (>= 2.5.2),
python-gi-dev (>= 3.7.2),
python3-dev (>= 3.2.0),
adwaita-icon-theme <!nocheck>,
xvfb <!nocheck>,
xauth <!nocheck>
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnome-team/libpeas
Vcs-Git: https://salsa.debian.org/gnome-team/libpeas.git
Homepage: https://wiki.gnome.org/Projects/Libpeas
Package: libpeas-1.0-0
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libpeas-common
Multi-Arch: same
Description: Application plugin library
libpeas is a library that allows applications to support plugins.
Package: libpeas-1.0-python2loader
Section: oldlibs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libpeas-1.0-0 (= ${binary:Version}),
libpeas-common
Breaks: libpeas-1.0-0 (<< 1.8.0-2)
Multi-Arch: same
Description: Application plugin library (Python 2 support)
libpeas is a library that allows applications to support plugins.
This package contains the Python 2 loader shared library.
.
If your plugin is written in Python 2, please consider porting it to
Python 3 and drop the dependency on this package.
.
This package exists only for backwards-compatibility with plugins
that have not yet been ported. It should be considered deprecated.
Package: libpeas-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libpeas-1.0-0 (= ${binary:Version}),
gir1.2-peas-1.0 (= ${binary:Version}),
libglib2.0-dev (>= 2.38.0),
libgirepository1.0-dev (>= 1.39.0),
libgtk-3-dev (>= 3.0.0)
Suggests: libpeas-doc
Multi-Arch: same
Description: Application plugin library (development files)
libpeas is a library that allows applications to support plugins.
.
This package contains the headers files required for developing software that
uses libpeas.
Package: libpeas-doc
Section: doc
Multi-Arch: foreign
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Application plugin library (documentation)
libpeas is a library that allows applications to support plugins.
.
This package contains the API reference for libpeas.
Package: libpeas-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Application plugin library (common files)
libpeas is a library that allows applications to support plugins.
.
This package contains common files, such as translations and icons.
Package: gir1.2-peas-1.0
Section: introspection
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${gir:Depends}
Provides: gir1.2-peasgtk-1.0 (= ${binary:Version})
Multi-Arch: same
Description: Application plugin library (introspection files)
libpeas is a library that allows applications to support plugins.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
|