libexecs 1.1-1 source package in Ubuntu

Changelog

libexecs (1.1-1) unstable; urgency=medium

  * New upstream release. (Closes: #873675) 
  * Update Standards-Version to 4.1.1.
  * Change package section (libexecs0 and libexecs-embedded0 in libs).
  * Add missing dependency in libexecs-dev. (Closes: #875421)

 -- Giulia Cantini <email address hidden>  Sat, 14 Oct 2017 18:00:04 +0200

Upload details

Uploaded by:
Giulia Cantini
Uploaded to:
Sid
Original maintainer:
Giulia Cantini
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libexecs_1.1-1.dsc 1.8 KiB 4ef5e156f67f84fa6c8a799f6d109001384def221cb8dc6dd59be663d9afe341
libexecs_1.1.orig.tar.gz 159.7 KiB a3af9bff70218c0355b7c4c1ce1e17f321b0a34144a6d03391a3789e520a605c
libexecs_1.1-1.debian.tar.xz 2.2 KiB 0f3abd43bc46fbce3ac59d0932a4c71c4f878fb4d60578a64dc95f0f8eab2c86

No changes file available.

Binary packages built by this source

libexecs-dev: C library for commands execution - development files

 s2argv converts a command string into an argv array for execv, execvp,
 execvpe. execs is like execv taking a string instead of an argv.
 Similarly execsp and execspe are the counterpart of execvp and execvpe,
 respectively, using command strings.
 coprocv, coprocvp, coprocvpe, coprocs, coprocsp execute a command in
 coprocessing mode.
 The following functions all work without using a shell:
 esystem, system_eexecsp execute a command with its arguments from a string.
 popen_nosh, popen_execsp and pclose_nosh pipe stream to or from a process.
 system_nosh executes a command with its arguments from a string.
 .
 This package contains the necessary headers and shared object files needed to
 develop applications using libexecs.

libexecs-embedded0: C library for commands execution

 s2argv converts a command string into an argv array for execv, execvp,
 execvpe. execs is like execv taking a string instead of an argv.
 Similarly execsp and execspe are the counterpart of execvp and execvpe,
 respectively, using command strings.
 esystem, system_eexecsp execute a command with its arguments from a string
 without using a shell.
 .
 This is the reduced memory footprint version of libexecs for embedded systems,
 it contains a minimal subset of the functionalities available in the
 main package, in particular the coproc* family of functions,
 system_nosh and popen_nosh are excluded (see the man pages for more info).

libexecs-embedded0-dbgsym: No summary available for libexecs-embedded0-dbgsym in ubuntu disco.

No description available for libexecs-embedded0-dbgsym in ubuntu disco.

libexecs0: C library for commands execution

 s2argv converts a command string into an argv array for execv, execvp,
 execvpe. execs is like execv taking a string instead of an argv.
 Similarly execsp and execspe are the counterpart of execvp and execvpe,
 respectively, using command strings.
 coprocv, coprocvp, coprocvpe, coprocs, coprocsp execute a command in
 coprocessing mode.
 The following functions all work without using a shell:
 esystem, system_eexecsp execute a command with its arguments from a string.
 popen_nosh, popen_execsp and pclose_nosh pipe stream to or from a process.
 system_nosh executes a command with its arguments from a string.

libexecs0-dbgsym: debug symbols for libexecs0