Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Debian packaging #15

Open
nodiscc opened this issue Feb 28, 2016 · 2 comments
Open

fix Debian packaging #15

nodiscc opened this issue Feb 28, 2016 · 2 comments

Comments

@nodiscc
Copy link

nodiscc commented Feb 28, 2016

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

$ dpkg -L git-buildpackage | grep /bin/
/usr/bin/git-pbuilder
/usr/bin/gbp

$ apt-cache policy git-buildpackage
git-buildpackage:
  Installed: 0.7.2
  Candidate: 0.7.2
  Version table:
 *** 0.7.2 500
        500 http://ftp.fr.debian.org/debian stretch/main amd64 Packages
        500 http://ftp.fr.debian.org/debian stretch/main i386 Packages
        200 http://ftp.fr.debian.org/debian unstable/main amd64 Packages
        200 http://ftp.fr.debian.org/debian unstable/main i386 Packages
        100 /var/lib/dpkg/status

I have fixed this by replacing git-buildpackage with gbp buildpackage line 8

I 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

@nodiscc nodiscc changed the title [build] can't build deb package (git-buildpackage: not found) [build] can't build deb package Feb 28, 2016
@nodiscc nodiscc changed the title [build] can't build deb package [build] git-buildpackage has changed path on debian Testing Feb 28, 2016
@ayyi
Copy link
Owner

ayyi commented Feb 28, 2016

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

@nodiscc
Copy link
Author

nodiscc commented Feb 28, 2016

I have filed a Request For Packaging at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772599. I'll keep trying to fix the Debian packaging for samplecat, any help is welcome

@nodiscc nodiscc changed the title [build] git-buildpackage has changed path on debian Testing fix Debian packaging Mar 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants