diff options
author | joey <joey> | 2003-08-31 23:46:35 +0000 |
---|---|---|
committer | joey <joey> | 2003-08-31 23:46:35 +0000 |
commit | b3d9b13cb8f2a88f860ea0adc26d729d66c2fd36 (patch) | |
tree | a96ca03d57c7dd5215cd62250b108fe9960eef9c | |
parent | dbf2d62ecf8e794a7518f30a8268971aaed4ea1c (diff) | |
download | debhelper-b3d9b13cb8f2a88f860ea0adc26d729d66c2fd36.tar.gz |
r1602: typo
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | dh_shlibdeps | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ad3696ed..32ba2d18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (4.1.71) unstable; urgency=low + +UNRE + * Typo. Closes: #207999 + + -- Joey Hess <joeyh@debian.org> Sun, 31 Aug 2003 19:47:17 -0400 + debhelper (4.1.70) unstable; urgency=low * Complete Spanish translation of all man pages thanks to Rubén Porras diff --git a/dh_shlibdeps b/dh_shlibdeps index 3fae6a66..2d7970d2 100755 --- a/dh_shlibdeps +++ b/dh_shlibdeps @@ -55,7 +55,7 @@ a directory that contains the library. See example below. =item B<-L>I<package>, B<--libpackage=>I<package> Use the shlibs file automatically generated by dh_makeshlibs for the named -package as a kind of automatically generated shlibs.local file. You can us +package as a kind of automatically generated shlibs.local file. You can use this switch in concert with the -l switch to make dpkg-shlibdeps find a library built as part of the current package, and get the shlibs information. See example below. |