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
Hello, I can't build the debian package on Debian testing (Stretch) because the git-buildpackage command fails (git-buildpackage binary not found). Your build script seems to require git-buildpackage 0.6.22 from stable
Hi.
Thanks for raising this issue. As you have noticed, the Debian package support is unmaintained. I will have a look and either fix or remove.
Cheers
Hello, I can't build the debian package on Debian testing (Stretch) because the
git-buildpackage
command fails (git-buildpackage binary not found). Your build script seems to require git-buildpackage 0.6.22 from stableI have fixed this by replacing
git-buildpackage
withgbp buildpackage
line 8I had to install the following build dependencies
git-buildpackage dh-autoreconf cowbuilder libtool libgtk2.0-dev libsndfile1-dev libresample1-dev libavcodec-dev libavformat-dev libavutil-dev libfftw3-dev libsqlite3-dev libmysqlclient-dev libgsf-gnome-1-dev libdbus-glib-1-dev libsamplerate0-dev libtracker-control-1.0-dev libgsf-1-dev libgtkglext1-dev
The text was updated successfully, but these errors were encountered: