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
=== modified file 'debian/changelog'
--- debian/changelog 2016-03-07 14:25:02 +0000
+++ debian/changelog 2016-03-07 21:09:35 +0000
@@ -1,3 +1,11 @@
1maas (2.0.0~alpha1+bzr4741-0ubuntu1) UNRELEASED; urgency=medium
2
3 * New usptream release, 2.0.0 bzr 4741.
4 * maas-dns Depends: bind9 >= 1:9.10.3.dfsg.P2-5 for better system time.
5 LP: #1553176.
6
7 -- Andres Rodriguez <andreserl@ubuntu.com> Mon, 01 Feb 2016 18:18:52 +0100
8
1maas (2.0.0~alpha1+bzr4736-0ubuntu1~xenial2) xenial; urgency=medium9maas (2.0.0~alpha1+bzr4736-0ubuntu1~xenial2) xenial; urgency=medium
210
3 * New usptream release, 2.0.0 bzr 4736:11 * New usptream release, 2.0.0 bzr 4736:
412
=== modified file 'debian/control'
--- debian/control 2016-03-06 16:54:54 +0000
+++ debian/control 2016-03-07 21:09:35 +0000
@@ -217,7 +217,7 @@
217217
218Package: maas-dns218Package: maas-dns
219Architecture: all219Architecture: all
220Depends: bind9,220Depends: bind9 (>= 1:9.10.3.dfsg.P2-5~),
221 maas-region-controller-min (= ${binary:Version}),221 maas-region-controller-min (= ${binary:Version}),
222 ${misc:Depends}222 ${misc:Depends}
223Conflicts: dnsmasq223Conflicts: dnsmasq

Subscribers

People subscribed via source and target branches