add debian directory

This commit is contained in:
Benjamin Dauvergne 2017-01-02 16:37:22 +01:00
parent 3f459b73a2
commit b489242ddd
6 changed files with 25 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
python-jsonschema (2.5.1-0~eo80+1) jessie-eobuilder; urgency=low
* Initial package
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 2 Jan 2017 11:45:32 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

12
debian/control vendored Normal file
View File

@ -0,0 +1,12 @@
Source: python-jsonschema
Maintainer: Entr'ouvert <info@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
Standards-Version: 3.9.1
X-Python-Version: >= 2.7
Package: python-jsonschema
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: JSONSchema validation library for Python

5
debian/rules vendored Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/make -f
%:
dh $@ --with python2 --buildsystem=python_distutils

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

1
debian/source/options vendored Normal file
View File

@ -0,0 +1 @@
extend-diff-ignore="\.egg-info$"