debian/0000755000000000000000000000000012211155305007161 5ustar debian/source/0000755000000000000000000000000012173136764010500 5ustar debian/source/format0000644000000000000000000000001412173136764011706 0ustar 3.0 (quilt) debian/control0000644000000000000000000000152312173137473010602 0ustar Source: shortuuid Section: python Priority: optional Maintainer: Kouhei Maeda Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6), python-setuptools Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Homepage: https://github.com/stochastic-technologies/shortuuid/ Package: python-shortuuid Architecture: all Provides: ${python:Provides} Depends: ${python:Depends}, ${misc:Depends} Description: generates concise, unambiguous, URL-safe UUIDs Often, one needs to use non-sequential IDs in places where users will see them, but the IDs must be as concise and easy to use as possible. shortuuid solves this problem by generating uuids using Python's built-in uuid module and then translating them to base57 using lowercase and uppercase letters and digits, and removing similar-looking characters such as l, 1, I, O and 0. debian/docs0000644000000000000000000000001412207647605010045 0ustar README.rst debian/watch0000644000000000000000000000012612173137021010213 0ustar version=3 https://pypi.python.org/packages/source/s/shortuuid/shortuuid-(.*)\.tar\.gz debian/copyright0000644000000000000000000000340012173137213011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: shortuuid Source: https://pypi.python.org/pypi/shortuuid Files: * Copyright: 2011, Stochastic Technologies License: BSD-3-Clause Files: debian/* Copyright: 2013 Kouhei Maeda License: BSD-3-Clause License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/rules0000755000000000000000000000031112207647063010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_auto_test: set -e ; \ python $(CURDIR)/shortuuid/tests.py debian/compat0000644000000000000000000000000212173136764010376 0ustar 8 debian/changelog0000644000000000000000000000035112207647344011050 0ustar shortuuid (0.3.1-1) unstable; urgency=low * Initial release (Closes: #717542) * debian/patches - update_egg-info.patch: append setup.cfg to SOURCES.txt -- Kouhei Maeda Thu, 29 Aug 2013 22:37:51 +0900 debian/patches/0000755000000000000000000000000012211155244010612 5ustar debian/patches/update_egg-info.patch0000644000000000000000000000070012207647245014701 0ustar * append setup.cfg to SOURCES.txt Index: shortuuid-0.3.1/shortuuid.egg-info/SOURCES.txt =================================================================== --- shortuuid-0.3.1.orig/shortuuid.egg-info/SOURCES.txt 2013-08-29 22:36:33.301391951 +0900 +++ shortuuid-0.3.1/shortuuid.egg-info/SOURCES.txt 2013-08-29 22:36:53.617136547 +0900 @@ -1,6 +1,7 @@ COPYING MANIFEST.in README.rst +setup.cfg setup.py shortuuid/__init__.py shortuuid/main.py debian/patches/series0000644000000000000000000000002612207647075012042 0ustar update_egg-info.patch