From a8f753fc8430e16ee7c7076a0609fd6149acd50d Mon Sep 17 00:00:00 2001 From: Al Stone Date: Mar 02 2015 23:43:35 +0000 Subject: Update to 20150204 source version --- diff --git a/debian/changelog b/debian/changelog index f7ec0e1..bc220f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +acpica-unix (20141107-2) unstable; urgency=medium + + * Upgrade to latest upstream. + * Refresh patches as needed. + + -- ahs3 Mon, 02 Mar 2015 16:41:10 -0700 + acpica-unix (20141107-1) unstable; urgency=medium * Upgrade to latest upsteam diff --git a/debian/patches/add-testing.patch b/debian/patches/add-testing.patch index a6f5683..b18d9db 100644 --- a/debian/patches/add-testing.patch +++ b/debian/patches/add-testing.patch @@ -15,7 +15,7 @@ Index: acpica-unix-20141107/Makefile + $(CURDIR)/debian/run-aapits.sh $(CURDIR)/tests/aapits $(CURDIR)/generate/unix/bin + + # misc tests -+ $(CURDIR)/debian/run-misc-tests.sh $(CURDIR) 20141107 ++ $(CURDIR)/debian/run-misc-tests.sh $(CURDIR) 20150204 + + # Template tests + cd $(CURDIR)/tests/templates diff --git a/debian/rules b/debian/rules index 4f7059a..5d33cce 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 = 20141107 +VERSION = 20150204 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)