tcurdt / jdeb

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.
https://github.com/tcurdt/jdeb
Apache License 2.0
505 stars 293 forks source link

Issue in Date field #713

Closed yobslob closed 2 months ago

yobslob commented 2 months ago

The .changes files are not progressive because the ChangesFileBuilder is not using the outputTimestamp argument to change the Date field. Therefore, each .changes file can vary depending on when it is created, leading to inconsistencies and a lack of version control. Hope it helps.

tcurdt commented 2 months ago

duplicate of https://github.com/tcurdt/jdeb/issues/712