File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ package-notes (0.8) unstable; urgency=medium
2+
3+ * use LONG instead of BYTEs for binary fields
4+
5+ -- Luca Boccassi <bluca@debian.org> Mon, 04 Apr 2022 19:52:18 +0100
6+
17package-notes (0.7) unstable; urgency=medium
28
39 * dh: derive distro name at build time
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use warnings;
1212use Debian::Debhelper::Dh_Lib
1313 qw( %dh doit hostarch init isnative sourcepackage) ;
1414use Dpkg::Vendor qw( get_current_vendor) ;
15- our $VERSION = ' 0.7 ' ;
15+ our $VERSION = ' 0.8 ' ;
1616
1717=head1 SYNOPSIS
1818
Original file line number Diff line number Diff line change 5353See https://systemd.io/COREDUMP_PACKAGE_METADATA/ for details.
5454"""
5555
56- __version__ = '0.7 '
56+ __version__ = '0.8 '
5757
5858import argparse
5959import itertools
You can’t perform that action at this time.
0 commit comments