From 3b20c41429ceecaaef8c90d6a116a2245469d52c Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 15 Nov 2011 19:07:09 -0600 Subject: [PATCH] use the directory we want to use anyway, and prepare to upload --- debian/changelog | 2 +- debian/rules | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 54789a4..2c615a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -uapevent (1.4-2) UNRELEASED; urgency=low +uapevent (1.4-2) unstable; urgency=low * avoid errant use of ../.. by overriding dh_auto_build, closes: #648852 diff --git a/debian/rules b/debian/rules index 6caad82..1365c7f 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,8 @@ #export DH_VERBOSE=1 override_dh_auto_build: - INSTALLDIR=$(CURDIR)/debian/tmp dh_auto_build + install -d $(CURDIR)/debian/uapevent + INSTALLDIR=$(CURDIR)/debian/uapevent dh_auto_build %: dh $@ -- 2.30.2