X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=2354cc248c9ad0214265512d49789dc7453070d6;hb=a2f84200a3642c51afc3fad750ea264ac120bcd1;hp=be2d169a32721ec8cd1257818ab03e386f18b620;hpb=01862fe8836ddda5a652180653abdaffa143f0c2;p=debian%2Fgzip diff --git a/debian/rules b/debian/rules index be2d169..2354cc2 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,7 @@ configure-stamp: reconf-stamp mkdir -p builddir cd builddir && env \ $(foreach i,CC CFLAGS CPPFLAGS LDFLAGS,$(call shellexport,$i)) \ - ../configure ${CONFIGURE_ARGS} + CONFIG_SHELL=/bin/sh ../configure ${CONFIGURE_ARGS} :>$@ configure-indep: configure-indep-stamp @@ -156,6 +156,7 @@ binary-arch: build-stamp ln -s gunzip.1.gz debian/gzip/usr/share/man/man1/uncompress.1.gz ln -s zgrep.1.gz debian/gzip/usr/share/man/man1/zegrep.1.gz ln -s zgrep.1.gz debian/gzip/usr/share/man/man1/zfgrep.1.gz + rm -f ${_topdir}/debian/gzip/usr/share/info/dir.gz dh_fixperms -s dh_makeshlibs -s dh_installdeb -s