From f3a317ceedf59c1a53b4813ca51445f78efd9c50 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 6 Nov 2012 14:44:44 +0100 Subject: debian: Update the rules to work from the toplevel directory --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 34ef3e7d9..e82ba91c5 100755 --- a/debian/rules +++ b/debian/rules @@ -18,11 +18,11 @@ DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1) VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g') %: - dh --with autoreconf $@ + dh --sourcedirectory=openbsc --with autoreconf $@ override_dh_auto_configure: - echo $(VERSION) > .tarball-version - dh_auto_configure -- --enable-nat --enable-osmo-bsc + echo $(VERSION) > openbsc/.tarball-version + dh_auto_configure --sourcedirectory=openbsc -- --enable-nat --enable-osmo-bsc override_dh_auto_test: # tests are broken... -- cgit v1.2.3