This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository gnumach.
commit e33b169856626fefb354ae32eb603ad3a370497d Author: Samuel Thibault <[email protected]> Date: Sun Nov 26 19:39:18 2017 +0100 Fix stage1 installation of headers --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e3eb4a6..293a3e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnumach (2:1.8+git20171101-2) unstable; urgency=medium + + * Fix stage1 installation of headers. + + -- Samuel Thibault <[email protected]> Sun, 26 Nov 2017 19:39:32 +0100 + gnumach (2:1.8+git20171101-1) unstable; urgency=medium * New upstream snapshot. diff --git a/debian/rules b/debian/rules index 4577d8b..cdad66f 100755 --- a/debian/rules +++ b/debian/rules @@ -261,8 +261,8 @@ 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) +ifeq ($(filter stage1,$(DEB_BUILD_PROFILES)),) dh_install -p$(pkg) --sourcedir=$(D) boot dh_install -p$(pkg_xen) --sourcedir=$(D_XEN) boot ifeq ($(DEB_HOST_ARCH_OS),hurd) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/gnumach.git
