debian/0000755000000000000000000000000012261641217007170 5ustar debian/watch0000644000000000000000000000012312261521206010210 0ustar version=3 https://github.com/jsocol/django-ratelimit/tags .*/v(\d[\d\.]*)\.tar\.gz debian/rules0000755000000000000000000000217312261521206010246 0ustar #!/usr/bin/make -f DH_VERBOSE = 1 # upstream version part in debian/changelog is generate with: # $ git describe --tags COMMIT_FOR_RELEASE | sed -e 's,^v,,' -e 's,-,+,g' # where COMMIT_FOR_RELEASE is the commit put in prinstine-tar branch # we need to maintain up-to-date pristine-tar branch orig_version=$(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d- -f1) pkgname=$(shell dpkg-parsechangelog | grep ^Source | cut -d' ' -f2) # If we are w/o .git dir try to wget orig source. # this is to maintain up-to-date, this is not a good solution upstream_commit_release="d58c489797405db348b30dec6103dcfff73160ec" upstream_base_url="https://github.com/jsocol/django-ratelimit/archive" %: dh $@ --with python2,sphinxdoc override_dh_auto_build: dh_testdir $(MAKE) -C docs html dh_auto_build override_dh_clean: $(MAKE) -C docs clean rm -rf docs/_build *.egg-info dh_clean get-orig-source: dh_testdir if test -d .git ; then \ pristine-tar checkout ../$(pkgname)_$(orig_version).orig.tar.gz ; \ else \ wget -O ../$(pkgname)_$(orig_version).orig.tar.gz \ "$(upstream_base_url)/$(upstream_commit_release).tar.gz" ; \ fi debian/control0000644000000000000000000000222012261641217010567 0ustar Source: django-ratelimit Maintainer: Marco Bardelli Section: python Priority: optional Build-Depends: debhelper (>= 9), quilt, python-all, python-sphinx, python-setuptools Standards-Version: 3.9.5 X-Python-Version: >= 2.6, << 2.8 Vcs-Git: git://git.debian.org/git/collab-maint/django-ratelimit.git Vcs-Browser: http://git.debian.org/gitweb/?p=collab-maint/django-ratelimit.git Homepage: https://github.com/jsocol/django-ratelimit Package: python-django-ratelimit Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.4) Description: Cache-based rate-limiting for Django. Django Ratelimit provides a decorator to rate-limit views. Limiting can be based on IP address or a field in the request--either a GET or POST variable. Package: python-django-ratelimit-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: Cache-based rate-limiting for Django (documentation). Django Ratelimit provides a decorator to rate-limit views. Limiting can be based on IP address or a field in the request--either a GET or POST variable. . This package contains the documentation. debian/python-django-ratelimit.install0000644000000000000000000000000412261521206015316 0ustar usr debian/copyright0000644000000000000000000000137012261521206011117 0ustar Copyright (c) 2013, James Socol 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. See: /usr/share/common-licenses/Apache-2.0 The Debian packaging is: Copyright (C) 2013 Marco Bardelli and is licensed under GPLv3, see /usr/share/common-licenses/GPL-3 debian/compat0000644000000000000000000000000212261521206010361 0ustar 9 debian/changelog0000644000000000000000000000037012261521206011035 0ustar django-ratelimit (0.4.0+8+gd58c489-1) unstable; urgency=low * Initial package From upstream commit: d58c489797405db348b30dec6103dcfff73160ec Closes: #733566 -- Marco Bardelli Mon, 30 Dec 2013 02:26:13 +0100 debian/python-django-ratelimit.docs0000644000000000000000000000001312261521206014600 0ustar README.rst debian/python-django-ratelimit-doc.install0000644000000000000000000000010012261521206016056 0ustar docs/_build/html usr/share/doc/python-django-ratelimit-doc/html debian/source/0000755000000000000000000000000012261521404010463 5ustar debian/source/format0000644000000000000000000000001412261521206011671 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000004012261521206012073 0ustar extend-diff-ignore="\.egg-info"