Commit 0064c4e8 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: [Debian] control -- make element ordering deterministic

Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent cde1a4a2
......@@ -132,7 +132,7 @@ $(DEBIAN)/control.stub: $(DEBIAN)/d-i/kernel-versions.in \
-e 's/=HUMAN=/$(human_arch)/g' \
> $$new; \
done
flavours="$(wildcard $(DEBIAN)/control.d/vars.* $(DEBIAN)/sub-flavours/*.vars)";\
flavours="$(sort $(wildcard $(DEBIAN)/control.d/vars.* $(DEBIAN)/sub-flavours/*.vars))";\
for i in $$flavours; do \
$(SHELL) $(DROOT)/scripts/control-create $$i | \
sed -e 's/PKGVER/$(release)/g' \
......@@ -271,4 +271,4 @@ debian/control: $(DEBIAN)/control.stub
fi
cp $(DEBIAN)/control.stub debian/control.stub
cd $(builddir) && kernel-wedge gen-control > $(CURDIR)/debian/control
cd $(builddir) && LANG=C kernel-wedge gen-control > $(CURDIR)/debian/control
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