Source: libpipeline
Section: libs
Priority: important
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.9.5
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9~), pkg-config, check, dh-autoreconf, automake (>= 1:1.10)
XS-Testsuite: autopkgtest
Homepage: http://libpipeline.nongnu.org/
Vcs-Git: git://anonscm.debian.org/users/cjwatson/libpipeline.git
Vcs-Browser: http://anonscm.debian.org/cgit/users/cjwatson/libpipeline.git/

Package: libpipeline1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: pipeline manipulation library
 This is a C library for setting up and running pipelines of processes,
 without needing to involve shell command-line parsing which is often
 error-prone and insecure.

Package: libpipeline-dev
Section: libdevel
Priority: optional
Architecture: any
Depends: ${misc:Depends}, libpipeline1 (= ${binary:Version})
Multi-Arch: same
Description: pipeline manipulation library (development files)
 This is a C library for setting up and running pipelines of processes,
 without needing to involve shell command-line parsing which is often
 error-prone and insecure.
 .
 This package contains files needed for developing with libpipeline.
