summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>2000-07-21 07:30:04 +0000
committerjoey <joey>2000-07-21 07:30:04 +0000
commita0371be9dfcbe89014d2ac137078b264254bb81e (patch)
tree54f91049eec946cc090e243d41520398336bf6c9
parent7581642a039fa6afa47d7298d4d8707d4f6279cd (diff)
r362: * Minor man page updates as Overfiend struggles with debhelperizing X
4.0.
-rw-r--r--debhelper.13
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
-rw-r--r--dh_shlibdeps.16
4 files changed, 15 insertions, 4 deletions
diff --git a/debhelper.1 b/debhelper.1
index acb6a705..4fc21c67 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 e5aad564..38ec6e52 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 <joeyh@debian.org> 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 225db74c..ecca7c33 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 5a6dbd2f..1857d9dc 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)