From a4bba1f1176790b03bd8ee1226817c10b8951140 Mon Sep 17 00:00:00 2001 From: octo Date: Sat, 23 Apr 2005 15:36:32 +0000 Subject: [PATCH] Merged debian-fixes from tag Release-0.8.1 --- debian/control | 2 +- debian/rules | 23 ++++------------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/debian/control b/debian/control index 9ad08e1..858d365 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: onis Section: unknown Priority: optional Maintainer: Florian Forster -Build-Depends: debhelper (>= 4.0.0), pod2man +Build-Depends: debhelper (>= 4.0.0) Standards-Version: 3.6.1 Package: onis diff --git a/debian/rules b/debian/rules index fc3dc45..90deb4b 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