~kick-d/ubuntu/+source/ntp:review/prepare-second-stage

Last commit made on 2016-02-05
Get this branch:
git clone -b review/prepare-second-stage https://git.launchpad.net/~kick-d/ubuntu/+source/ntp
Only Kick In can upload to this branch. If you are Kick In please log in for upload directions.

Branch merges

Branch information

Name:
review/prepare-second-stage
Repository:
lp:~kick-d/ubuntu/+source/ntp

Recent commits

d4cc365... by Kick In

ubuntu-meta

3ceb72d... by Kick In

  Debian changelog

8682222... by Kick In

   + debian/rules, enable debugging
       #### Prior next merge, ask debian to include it ####

0848990... by Kick In

  * Add PPS support:
    + debian/README.Debian: Add a PPS section to the README.Debian, removed all
      PPSkit one.
    + debian/ntp.conf: add some configuration examples from the offical documentation.
    + debian/control: Add Build-Depends on pps-tools

0c396f0... by Kick In

  * debian/control: add bison to Build-Depends.
      #### Prior next merge ensure it has been added to Debian ####

f4e2ae0... by Kick In

    + debian/ntp.conf, debian/ntpdate.default: Change default server to
      ntp.ubuntu.com.
         #### Sed rule in ntp.dhcp buggy, need to be removed ####

40be318... by Kick In

    + debian/ntp.init, debian/rules: Only stop when entering single user mode.
    + debian/ntp.init: Don't use /var/lib/ntp/ntp.conf.dhcp if /etc/ntp.conf is
      newer - it can get stale. Patch by Simon Déziel. (LP: #1472056)
                 ###need further review next merge###

0ec594a... by Kick In

    + Add enforcing AppArmor profile:
      - debian/control: Add Conflicts/Replaces on apparmor-profiles.
      - debian/control: Add Suggests on apparmor.
      - debian/control: Build-Depends on dh-apparmor
      - add debian/apparmor-profile*.
      - debian/ntp.dirs: Add apparmor directories.
      - debian/rules: install apparmor-profile and apparmor-profile.tunable.
      * debian/apparmor-profile: fix spurious noisy denials (LP: #1237508)
      - debian/source_ntp.py: Add filter on AppArmor profile names to prevent
      - debian/README.Debian: Fix missing Apparmor section in previous uploads

acb3f1f... by Kick In

    + debian/ntpdate.if-up: Fix interaction with openntpd.
    + debian/ntpdate.ifup: Stop ntp before running ntpdate when an interface
      comes up, then start again afterwards.

2458286... by Kick In

    + debian/rules, debian/ntp.dirs, debian/source_ntp.py: Add apport hook.