From f62188753ffc49e6b684b288dd9394f71b1e776c Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 14 Jun 2010 15:41:03 -0600 Subject: [PATCH] un-do make check since there's no useful content .. fooled by INSTALL! --- debian/changelog | 1 - debian/rules | 5 ----- 2 files changed, 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8785d2e..b3be9ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ amanda (1:3.1.0-1) UNRELEASED; urgency=low * new upstream version - * turn on regression tests -- Bdale Garbee Mon, 14 Jun 2010 13:46:03 -0600 diff --git a/debian/rules b/debian/rules index a26fcc1..9b171ca 100755 --- a/debian/rules +++ b/debian/rules @@ -53,11 +53,6 @@ build-stamp: configure-stamp MAILER=/usr/bin/mail $(MAKE) CFLAGS="-O2 -g -Wall \ -DAMANDATES_FILE='\"/var/lib/amanda/amandates\"' \ -DIGNORE_TAR_ERRORS " -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) - $(MAKE) check -endif -endif touch build-stamp clean: -- 2.30.2