Even though the overviewer repo is hosted on github, this new CI stuff is useful for mirrors of overviewer hosted on gitlab. To support package builds for a few distributions, a set of dockerfiles have been created.
10 lines
175 B
Makefile
Executable File
10 lines
175 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# This file was automatically generated by stdeb 0.6.0+git at
|
|
# Tue, 18 Sep 2012 22:13:53 -0400
|
|
|
|
%:
|
|
dh $@ --with python2 --buildsystem=python_distutils
|
|
|
|
|