summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2016-08-23 16:48:26 -0400
committerScott Moser <smoser@brickies.net>2016-08-23 16:48:26 -0400
commitb515e271be44a1cc0dbac393773274e98495110b (patch)
tree55e6fa7b7a952f8ce902c9e3d352e1b4e1d11f96
parent83c27e3b1b56024be5afbfc2a28c7be547e6dfe5 (diff)
downloadcloud-init-git-ubuntu/0.6.2-0ubuntu2.tar.gz
Import version 0.6.2-0ubuntu2ubuntu/0.6.2-0ubuntu2
Imported using git-dsc-commit.
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules3
3 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 41355775..ea3fe45d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cloud-init (0.6.2-0ubuntu2) precise; urgency=low
+
+ * Build using dh_python2. LP: #904248.
+ * debian/rules: Explicitly set DEB_PYTHON2_MODULE_PACKAGES = cloud-init.
+
+ -- Matthias Klose <doko@ubuntu.com> Sat, 17 Dec 2011 21:08:23 +0000
+
cloud-init (0.6.2-0ubuntu1) precise; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 77f75d44..5a8d9182 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Scott Moser <smoser@ubuntu.com>
Build-Depends: cdbs,
debhelper (>= 5.0.38),
po-debconf,
- python,
- python-central (>= 0.5.6)
+ python (>= 2.6.6-3~)
XS-Python-Version: all
Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 3e1e588a..47a84771 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM := pycentral
-export DH_PYCENTRAL=include-links
+DEB_PYTHON2_MODULE_PACKAGES = cloud-init
binary-install/cloud-init::cloud-init-fixups