diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-12-20 16:27:33 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-12-20 16:27:33 -0500 |
commit | 7b6da6936cdf690598b6ed16f5c5c254dca19e39 (patch) | |
tree | 684c05dc6d47b579a107cbf496843a941ba8c972 /debian.trunk/rules | |
parent | b17a271da699230be8dad5d8c0227a5c7c238503 (diff) | |
download | vyos-cloud-init-7b6da6936cdf690598b6ed16f5c5c254dca19e39.tar.gz vyos-cloud-init-7b6da6936cdf690598b6ed16f5c5c254dca19e39.zip |
debian.trunk/ transition to dh_python2 from pycentral
This is the same 2 changes that were made to cloud-init under LP: #904248
Diffstat (limited to 'debian.trunk/rules')
-rwxr-xr-x | debian.trunk/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian.trunk/rules b/debian.trunk/rules index 95bff792..19384687 100755 --- a/debian.trunk/rules +++ b/debian.trunk/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 |