Package: lprng / 3.8.B-2

Metadata

Package Version Patches format
lprng 3.8.B-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
lpd_conf_manwarnings | (download)

man/lpd.conf.n | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 minor lpd.conf manpage fixes to stop man complaining
portable_maxpathlen | (download)

src/include/portable.h | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 define maxpathlen for hurd-i386
 lprng currently FTBFS on hurd-i386, because MAXPATHLEN is not defined
 for GNU/Hurd. POSIX says it is optional when there is no hard limit.
 The inlined patch below defines that value to 4096 for GNU. Since lprng
 does not seen to be the Debian default, cups is, this small patch can
 be used to make lprng available until all cups tests are OK for Hurd.
string_literals | (download)

src/common/checkpc.c | 6 3 + 3 - 0 !
src/common/sendjob.c | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

---