From 6b76fe0342b9798f33e1a844ebda46c3a55a13c0 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 15 Nov 2011 14:30:34 -0700 Subject: [PATCH] patch from Mathieu Trudel-Lapierre that resolves problems building in restricted chroot environments where Makefile's use of ../.. breaks --- debian/changelog | 6 ++++++ debian/rules | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1ea2d66..54789a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +uapevent (1.4-2) UNRELEASED; urgency=low + + * avoid errant use of ../.. by overriding dh_auto_build, closes: #648852 + + -- Bdale Garbee Tue, 15 Nov 2011 14:30:11 -0700 + uapevent (1.4-1) unstable; urgency=low * Initial packaging diff --git a/debian/rules b/debian/rules index b760bee..6caad82 100755 --- a/debian/rules +++ b/debian/rules @@ -9,5 +9,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +override_dh_auto_build: + INSTALLDIR=$(CURDIR)/debian/tmp dh_auto_build + %: dh $@ -- 2.30.2