From af13501db52a84335bdc645a02c5eab2afe4d6c8 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Jul 08 2018 23:46:54 +0000 Subject: Cleanup for lintian, existing bugs --- diff --git a/debian/changelog b/debian/changelog index 8266f96..b819fdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,11 @@ acpica-unix (20180629-1) unstable; urgency=medium * Upgrade to 20180629 upstream * Refresh patches as needed * Add patch to aslcodegen.c to repair a little-endian change that breaks - an existing big-endian change + an existing big-endian change. Closes: #902203 + * Reportedly, this upstream version has a repair for vbox. Closes: #899318 + * Patch applied. Closes: #886753. + * Closes: #867381. Update-alternatives has been working properly for + quite some time now, so no changes are needed. -- Al Stone Sun, 08 Jul 2018 17:19:35 -0600 diff --git a/debian/control b/debian/control index 04d5f61..6f18dea 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Mattia Dongili Uploaders: Al Stone -Build-Depends: debhelper (>= 9.0), flex, bison +Build-Depends: debhelper (>= 10~), flex, bison Standards-Version: 4.1.4 Vcs-Git: https://github.com/ahs3/acpica-tools.git Vcs-Browser: https://github.com/ahs3/acpica-tools diff --git a/debian/rules b/debian/rules index 1a438bb..e1cd9f6 100755 --- a/debian/rules +++ b/debian/rules @@ -75,3 +75,6 @@ endif override_dh_auto_build: dh_auto_build -- OPT_CFLAGS="$(CFLAGS)" CC=$(CC) + +override_dh_auto_install: + dh_auto_install -- INSTALL='install --strip-program=true'