From 1e7349e7392004d59419ceefdcd6e64ab5655f23 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 13 Jul 2011 17:06:46 +0200 Subject: update debian packaging, update copyright --- debian/rules | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index a9bafe4..c35d829 100755 --- a/debian/rules +++ b/debian/rules @@ -13,18 +13,19 @@ config.status: configure dh_testdir touch $@ -build: - dh_testdir +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp - # Add here commands to compile the package. +build-stamp: + dh_testdir $(MAKE) - touch $@ clean: dh_testdir dh_testroot - rm -f build + rm -f build-stamp $(MAKE) clean dh_prep rm -f debian/files -- cgit v1.1