From fb9f474eafd007c272a895b932c74ca9c2c7da45 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 05:17:19 +0000 Subject: [PATCH] r233: Initial Import --- debian/changelog | 7 +++++++ dh_compress | 4 ++-- dh_compress.1 | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c5b997d..d90dcbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (2.0.08) unstable; urgency=low + + * dh_*: redirect cd output to /den/null, because CD can actually output + things if CDPATH is set. + + -- Joey Hess Tue, 6 Jul 1999 10:14:00 -0700 + debhelper (2.0.07) unstable; urgency=low * Added dh_perl calls to example rules files. diff --git a/dh_compress b/dh_compress index 1c1bade..47e2ced 100755 --- a/dh_compress +++ b/dh_compress @@ -37,8 +37,8 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { # extentions. ".gz", ".z", ".taz", ".tgz", "-gz", "-z", "_z" push @files, split(/\n/,` - find usr/info usr/man usr/X11*/man -type f ! -name "*.gz" 2>/dev/null || true; - find usr/doc -type f \\( -size +4k -or -name "changelog*" \\) \\ + find usr/info usr/share/info usr/man usr/share/man usr/X11*/man usr/share/X11*/man -type f ! -name "*.gz" 2>/dev/null || true; + find usr/doc usr/share/doc -type f \\( -size +4k -or -name "changelog*" \\) \\ ! -name "*.htm*" ! -name "*.gif" ! -iname "*.gz" \\ ! -iname "*.taz" ! -iname "*.tgz" ! -iname "*.z" \\ ! -iname "*-gz" ! -iname "*-z" ! -iname "*_z" \\ diff --git a/dh_compress.1 b/dh_compress.1 index 77cd68f..66f2012 100644 --- a/dh_compress.1 +++ b/dh_compress.1 @@ -27,8 +27,8 @@ Here is a sample debian/compress file that causes dh_compress to compress the same files as it would by default. This is a good starting point for customization of what files are compressed: .PP - find usr/info usr/man usr/X11*/man -type f - find usr/doc -type f \\ + find usr/info usr/share/info usr/man usr/share/man usr/X11*/man usr/share/X11*/man -type f + find usr/doc usr/share/doc -type f \\ \\( -size +4k -or -name "changelog*" \\) \\ ! -name "*.htm*" ! -name "*.gif" ! -iname "*.gz" \\ ! -iname "*.taz" ! -iname "*.tgz" ! -iname "*.z" \\ -- 2.39.5