~ubuntu-branches/debian/stretch/ufw/stretch

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-08-30 13:50:15 UTC
  • Revision ID: james.westby@ubuntu.com-20100830135015-uewy08048r0lfjj9
Tags: 0.30.0-2
* src/frontend.py: display unicode error messages properly. Thanks to
  Serguey Basalaev.
  - upstream commit r700
  - LP: #580032
* src/backend_iptables.py: fix gettext warning
  - upstream commit r701
* run debconf-updatepo, but adjust debian/po/de.po and debian/po/es.po to
  add correct "Language:" tag
* profiles/ufw-mailserver: remove Postfix specific language
  - upstream commit r705, r707
* debian/rules: do install the upstream application profiles now

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
                        echo "fixed interpreter: $$i"; \
111
111
                fi; \
112
112
        done
113
 
        # Don't install profiles for now
114
 
        profiles="$(wildcard ./debian/ufw/etc/ufw/applications.d/ufw-*)";\
115
 
        for p in $$profiles; do \
116
 
            rm -f $$p; \
117
 
        done
118
113
        DH_PYCENTRAL=include-links dh_pycentral
119
114
        dh_compress
120
115
        dh_fixperms