From d5cf985143474d220e724b29cf010cae50600586 Mon Sep 17 00:00:00 2001 From: Eugene Gagarin Date: Tue, 24 Feb 2009 11:00:25 +0300 Subject: [PATCH] removed configure target from debian/rules --- debian/rules | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/debian/rules b/debian/rules index 334ef62..9d69f4f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,21 +1,8 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - - touch configure-stamp - build: build-stamp build-stamp: configure-stamp -- 1.7.9.5