use the directory we want to use anyway, and prepare to upload master debian/1.4-2
authorBdale Garbee <bdale@gag.com>
Wed, 16 Nov 2011 01:07:09 +0000 (19:07 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 16 Nov 2011 01:07:09 +0000 (19:07 -0600)
debian/changelog
debian/rules

index 54789a4452f86a97a22f61cc8ceb9fecb79cf8b0..2c615a5abb4f70267fc6c24e43d3e7f8be3df657 100644 (file)
@@ -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
 
index 6caad82e311a58f138339e612629f01600834296..1365c7fd568de715e893a41051535ffc17e949a0 100755 (executable)
@@ -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 $@