From: octo Date: Sat, 23 Apr 2005 15:36:32 +0000 (+0000) Subject: Merged debian-fixes from tag Release-0.8.1 X-Git-Tag: Release-0.8.2~8 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a4bba1f1176790b03bd8ee1226817c10b8951140;p=onis.git Merged debian-fixes from tag Release-0.8.1 --- 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