diff options
author | joey <joey> | 2003-07-07 00:30:40 +0000 |
---|---|---|
committer | joey <joey> | 2003-07-07 00:30:40 +0000 |
commit | 4fa5eb9a9dfdf9fb77dabee86a9eded5f2bc1673 (patch) | |
tree | 23b5d0aac85bcb40245f985014cb8d771cbb9ca6 /dh_makeshlibs | |
parent | 8627252ea4d68d0d09381324662a071c358f6066 (diff) | |
download | debhelper-4fa5eb9a9dfdf9fb77dabee86a9eded5f2bc1673.tar.gz |
r595: * dh_clean: Clean the *.debhelper temp files on a per-package basis, in
case dh_clean is run on one package at a time.
* Removed the debian/substvars removal code entirely. It was only there to
deal with half-built trees built with debhelper << 3.0.30
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-x | dh_makeshlibs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs index 7a4e7b1d..de9f7827 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -57,8 +57,8 @@ Do not modify postinst/postrm scripts. =item B<-X>I<item>, B<--exclude=>I<item> -Exclude files that contain "item" anywhere in their filename from -being treated as shared libraries. +Exclude files that contain "item" anywhere in their filename or directory +from being treated as shared libraries. =back |