From 213891970038a52e0996079afa4d514e242ff198 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Wed, 4 Sep 2019 15:48:51 -0300 Subject: [PATCH] pull-debian-debdiff: Don't unpack the older source package, it will often use the same directory as the newer one, and break. --- debian/changelog | 7 +++++++ pull-debian-debdiff | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 57b028d..ea9fb27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ubuntu-dev-tools (0.173) UNRELEASED; urgency=medium + + * pull-debian-debdiff: Don't unpack the older source package, it will often + use the same directory as the newer one, and break. + + -- Stefano Rivera Wed, 04 Sep 2019 16:31:28 -0300 + ubuntu-dev-tools (0.172) unstable; urgency=medium [ Mattia Rizzolo ] diff --git a/pull-debian-debdiff b/pull-debian-debdiff index dd8549f..3858dd5 100755 --- a/pull-debian-debdiff +++ b/pull-debian-debdiff @@ -104,7 +104,6 @@ def main(): except DownloadError, e: Logger.error('Failed to download: %s', str(e)) sys.exit(1) - oldpkg.unpack() print 'file://' + oldpkg.debdiff(newpkg, diffstat=True)