From e275524e2a0a5a2119d852e4fa630b0b12757ff8 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Sep 01 2016 18:35:31 +0000 Subject: Update to 20160831 source tree --- diff --git a/debian/changelog b/debian/changelog index 42e45a9..7432b2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +acpica-unix (20160831-1) unstable; urgency=medium + + * Upgrade to latest upstream. + * Refresh patches as needed. + + -- Al Stone Thu, 01 Sep 2016 12:28:36 -0600 + acpica-unix (20160729-1) unstable; urgency=medium * Upgrade to latest upstream. diff --git a/debian/patches/add-testing.patch b/debian/patches/add-testing.patch index fa01937..3e91aff 100644 --- a/debian/patches/add-testing.patch +++ b/debian/patches/add-testing.patch @@ -12,7 +12,7 @@ Index: acpica-unix-20160527/Makefile + $(CURDIR)/tests/aslts.sh $(CURDIR)/tests/aslts $(CURDIR)/generate/unix + + # misc tests -+ $(CURDIR)/debian/run-misc-tests.sh $(CURDIR) 20160729 ++ $(CURDIR)/debian/run-misc-tests.sh $(CURDIR) 20160831 + + # Template tests + cd $(CURDIR)/tests/templates diff --git a/debian/patches/re-enable-big-endian.patch b/debian/patches/re-enable-big-endian.patch index 2a1354e..7a8fe3f 100644 --- a/debian/patches/re-enable-big-endian.patch +++ b/debian/patches/re-enable-big-endian.patch @@ -2,11 +2,11 @@ Re-enable use of these tools on big-endian machines. Al Stone -Index: acpica-unix-20160729/source/compiler/aslmain.c +Index: acpica-unix-20160831/source/compiler/aslmain.c =================================================================== ---- acpica-unix-20160729.orig/source/compiler/aslmain.c -+++ acpica-unix-20160729/source/compiler/aslmain.c -@@ -326,18 +326,6 @@ main ( +--- acpica-unix-20160831.orig/source/compiler/aslmain.c ++++ acpica-unix-20160831/source/compiler/aslmain.c +@@ -99,18 +99,6 @@ main ( int ReturnStatus = 0; diff --git a/debian/rules b/debian/rules index f9b30a9..cfce187 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ CFLAGS = $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPP DESTDIR ?= debian/acpica-tools -VERSION = 20160729 +VERSION = 20160831 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)