From 1d7c79cb6dbb47887127d32155147c4baf37b9cc Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 16 Jan 2012 13:05:08 +0100 Subject: [PATCH] debian/rules: add build-arch + build-indep to make lintian happy --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 36516e3..87fa2f2 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,11 @@ b=$(CURDIR)/debian/build VERSION:=$(shell dpkg-parsechangelog | awk '/Version: / { print $$2 }') -build: build-stamp +build: build-arch build-indep + +build-arch: build-stamp + +build-indep: build-stamp build-stamp: dh_testdir -- 2.1.4