Ben Poliakoff
                
            
        
     - 
    
      2011-05-16
    
            
            
            
            
              
            
                
            
          
          This is a very simple patch to the debian/rules file (which is currently non-functional).
Here are the changes:
1) add "autoreconf' and "automake --add-missing" otherwise we're left without a configure script (and without a "depcomp")
2) updated temporary package install dir from $(CURDIR)/debian/pwman to $(CURDIR)/debian/tmp (which is where other components of the package are installed
Once the patch is applied a normal debian package can be installed via the "dpkg-buildpackage" command.