Package: libeatmydata / 130-2

Metadata

Package Version Patches format
libeatmydata 130-2 3.0 (quilt)

Patch series

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

Makefile.am | 2 1 + 1 - 0 !
configure.ac | 27 27 + 0 - 0 !
2 files changed, 28 insertions(+), 1 deletion(-)

 change the soversion, to revert an useless/wrong/unintentional
 bump made by upstream in https://bazaar.launchpad.net/~stewart/libeatmydata/main/revision/86
 Also bumping the revision, due to the code change.
tests.patch | (download)

test_run.sh | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 avoid failing tests when strace is absent. instead, just skip the
 entire test suite.
 Note: this is probably not the best way to handle this case. Maybe a check
 in debian/rules would be better...
drop debian stuff.patch | (download)

Makefile.am | 8 0 + 8 - 0 !
1 file changed, 8 deletions(-)

 this is causing a failure because makefile is looking for debian/compat, that we don't have anymore.
 Just drop it all, for clearity.
 Upstream has its own (outdated) debian packaging in the repo, so it's not nice to forward this as it is.