~ubuntu-branches/ubuntu/trusty/ufw/trusty-proposed

« back to all changes in this revision

Viewing changes to README.design

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2012-04-04 12:12:25 UTC
  • mfrom: (30.1.13)
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: package-import@ubuntu.com-20120404121225-pjt6j7hm3ua0q580
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:
30
30
and IPv6 configuration are kept completely separate (ie there are no IPv4
31
31
mapped addresses).
32
32
 
 
33
Contributing
 
34
------------
 
35
Before submitting patches for ufw, please do the following:
 
36
 
 
37
$ make syntax-check    # basic syntax checker
 
38
$ make check           # runs non-root tests
 
39
# ./run-tests -r root  # runs root tests (modifies running firewall)
 
40
 
 
41
CAUTION: root tests will flush the firewall and use iptables commands on the
 
42
host.
 
43
 
 
44
Contributions should follow PEP-8 and have an accompanying test case added to
 
45
tests/.
 
46
 
33
47
 
34
48
Copyright 2011 Canonical Ltd.