X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Frules;h=de20ecbcf9cf8a3b80c48ad1b2c29642f8d98acf;hb=7cc5114ad693e5500384993bd5e92910ba0c63b3;hp=d9926a0ccd0bd27e44924fa084155af04a4b8d34;hpb=0a3cadb2043ddd3b492be98649b22edd2306100e;p=tunertool diff --git a/debian/rules b/debian/rules index d9926a0..de20ecb 100755 --- a/debian/rules +++ b/debian/rules @@ -26,20 +26,17 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif -config.status: configure +config.status: dh_testdir + ./autogen.sh # Add here commands to configure the package. CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info --with-maemo -configure: - ./autogen.sh - - build: build-stamp -build-stamp: config.status +build-stamp: config.status dh_testdir # Add here commands to compile the package.