Skip to content

Commit

Permalink
debian/rules: provide build-arch+ build-indep
Browse files Browse the repository at this point in the history
Make lintian happy...
  • Loading branch information
mika committed Jan 27, 2012
1 parent 7be0c4c commit cdce5f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions debian/rules
Expand Up @@ -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
Expand Down

0 comments on commit cdce5f7

Please sign in to comment.