process-cpp 3.0.1-10 source package in Ubuntu

Changelog

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

  [ Mike Gabriel ]
  * debian/: Update upstream Git repo URL.
  * debian/watch:
    + Update file for recent GitLab changes of the tags overview page.
  * debian/libprocess-cpp3.symbols:
    + Drop file. Causing more woes than being helpful. (Closes: #1076906).
  * debian/control:
    + Bump Standards-Version to 4.7.0. No changes needed.
    + In B-D, switch from pkg-config to pkgconf.

  [ Anton Gladky ]
  * Add debian/.gitlab-ci.yml

 -- Mike Gabriel <email address hidden>  Wed, 14 Aug 2024 19:32:18 +0200

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-10.dsc 2.2 KiB d5257c4b70f2204fd377f97430f0c98c3fafca616cbdafba415a649b1455998c
process-cpp_3.0.1.orig.tar.gz 55.8 KiB 33d13d384e99d3f57691c9c572c0c38fe4b67c056f19c8d99f18230f62b94a6b
process-cpp_3.0.1-10.debian.tar.xz 7.6 KiB 437c061af0906e3c9a1acad3ff7bb261ab41bebfbcca2366d6fac5ecf867894b

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