Change logs for elfutils source package in Hirsute

  • elfutils (0.183-8) experimental; urgency=medium
    
      * libdebuginfod1: Relax dependency on libdebuginfod-common. Closes: #986375.
      * libdebuginfod-common: Update package description. Closes: #987036.
      * Always install the shell snippets into /etc/profile.d/.
    
     -- Matthias Klose <email address hidden>  Sat, 17 Apr 2021 09:58:41 +0200
  • elfutils (0.183-7) experimental; urgency=medium
    
      [ Sergio Durigan Junior ]
      * d/rules: Populate binary-indep with proper build instructions.
      * d/control: Remove ${shlibs:Depends} from libdebuginfod-common.
    
      [ Matthias Klose ]
      * d/rules: Move dh_install to the install target.
      * d/rules: Add -a/-i options to the dh_ commands.
    
     -- Matthias Klose <email address hidden>  Thu, 15 Apr 2021 17:49:43 +0200
  • elfutils (0.183-6) experimental; urgency=medium
    
      * d/libdebuginfod-common.install: Remove file.
      * d/rules:
        Implement logic to decide whether to install the debuginfod shell
        snippets under /etc/profile.d/ based on the existence of a debuginfod
        service available for the current distribution.  This is needed mostly
        for Ubuntu and other derivatives which don't have debuginfod services
        available yet.
    
     -- Sergio Durigan Junior <email address hidden>  Fri, 26 Mar 2021 01:14:28 -0400
  • elfutils (0.183-5) experimental; urgency=medium
    
      * d/libdebuginfod-common.install:
        Install the debuginfod profile.d snippets under
        /usr/share/libdebuginfod-common/ instead of directly under
        /etc/profile.d/.
      * d/libdebuginfod-common.config:
        Check for the "debuginfod.sh" snippet under
        /usr/share/libdebuginfod-common/.
      * d/libdebuginfod-common.postinst:
        Perform modifications in the debuginfod shell snippets that now live
        under /usr/share/libdebuginfod-common/, before moving them (using ucf)
        to /etc/profile.d/. (Closes: #985044)
      * d/libdebuginfod-common.postrm:
        New postrm file which takes care of purging the debuginfod shell
        snippets under /etc/profile.d/.
      * d/control: Make libdebuginfod-common depend on ucf.
    
     -- Sergio Durigan Junior <email address hidden>  Fri, 19 Mar 2021 15:58:25 -0400
  • elfutils (0.183-4) experimental; urgency=medium
    
      * Apply KFreeBSD patches (Christoph Berg), not forwarded.
      * Fix build on the Hurd.
    
    elfutils (0.183-2) unstable; urgency=medium
    
      * d/control:
        - B-D on lsb-release.
        - B-D on po-debconf.
        - Create new libdebuginfod-common package.
        - Add myself to Uploaders.
      * d/rules:
        - Use https://debuginfod.debian.net as our default service.
          Also, revamp the code responsible for determining libdebuginfod
          configuration flags.
        - Invoke dh_installdebconf.
      * d/libdebuginfod-common.templates: Create a debconf template.
        Also, create d/po/POTFILES.in and d/po/templates.pot.
        This template is for the question of whether the user accepts GDB or
        another debuginfo consumer program to connect to Debian's debuginfod
        server.
      * d/libdebuginfod-common.config: Ask if the user accepts to use Debian's
        debuginfod.
      * d/libdebuginfod-common.postinst: Act upon the user's answer to the
        debconf question.
        If the user has accepted to use Debian's debuginfod, then the script
        confirms the value of the DEBUGINFOD_URLS environment variable present
        in the shell excerpts under /etc/profile.d.  Otherwise, the script
        will set the variable to an empty value, disabling the remote
        connection to the debuginfod server. (Closes: #983434)
      * d/libdebuginfod-common.install: Install the profile.d snippets.
    
     -- Matthias Klose <email address hidden>  Tue, 09 Mar 2021 20:10:42 +0100
  • elfutils (0.183-1) unstable; urgency=medium
    
      * New upstream release. Changes compared to the snapshot:
        - backends/ppc_initreg.c: include <asm/ptrace.h>.
        - NEWS and version, and copyright updates.
    
     -- Matthias Klose <email address hidden>  Mon, 08 Feb 2021 09:56:24 +0100
  • elfutils (0.182+20210205-1) unstable; urgency=high
    
      * Snapshot, taken three days before the 0.183 release. Create a source
        tarball using make dist.
      * Make the build reproducible (Helmut Grohne). Closes: #981835, #981924.
    
     -- Matthias Klose <email address hidden>  Fri, 05 Feb 2021 19:07:32 +0100
  • elfutils (0.182+20210203-1.1) unstable; urgency=medium
    
      * Non-maintainer upload. Acked by Matthias Klose.
      * Make the build reproducible. (Closes: #981835)
    
     -- Helmut Grohne <email address hidden>  Thu, 04 Feb 2021 17:01:33 +0100
  • elfutils (0.182+20210203-1) unstable; urgency=medium
    
      * Snapshot, taken five days before hte 0.183 release.
      * Update libdebuginfod1 symbols file.
    
     -- Matthias Klose <email address hidden>  Wed, 03 Feb 2021 14:59:12 +0100
  • elfutils (0.182-3) unstable; urgency=medium
    
      * Build with -flto-partition=none when building with -flto.
      * Stop building with -fpermissive.
      * tests/dwfl-proc-attach.c: Remove old glibc hack.
    
     -- Matthias Klose <email address hidden>  Wed, 06 Jan 2021 14:05:13 +0100
  • elfutils (0.182-2) unstable; urgency=medium
    
      * Fix FTCBFS: perform bootstrap build with dummy libdebuginfod and without
        debuginfod (Helmut Grohne). Closes: #973981.
      * Fix build profile pkg.elfutils.nodebuginfod. Closes: #976875.
      * Don't use MAKEFLAGS in the packaging. Closes: #965955.
      * Fix unwinding support for 32bit S390, taken from the trunk.
        Thanks to Andreas Krebbel and Frank Heimes. LP: #1908756.
      * Call dh_dwz.
      * Bump standards version.
    
     -- Matthias Klose <email address hidden>  Thu, 31 Dec 2020 12:52:31 +0100
  • elfutils (0.182-1) unstable; urgency=medium
    
      * New upstream release.
      * Fix typo in debian/copyright. Closes: #914414.
      * Add pkg.elfutils.nodebuginfod build profile (Helmut Grohne).
        Closes: #966705.
    
     -- Matthias Klose <email address hidden>  Sat, 07 Nov 2020 10:22:37 +0100
  • elfutils (0.181-1) unstable; urgency=medium
    
      * New upstream release.
    
     -- Matthias Klose <email address hidden>  Tue, 15 Sep 2020 22:31:59 +0200