Why does quickly package --extras fail (where quickly package doesn't)?
Posted
by
Pablo
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Pablo
Published on 2012-07-08T08:08:19Z
Indexed on
2012/07/08
9:22 UTC
Read the original article
Hit count: 325
When I attempt to use quickly package --verbose --extras on my application I get these errors at the end:
sed -i "s|__soundboard_data_directory__ =.*|__soundboard_data_directory__ = '/opt/extras.ubuntu.com/soundboard/share/soundboard/'|" debian/soundboard/opt/extras.ubuntu.com/soundboard/soundboard*/soundboardconfig.py
sed: can't read debian/soundboard/opt/extras.ubuntu.com/soundboard/soundboard*/soundboardconfig.py: No such file or directory
make[1]: *** [override_dh_install] Error 2
make[1]: Leaving directory `/home/pablo/soundboard'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
I haven't a clue what is wrong here. When I run package --extras on a clean template it runs fine. soundboardconfig.py is an unmodified appnameconfig.py the template makes. I'm not sure if my full source code is needed for this or not, but can be provided.
EDIT: Forgot to mention quickly package creates a working package, only --extras fails.
© Ask Ubuntu or respective owner