]> git.donarmstrong.com Git - debhelper.git/commitdiff
r362: * Minor man page updates as Overfiend struggles with debhelperizing X
authorjoey <joey>
Fri, 21 Jul 2000 07:30:04 +0000 (07:30 +0000)
committerjoey <joey>
Fri, 21 Jul 2000 07:30:04 +0000 (07:30 +0000)
     4.0.

debhelper.1
debian/changelog
debian/rules
dh_shlibdeps.1

index acb6a705d93d7785e8b494b691ff8e07080b9bd6..4fc21c671203a3424cbbca72e916c4bcd072e594 100644 (file)
@@ -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
index e5aad5648c7ab2b80dff91043953f5544ccd75e2..38ec6e526a70685c166e58c3d06c087342c4409c 100644 (file)
@@ -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
index 225db74c2b144bfac74d08ad9deee2483ec7857c..ecca7c33bb7a285ff83b17a559b4389c41fc9770 100755 (executable)
@@ -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.       
index 5a6dbd2fb7bba113806771ecc60d96b115403148..1857d9dced4feb672a768ac13d5ceb3ae550dab6 100644 (file)
@@ -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)