Ubuntu Pastebin

Paste from balloons at Mon, 31 Oct 2016 20:26:09 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== modified file 'debian/changelog'
--- debian/changelog	2016-10-20 15:05:07 +0000
+++ debian/changelog	2016-10-31 17:41:43 +0000
@@ -1,3 +1,10 @@
+juju-core (1:2.0.0-0ubuntu1.16.10.2) yakkety; urgency=medium
+
+  * Restore golang-github-coreos-go-systemd-dev
+  * Fix missing dh_install for sysctl file
+
+ -- Nicholas Skaggs <nicholas.skaggs@canonical.com>  Mon, 31 Oct 2016 13:41:40 -0400
+
 juju-core (1:2.0.0-0ubuntu1.16.10.1) yakkety-proposed; urgency=medium
 
   * New upstream release 2.0.0 (LP: #1617440)

=== modified file 'debian/control'
--- debian/control	2016-10-20 15:05:07 +0000
+++ debian/control	2016-10-31 17:40:36 +0000
@@ -7,11 +7,12 @@
                distro-info,
                golang-check.v1-dev,
                golang-github-bmizerany-pat-dev,
+               golang-github-coreos-go-systemd-dev,
                golang-go (>= 2:1.6),
                golang-go-dbus-dev,
                golang-gopkg-tomb.v2-dev,
                golang-websocket-dev,
-               golang-golang-x-crypto-dev,
+               golang-golang-x-crypto-dev (>= 1:0.0~git20161012.0.5f31782),
                golang-golang-x-net-dev,
                golang-yaml.v2-dev,
                lsb-release,

=== modified file 'debian/rules'
--- debian/rules	2016-10-07 02:54:47 +0000
+++ debian/rules	2016-10-31 17:40:36 +0000
@@ -63,6 +63,7 @@
 	cp src/github.com/juju/juju/etc/bash_completion.d/juju-version _build/juju
 	dh_install _build/juju src/github.com/juju/juju/etc/bash_completion.d/juju-2.0 \
 	           usr/share/bash-completion/completions
+	dh_install debian/juju-2.0.conf usr/lib/sysctl.d
 
 override_dh_link:
 	dh_link -pjuju-2.0 usr/bin/juju-$(VERSION) usr/bin/juju
Download as text