mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
pull-debian-debdiff: Don't unpack the older source package, it will often use the same directory as the newer one, and break.
This commit is contained in:
parent
366ff25690
commit
2138919700
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <stefanor@debian.org> Wed, 04 Sep 2019 16:31:28 -0300
|
||||
|
||||
ubuntu-dev-tools (0.172) unstable; urgency=medium
|
||||
|
||||
[ Mattia Rizzolo ]
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user