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
|
Source: system-tools-backends
Section: admin
Priority: optional
Maintainer: Andriy Grytsenko <andrej@rep.kiev.ua>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 8.1.0~),
cdbs,
autotools-dev,
gnome-pkg-tools (>= 0.10),
intltool (>= 0.40),
libnet-dbus-perl,
libdbus-1-dev (>= 1.1.2),
libdbus-glib-1-dev (>= 0.74),
libpolkit-gobject-1-dev (>= 0.94),
libglib2.0-dev (>= 2.15.2)
Homepage: http://system-tools-backends.freedesktop.org/
Package: system-tools-backends
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
libnet-dbus-perl,
dbus (>= 1.1.2)
Replaces: gnome-system-tools (<< 1.1)
Conflicts: liboobs-1-3
Breaks: gnome-system-tools (<< 2.30), liboobs-1-4 (<< 2.30)
Description: System Tools to manage computer configuration -- scripts
The System Tools Backends are a set of cross-platform scripts
for Linux and other Unix systems. The backends provide a standard
XML interface for modifying the configuration regardless of the
distribution that's being used.
.
These backends are used in GNOME System Tools.
Package: system-tools-backends-dev
Architecture: all
Section: devel
Depends: ${misc:Depends}
Replaces: gnome-system-tools (<< 1.1)
Description: System Tools to manage computer configuration -- development files
The System Tools Backends are a set of cross-platform scripts
for Linux and other Unix systems. The backends provide a standard
XML interface for modifying the configuration regardless of the
distribution that's being used.
.
These backends are used in GNOME System Tools.
.
This package contains the development files.
|