Package: freeipmi / 1.6.13-2~bpo12+1

Metadata

Package Version Patches format
freeipmi 1.6.13-2~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Honour SOURCE_DATE_EPOCH.patch | (download)

configure.ac | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 honour source_date_epoch in manpages

Replace man pages dates with the timestamp from the latest
debian/changelog entry using the variable SOURCE_DATE_EPOCH to make the
package build reproducibly.

upstream/Remove duplicate inb outb declaration check.patch | (download)

ChangeLog | 5 5 + 0 - 0 !
configure.ac | 4 0 + 4 - 0 !
libfreeipmi/driver/ipmi-kcs-driver.c | 2 1 + 1 - 0 !
3 files changed, 6 insertions(+), 5 deletions(-)

 configure.ac: remove duplicate inb/outb declaration check.  could
 lead to broken builds on non-x86 systems.