libpipeline (1.5.8-1) unstable; urgency=medium

  * Standards-Version: 4.7.0 (no changes required).
  * Apply X-Style: black.
  * Remove dh_auto_test override, redundant as of debhelper 9.20160306
    (thanks, Niels Thykier).
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Tue, 27 Aug 2024 12:24:19 +0100

libpipeline (1.5.7-2) unstable; urgency=medium

  * Set upstream metadata fields: Repository.
  * Update standards version to 4.6.2, no changes needed.
  * Build-depend on pkgconf rather than pkg-config.
  * Build-depend on gnulib and rebootstrap from it at build time.

 -- Colin Watson <cjwatson@debian.org>  Fri, 29 Mar 2024 19:26:54 +0000

libpipeline (1.5.7-1) unstable; urgency=medium

  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Sun, 13 Nov 2022 22:45:45 +0000

libpipeline (1.5.6-3) unstable; urgency=medium

  * Stop avoiding -fPIC when building tests, since check has provided a
    check_pic library for a long time now.
  * Policy version 4.6.1.

 -- Colin Watson <cjwatson@debian.org>  Sun, 18 Sep 2022 14:07:31 +0100

libpipeline (1.5.6-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on dpkg-dev.

  [ Colin Watson ]
  * debian/upstream/metadata: Update upstream Git URL.
  * debian/control: Update Homepage URL.
  * debian/copyright: Update Source URL.

 -- Colin Watson <cjwatson@debian.org>  Fri, 19 Aug 2022 10:08:39 +0100

libpipeline (1.5.6-1) unstable; urgency=medium

  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Sun, 24 Apr 2022 00:56:00 +0100

libpipeline (1.5.5-1) unstable; urgency=medium

  * debian/upstream/metadata: Update upstream NEWS location.
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Mon, 03 Jan 2022 21:45:40 +0000

libpipeline (1.5.4-2) unstable; urgency=medium

  * debian/upstream/metadata: Update for upstream move to GitLab.
  * Upgrade to debhelper v13.
  * debian/watch: Upgrade to version 4.
  * Policy version 4.6.0.

 -- Colin Watson <cjwatson@debian.org>  Wed, 29 Dec 2021 02:18:58 +0000

libpipeline (1.5.4-1) unstable; urgency=medium

  * Remove dir_to_symlink maintainer script code, which was only needed for
    upgrades from before wheezy.
  * New upstream release.
  * Drop versioned build-dependency on automake, which hasn't been necessary
    for several stable releases.

 -- Colin Watson <cjwatson@debian.org>  Mon, 08 Nov 2021 00:13:19 +0000

libpipeline (1.5.3-1) unstable; urgency=medium

  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Thu, 13 Aug 2020 11:35:36 +0100

libpipeline (1.5.2-2) unstable; urgency=medium

  [ Colin Watson ]
  * debian/copyright: Refer to gl/* rather than gnulib/*.
  * Add a debian/upstream/metadata file.
  * debian/copyright: Update copyright dates.

  [ Steve Langasek ]
  * Make autopkgtests cross-test-friendly (closes: #948515).

 -- Colin Watson <cjwatson@debian.org>  Thu, 09 Jan 2020 17:14:23 +0000

libpipeline (1.5.2-1) unstable; urgency=medium

  * New upstream release:
    - pipecmd_exec now calls _exit rather than exit, to avoid bugs such as
      functions registered using atexit being called multiple times
      (LP: #1276257).
    - Document that standard FDs must be open before calling pipeline_start
      (LP: #992271).

 -- Colin Watson <cjwatson@debian.org>  Wed, 01 Jan 2020 16:29:38 +0000

libpipeline (1.5.1-3) unstable; urgency=medium

  * Use debhelper-compat instead of debian/compat.
  * Re-export debian/upstream/signing-key.asc without extra signatures.
  * Install NEWS in /usr/share/doc/libpipeline1/.
  * Adjust package descriptions to clarify what kind of pipelines this
    library creates.
  * Policy version 4.4.1.

 -- Colin Watson <cjwatson@debian.org>  Sat, 14 Dec 2019 03:21:09 +0000

libpipeline (1.5.1-2) unstable; urgency=medium

  * Update Homepage and debian/copyright Source to use HTTPS.

 -- Colin Watson <cjwatson@debian.org>  Sun, 10 Feb 2019 19:24:56 +0000

libpipeline (1.5.1-1) unstable; urgency=medium

  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Sun, 27 Jan 2019 14:24:43 +0000

libpipeline (1.5.0-2) unstable; urgency=medium

  * Move VCS to salsa.debian.org.
  * Adjust git-dpm tagging configuration.
  * Upgrade to debhelper v10.
  * Set Rules-Requires-Root: no.
  * Simplify debian/rules using /usr/share/dpkg/architecture.mk and
    /usr/share/dpkg/pkg-info.mk.
  * Drop priority to optional, per Lintian's
    excessive-priority-for-library-package tag; a higher priority can be
    handled using overrides if necessary.
  * Stop building with V=1; debhelper configures with --disable-silent-rules
    as of 9.20150501.

 -- Colin Watson <cjwatson@debian.org>  Sat, 27 Oct 2018 16:47:51 +0100

libpipeline (1.5.0-1) unstable; urgency=medium

  * New upstream release.
  * Switch debian/watch to HTTPS.

 -- Colin Watson <cjwatson@debian.org>  Tue, 14 Nov 2017 11:28:07 +0000

libpipeline (1.4.2-1) unstable; urgency=medium

  * New upstream release.
  * Use HTTPS for Vcs-* URLs.
  * Policy version 4.0.0: use HTTPS form of copyright-format URL.

 -- Colin Watson <cjwatson@debian.org>  Mon, 10 Jul 2017 12:50:47 +0100

libpipeline (1.4.1-2) unstable; urgency=medium

  * Remove explicit "XS-Testsuite: autopkgtest" from debian/control;
    dpkg-source now figures that out automatically based on the existence of
    debian/tests/control.
  * Use dpkg-maintscript-helper dir_to_symlink rather than equivalent manual
    code.

 -- Colin Watson <cjwatson@debian.org>  Mon, 04 Jan 2016 13:26:16 +0000

libpipeline (1.4.1-1) unstable; urgency=medium

  [ Colin Watson ]
  * New upstream release.

  [ Helmut Grohne ]
  * Mark check Build-Dependency with <!nocheck> build profile (closes:
    #793055).

 -- Colin Watson <cjwatson@debian.org>  Mon, 17 Aug 2015 10:28:51 +0100

libpipeline (1.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Policy version 3.9.6: no changes required.

 -- Colin Watson <cjwatson@debian.org>  Sun, 26 Oct 2014 01:26:21 +0000

libpipeline (1.3.1-1) unstable; urgency=medium

  * New upstream release.
  * Update Vcs-Browser URL for alioth cgit.

 -- Colin Watson <cjwatson@debian.org>  Mon, 22 Sep 2014 19:04:00 +0100

libpipeline (1.3.0-1) unstable; urgency=medium

  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Wed, 26 Mar 2014 11:43:31 +0000

libpipeline (1.2.6-2) unstable; urgency=medium

  * Policy version 3.9.5: no changes required.
  * Set VERBOSE=1 when running tests so that Automake will print test logs
    on failure.
  * Move upstream signing key to debian/upstream/signing-key.asc (armoured).
    Requires devscripts 2.14.0.

 -- Colin Watson <cjwatson@debian.org>  Sat, 08 Feb 2014 14:21:55 +0000

libpipeline (1.2.6-1) unstable; urgency=low

  * New upstream release.
  * Add OpenPGP signature checking configuration to watch file.

 -- Colin Watson <cjwatson@debian.org>  Wed, 18 Dec 2013 13:01:48 +0000

libpipeline (1.2.5-1) unstable; urgency=low

  * New upstream release.
    - Restore compatibility with Automake 1.10 (closes: #730191).
  * Switch to git; adjust Vcs-* fields.

 -- Colin Watson <cjwatson@debian.org>  Tue, 03 Dec 2013 14:50:49 +0000

libpipeline (1.2.4-1) unstable; urgency=low

  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Thu, 06 Jun 2013 12:52:53 +0100

libpipeline (1.2.3-2) unstable; urgency=low

  * Build-depend on debhelper (>= 9~) directly rather than requiring a
    Lintian override for use of 8.9.0.
  * Explicitly build-depend on automake (>= 1:1.10).
  * Add a Vcs-Browser field.
  * Policy version 3.9.4: no changes required.

 -- Colin Watson <cjwatson@debian.org>  Tue, 04 Jun 2013 15:23:30 +0100

libpipeline (1.2.3-1) unstable; urgency=low

  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Wed, 24 Apr 2013 08:35:46 +0100

libpipeline (1.2.2-2) unstable; urgency=low

  [ Colin Watson ]
  * Use dh-autoreconf.
  * Support parallel builds.

  [ Vibhav Pant ]
  * Add simple autopkgtest.

 -- Colin Watson <cjwatson@debian.org>  Fri, 22 Mar 2013 09:58:59 +0000

libpipeline (1.2.2-1) unstable; urgency=low

  * New upstream release.
  * Build with V=1 so that tools such as blhc can scan more effectively for
    missing build flags.
  * Convert debian/copyright to copyright-format 1.0.
  * Policy version 3.9.3: no changes required.
  * Add a watch file.

 -- Colin Watson <cjwatson@debian.org>  Mon, 17 Sep 2012 23:33:15 +0100

libpipeline (1.2.1-1) unstable; urgency=low

  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Fri, 02 Mar 2012 21:44:40 +0000

libpipeline (1.2.0-5) unstable; urgency=low

  * Mark libpipeline-dev Multi-Arch: same.
  * Add Lintian override for use of debhelper v9.

 -- Colin Watson <cjwatson@debian.org>  Wed, 09 Nov 2011 11:44:21 +0000

libpipeline (1.2.0-4) unstable; urgency=low

  * Convert to dpkg-buildflags.

 -- Colin Watson <cjwatson@debian.org>  Mon, 31 Oct 2011 20:07:59 +0000

libpipeline (1.2.0-3) unstable; urgency=low

  * Build for multiarch.

 -- Colin Watson <cjwatson@debian.org>  Sat, 11 Jun 2011 12:06:25 +0100

libpipeline (1.2.0-2) unstable; urgency=low

  * Use 'dh $@ --options' rather than 'dh --options $@', for
    forward-compatibility with debhelper v8.
  * Add a Vcs-Bzr field.
  * Policy version 3.9.2: no changes required.

 -- Colin Watson <cjwatson@debian.org>  Mon, 30 May 2011 23:04:47 +0100

libpipeline (1.2.0-1) unstable; urgency=low

  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Fri, 18 Mar 2011 22:55:19 +0000

libpipeline (1.1.0-1) unstable; urgency=low

  * New upstream release.
  * Add a symbols file.

 -- Colin Watson <cjwatson@debian.org>  Sat, 11 Dec 2010 15:29:50 +0000

libpipeline (1.0.0-3) unstable; urgency=low

  * Symlink libpipeline-dev's documentation to libpipeline1's.
  * Drop libpipeline-dev Priority to optional.
  * Make libpipeline-dev depend on libpipeline1.

 -- Colin Watson <cjwatson@debian.org>  Tue, 16 Nov 2010 17:18:09 +0000

libpipeline (1.0.0-2) unstable; urgency=low

  * Drop LDFLAGS when building the test suite.  It fails to build on amd64
    otherwise, as libcheck.a isn't built with -fPIC.

 -- Colin Watson <cjwatson@debian.org>  Fri, 29 Oct 2010 13:15:04 +0100

libpipeline (1.0.0-1) unstable; urgency=low

  * Initial release (closes: #601005).

 -- Colin Watson <cjwatson@debian.org>  Fri, 29 Oct 2010 07:52:43 +0100