blob: c4503910ac8000feb7c99f864f2547ece8043999 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
# export DH_VERBOSE=1
UPSTREAM_GIT = git://github.com/rbarrois/factory_boy.git
include /usr/share/openstack-pkg-tools/pkgos.make
%:
dh $@ --with python2 --buildsystem=python_distutils
|