debian/0000755000000000000000000000000012211051106007153 5ustar debian/compat0000644000000000000000000000000212211051106010351 0ustar 9 debian/control0000644000000000000000000000164512211051106010564 0ustar Source: python-uritemplate Section: python Priority: optional Maintainer: PKG Cloud Uploaders: Jimmy Kaplowitz , Thomas Goirand Build-Depends: debhelper (>= 9), openstack-pkg-tools, python-all (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-uritemplate.git Vcs-Git: git://anonscm.debian.org/openstack/python-uritemplate.git Homepage: http://github.com/uri-templates/uritemplate-py/ Package: python-uritemplate Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: implementation of RFC6570 python-uritemplate implements RFC6570. URI Template can expand templates up to and including Level 4 in that specification. It exposes one method, "expand". debian/source/0000755000000000000000000000000012211051106010453 5ustar debian/source/format0000644000000000000000000000001412211051106011661 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012211051106010566 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000013012211051106010176 0ustar version=3 http://pypi.python.org/packages/source/u/uritemplate uritemplate-(.*).tar.gz debian/changelog0000644000000000000000000000024212211051106011023 0ustar python-uritemplate (0.5.2-1) unstable; urgency=low * Initial release. (Closes: #719974) -- Thomas Goirand Sat, 17 Aug 2013 11:31:11 +0200 debian/copyright0000644000000000000000000000212312211051106011104 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: uritemplate Source: http://github.com/uri-templates/uritemplate-py/ Files: debian/* Copyright: (c) 2013, Thomas Goirand License: Apache-2 Files: * Copyright: (c) 2013, Joe Gregorio (c) 2013, Mark Nottingham (c) 2013, Roy Fielding License: Apache-2 License: Apache-2 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file 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-based systems the full text of the Apache version 2.0 license can be found in /usr/share/common-licenses/Apache-2.0. debian/rules0000755000000000000000000000024212211051106010231 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com/uri-templates/uritemplate-py.git include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --with python2