diff -u inn-1.7.2q/debian/changelog inn-1.7.2q/debian/changelog --- inn-1.7.2q/debian/changelog +++ inn-1.7.2q/debian/changelog @@ -1,3 +1,10 @@ +inn (1:1.7.2q-44+rpi1) stretch-staging; urgency=medium + + * Change pod2man invocation to fix FTBFS as suggested by Gregor Hermann + (Closes: 787450) + + -- Peter Michael Green Fri, 26 Jun 2015 19:43:53 +0000 + inn (1:1.7.2q-44) unstable; urgency=medium * inn.service: remove NoNewPrivileges=yes because it prevents innd diff -u inn-1.7.2q/debian/rules inn-1.7.2q/debian/rules --- inn-1.7.2q/debian/rules +++ inn-1.7.2q/debian/rules @@ -65,7 +65,7 @@ cp extra/innreport_inn.pm $D/usr/lib/news/ install -m 755 extra/send-uucp.pl extra/innreport $D/usr/lib/news/bin/ - pod2man --section=8 < extra/send-uucp.pl \ + pod2man --section=8 extra/send-uucp.pl \ > $D/usr/share/man/man8/send-uucp.8 # these scripts contain an unfixable bashism