diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 206490c..c450391 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,10 @@ #!/usr/bin/make -f -# Verbose mode # export DH_VERBOSE=1 +UPSTREAM_GIT = git://github.com/rbarrois/factory_boy.git + +include /usr/share/openstack-pkg-tools/pkgos.make + %: - dh $@ --with python2
\ No newline at end of file + dh $@ --with python2 --buildsystem=python_distutils |