dfad25bd38
* Build debs with pbuilder
* Update README in packaging/debian
* Add Dockerfile for building debs
* Add local_deb makefile target - Allows users to build debs using locally installed dependencies. This was the `deb` target before moving to pbuilder.
(cherry picked from commit 4ae0d5b843
)
7 lines
171 B
Makefile
Executable file
7 lines
171 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# -- makefile --
|
|
|
|
DEB_PYTHON2_MODULE_PACKAGES=ansible
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/python-distutils.mk
|