Comment 3 for bug 1737984

Revision history for this message
Nish Aravamudan (nacc) wrote :

I just did the following:

nacc@pitfall:/tmp/foo$ pull-lp-source -d slof
pull-lp-source: Downloading slof version 20170724+dfsg-1ubuntu1
pull-lp-source: Downloading slof_20170724+dfsg.orig.tar.xz from archive.ubuntu.com (0.384 MiB)
pull-lp-source: Downloading slof_20170724+dfsg-1ubuntu1.debian.tar.xz from archive.ubuntu.com (0.005 MiB)
nacc@pitfall:/tmp/foo$ md5sum slof_20170724+dfsg.orig.tar.xz
d046f06beac8c9ecb312728a3ee482f0 slof_20170724+dfsg.orig.tar.xz

nacc@pitfall:/tmp$ git ubuntu clone slof
nacc@pitfall:/tmp$ cd slof/
nacc@pitfall:/tmp/slof (ubuntu/devel)$ git ubuntu export-orig
01/08/2018 11:18:38 - WARNING:pristine-tar data found for both debian and ubuntu, using ubuntu
01/08/2018 11:18:40 - INFO:Successfully fetched:
../slof_20170724+dfsg.orig.tar.xz
using fetch_orig_from_pristine_tar(source=ubuntu)
nacc@pitfall:/tmp/slof (ubuntu/devel)$ md5sum ../slof_20170724+dfsg.orig.tar.xz d046f06beac8c9ecb312728a3ee482f0 ../slof_20170724+dfsg.orig.tar.xz

So I'm unable to reproduce with the first example that refers to the same tarball.

Can you let me know what branch you were on when you did your build?