Package: jackeq / 0.5.9-2

Metadata

Package Version Patches format
jackeq 0.5.9-2 3.0 (quilt)

Patch series

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

src/Makefile.am | 3 1 + 2 - 0 !
src/Makefile.in | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 4 deletions(-)

 ftbfs with binutils-gold.
 Add -ldl to prevent FTBFS with the new version of the linker.
02 l10n.patch | (download)

configure | 2 1 + 1 - 0 !
po/de.po | 127 127 + 0 - 0 !
po/it.po | 124 124 + 0 - 0 !
3 files changed, 252 insertions(+), 1 deletion(-)

 add german translation.
Bug-Debian: http://bugs.debian.org/583923
03 pathmax.patch | (download)

src/main.c | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 avoid unconditionalized use of path_max to fix build failure
 on hurd architecture.
 The variable conffile is declared but not used.