Hmm, strange, try adding a number to the packages/linux_make/debian/control file, it could look something like this:

Version: 0.42.5~cvs1-1                                                                    

.hc

It's already there...

Andras


Note that i have packages/linux_make/build/debian (lower case)

Andras
<control>

packages/linux_make/build/debian is the template, the other is the actual file used. So it needs to be the actual file:

/home/muranyia/Download/pure-data/packages/linux_make/build//DEBIAN/control


Sorry, I'm terrible!
So the actual file shows:
Version: 0.42.5-extended
 
Shall I change it to Version: 0.42.5~cvs1-1 ?

Andras
<control>

Yes?  You don't need to ask, just try it!

.hc

Well, actually, build/DEBIAN/control is created when it's too late to change anything in it. Make package doesn't allow me to resume after error (no surprise), vut before make package there is no build directory.

Andras