debhelper 13.11.9ubuntu1 source package in Ubuntu

Changelog

debhelper (13.11.9ubuntu1) noble; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Generate ddebs from debhelper instead of pkg-create-dbgsym:
      + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
    - dh_installchangelogs: Do not install upstream changelog in compat level
      7 and higher to avoid pointlessly bloating installed packages.
    - dh_strip: Strip LTO sections unless --keep-lto is given.
    - dh_strip: For a static archive, test if any .text sections are non-
      empty. Warn on empty archives.
    - objcopy/strip changed in 2.36.1, not keeping file attributes of the
      original file. Work around that in dh_strip to write to a temporary file
      and cat'ing this to the original file to keep the original attributes.
    - Imply '<!noudeb>' profile if not set on package type udeb.
    - dh_strip: Set a unique build-id before stripping files.
    - Allow dh_strip to be larger for the tests
    - Add awk dependency implied by empty .text section check
    - Fix restart behaviour of packages marked either
      + no-stop-on-upgrade or --no-restart-after-upgrade

debhelper (13.11.9) unstable; urgency=medium

  * Team upload.

  [ Chris Hofstaedtler ]
  * dh_installudev: install into /usr (Closes: #1058791)

  [ Helmut Grohne ]
  * dh_movetousr: also update links from canonical into aliased
    (Closes: #1056590) Thanks to Colin Watson for proposing and discussing.
    Thanks to Emilio Pozuelo Monfort for reviewing the change.
  * buildsystems: add qmake6 variant of the qmake buildsystem (Closes: #1057359)

 -- Gianfranco Costamagna <email address hidden>  Wed, 20 Dec 2023 13:04:09 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debhelper_13.11.9ubuntu1.tar.xz 578.6 KiB 26de83cc47a7d69761cbd4b37ac97f1acab225186007df992e13e29fa9905e9e
debhelper_13.11.9ubuntu1.dsc 1.8 KiB 5c9768be73fb116249e25abc8de13d7bb73e2624062ac8aab1f1f14b9c9f8f45

Available diffs

View changes file

Binary packages built by this source

debhelper: helper programs for debian/rules

 A collection of programs that can be used in a debian/rules file to
 automate common tasks related to building Debian packages. Programs
 are included to install various files into your package, compress
 files, fix file permissions, integrate your package with the Debian
 menu system, debconf, doc-base, etc. Most Debian packages use debhelper
 as part of their build process.

libdebhelper-perl: debhelper perl modules

 A collection of programs that can be used in a debian/rules file to
 automate common tasks related to building Debian packages.
 .
 This package provides the perl modules used by the scripts in debhelper.