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
|
Source: netcf
Priority: extra
Maintainer: Serge Hallyn <serge.hallyn@ubuntu.com>
Build-Depends: cdbs, debhelper (>= 8.0.0), dh-autoreconf, ifupdown, libaugeas-dev, libnl-3-dev, libnl-route-3-dev, libreadline-dev, libtool, libxml2-dev, libxslt-dev, pkg-config
Standards-Version: 3.9.6
Section: libs
Homepage: https://fedorahosted.org/netcf/
Package: netcf
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnetcf1 (= ${binary:Version})
Section: admin
Description: programs for the netcf library
Netcf is a library used to modify the network configuration of a
system. Network configurations are expressed in a platform-independent
XML format, which netcf translates into changes to the system's
'native' network configuration files.
.
This package contains the supporting binaries to use with netcf.
Package: libnetcf-dev
Section: libdevel
Architecture: linux-any
Depends: libnetcf1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: development library and headers for netcf
Netcf is a library used to modify the network configuration of a
system. Network configurations are expressed in a platform-independent
XML format, which netcf translates into changes to the system's
'native' network configuration files.
.
This package contains all the files that are needed to build
applications using netcf.
Package: libnetcf1
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, libaugeas0, augeas-lenses, libxml2, libxslt1.1
Conflicts: libvirt0 (<= 0.10.1-2~)
Description: cross-platform network configuration library (runtime library)
Netcf is a library used to modify the network configuration of a
system. Network configurations are expressed in a platform-independent
XML format, which netcf translates into changes to the system's
'native' network configuration files.
.
This package provides the runtime library.
Package: libnetcf1-dbg
Architecture: linux-any
Depends: libnetcf1 (= ${binary:Version}), ${misc:Depends}
Description: cross-platform network configuration library (debug symbols)
Netcf is a library used to modify the network configuration of a
system. Network configurations are expressed in a platform-independent
XML format, which netcf translates into changes to the system's
'native' network configuration files.
.
This package contains the debugging symbols for libnetcf1.
|