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

.changes file is not reproducible #712

Open ebourg opened 2 months ago

ebourg commented 2 months ago

ChangesFileBuilder doesn't use the outputTimestamp parameter to set the value of the Date field. This makes the .changes files not reproducible.

norrisjeremy commented 1 week ago

Hi @tcurdt,

Please see #748 for my proposed fix for this.

Thanks, Jeremy

tcurdt commented 1 week ago

Seems like @norrisjeremy is on fire :) Thanks!

Since this is your issue, can you review it @ebourg ?

tcurdt commented 2 days ago

I don't want to miss out on the momentum, @ebourg. On the first glance this looks OK to me. Any objections to merge it as is from your part?