From 1bb1416d7edde63c552b92a15d831db01e73bbd5 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 18 Jun 2009 15:00:56 -0600 Subject: [PATCH] oops, forgot to merge this back in during repo reconstruction --- debian/rules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index c738c9f..74bcc21 100755 --- a/debian/rules +++ b/debian/rules @@ -18,22 +18,21 @@ configure-stamp: build: configure-stamp build-stamp build-stamp: dh_testdir - RSH="/usr/bin/rsh" CFLAGS="-O2 -g -Wall -fno-gnu89-inline" $(MAKE) + ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) (cd tests ; $(MAKE) clean) $(MAKE) check endif + perl debian/tarman > debian/tar.1 touch build-stamp clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp - + rm -f build-stamp configure-stamp debian/tar.1 [ ! -f Makefile ] || $(MAKE) distclean - dh_clean install: build -- 2.43.0