debputy 0.1.7.7 source package in Ubuntu

Changelog

debputy (0.1.7.7) unstable; urgency=medium

  * debputy: Mention `yamllint` in YAML-level parse errors
  * debputy: Avoid crashing on usr/share/doc/foo symlinks for non-native
    packages. Thanks to Paul Gevers <email address hidden> (Closes: debputy#49)
  * debputy: Fix crash on octal mode being specified as an int.
    Thanks to Paul Gevers <email address hidden> (Closes: debputy#54)
  * debputy: Ensure dh-integration based scratch (temp) dir is used when called
    from dh_debputy. This ensures that `dh_clean` will always clean up after
    `debputy` when `debputy` is used with `debhelper`.
  * debputy: Resolve variables when processing `as` in `install` rules.
    Thanks to Paul Gevers <email address hidden>.  It resolves debputy#57, but a
    regression test has not been added yet.
  * debputy: Provide contextual error message when using `{{PACKAGE}}` variable
    when it is not available
  * debputy: Fix multiple bugs related to installing upstream changelogs
  * debputy: Unlink empty `conffiles` in the control.tar
  * d/control: Version the Provides for `dh-sequence-*`
    Thanks to Paul Gevers <email address hidden> for the suggestion.
  * packaging: Add initial autopkgtests

 -- Niels Thykier <email address hidden>  Fri, 27 Oct 2023 16:19:48 +0200

Upload details

Uploaded by:
Debhelper Maintainers
Uploaded to:
Sid
Original maintainer:
Debhelper Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debputy_0.1.7.7.dsc 1.5 KiB 76569cb487b3df802a99b4deaffb102b9cbd9eec7444c27db8d9d12058405e39
debputy_0.1.7.7.tar.xz 281.7 KiB 0d849b1fc58b54056a7f6798ea16cd23f6678c84947f870964dccf1e2ed60107

Available diffs

No changes file available.

Binary packages built by this source

dh-debputy: Manifest style Debian-based package builder (debhelper integration)

 Package builder that provides a declarative manifest for building Debian-based
 packages.
 .
 This version integrates with the debhelper sequencer dh and will replace
 several of debhelper's tools that are covered by debputy.
 .
 The debputy package builder aims to reduce cognitive load for the packager
 and provide better introspection to packagers, linters and the Debian
 janitor.