mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
* 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.
8 lines
171 B
Makefile
Executable File
8 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
|