Package: dpkg Version: 1.19.4 Followup-For: Bug #921031 User: [email protected] Usertags: origin-ubuntu disco ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * scripts/Dpkg/Source/Package.pm: use Dpkg::Source:Format (closes: #921031) Simple enough patch, this seems to resolve the dgit autopkgtest regressions for us. ... Adam -- System Information: Debian Release: buster/sid APT prefers disco APT policy: (500, 'disco') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-13-lowlatency (SMP w/4 CPU cores; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru dpkg-1.19.4ubuntu2/debian/control dpkg-1.19.4ubuntu3/debian/control --- dpkg-1.19.4ubuntu2/debian/control 2019-02-18 07:21:59.000000000 -0700 +++ dpkg-1.19.4ubuntu3/debian/control 2019-02-19 07:37:22.000000000 -0700 @@ -1,8 +1,7 @@ Source: dpkg Section: admin Priority: required -Maintainer: Ubuntu Developers <[email protected]> -XSBC-Original-Maintainer: Dpkg Developers <[email protected]> +Maintainer: Dpkg Developers <[email protected]> Uploaders: Guillem Jover <[email protected]> Origin: debian Bugs: debbugs://bugs.debian.org diff -Nru dpkg-1.19.4ubuntu2/scripts/Dpkg/Source/Package.pm dpkg-1.19.4ubuntu3/scripts/Dpkg/Source/Package.pm --- dpkg-1.19.4ubuntu2/scripts/Dpkg/Source/Package.pm 2019-01-23 05:04:28.000000000 -0700 +++ dpkg-1.19.4ubuntu3/scripts/Dpkg/Source/Package.pm 2019-02-19 07:37:16.000000000 -0700 @@ -56,6 +56,7 @@ use Dpkg::Path qw(check_files_are_the_same find_command); use Dpkg::IPC; use Dpkg::Vendor qw(run_vendor_hook); +use Dpkg::Source::Format; my $diff_ignore_default_regex = ' # Ignore general backup files

