process-cpp 3.0.1-6 source package in Ubuntu

Changelog

process-cpp (3.0.1-6) unstable; urgency=medium

  * debian/control:
    + Adopt package. Move over to Debian UBports Team. (Closes: #904425).
    + Bump Standards-Version: to 4.4.1. No changes needed.
    + Restrict this package to linux-any architecture. (Closes: #889000).
  * debian/{control,compat}:
    + Switch to debhelper-compat notation. Bump to DH compat level version 12.
  * debian/{control,copyright}:
    + Update Homepage: (and Source:) field. New upstream is the UBports project.
  * debian/watch:
    + Add watch file.
  * debian/gbp.conf:
    + Drop file; switch to gbp's defaults.
  * debian/copyright:
    + Update copyright attributions.

 -- Mike Gabriel <email address hidden>  Sat, 25 Jan 2020 15:18:35 +0100

Upload details

Uploaded by:
Debian UBports Team
Uploaded to:
Sid
Original maintainer:
Debian UBports Team
Architectures:
linux-any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
process-cpp_3.0.1-6.dsc 2.2 KiB 0f56176aad89ab70fd2353c45b99fdae5edc54f93fcd1b13985fb4b5aaf75686
process-cpp_3.0.1.orig.tar.gz 55.8 KiB 33d13d384e99d3f57691c9c572c0c38fe4b67c056f19c8d99f18230f62b94a6b
process-cpp_3.0.1-6.debian.tar.xz 6.3 KiB 1691e9680abda6db9672a66f85d95b4160e32b3dd877c2ef10a7ed71dce0d2e3

Available diffs

No changes file available.

Binary packages built by this source

libprocess-cpp-dev: C++11 library for handling processes (dev headers and libraries)

 process-cpp is a simple and straightforward wrapper around process creation
 and control. It helps both with handling child processes and with interacting
 with the current process. Some of its features include:
 .
  - Thread-safe get/set/unset operation on the current process's environment.
  - Throwing and non-throwing overloads of functions when system calls are
    involved.
  - Seamless redirection of input, output and error streams of child processes.
  - Type-safe interaction with the virtual proc filesystem, both for reading &
    writing.
 .
 This package includes all the development headers and libraries for
 process-cpp.

libprocess-cpp-doc: C++11 library for handling processes (documentation)

 process-cpp is a simple and straightforward wrapper around process creation
 and control. It helps both with handling child processes and with interacting
 with the current process. Some of its features include:
 .
  - Thread-safe get/set/unset operation on the current process's environment.
  - Throwing and non-throwing overloads of functions when system calls are
    involved.
  - Seamless redirection of input, output and error streams of child processes.
  - Type-safe interaction with the virtual proc filesystem, both for reading &
    writing.
 .
 This package includes documentation files for the libprocess-cpp development.

libprocess-cpp3: C++11 library for handling processes (runtime libraries)

 process-cpp is a simple and straightforward wrapper around process creation
 and control. It helps both with handling child processes and with interacting
 with the current process. Some of its features include:
 .
  - Thread-safe get/set/unset operation on the current process's environment.
  - Throwing and non-throwing overloads of functions when system calls are
    involved.
  - Seamless redirection of input, output and error streams of child processes.
  - Type-safe interaction with the virtual proc filesystem, both for reading &
    writing.
 .
 The library's main purpose is to assist in testing and when a software
 component needs to carry out process creation/control tasks, e.g., a graphical
 shell. To this end, the library is extensively tested and tries to ensure
 fail-safe operation as much as possible.
 .
 This package includes the process-cpp runtime libraries.

libprocess-cpp3-dbgsym: debug symbols for libprocess-cpp3