You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when calling dpkg-buildpackage -us -uc -b, it fails with
...
Successfully built ad-tools
sed: can't read debian/mypackage/opt/venvs/mypackage/bin/rst2xetex.py: No such file or directory
Traceback (most recent call last):
File "/usr/bin/dh_virtualenv", line 111, in <module>
sys.exit(main() or 0)
File "/usr/bin/dh_virtualenv", line 103, in main
deploy.fix_shebangs()
File "/usr/lib/python3/dist-packages/dh_virtualenv/deployment.py", line 234, in fix_shebangs
subprocess.check_call(['sed', '-i', regex, f])
File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
Hi,
when calling
dpkg-buildpackage -us -uc -b
, it fails withhere's the content of my rules
and control
Environment:
Ubuntu 20.04
Debian dpkg-buildpackage version 1.19.7.
dh_virtualenv 1.2.2
The text was updated successfully, but these errors were encountered: