From: Bdale Garbee Date: Wed, 16 Nov 2011 01:07:09 +0000 (-0600) Subject: use the directory we want to use anyway, and prepare to upload X-Git-Tag: debian/1.4-2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3b20c41429ceecaaef8c90d6a116a2245469d52c;p=debian%2Fuapevent use the directory we want to use anyway, and prepare to upload --- 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 $@