Package: since / 1.1-6

Metadata

Package Version Patches format
since 1.1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hurd path max.patch | (download)

since.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix for ftbfs on gnu/hurd due to limits.h not defining path_max
 Patch based on patch for http://bugs.debian.org/257087 by Jari Aalto.
optimize makefile.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 properly pass dpkg-buildflags variables
 * Don't overwrite already set variables
 * Pass additional variables (CPPFLAGS, LDFLAGS)
 Fixes lintian warnings hardening-no-{relro,fortify-functions}
dev_t.patch | (download)

since.c | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 fix malfunctioning on mips, mipsel and hurd-i386
 The st_dev member of the structure stat, defined in
 /usr/include/*-linux-gnu/bits/stat.h, is expected to be of type
 dev_t. But for mips/mipsel ABIO32 it is defined as 'unsigned long
 int' and for GNU/Hurd it's 'unsigned long long int'.
fix spelling errors.patch | (download)

since.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spelling errors
 Reported by Lintian.