summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorChris Leick <c.leick@vollbio.de>2017-12-16 15:02:08 +0000
committerNiels Thykier <niels@thykier.net>2017-12-16 15:09:05 +0000
commitd3a3ebadda4ea8808d23b26827e74af51dc5a3d2 (patch)
treea7d6f7ec7dc90de8223de22942b8f57f2c76e531 /debhelper.pod
parent6dfb3f5321d9ca32e1e1ce6bb8f2af6ed69560f0 (diff)
downloaddebhelper-d3a3ebadda4ea8808d23b26827e74af51dc5a3d2.tar.gz
debhelper.pod: Improve the wording of two paragraphs
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 00171e2e..5b6c3e5e 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -606,7 +606,7 @@ the B<systemd> sequence for B<dh> has also been removed. If you need
to disable the B<dh_installsystemd> helper tool, please use an empty
override target.
-Please note that the B<dh_installsystemd> tool have a slightly
+Please note that the B<dh_installsystemd> tool has a slightly
different behaviour in some cases (e.g. when using the B<--name>
parameter).
@@ -672,9 +672,9 @@ F<debian/tmp> like B<dh_install>.
=item -
The B<perl-makemaker> and B<perl-build> build systems no longer pass
-B<-I.> to perl. Packages that still need this behaviour can get
-emulate it by using the B<PERL5LIB> environment variable. E.g. by
-adding B<export PERL5LIB=.> in their debian/rules file (or similar).
+B<-I.> to perl. Packages that still need this behaviour emulate it by
+using the B<PERL5LIB> environment variable. E.g. by adding B<export
+PERL5LIB=.> in their debian/rules file (or similar).
=item -