1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Source: buildozer
Section: devel
Priority: optional
Maintainer: Thomas-Karl Pietrowski <thopiekar@googlemail.com>
Build-Depends: debhelper (>= 8.0.0), python-setuptools
Standards-Version: 3.9.4
Homepage: https://github.com/kivy/buildozer
X-Python-Version: >= 2.7, << 3.0
#Vcs-Git: https://github.com/kivy/buildozer.git
#Vcs-Browser: https://github.com/kivy/buildozer.git
Package: buildozer
Architecture: any
Depends: python-buildozer (>= ${binary:Version}),
${python:Depends},
${misc:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
Package: python-buildozer
Architecture: any
Depends: ${python:Depends}, ${python:Versions}, ${misc:Depends}
Provides: ${python:Provides}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
|