UBUNTU: [Packaging] Remove old linux-libc-dev version hack

Back in the 2.6.35 days, there was some broken linux-libc-dev
package versioning that needed to be hacked around. Finally
get rid of it 13 years later...

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Acked-by: Agathe Porte <agathe.porte@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
This commit is contained in:
Juerg Haefliger
2023-11-24 14:28:34 +01:00
committed by Paolo Pisati
parent 70242d8162
commit 72cef12a97
2 changed files with 0 additions and 13 deletions
-12
View File
@@ -66,18 +66,6 @@ ifneq ($(do_full_build),false)
uploadnum := $(uploadnum)-Ubuntu
endif
# XXX: linux-libc-dev got bumped to -803.N inadvertantly by a ti-omap4 upload
# shift our version higher for this package only. Ensure this only
# occurs for the v2.6.35 kernel so that we do not propogate this into
# any other series.
raw_uploadnum := $(shell echo $(revision) | sed -e 's/.*\.//')
libc_dev_version :=
ifeq ($(DEBIAN),debian.master)
ifeq ($(release),2.6.35)
libc_dev_version := -v$(release)-$(shell expr "$(abinum)" + 1000).$(raw_uploadnum)
endif
endif
DEB_HOST_MULTIARCH = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-1
View File
@@ -49,7 +49,6 @@ printenv:
@echo "hdr_pkg_name = $(hdrs_pkg_name)"
@echo "rust_pkg_name = $(rust_pkg_name)"
@echo "doc_pkg_name = $(doc_pkg_name)"
@echo "libc_dev_version = $(libc_dev_version)"
@echo "ubuntu_selftests = $(ubuntu_selftests)"
@echo "arch = $(arch)"
@echo "kmake = $(kmake)"