From 01cbb318e1a94aa4ecfdf73f8265371b39972a52 Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 12:46:05 -0700 Subject: add previously generated debian packaging files --- jsonschema-0.6/debian/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jsonschema-0.6/debian/control (limited to 'jsonschema-0.6/debian/control') diff --git a/jsonschema-0.6/debian/control b/jsonschema-0.6/debian/control new file mode 100644 index 0000000..7cbef5e --- /dev/null +++ b/jsonschema-0.6/debian/control @@ -0,0 +1,14 @@ +Source: python-jsonschema +Section: python +Priority: optional +Maintainer: Kristina Clair +Build-Depends: debhelper (>= 7.0.50~), python-support, python (>=2.6) +Standards-Version: 3.9.4.0 +Homepage: http://pypi.python.org/pypi/jsonschema + +Package: python-jsonschema +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Provides the jsonschema python package + Provides the jsonschema python package, + which is an implementation of JSON Schema for python. -- cgit v1.2.3