Enable gitlab CI
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.
This commit is contained in:
13
build-tools/dockerfiles/debian64/control
Normal file
13
build-tools/dockerfiles/debian64/control
Normal file
@@ -0,0 +1,13 @@
|
||||
Source: minecraft-overviewer
|
||||
Maintainer: Aaron Griffith <agrif@overviewer.org>
|
||||
Section: python
|
||||
Priority: optional
|
||||
Build-Depends: python-all-dev (>= 2.6), debhelper (>= 7.4.3), python-imaging, python-numpy
|
||||
Standards-Version: 3.9.1
|
||||
|
||||
Package: minecraft-overviewer
|
||||
Architecture: any
|
||||
Homepage: http://overviewer.org/
|
||||
XB-Python-Version: ${python:Versions}
|
||||
Depends: ${misc:Depends}, python2.7 | python2.6, python (>= 2.6), python (<< 2.8), python-imaging, python-numpy, ${shlibs:Depends}
|
||||
Description: Generates large resolution images of a Minecraft map.
|
||||
Reference in New Issue
Block a user