From: joey Date: Fri, 21 Jul 2000 07:30:04 +0000 (+0000) Subject: r362: * Minor man page updates as Overfiend struggles with debhelperizing X X-Git-Tag: version_2.0.101~237 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a0371be9dfcbe89014d2ac137078b264254bb81e;p=debhelper.git r362: * Minor man page updates as Overfiend struggles with debhelperizing X 4.0. --- diff --git a/debhelper.1 b/debhelper.1 index acb6a70..4fc21c6 100644 --- a/debhelper.1 +++ b/debhelper.1 @@ -72,7 +72,8 @@ option does. Do not modify postinst/postrm/etc scripts. .TP .B \-Xitem, \--exclude=item -Exclude an item from processing. +Exclude an item from processing. This option may be used multiple times, +to exclude more than one thing. .TP .B \-A, \-all Makes files or other items that are specified on the command line take effect diff --git a/debian/changelog b/debian/changelog index e5aad56..38ec6e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (2.1.2) unstable; urgency=low + + * Minor man page updates as Overfiend struggles with debhelperizing X + 4.0. + + -- Joey Hess Fri, 21 Jul 2000 00:25:32 -0700 + debhelper (2.1.1) unstable; urgency=low * Never refer to root, always uid/gid "0". Closes: #67508 diff --git a/debian/rules b/debian/rules index 225db74..ecca7c3 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,8 @@ export DH_COMPAT=3 # Figure out the current debhelper version. VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Version: \(.*\)') -export DH_VERBOSE=1 +# Debug +#export DH_VERBOSE=1 build: test # Nothing to do. diff --git a/dh_shlibdeps.1 b/dh_shlibdeps.1 index 5a6dbd2..1857d9d 100644 --- a/dh_shlibdeps.1 +++ b/dh_shlibdeps.1 @@ -28,7 +28,8 @@ Pass "params" to .B \-Xitem, \--exclude=item Exclude files that contain "item" anywhere in their filename from being passed to dpkg-shlibdeps. This will make their dependancies be ignored. -This may be useful in some situations, but use it with caution. +This may be useful in some situations, but use it with caution. This option +may be used more than once to exclude more than one thing. .TP .B \-ldirectory Before @@ -36,7 +37,8 @@ Before is run, LD_LIBRARY_PATH will be set to the specified directory. This is useful for multi-binary packages where a library is built in one package and another package contains binaries linked -against said library. +against said library. Note that the paths used must be absolute or +dpkg-shlibdeps will become confused. .SH ENVIRONMENT See .BR debhelper (1)