diff --git a/debian/changelog b/debian/changelog index 450dd63..28727ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +package-notes (0.7) unstable; urgency=medium + + * dh: derive distro name at build time + * dh: pick debuginfod from DEBUGINFOD_URLS env var if available + * dh: install makefile include to automatically set LDFLAGS + + -- Luca Boccassi Mon, 07 Mar 2022 11:40:22 +0000 + package-notes (0.6) unstable; urgency=medium * Mark package as Multi-Arch: foreign diff --git a/dh/dh_package_notes b/dh/dh_package_notes index 505268d..84719aa 100755 --- a/dh/dh_package_notes +++ b/dh/dh_package_notes @@ -12,7 +12,7 @@ use warnings; use Debian::Debhelper::Dh_Lib qw(%dh doit hostarch init isnative sourcepackage); use Dpkg::Vendor qw(get_current_vendor); -our $VERSION = '0.6'; +our $VERSION = '0.7'; =head1 SYNOPSIS diff --git a/generate-package-notes.py b/generate-package-notes.py index 9237475..48e2a34 100755 --- a/generate-package-notes.py +++ b/generate-package-notes.py @@ -53,7 +53,7 @@ See https://systemd.io/COREDUMP_PACKAGE_METADATA/ for details. """ -__version__ = '0.6' +__version__ = '0.7' import argparse import itertools