summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoren Hansen <soren@canonical.com>2009-08-10 18:00:35 +0200
committerSoren Hansen <soren@canonical.com>2009-08-10 18:00:35 +0200
commitda2dd7e49f52491e4ebe4451d0f0ede19a682e23 (patch)
treef641d5cb7c7664721281fc23223483d2fccf9f8e
parent343ee6f6f3348da6cb48b572f918fe39affcf5d2 (diff)
downloadvyos-cloud-init-da2dd7e49f52491e4ebe4451d0f0ede19a682e23.tar.gz
vyos-cloud-init-da2dd7e49f52491e4ebe4451d0f0ede19a682e23.zip
Move python-disutils.mk before debhelper.mk to make sure the python module is
fully installed by dh_pycentral before the init script is run in postinst.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e7f5c1be..b81e3ff3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pycentral
-include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
DEB_UPDATE_RCD_PARAMS:= start 15 2 3 4 5 . stop 20 1 .