diff -urNad lpe.orig/lpe-1.2.7/debian/rules lpe/lpe-1.2.7/debian/rules --- lpe.orig/lpe-1.2.7/debian/rules 2015-02-12 02:53:51.891103929 +0000 +++ lpe/lpe-1.2.7/debian/rules 2015-02-12 02:55:49.251308432 +0000 @@ -73,8 +73,8 @@ strip --remove-section=.comment --remove-section=.note $(find-binaries) endif # compress stuff - find ${PKGDIR}/usr/share/man/ -type f | xargs gzip -9f - gzip -9f ${PKGDIR}/usr/share/doc/${PACKAGE}/changelog \ + find ${PKGDIR}/usr/share/man/ -type f | xargs gzip -9nf + gzip -9nf ${PKGDIR}/usr/share/doc/${PACKAGE}/changelog \ ${PKGDIR}/usr/share/doc/${PACKAGE}/changelog.Debian \ ${PKGDIR}/usr/share/doc/${PACKAGE}/BUGS \ ${PKGDIR}/usr/share/doc/${PACKAGE}/CUSTOMIZE \