From cdce5f7138f685126c11afa6e4be32408bebab33 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 28 Jan 2012 00:02:06 +0100 Subject: [PATCH] debian/rules: provide build-arch+ build-indep Make lintian happy... --- debian/rules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.1.4