Fix build
This commit is contained in:
parent
28e28edec0
commit
76a4ef1acb
1 changed files with 0 additions and 38 deletions
38
debian/rules.real
vendored
38
debian/rules.real
vendored
|
@ -379,7 +379,6 @@ binary_support:
|
||||||
$(dh_binary_pre)
|
$(dh_binary_pre)
|
||||||
dh_installdirs $(PACKAGE_ROOT)/lib/python/debian_linux $(PACKAGE_ROOT)/modules
|
dh_installdirs $(PACKAGE_ROOT)/lib/python/debian_linux $(PACKAGE_ROOT)/modules
|
||||||
cp debian/config.defines.dump $(DESTDIR)$(PACKAGE_ROOT)
|
cp debian/config.defines.dump $(DESTDIR)$(PACKAGE_ROOT)
|
||||||
cp -R debian/installer $(DESTDIR)$(PACKAGE_ROOT)/installer
|
|
||||||
cp debian/lib/python/debian_linux/*.py $(DESTDIR)$(PACKAGE_ROOT)/lib/python/debian_linux
|
cp debian/lib/python/debian_linux/*.py $(DESTDIR)$(PACKAGE_ROOT)/lib/python/debian_linux
|
||||||
dh_python3
|
dh_python3
|
||||||
dh_link $(PACKAGE_ROOT) /usr/src/$(PACKAGE_NAME)
|
dh_link $(PACKAGE_ROOT) /usr/src/$(PACKAGE_NAME)
|
||||||
|
@ -500,46 +499,9 @@ binary_signed-template:
|
||||||
mv $(DEBIAN_DIR)/files.json $(CODE_SIGNING_DIR)/
|
mv $(DEBIAN_DIR)/files.json $(CODE_SIGNING_DIR)/
|
||||||
chmod 755 $(DEBIAN_DIR)/rules
|
chmod 755 $(DEBIAN_DIR)/rules
|
||||||
cp -R debian/copyright \
|
cp -R debian/copyright \
|
||||||
debian/installer \
|
|
||||||
$(CODE_SIGNING_DIR)/source-template/debian/
|
$(CODE_SIGNING_DIR)/source-template/debian/
|
||||||
$(dh_binary_post)
|
$(dh_binary_post)
|
||||||
|
|
||||||
build_installer:
|
|
||||||
build_installer-test:
|
|
||||||
|
|
||||||
binary_installer binary_installer-test: export KW_DEFCONFIG_DIR=debian/installer
|
|
||||||
binary_installer binary_installer-test: export KW_CONFIG_DIR=debian/installer
|
|
||||||
binary_installer binary_installer-test: export SOURCEDIR = $(BUILD_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
|
|
||||||
binary_installer binary_installer-test: REAL_VERSION = $(ABINAME)$(LOCALVERSION)
|
|
||||||
|
|
||||||
binary_installer: DH_OPTIONS_IMAGE = -p$(IMAGE_PACKAGE_NAME) --sourcedir=$(SOURCEDIR)
|
|
||||||
binary_installer: $(STAMPS_DIR)/install_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
|
|
||||||
$(dh_binary_pre)
|
|
||||||
DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install boot/$(IMAGE_INSTALL_STEM)-$(REAL_VERSION)
|
|
||||||
DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install lib/modules/$(REAL_VERSION)/modules.builtin
|
|
||||||
DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install lib/modules/$(REAL_VERSION)/modules.order
|
|
||||||
ifneq ($(filter arm64 armel armhf mipsel mips64el mipsr6 mipsr6el mips64r6 mips64r6el riscv64,$(ARCH)),)
|
|
||||||
DH_OPTIONS="$(DH_OPTIONS_IMAGE)" dh_install usr/lib/linux-image-$(REAL_VERSION)
|
|
||||||
endif
|
|
||||||
kernel-wedge copy-modules $(ABINAME) $(FLAVOUR) $(REAL_VERSION)
|
|
||||||
kernel-wedge find-dups $(REAL_VERSION)
|
|
||||||
kernel-wedge find-unpackaged $(REAL_VERSION) $(REAL_VERSION)
|
|
||||||
kernel-wedge check $$(dh_listpackages)
|
|
||||||
dh_fixperms
|
|
||||||
dh_gencontrol
|
|
||||||
dh_builddeb -- $(BUILDDEB_ARGS)
|
|
||||||
|
|
||||||
binary_installer-test: export DEB_BUILD_PROFILES += pkg.linux.udeb-unsigned-test-build
|
|
||||||
binary_installer-test:
|
|
||||||
if [ -n "$$(dh_listpackages)" ]; then \
|
|
||||||
dh_testdir; \
|
|
||||||
dh_prep; \
|
|
||||||
kernel-wedge copy-modules $(ABINAME) $(FLAVOUR) $(REAL_VERSION); \
|
|
||||||
kernel-wedge find-dups $(REAL_VERSION); \
|
|
||||||
kernel-wedge find-unpackaged $(REAL_VERSION) $(REAL_VERSION); \
|
|
||||||
kernel-wedge check $$(dh_listpackages); \
|
|
||||||
fi
|
|
||||||
|
|
||||||
build_source:
|
build_source:
|
||||||
|
|
||||||
binary_source: BUILDDEB_ARGS = -Zxz -z0
|
binary_source: BUILDDEB_ARGS = -Zxz -z0
|
||||||
|
|
Loading…
Add table
Reference in a new issue