diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9db318c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +rfc3986 (0.2.0-1) unstable; urgency=low + + * Create a .deb package for v0.2.0 + + -- Ian Cordasco Mon, 07 Jul 2014 19:39:42 +0000 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..4196774 --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: rfc3986 +Maintainer: Ian Cordasco +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7) +Standards-Version: 3.9.1 + +Package: python-rfc3986 +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Validating URI References per RFC 3986 + rfc3986 + ======= + . + A Python implementation of `RFC 3986`_ including validation and authority + parsing. Coming soon: `Reference Resolution `_. + . + Installation + ------------ + . + Simply use pip to install ``rfc3986`` like so:: + . + pip install rfc3986 + . + License + ------- + . + `Apache License Version 2.0`_ + . + Example Usage + ------------- diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d1e701e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: rfc3986 +Upstream-Contact: Ian Cordasco +Source: http://pypi.python.org/pypi/rfc3986 + +Files: debian/* +Copyright: 2014, Ian Cordasco , Rackspace +License: Apache + +Files: * +Copyright: 2014, Ian Cordasco , Rackspace +License: Apache + +License: Apache + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this software except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache License, Version 2.0 can be + found in the file `/usr/share/common-licenses/Apache-2.0'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..efc6db0 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Mon, 07 Jul 2014 19:39:42 +0000 + +%: + 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)