I have been trying to change the version number of kurento custom module, I was successful to change the version of the jar
snapshot but not of the .deb
file which is generated.
Can anyone point out how to change the version number of the output .deb
file
Any help is appreciated.
You just need to add a new entry con debian/changelog the version on that entry will be the version of the package.
To make easier the creation of the entry you can use the command dch
:
dch -i
This will open an editor with some of the field already completed. Just complete the missing ones with the correct information.