Open
Description
Is there a way I can have a package release number being used by jdeb?
I'd like to be able to version my Debian packages with a scheme such as:
- 1.5.1**-1**~20150701123456
- 1.5.1**-1**
- 1.5.1**-2**
- 1.5.2**-1**
The number after the - is this release number, it would only change when there is a change in the Debian package but nothing has changed in the source code or any configuration files. This is a regular practice in the Debian packaging world.
I can use a property in my pom.xml file to track this release number, but how can I use in the package version generated? I've looked at the documentation but couldn't find any way to make such a versionning pattern.
Does that exists in some way? If not, consider this a feature request. :-)
Thanks.