Added rule to remove subversion-subdirectories for debian build
authorocto <octo>
Sun, 17 Apr 2005 13:38:37 +0000 (13:38 +0000)
committerocto <octo>
Sun, 17 Apr 2005 13:38:37 +0000 (13:38 +0000)
debian/rules

index 35b8226..37f155b 100755 (executable)
@@ -25,6 +25,7 @@ configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
 
        dh_testdir
        # Add here commands to configure the package.
 
+       find . -type d -name '.svn' | xargs rm -rfv
        patch -p1 <contrib/systemwide-patch/systemwide-patch.diff
 
        touch configure-stamp
        patch -p1 <contrib/systemwide-patch/systemwide-patch.diff
 
        touch configure-stamp