linux: patch udeb build
This commit is contained in:
parent
f637ada01d
commit
df4d66dc68
1 changed files with 3 additions and 3 deletions
|
|
@ -21,18 +21,18 @@ index 43eae8d5..c81721bc 100755
|
||||||
cp $(DEBIAN)/changelog debian/changelog
|
cp $(DEBIAN)/changelog debian/changelog
|
||||||
|
|
||||||
# Install the copyright information.
|
# Install the copyright information.
|
||||||
@@ -213,7 +221,14 @@ $(DEBIAN)/control.stub: \
|
@@ -212,7 +211,14 @@ $(DEBIAN)/control.stub: debian/canonical-revoked-certs.pem debian/canonical-revo
|
||||||
|
|
||||||
.PHONY: debian/control
|
.PHONY: debian/control
|
||||||
debian/control: $(DEBIAN)/control.stub
|
debian/control: $(DEBIAN)/control.stub FORCE
|
||||||
+ echo "# placebo control.stub for kernel-wedge flow change" >debian/control.stub
|
+ echo "# placebo control.stub for kernel-wedge flow change" >debian/control.stub
|
||||||
cp $(DEBIAN)/control.stub debian/control
|
cp $(DEBIAN)/control.stub debian/control
|
||||||
+ # append udeb packages
|
|
||||||
+ export KW_DEFCONFIG_DIR=$(DEBIAN)/d-i && \
|
+ export KW_DEFCONFIG_DIR=$(DEBIAN)/d-i && \
|
||||||
+ export KW_CONFIG_DIR=$(DEBIAN)/d-i && \
|
+ export KW_CONFIG_DIR=$(DEBIAN)/d-i && \
|
||||||
+ LANG=C kernel-wedge gen-control $(release)-$(abinum) | \
|
+ LANG=C kernel-wedge gen-control $(release)-$(abinum) | \
|
||||||
+ grep-dctrl -FArchitecture $(arch) \
|
+ grep-dctrl -FArchitecture $(arch) \
|
||||||
+ >>$(CURDIR)/debian/control
|
+ >>$(CURDIR)/debian/control
|
||||||
|
+
|
||||||
|
|
||||||
debian/canonical-certs.pem: $(wildcard $(DROOT)/certs/*-all.pem) $(wildcard $(DROOT)/certs/*-$(arch).pem) $(wildcard $(DEBIAN)/certs/*-all.pem) $(wildcard $(DEBIAN)/certs/*-$(arch).pem)
|
debian/canonical-certs.pem: $(wildcard $(DROOT)/certs/*-all.pem) $(wildcard $(DROOT)/certs/*-$(arch).pem) $(wildcard $(DEBIAN)/certs/*-all.pem) $(wildcard $(DEBIAN)/certs/*-$(arch).pem)
|
||||||
for cert in $(sort $(notdir $^)); \
|
for cert in $(sort $(notdir $^)); \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue