X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=33a7a272077470785ca4db2dd8c0f663c4e2f3ee;hb=34088327a8f5b5801d891a2014eeb17b6e7ae1e0;hp=e793978d2e9fbd3032228b685d9a5b02e4511a17;hpb=7be0c4c74fd58c1cbc3a4d5819c0810110bed019;p=grml-hwinfo.git diff --git a/debian/rules b/debian/rules index e793978..33a7a27 100755 --- a/debian/rules +++ b/debian/rules @@ -11,21 +11,22 @@ VERSION:=$(shell dpkg-parsechangelog | awk '/Version: / { print $$2 }') +build: build-arch build-indep -build: build-stamp +build-arch: build-stamp + +build-indep: build-stamp build-stamp: dh_testdir egrep -q "^VERSION=.*UNRELEASED" grml-hwinfo || \ (echo "Wrong version in grml-hwinfo" && exit 2) - touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp - dh_clean install: build