linux: d-i.patch maintenance for linux
This commit is contained in:
parent
4e1929473d
commit
89994dc7b0
2 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/debian/rules 2022-10-22 11:16:58.933510340 -0400
|
--- a/debian/rules 2023-02-10 11:40:38.000000000 -0600
|
||||||
+++ b/debian/rules 2022-10-18 15:38:19.000000000 -0400
|
+++ b/debian/rules 2023-02-10 11:53:56.313708852 -0600
|
||||||
@@ -125,12 +135,19 @@
|
@@ -128,12 +128,19 @@
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
|
|
@ -20,15 +20,15 @@
|
||||||
cp $(DEBIAN)/changelog debian/changelog
|
cp $(DEBIAN)/changelog debian/changelog
|
||||||
|
|
||||||
# Install the copyright information.
|
# Install the copyright information.
|
||||||
@@ -180,7 +197,6 @@
|
@@ -184,7 +191,6 @@
|
||||||
$(DEBIAN)/control.stub: \
|
|
||||||
$(DROOT)/scripts/control-create \
|
$(DROOT)/scripts/control-create \
|
||||||
$(control_files) \
|
$(control_files) \
|
||||||
|
debian/canonical-revoked-certs.pem \
|
||||||
- $(DROOT)/control.d/flavour-module.stub \
|
- $(DROOT)/control.d/flavour-module.stub \
|
||||||
$(DEBIAN)/changelog \
|
$(DEBIAN)/changelog \
|
||||||
$(wildcard $(DEBIAN)/control.d/* $(DEBIAN)/sub-flavours/*.vars)
|
$(wildcard $(DEBIAN)/control.d/* $(DEBIAN)/sub-flavours/*.vars)
|
||||||
for i in $(control_files); do \
|
for i in $(control_files); do \
|
||||||
@@ -205,7 +221,13 @@
|
@@ -210,7 +216,13 @@
|
||||||
|
|
||||||
.PHONY: debian/control
|
.PHONY: debian/control
|
||||||
debian/control: $(DEBIAN)/control.stub
|
debian/control: $(DEBIAN)/control.stub
|
||||||
|
|
@ -42,9 +42,9 @@
|
||||||
|
|
||||||
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 $^)); \
|
||||||
--- a/debian/rules.d/2-binary-arch.mk 2022-10-22 11:16:58.937510259 -0400
|
--- a/debian/rules.d/2-binary-arch.mk 2023-02-10 11:40:38.000000000 -0600
|
||||||
+++ b/debian/rules.d/2-binary-arch.mk 2022-10-18 15:38:19.000000000 -0400
|
+++ b/debian/rules.d/2-binary-arch.mk 2023-02-10 11:57:00.107737218 -0600
|
||||||
@@ -178,12 +176,14 @@
|
@@ -178,12 +178,14 @@
|
||||||
$(pkgdir)/boot/config-$(abi_release)-$*
|
$(pkgdir)/boot/config-$(abi_release)-$*
|
||||||
install -m600 $(builddir)/build-$*/System.map \
|
install -m600 $(builddir)/build-$*/System.map \
|
||||||
$(pkgdir)/boot/System.map-$(abi_release)-$*
|
$(pkgdir)/boot/System.map-$(abi_release)-$*
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2022 Luis Guzman <ark@switnet.org>
|
# Copyright (C) 2023 Luis Guzman <ark@switnet.org>
|
||||||
# Copyright (C) 2008-2022 Ruben Rodriguez <ruben@trisquel.info>
|
# Copyright (C) 2008-2022 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
# Copyright (C) 2019 David Trudgian <dave@trudgian.net>
|
# Copyright (C) 2019 David Trudgian <dave@trudgian.net>
|
||||||
#
|
#
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=13
|
VERSION=14
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
for PATCH in $DATA/*.patch ; do
|
for PATCH in $DATA/*.patch ; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue