Alexandre MARIE a écrit:
I am trying to fix lmfit-py and python-fabio packages as the first
can't be built with python 3.8 and the second can't make it through
autopkgtest.
As I am not importing a new version but fixing one, I don't have the
orig.tar or debian.tar file and the error:
dpkg-source: error: missing orig.tar or debian.tar file in v2.0 source
package
occurs when I run the dgit sbuild line.
Try dget rather than dgit
dget
http://deb.debian.org/debian/pool/main/p/python-fabio/python-fabio_0.9.0+dfsg-2.dsc
(the url is in the .dsc link on the tracker page
https://tracker.debian.org/pkg/python-fabio)
Other options:
- apt-get source python-fabio
- pull manually from the orig.tar link on the source package page,
https://packages.debian.org/source/sid/python-fabio
- `gbp export-orig --pristine-tar` from the git repo (if the repo is
set up for that)
Drew