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