From 896096222a4afc7211e757b38ddd9a103ad79769 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Sep 13 2020 21:17:16 +0000 Subject: Update to upstream 20200717 Signed-off-by: Al Stone --- diff --git a/debian/changelog b/debian/changelog index 574f07b..2f36fcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +acpica-unix (20200717-1) UNRELEASED; urgency=medium + + * Upgrade to 20200717 upstream + * Refresh patches and test results as needed + + -- Al Stone Sun, 13 Sep 2020 15:13:04 -0600 + acpica-unix (20200528-1) unstable; urgency=medium * Upgrade to 20200528 upstream diff --git a/debian/patches/add-testing.patch b/debian/patches/add-testing.patch index 6785c55..89ec50c 100644 --- a/debian/patches/add-testing.patch +++ b/debian/patches/add-testing.patch @@ -12,5 +12,5 @@ Index: acpica-unix-20191213/Makefile + $(CURDIR)/tests/aslts.sh $(CURDIR)/tests/aslts $(CURDIR)/generate/unix + + # misc tests -+ $(CURDIR)/debian/run-misc-tests.sh $(CURDIR) 20200528 ++ $(CURDIR)/debian/run-misc-tests.sh $(CURDIR) 20200717 + diff --git a/debian/rules b/debian/rules index 2f16146..f17f40c 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ CFLAGS = $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPP DESTDIR ?= debian/acpica-tools -VERSION = 20200528 +VERSION = 20200717 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)