diff options
Diffstat (limited to 'svc.configd/debian/control')
-rw-r--r-- | svc.configd/debian/control | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/svc.configd/debian/control b/svc.configd/debian/control new file mode 100644 index 0000000..a2e5abc --- /dev/null +++ b/svc.configd/debian/control @@ -0,0 +1,101 @@ +Source: svc.configd +Section: libs +Priority: optional +Maintainer: Igor Pashev <pashev.igor@gmail.com> +Build-Depends: + dh-illumos, + gcc-multilib, + illumos-source-2.10, + libsmbios1-dev [illumos-amd64 illumos-i386], + lib32smbios1-dev [illumos-amd64 illumos-i386], + lib32nvpair1-dev [illumos-amd64], libnvpair1-dev, + lib32uutil1-dev [illumos-amd64], libuutil1-dev, + libsqlite0-dev, + quilt, + symlinks, +Standards-Version: 3.9.3 +Homepage: https://www.illumos.org + + +Package: svc.configd +Section: admin +Priority: required +Essential: yes +Architecture: illumos-any +Depends: ${shlibs:Depends}, ${misc:Depends} +Built-Using: sqlite (= 2.8.17-7+dyson1) +Replaces: smf-init (= 5.11.0-1~5) +Description: service management facility repository daemon + svc.configd is the repository daemon for the Service Management Facility + (SMF). svc.configd is invoked automatically during system startup, and + restarted if any failures occur. svc.configd should never be invoked directly. + . + Interaction with svc.configd is by way of libscf and the command line tools: + svcs, svcprop, svcadm, and svccfg. + . + Service Management Facility (SMF) is a feature of the illumos operating + system that creates a supported, unified model for services and service + management on each system and replaces SysV init.d scripts. + +Package: libscf1 +Section: libs +Priority: standard +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Architecture: illumos-any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: service configuration facility library + This package contains libscf shared library. + . + The libscf library defines the interface for reading, writing, and + manipulating SMF service configurations. + . + Service Management Facility (SMF) is a feature of the illumos operating + system that creates a supported, unified model for services and service + management on each system and replaces SysV init.d scripts. + +Package: libscf1-dev +Section: libdevel +Priority: optional +Architecture: illumos-any +Provides: libscf-dev +Depends: libscf1 (= ${binary:Version}), ${misc:Depends}, libc1-dev, + libnvpair1-dev +Description: service configuration facility library (development files) + This package contains the header files and symlinks needed + to compile applications that use libscf. + . + The libscf library defines the interface for reading, writing, and + manipulating SMF service configurations. + . + Service Management Facility (SMF) is a feature of the illumos operating + system that creates a supported, unified model for services and service + management on each system and replaces SysV init.d scripts. + +Package: lib32scf1 +Section: libs +Priority: standard +Architecture: illumos-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: service configuration facility library (32 bit) + This package contains libscf shared library. + . + The libscf library defines the interface for reading, writing, and + manipulating SMF service configurations. + . + This is a 32-bit version of the library. + +Package: lib32scf1-dev +Section: libdevel +Priority: optional +Architecture: illumos-amd64 +Provides: lib32scf-dev +Depends: lib32scf1 (= ${binary:Version}), libscf1-dev (= ${binary:Version}), + ${misc:Depends} +Description: service configuration facility library (32-bit development files) + This package contains files needed to compile + 32-bit applications that use libscf. + . + The libscf library defines the interface for reading, writing, and + manipulating SMF service configurations. + |