From 28fd1b6d0bd35ee199634846770e9a219790919c Mon Sep 17 00:00:00 2001 From: octo Date: Sat, 23 Apr 2005 15:33:18 +0000 Subject: [PATCH] Removed newlines. Stupid make.. --- debian/rules | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/debian/rules b/debian/rules index fc3dc45..d30c5f1 100755 --- a/debian/rules +++ b/debian/rules @@ -23,15 +23,8 @@ endif configure: configure-stamp configure-stamp: dh_testdir - # Add here commands to configure the package. - find . -type d -name '.svn' | xargs rm -rfv - - if [ ! -e patch-stamp ]; then - patch -p1 onis.1 - touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - - [ -e onis.1 ] && rm -f onis.1 - - if [ -e patch-stamp ]; then - patch -p1 -R