debian/0000755000000000000000000000000012225715206007170 5ustar debian/compat0000644000000000000000000000000212225430176010366 0ustar 8 debian/changelog0000644000000000000000000000024512225443615011045 0ustar django-shortuuidfield (0.1.2-1) unstable; urgency=low * Initial release (Closes: #725940) -- Kouhei Maeda Thu, 10 Oct 2013 15:21:57 +0900 debian/patches/0000755000000000000000000000000012225436464010625 5ustar debian/patches/update_egg-info.patch0000644000000000000000000000223712225436464014707 0ustar * Change to 1.1 of Metadata-Version at PKG-INFO * Append setup.cfg to SOURCES.txt Index: django-shortuuidfield-0.1.2/django_shortuuidfield.egg-info/PKG-INFO =================================================================== --- django-shortuuidfield-0.1.2.orig/django_shortuuidfield.egg-info/PKG-INFO 2013-10-10 14:36:21.864201707 +0900 +++ django-shortuuidfield-0.1.2/django_shortuuidfield.egg-info/PKG-INFO 2013-10-10 14:36:40.295433742 +0900 @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: django-shortuuidfield Version: 0.1.2 Summary: Short UUIDField for Django. Good for use in urls & file names. (Base 57, 22 characters) Index: django-shortuuidfield-0.1.2/django_shortuuidfield.egg-info/SOURCES.txt =================================================================== --- django-shortuuidfield-0.1.2.orig/django_shortuuidfield.egg-info/SOURCES.txt 2013-10-10 14:36:21.864201707 +0900 +++ django-shortuuidfield-0.1.2/django_shortuuidfield.egg-info/SOURCES.txt 2013-10-10 14:36:40.295433742 +0900 @@ -1,6 +1,7 @@ LICENSE MANIFEST.in README.rst +setup.cfg setup.py django_shortuuidfield.egg-info/PKG-INFO django_shortuuidfield.egg-info/SOURCES.txt debian/patches/series0000644000000000000000000000002612225436274012037 0ustar update_egg-info.patch debian/source/0000755000000000000000000000000012225430176010470 5ustar debian/source/format0000644000000000000000000000001412225430176011676 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001312225430176010035 0ustar README.rst debian/watch0000644000000000000000000000015612225432452010222 0ustar version=3 https://pypi.python.org/packages/source/d/django-shortuuidfield/django-shortuuidfield-(.*)\.tar\.gz debian/control0000644000000000000000000000132412225435770010600 0ustar Source: django-shortuuidfield Section: python Priority: optional Maintainer: Kouhei Maeda Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.7), python-setuptools Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Homepage: https://github.com/nebstrebor/django-shortuuidfield Package: python-django-shortuuidfield Architecture: all Provides: ${python:Provides} Depends: ${python:Depends}, ${misc:Depends}, python-django, python-shortuuid Description: Short UUIDField for Django Provides a ShortUUIDField for your Django models which uses the base-57 "Short UUID" package. Originally, a fork from David Cramer's excellent django-uuidfield, but not much is left of that besides a bit of structure. debian/copyright0000644000000000000000000000347212225436126011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-shortuuidfield Source: https://pypi.python.org/pypi/django-shortuuidfield/ Files: * Copyright: 2013 Benjamin Roberts, David Cramer, individual contributors 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/rules0000755000000000000000000000020012225435726010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2