commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnumach] 01/01: rules: Fix build with newer debhelper


From: Samuel Thibault
Subject: [gnumach] 01/01: rules: Fix build with newer debhelper
Date: Sun, 27 Aug 2017 15:12:31 +0000

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

sthibault pushed a commit to branch master
in repository gnumach.

commit 7f42c0ec813eb73cfa6a90a5c4e9487d8e68bde3
Author: Samuel Thibault <address@hidden>
Date:   Sun Aug 27 17:12:18 2017 +0200

    rules: Fix build with newer debhelper
    
    Closes: #872745
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1e9e75b..29af287 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ gnumach (2:1.8+git20170609-2) UNRELEASED; urgency=medium
   * copyright: Mention common-licenses copy of MPL-1.1.
   * control: Migrate priority to optional.
   * control: Bump Standards-Version to 4.1.0.
+  * rules: Fix build with newer debhelper. Closes: #872745.
 
  -- Samuel Thibault <address@hidden>  Fri, 20 Jan 2017 23:28:47 +0100
 
diff --git a/debian/rules b/debian/rules
index 6f172cb..4577d8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -261,6 +261,7 @@ binary-arch: install debian/control.stamp
        dh_testdir
        dh_testroot
        
+ifeq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
        dh_install -a -N$(pkg_udeb) -N$(pkg_xen) -N$(pkg_xen_udeb) -N$(pkg_dbg) 
-N$(pkg_xen_dbg) --sourcedir=$(D)
        dh_install -p$(pkg) --sourcedir=$(D) boot
        dh_install -p$(pkg_xen) --sourcedir=$(D_XEN) boot
@@ -270,6 +271,7 @@ ifeq ($(DEB_HOST_ARCH_OS),hurd)
 endif
        dh_install -p$(pkg_dbg) --sourcedir=$(D_DBG) boot
        dh_install -p$(pkg_xen_dbg) --sourcedir=$(D_XEN_DBG) boot
+endif
        
        dh_installdocs -p$(pkg) README NEWS i386/README-Drivers
        dh_installdocs -p$(pkg_xen) README NEWS

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]