Control: tags 916148 + patch Control: tags 916148 + pending Dear maintainer,
I've prepared an NMU for lpr (versioned as 1:2008.05.17.3) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru lpr-2008.05.17.2/debian/changelog lpr-2008.05.17.3/debian/changelog --- lpr-2008.05.17.2/debian/changelog 2016-09-25 16:08:29.000000000 +0300 +++ lpr-2008.05.17.3/debian/changelog 2019-01-11 22:06:54.000000000 +0200 @@ -1,3 +1,12 @@ +lpr (1:2008.05.17.3) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with glibc 2.28. (Closes: #916148) + * Sugggest ghostscript instead of gs. (Closes: #601355) + * Build with -g to get non-empty -dbgsym. + + -- Adrian Bunk <b...@debian.org> Fri, 11 Jan 2019 22:06:54 +0200 + lpr (1:2008.05.17.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru lpr-2008.05.17.2/debian/control lpr-2008.05.17.3/debian/control --- lpr-2008.05.17.2/debian/control 2016-09-25 16:08:29.000000000 +0300 +++ lpr-2008.05.17.3/debian/control 2019-01-11 22:06:54.000000000 +0200 @@ -10,7 +10,7 @@ Package: lpr Architecture: any Depends: ${shlibs:Depends}, netbase -Suggests: magicfilter | apsfilter, gs +Suggests: magicfilter | apsfilter, ghostscript Conflicts: suidmanager (<< 0.50) Replaces: logcheck-database Description: BSD lpr/lpd line printer spooling system diff -Nru lpr-2008.05.17.2/debian/rules lpr-2008.05.17.3/debian/rules --- lpr-2008.05.17.2/debian/rules 2016-09-25 16:08:29.000000000 +0300 +++ lpr-2008.05.17.3/debian/rules 2019-01-11 22:06:54.000000000 +0200 @@ -5,8 +5,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -CFLAGS = -Wall -O2 -D_GNU_SOURCE -D__KAME__ -I../common_source -CPPFLAGS = -Wall -O2 -D_GNU_SOURCE -D__KAME__ -I../common_source +CFLAGS = -Wall -g -O2 -D_GNU_SOURCE -D__KAME__ -I../common_source +CPPFLAGS = -Wall -g -O2 -D_GNU_SOURCE -D__KAME__ -I../common_source # -D_BSD_SOURCE build: build-stamp diff -Nru lpr-2008.05.17.2/lpr/lpr.c lpr-2008.05.17.3/lpr/lpr.c --- lpr-2008.05.17.2/lpr/lpr.c 2008-05-18 01:47:19.000000000 +0300 +++ lpr-2008.05.17.3/lpr/lpr.c 2019-01-11 20:58:27.000000000 +0200 @@ -60,6 +60,7 @@ #include <sys/param.h> #include <sys/stat.h> #include <sys/file.h> +#include <sys/sysmacros.h> #include <dirent.h> #include <errno.h>