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
|
Source: system-tools-backends
Maintainer: Andriy Grytsenko <andrej@rep.kiev.ua>
Section: admin
Priority: optional
Build-Depends: debhelper-compat (= 13),
gnome-pkg-tools,
intltool,
libnet-dbus-perl,
libdbus-1-dev,
libdbus-glib-1-dev,
libpolkit-gobject-1-dev,
libglib2.0-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/system-tools-backends
Vcs-Git: https://salsa.debian.org/debian/system-tools-backends.git
Homepage: https://system-tools-backends.freedesktop.org/
Package: system-tools-backends
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libnet-dbus-perl,
dbus
Pre-Depends: ${misc:Pre-Depends}
Breaks: liboobs-1-4 (<< 2.30)
Conflicts: liboobs-1-3
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: any
Section: devel
Depends: ${misc:Depends}
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.
|