From 6dc06d9d5547e15bad92107516e8ee9fcdace318 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 22 Jun 2007 01:08:59 +0100 Subject: [PATCH] Imported Debian patch 1.3.12-3 --- debian/changelog | 6 ++++++ debian/rules | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 174b9af..660c644 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gzip (1.3.12-3) unstable; urgency=low + + * fix bindir so gunzip, et al, work again, closes: #429462 + + -- Bdale Garbee Fri, 22 Jun 2007 01:08:59 +0100 + gzip (1.3.12-2) unstable; urgency=low * fix typo in gzip fprintf, closes: #426965 diff --git a/debian/rules b/debian/rules index 09d3d00..931925b 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ configure: configure-stamp configure-stamp: dh_testdir CFLAGS=$(CFLAGS) ./configure \ - --prefix=/usr \ + --prefix=/usr --bindir=/bin \ --infodir=`pwd`/debian/gzip/usr/share/info \ --mandir=`pwd`/debian/gzip/usr/share/man $(CONFARGS) touch configure-stamp @@ -41,9 +41,7 @@ install: build dh_clean -k dh_installdirs - make install prefix=debian/gzip/usr bindir=debian/gzip/bin \ - scriptdir=debian/gzip/usr/bin -# ln debian/gzip/bin/gzip debian/gzip/bin/uncompress + make install prefix=debian/gzip/usr bindir=debian/gzip/bin install -o root -g root -m 0644 debian/gzip.lintian \ debian/gzip/usr/share/lintian/overrides/gzip -- 2.43.0