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
|
Source: ntrack
Maintainer: Alexander Sack <asac@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper (>=5), cdbs, quilt,
libglib2.0-dev,
libnl-route-3-dev,
python-gtk2-dev,
dh-autoreconf,
libqt4-dev
Standards-Version: 3.9.1
Homepage: http://launchpad.net/ntrack
Package: libntrack0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ntrack-module-libnl-0 | ntrack-module-rtnetlink-0 | ntrack-module-0
Description: lightweight connectivity tracking library
ntrack aims to be a lightweight and easy to use library for application
developers that want to get events on network online status changes such as
online, offline or route changes.
.
The primary goal is to serve desktop applications in a network manager and
desktop environment independent fashion. Also its supposed to be lightweight,
resource un-intensive and extensible.
.
ntrack currently comes with bindings for glib, GObject, qt4 and python-gobject.
Package: libntrack-dev
Section: libdevel
Architecture: any
Depends: libntrack0 (= ${binary:Version}), ${misc:Depends}
Description: Development package for ntrack
Development files and tools for ntrack support
Package: libntrack-glib2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: glib API for ntrack
gsource and mainloop integration for ntrack.
Package: libntrack-glib-dev
Section: libdevel
Architecture: any
Depends: libntrack-dev, libntrack-glib2 (= ${binary:Version}), ${misc:Depends}
Description: development package for libntrack glib API
Development headers and friends for libntrack
Package: libntrack-gobject1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GObject API for ntrack
GObject monitor API for network connectivity changes.
Package: libntrack-gobject-dev
Section: libdevel
Architecture: any
Depends: libntrack-glib-dev, libntrack-gobject1 (= ${binary:Version}), ${misc:Depends}
Description: Development package for libntrack-gobject API
Development files for ntrack GObject API
Package: libntrack-qt4-1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Qt 4 API for ntrack
Qt 4 monitor API to get network connectivity change updates.
Package: libntrack-qt4-dev
Section: libdevel
Architecture: any
Depends: libntrack-dev, libntrack-qt4-1 (= ${binary:Version}), ${misc:Depends}
Description: Development package for libntrack-qt4
Development files for ntrack Qt 4 API
Package: ntrack-module-libnl-0
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ntrack-module-0
Description: libnl based ntrack module
ntrack module that uses the libnl backend
Package: ntrack-module-rtnetlink-0
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ntrack-module-0
Description: rtnetlink based ntrack module
ntrack module that uses the rtnetlink backend
|