Merge lp:~lamont/maas/packaging-bug-1553176 into lp:~maas-maintainers/maas/packaging

Proposed by LaMont Jones
Status: Merged
Approved by: LaMont Jones
Approved revision: no longer in the source branch.
Merged at revision: 453
Proposed branch: lp:~lamont/maas/packaging-bug-1553176
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 28 lines (+9/-1)
2 files modified
debian/changelog (+8/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~lamont/maas/packaging-bug-1553176
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+288086@code.launchpad.net

Commit message

We need our DNS server to do nanosecond granularity time.

Description of the change

We need our DNS server to do nanosecond granularity time.

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

lgtm! You'll need to update the changelog though.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2016-03-07 14:25:02 +0000
3+++ debian/changelog 2016-03-07 21:09:35 +0000
4@@ -1,3 +1,11 @@
5+maas (2.0.0~alpha1+bzr4741-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * New usptream release, 2.0.0 bzr 4741.
8+ * maas-dns Depends: bind9 >= 1:9.10.3.dfsg.P2-5 for better system time.
9+ LP: #1553176.
10+
11+ -- Andres Rodriguez <andreserl@ubuntu.com> Mon, 01 Feb 2016 18:18:52 +0100
12+
13 maas (2.0.0~alpha1+bzr4736-0ubuntu1~xenial2) xenial; urgency=medium
14
15 * New usptream release, 2.0.0 bzr 4736:
16
17=== modified file 'debian/control'
18--- debian/control 2016-03-06 16:54:54 +0000
19+++ debian/control 2016-03-07 21:09:35 +0000
20@@ -217,7 +217,7 @@
21
22 Package: maas-dns
23 Architecture: all
24-Depends: bind9,
25+Depends: bind9 (>= 1:9.10.3.dfsg.P2-5~),
26 maas-region-controller-min (= ${binary:Version}),
27 ${misc:Depends}
28 Conflicts: dnsmasq

Subscribers

People subscribed via source and target branches