debian/0000755000000000000000000000000012302376322007166 5ustar debian/docs0000644000000000000000000000001312144116377010041 0ustar README.rst debian/copyright0000644000000000000000000000346112144116377011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-django-appconf Source: https://github.com/jezdez/django-appconf.git Files: debian/* Copyright: (c) 2012, Thomas Goirand License: BSD Files: * Copyright: Copyright (c) 2011-2012, Jannis Leidel and individual contributors License: BSD License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of django-appconf 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 COPYRIGHT OWNER 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 DAMAG debian/changelog0000644000000000000000000000075712302376322011051 0ustar python-django-appconf (0.5-2build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:51:14 +0000 python-django-appconf (0.5-2) unstable; urgency=low * Uploading to unstable. -- Thomas Goirand Mon, 13 May 2013 07:57:13 +0000 python-django-appconf (0.5-1) experimental; urgency=low * Initial release. -- Thomas Goirand Sun, 14 Oct 2012 11:45:53 +0000 debian/compat0000644000000000000000000000000212144116377010372 0ustar 8 debian/control0000644000000000000000000000217312144116377010602 0ustar Source: python-django-appconf Section: python Priority: extra Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Ghe Rivero , Mehdi Abaakouk Build-Depends: debhelper (>= 8), python-setuptools, python-all (>= 2.6.6-3~), python-django (>= 1.1), openstack-pkg-tools Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-django-appconf.git;a=summary Vcs-Git: git://anonscm.debian.org/openstack/python-django-appconf.git Homepage: http://pypi.python.org/pypi/django-appconf/ Package: python-appconf Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.1) Provides: ${python:Provides} Description: helper class for handling configuration defaults of packaged apps gracefully Say you have an app with a few defaults, which you want to refer to in the app's code without repeating yourself all the time. Django-appconf provides a simple helper class to implement those defaults. debian/CHANGELOG0000644000000000000000000000025112144116377010404 0ustar commit 28c9526eb07c24f02e1ad14f0cbd3feb2966dbdf Author: Thomas Goirand Date: Sun Oct 14 11:44:33 2012 +0000 Initial upstream source code v0.5 debian/rules0000755000000000000000000000026212144116377010254 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 UPSTREAM_GIT = git://github.com/jezdez/django-appconf.git include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --with python2 debian/source/0000755000000000000000000000000012144116377010474 5ustar debian/source/format0000644000000000000000000000001412144116377011702 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012144116377010607 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = v%(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000013612144116377010225 0ustar version=3 http://pypi.python.org/packages/source/d/django-appconf/django-appconf-(.*)\.tar.gz