summaryrefslogtreecommitdiff
path: root/debian.trunk
diff options
context:
space:
mode:
Diffstat (limited to 'debian.trunk')
-rw-r--r--debian.trunk/changelog2
-rw-r--r--debian.trunk/control2
-rwxr-xr-xdebian.trunk/rules1
3 files changed, 2 insertions, 3 deletions
diff --git a/debian.trunk/changelog b/debian.trunk/changelog
index 53e3678c..a36d00d6 100644
--- a/debian.trunk/changelog
+++ b/debian.trunk/changelog
@@ -1,4 +1,4 @@
-cloud-init (VERSION~REVNO-0) UNRELEASED; urgency=low
+cloud-init (VERSION~REVNO-1) UNRELEASED; urgency=low
* build
diff --git a/debian.trunk/control b/debian.trunk/control
index f2eec1e4..f0dcef6a 100644
--- a/debian.trunk/control
+++ b/debian.trunk/control
@@ -10,7 +10,7 @@ Build-Depends: cdbs,
pylint,
python-mocker,
XS-Python-Version: all
-Standards-Version: 3.9.1
+Standards-Version: 3.9.3
Package: cloud-init
Architecture: all
diff --git a/debian.trunk/rules b/debian.trunk/rules
index 19384687..0f79136c 100755
--- a/debian.trunk/rules
+++ b/debian.trunk/rules
@@ -13,7 +13,6 @@ cloud-init-fixups:
for x in $(DEB_DESTDIR)/usr/bin/*.py; do mv "$$x" "$${x%.py}"; done
install -d $(DEB_DESTDIR)/etc/rsyslog.d
cp tools/21-cloudinit.conf $(DEB_DESTDIR)/etc/rsyslog.d/21-cloudinit.conf
- ln -sf cloud-init-per $(DEB_DESTDIR)/usr/bin/cloud-init-run-module
# You only need to run this immediately after checking out the package from
# revision control.