[debhelper-devel] [debhelper] 04/12: Use app specific prefix in dh_install path handling

Niels Thykier nthykier at moszumanska.debian.org
Sun Jan 7 21:37:47 UTC 2018


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

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

commit 684083fc433a20d22dd57b207178a82c9fab2822
Author: Dan Nicholson <nicholson at endlessm.com>
Date:   Wed Jun 25 11:31:09 2014 -0700

    Use app specific prefix in dh_install path handling
    
    [endlessm/eos-shell#2814]
---
 debian/changelog | 8 ++++++++
 dh_install       | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8b2573c..3e3c7ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (9.20130630co2endless2) eos; urgency=low
+
+  * dh_install:
+    - Use package specific app id for install paths instead of main package
+      id.
+
+ -- Dan Nicholson <nicholson at endlessm.com>  Wed, 25 Jun 2014 11:31:09 -0700
+
 debhelper (9.20130630co2endless1) eos; urgency=low
 
   * Debian/Debhelper/Dh_Lib.pm:
diff --git a/dh_install b/dh_install
index 6040d2e..993178a 100755
--- a/dh_install
+++ b/dh_install
@@ -159,7 +159,7 @@ foreach my $package (getpackages()) {
 
 		if (get_buildprofile("eos-app")) {
 			# Get the app prefix with the leading / stripped.
-			$prefix="endless/" . package_eos_app_id();
+			$prefix="endless/" . package_eos_app_id($package);
 		}
 
 		if (! defined $dh{AUTODEST} && @$set > 1) {

-- 
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