Comment 1 for bug 231771

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Thank you for using ufw and taking the time to report a bug. The is actually fixed up in setup.py:
        # strip out beginning of path since setup.py doens't support dest-dir
        # yet
        find $(CURDIR)/debian/ufw -type f -exec sed "s#$(CURDIR)/debian/ufw##g" -i {} \;

You may also note:
        # make sure the version is in sync with our changelog
        sed -i "s/^ufw_version = .*/ufw_version = '$(UBUVERS)'/" ./setup.py

Ideally, these should be fixed in setup.py, but it is rather low on my TODO list. I'll gladly accept patches though.