[Reproducible-commits] [debhelper] 08/28: Fix the wording in the dh_install reference to dh_exec.
Mattia Rizzolo
mattia at mapreri.org
Fri May 1 18:07:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
mapreri-guest pushed a commit to branch pu/reproducible_builds
in repository debhelper.
commit 7123cc7f0642e7d1a8d1bad4702eed6808138fab
Author: Peter Pentchev <roam at ringlet.net>
Date: Thu Apr 30 11:11:07 2015 +0300
Fix the wording in the dh_install reference to dh_exec.
Signed-off-by: Niels Thykier <niels at thykier.net>
---
debian/changelog | 2 +-
dh_install | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 336bb22..0a9b10c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -84,7 +84,7 @@ debhelper (9.20150101.1) UNRELEASED; urgency=medium
emacs-package-{install,remove} is (still) present before invoking
it. (Closes: #736896)
* dh_install.1: Document that dh-exec can be used to do renaming
- and provie a trivial example of how to achieve it. (Closes: #245554)
+ and provide a trivial example of how to achieve it. (Closes: #245554)
[ Bernhard R. Link ]
* Dh_lib: apply patch from Guillem Jover to support case-insensitive
diff --git a/dh_install b/dh_install
index 67ebf24..e45ed38 100755
--- a/dh_install
+++ b/dh_install
@@ -259,7 +259,7 @@ B<dh_install> cannot rename files or directories, it can only install them
with the names they already have into wherever you want in the package
build tree.
-However, renaming can be achieved by using B<dh-exec> with compat 9 or
+However, renaming can be achieved by using B<dh-exec> with compatibility level 9 or
later. An example debian/I<package>.install file using B<dh-exec>
could look like:
@@ -270,11 +270,11 @@ Please remember the following three things:
=over 4
-=item * The package must be using compat 9 or later (see L<debhelper(7)>)
+=item * The package must be using compatibility level 9 or later (see L<debhelper(7)>)
=item * The package will need a build-dependency on dh-exec.
-=item * The install file must be marked executable.
+=item * The install file must be marked as executable.
=back
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git
More information about the Reproducible-commits
mailing list