X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=8ea2a60a74345e9b8f8ce7fe93bbb73290f15026;hb=f48eb2033f3685fedd42d307963671a8060604c3;hp=54a6d241932483ec6bf0819405dc0937963f9940;hpb=192b08c28719b5518ed349d9897f9a21add3c615;p=fw%2Faltos diff --git a/debian/rules b/debian/rules index 54a6d241..8ea2a60a 100755 --- a/debian/rules +++ b/debian/rules @@ -8,11 +8,13 @@ PKG_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)/\1/p') prebuild: dch -v `git describe | tr - +` "build for Debian from git" git commit debian/changelog -m "update Debian changelog for build" + configure: configure-stamp configure-stamp: dh_testdir ./autogen.sh --prefix=/usr + make ChangeLog touch configure-stamp build: build-stamp