diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..03e1178 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-jsonschema (2.5.1-0~eo80+1) jessie-eobuilder; urgency=low + + * Initial package + + -- Benjamin Dauvergne Mon, 2 Jan 2017 11:45:32 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..34bfed2 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: python-jsonschema +Maintainer: Entr'ouvert +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 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7bf6077 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..05679d1 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore="\.egg-info$"