pstreams 0.8.0-1 source package in Ubuntu

Changelog

pstreams (0.8.0-1) unstable; urgency=medium


  * Add Vcs-* fields to debian/control
  * Remove martin f. krafft from Uploaders per his request.
    Thanks to martin for sponsoring my first package in Debian back in the day
    (Closes: #719103)
  * Imported Upstream version 0.8.0
  * Bump Standards-Version to 3.9.4; no changes needed
  * debian/control: add `XS-Testsuite: autopkgtest` (Closes: #692665)
  * debian/patches/dont-update-generated-files.patch: avoid updating generated
    files when building the Debian package

 -- Antonio Terceiro <email address hidden>  Sun, 15 Dec 2013 19:11:11 -0300

Upload details

Uploaded by:
Antonio Terceiro
Uploaded to:
Sid
Original maintainer:
Antonio Terceiro
Architectures:
all
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pstreams_0.8.0-1.dsc 1.9 KiB 11485a348caf41587ccad28427917b9d8d234d1e3f204da1002e2ca387f5ee98
pstreams_0.8.0.orig.tar.gz 56.3 KiB 0dcffe1f07c23ecfc9281008ea8b0ee0324b0bf1b93be740e6a9a0ad628900e5
pstreams_0.8.0-1.debian.tar.gz 3.7 KiB 2823a994b63303412a0240d351979428b358323a8b31754392f96711ff63d83c

No changes file available.

Binary packages built by this source

libpstreams-dev: C++ iostream interface to POSIX process I/O

 PStreams allows you to run another program from your C++ application and to
 transfer data between the two programs, similar to shell pipelines. The
 PStreams class works like a wrapper for the POSIX.2 functions popen(3) and
 pclose(3) (although it doesn't actually use them), using a C++ iostreams
 interface, instead of C's stdio library. Thus, PStreams makes it possible to
 run an external program and handle its stdin, stdout, and stderr just like you
 would handle any other C++ iostream.