[debhelper-devel] [debhelper] 06/11: dh_install, dh_installdirs: Update non-/usr prefix documentation

Niels Thykier nthykier at moszumanska.debian.org
Sun Jan 7 21:38:03 UTC 2018


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to annotated tag Release_2.6.0
in repository debhelper.

commit a6348f273ca9c80b1d70ae70daa0987dde67cf12
Author: Dan Nicholson <nicholson at endlessm.com>
Date:   Thu Jan 28 09:17:12 2016 -0800

    dh_install, dh_installdirs: Update non-/usr prefix documentation
    
    Adjust the documentation for dh_install and dh_installdirs to reflect
    that any build profile specifying a non-/usr prefix will cause
    adjustments in the process.
---
 dh_install     | 4 ++++
 dh_installdirs | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dh_install b/dh_install
index 2fc1c0c..60ab23f 100755
--- a/dh_install
+++ b/dh_install
@@ -35,6 +35,10 @@ From debhelper compatibility level 7 on, B<dh_install> will fall back to
 looking in F<debian/tmp> for files, if it doesn't find them in the current
 directory (or wherever you've told it to look using B<--sourcedir>).
 
+If a build profile within B<DEB_BUILD_PROFILES> specifies a non-/usr
+prefix, the source paths and target destination will be adjusted to use
+that prefix.
+
 =head1 FILES
 
 =over 4
diff --git a/dh_installdirs b/dh_installdirs
index 151a28e..3cc5935 100755
--- a/dh_installdirs
+++ b/dh_installdirs
@@ -18,8 +18,8 @@ B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir> ...>]
 B<dh_installdirs> is a debhelper program that is responsible for creating
 subdirectories in package build directories.
 
-When the environment variable B<DEB_BUILD_PROFILES> contains B<eos-app>,
-directories will be created in the app specific prefix of F</endless>.
+If a build profile within B<DEB_BUILD_PROFILES> specifies a non-/usr
+prefix, the directories will be adjusted to use that prefix.
 
 =head1 FILES
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list