Change logs for config-package-dev source package in Bionic

  • config-package-dev (5.5) unstable; urgency=medium
    
      * Add Rules-Requires-Root: no to base package and examples, which
        should fix ci.debian.net tests.
      * Add Multi-Arch: foreign, which allows apt to resolve
        config-package-dev as a cross-build-dependency. Thanks to @mrksngl
        on GitHub for the patch.
      * Also add Multi-Arch: foreign to the examples, as this is right for most
        users of config-package-dev (just as Architecture: all is right for most
        users of config-package-dev).
      * displace.sh: Rename (un)displace_link_displace to
        (un)displace_link_divert (Debathena: #1362)
      * Switch to machine-readable debian/copyright.
      * Ensure installed examples are not compressed, so you can copy them
        and build them directly.
    
     -- Geoffrey Thomas <email address hidden>  Sat, 27 Jan 2018 18:29:36 -0500
  • config-package-dev (5.4) unstable; urgency=medium
    
      * Add a basic autopkgtest to make sure the examples build.
      * Move packaging to GitHub, and add the .travis.yml from
        http://travis.debian.net/ to run autopkgtests on each push.
      * examples/*: Bump debian/compat to 9 (no changes) and
        Standards-Version to 4.1.0 (change priority to "optional").
    
     -- Geoffrey Thomas <email address hidden>  Wed, 18 Oct 2017 10:14:41 -0400
  • config-package-dev (5.2) unstable; urgency=medium
    
      * Permit debian/$package.displace-extension to omit the leading dot
        (Closes: #760200). Thanks to Dima Kogan for the patch.
      * Allow Debhelper control files to omit leading slashes
        (Closes: #803962).
      * Allow specifying relative paths, within the Debian source package,
        as the source for a transformation, and do not check these files
        against the dpkg database (Closes: #864611). Thanks to Luca Boccassi
        for the patch.
      * Bump Standards-Version to 4.0.0 and Debhelper compat level to v9
        (no changes).
      * debian/control, debian/copyright: Use https in URLs.
      * debian/control: Depend on ${perl:Depends}, which gives us a
        dependency on perl (not just perl-base) for Digest::MD5. Thanks,
        dh_perl!
    
     -- Geoffrey Thomas <email address hidden>  Sat, 01 Jul 2017 11:46:18 -0400