Commit 6ee9d73b authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Juerg Haefliger
parent c5b4d50d
...@@ -4,7 +4,7 @@ Priority: optional ...@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com> Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Standards-Version: 3.9.4.0 Standards-Version: 3.9.4.0
Build-Depends: Build-Depends:
debhelper (>= 5), debhelper (>= 9),
dh-systemd, dh-systemd,
cpio, cpio,
kernel-wedge, kernel-wedge,
......
...@@ -122,11 +122,11 @@ install-%: checks-% ...@@ -122,11 +122,11 @@ install-%: checks-%
@echo Debug: $@ kernel_file $(kernel_file) kernfile $(kernfile) install_file $(install_file) instfile $(instfile) @echo Debug: $@ kernel_file $(kernel_file) kernfile $(kernfile) install_file $(install_file) instfile $(instfile)
dh_testdir dh_testdir
dh_testroot dh_testroot
dh_clean -k -p$(bin_pkg_name)-$* dh_prep -p$(bin_pkg_name)-$*
dh_clean -k -p$(mods_pkg_name)-$* dh_prep -p$(mods_pkg_name)-$*
dh_clean -k -p$(hdrs_pkg_name)-$* dh_prep -p$(hdrs_pkg_name)-$*
ifneq ($(skipdbg),true) ifneq ($(skipdbg),true)
dh_clean -k -p$(dbg_pkg_name)-$* dh_prep -p$(bin_pkg_name)-$*-dbgsym
endif endif
# The main image # The main image
...@@ -406,7 +406,7 @@ install-arch-headers: ...@@ -406,7 +406,7 @@ install-arch-headers:
@echo Debug: $@ @echo Debug: $@
dh_testdir dh_testdir
dh_testroot dh_testroot
dh_clean -k -plinux-libc-dev dh_prep -plinux-libc-dev
rm -rf $(headers_tmp) rm -rf $(headers_tmp)
install -d $(headers_tmp) $(headers_dir)/usr/include/ 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