Commit 6ee9d73b authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Juerg Haefliger
parent c5b4d50d
......@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Standards-Version: 3.9.4.0
Build-Depends:
debhelper (>= 5),
debhelper (>= 9),
dh-systemd,
cpio,
kernel-wedge,
......
......@@ -122,11 +122,11 @@ install-%: checks-%
@echo Debug: $@ kernel_file $(kernel_file) kernfile $(kernfile) install_file $(install_file) instfile $(instfile)
dh_testdir
dh_testroot
dh_clean -k -p$(bin_pkg_name)-$*
dh_clean -k -p$(mods_pkg_name)-$*
dh_clean -k -p$(hdrs_pkg_name)-$*
dh_prep -p$(bin_pkg_name)-$*
dh_prep -p$(mods_pkg_name)-$*
dh_prep -p$(hdrs_pkg_name)-$*
ifneq ($(skipdbg),true)
dh_clean -k -p$(dbg_pkg_name)-$*
dh_prep -p$(bin_pkg_name)-$*-dbgsym
endif
# The main image
......@@ -406,7 +406,7 @@ install-arch-headers:
@echo Debug: $@
dh_testdir
dh_testroot
dh_clean -k -plinux-libc-dev
dh_prep -plinux-libc-dev
rm -rf $(headers_tmp)
install -d $(headers_tmp) $(headers_dir)/usr/include/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment