linux_make install succeeded!
and i'm back to this:
fakeroot dpkg-deb --build
/home/muranyia/Download/pure-data/packages/linux_make/build/ /home/muranyia/Download/pure-data/packages/linux_make/Pd-0.42.5-extended.deb dpkg-deb - error: Debian revision (`extended') doesn't contain any digits dpkg-deb: 1 errors in control file
Andras
Ok, I think I got it. Either:
cd packages make set_version cd linux_make make install && make package
Or:
cd packages svn up Makefile cd linux_make make install && make package
.hc
...and i got my package successfully built on Hardy 8.04 amd64. Thanks Hans! It starts up and seems to run smoothly - there's just some font weirdness.
I imagined that upon this, pd-gui-rewite would happily load the libraries but it's not the situation. Do you how i might help it?
Andras