From f9530acf981299d9526e02cdf0af6b1c8838d02c Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Tue, 23 Jun 2009 08:44:38 +0900 Subject: Bump Standards-Version to 3.8.1 by simply honoring the nocheck build option. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index acecdef..9db626a 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,9 @@ install: build dh_testroot dh_clean -k dh_installdirs +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) check +endif $(MAKE) install DESTDIR=$(CURDIR)/debian/pbuilder dh_movefiles -ppbuilder-uml --sourcedir=debian/pbuilder -- cgit v1.2.3