|
From: diqidoq | M. <di...@ma...> - 2017-04-10 20:29:56
|
Compiling from source works only with symlinks for raptor.h (issue #342
my last comment) and building deb package fails because of
me@hydrogen/linux: sudo fakeroot dpkg-buildpackage
dpkg-buildpackage: info: source package hydrogen
dpkg-buildpackage: info: source version 1.0.0-alpha
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Alessandro Cominu
<co...@us...>
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build linux
debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
find . -name '*.py[co]' | xargs rm -f
# Add here commands to clean up after the build process.
rm -rf ../builddebian;
dh_clean: Compatibility levels before 5 are no longer supported
(level 4 requested)
debian/rules:49: recipe for target 'clean' failed
make: *** [clean] Error 25
dpkg-buildpackage: error: debian/rules clean gave error exit status 2
https://github.com/hydrogen-music/hydrogen/issues/493
|