Minor fixes so package builds again.
authorocto <octo>
Wed, 20 Apr 2005 22:25:11 +0000 (22:25 +0000)
committerocto <octo>
Wed, 20 Apr 2005 22:25:11 +0000 (22:25 +0000)
debian/rules

index 4ba4482..d8941f6 100755 (executable)
@@ -26,7 +26,7 @@ configure-stamp:
        # Add here commands to configure the package.
 
        find . -type d -name '.svn' | xargs rm -rfv
        # Add here commands to configure the package.
 
        find . -type d -name '.svn' | xargs rm -rfv
-       patch -p1 <contrib/systemwide-patch/systemwide-patch.diff
+       #patch -p1 <contrib/systemwide-patch/systemwide-patch.diff
 
        touch configure-stamp
 
 
        touch configure-stamp
 
@@ -36,7 +36,7 @@ build: build-stamp
 build-stamp: configure-stamp 
        dh_testdir
 
 build-stamp: configure-stamp 
        dh_testdir
 
-       pod2man -r $(egrep '^\$VERSION' onis | cut -d "'" -f 2) onis >onis.1
+       pod2man -r "$(egrep '^\$VERSION' onis | cut -d \' -f 2)" onis >onis.1
 
        touch build-stamp
 
 
        touch build-stamp