+debhelper (0.61) unstable; urgency=low
+
+ * dh_installmanpages: Add / to end of egrep -v regexp, fixes it so
+ debian/icewm.1 can be found.
+
+ -- Joey Hess <joeyh@master.debian.org> Wed, 11 Feb 1998 09:09:28 -0800
+
debhelper (0.60) unstable; urgency=low
* dh_fixperms: make all files readable and writable by owner
# .in files, which are from configure.
# We also need to exclude all debian/tmp type dirs.
EXCLUDE=`grep ^Package: debian/control | cut -d " " -f 2 | tac | tr "\n" "|"`
- for file in `find * -name "*.[1-9]*" ! -name "*.ex" ! -name "*.in" | egrep -v "^debian/(${EXCLUDE}tmp)"`; do
+ for file in `find * -name "*.[1-9]*" ! -name "*.ex" ! -name "*.in" | egrep -v "^debian/(${EXCLUDE}tmp)/"`; do
# Make sure file thinks they are man pages.
if file $file|grep -q roff; then
if echo $file|grep -q /; then