~ubuntu-branches/ubuntu/quantal/ufw/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2012-04-04 12:12:25 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20120404121225-uwg5h9oq45z00kg3
Tags: 0.31.1-1
* New upstream release (Closes: 663677, Closes: 625681)
* debian/control: update to standards 3.9.3
* convert to source format 3.0 (quilt)
* 0001-optimize-boot.patch: only read in /etc/ufw/ufw.conf when disabled
* debian/rules: adjust to only install the application profiles when not
  Ubuntu
* debian/po/nl.po: add Dutch translation of debconf templates. Thanks to
  Jeroen Schot (Closes: 658495)
* debian/po/da.po: add Danish translation of debconf templates. Thanks to
  Joe Dalton (Closes: 666557)

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
                        echo "fixed interpreter: $$i"; \
105
105
                fi; \
106
106
        done
107
 
        # Don't install profiles for now
108
 
        profiles="$(wildcard ./debian/ufw/etc/ufw/applications.d/ufw-*)";\
109
 
        for p in $$profiles; do \
110
 
            rm -f $$p; \
111
 
        done
 
107
        # Don't install profiles on Ubuntu
 
108
        if [ "$(DISTRIB)" = "Ubuntu" ]; then \
 
109
                profiles="$(wildcard ./debian/ufw/etc/ufw/applications.d/ufw-*)";\
 
110
                for p in $$profiles; do \
 
111
                rm -f $$p; \
 
112
                done \
 
113
        fi
112
114
        dh_python2
113
115
        dh_compress
114
116
        dh_fixperms