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
|
# 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: gtask
Section: libs
Priority: optional
Maintainer: Sebastian Dröge <slomo@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>
Build-Depends: cdbs (>= 0.4.73),
debhelper (>= 5),
gnome-pkg-tools (>= 0.11),
pkg-config (>= 0.14),
libglib2.0-dev (>= 2.16.0),
libvala-dev,
gtk-doc-tools (>= 1.9),
python-all-dev (>= 2.2),
python-gtk2-dev,
python-gobject-dev,
python-support,
dpkg-dev (>= 1.14.13)
Standards-Version: 3.8.4
Homepage: http://github.com/chergert/gtask/wikis
XS-Python-Version: >= 2.2
Package: libgtask-1.0-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: GObject library for asynchronous programming - shared libraries
GTask is Asynchronous and Callback based execution for GObject, similar
to Python twisted.
.
Unlike Twisted, however, GTask will work hard towards being multi-core
ready.
.
This package contains the shared libraries.
Package: libgtask-dev
Section: libdevel
Architecture: any
Depends: libgtask-1.0-0 (= ${binary:Version}),
${misc:Depends},
libglib2.0-dev (>= 2.16.0)
Suggests: libunique-doc, vala
Description: GObject library for asynchronous programming - development files
GTask is Asynchronous and Callback based execution for GObject, similar
to Python twisted.
.
Unlike Twisted, however, GTask will work hard towards being multi-core
ready.
.
This package contains the headers and development libraries needed to
build applications using the GTask library
Package: libgtask-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libgtask-1.0-0
Suggests: devhelp
Description: GObject library for asynchronous programming - documentation
GTask is Asynchronous and Callback based execution for GObject, similar
to Python twisted.
.
Unlike Twisted, however, GTask will work hard towards being multi-core
ready.
.
This package contains the HTML documentation for the GTask library
Package: python-gtask
Section: python
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: GObject library for asynchronous programming - Python bindings
GTask is Asynchronous and Callback based execution for GObject, similar
to Python twisted.
.
Unlike Twisted, however, GTask will work hard towards being multi-core
ready.
.
This package contains the Python bindings for the GTask library
|