debian/0000755000000000000000000000000012164274305007172 5ustar debian/README.Debian0000644000000000000000000000031212151067317011226 0ustar python-django-registration -------------------------- For instructions on how to use this application, and on what it provides please check out /usr/share/doc/python-django-registration/overview.html debian/python-django-registration.doc-base0000644000000000000000000000066012151067317016063 0ustar Document: django-registration-overview Title: Django Registration Documentation Abstract: This is the documentation of Django Registration, a fairly simple user-registration application for Django, designed to make allowing user signups as painless as possible. Section: Programming/Python Format: HTML Index: /usr/share/doc/python-django-registration/html/index.html Files: /usr/share/doc/python-django-registration/html/*.html debian/compat0000644000000000000000000000000212151067317010367 0ustar 8 debian/rules0000755000000000000000000000064112151067317010252 0ustar #!/usr/bin/make -f PKG = $(shell dh_listpackages) %: dh $@ --with python2,sphinxdoc override_dh_auto_clean: rm -rf docs/_build/ dh_auto_clean override_dh_auto_build: cd registration && /usr/bin/django-admin compilemessages cd docs && $(MAKE) html dh_auto_build override_dh_auto_install: dh_auto_install # Drop .po files and keep only .mo files (compiled) find debian/$(PKG)/ -name '*.po' -exec rm {} \; debian/python-django-registration.docs0000644000000000000000000000002112151067317015325 0ustar docs/_build/html debian/docs0000644000000000000000000000001312151067317010036 0ustar docs/*.txt debian/control0000644000000000000000000000267512164272643010612 0ustar Source: python-django-registration Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Raphaël Hertzog , David Spreen , Stephan Peijnik , Stephan Sürken Standards-Version: 3.9.4 Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~) Build-Depends-Indep: python-django (>= 1.4), python-sphinx (>= 1.0.7+dfsg) | python3-sphinx Homepage: http://www.bitbucket.org/ubernostrum/django-registration/wiki/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-registration/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-registration/trunk/ Package: python-django-registration Architecture: all Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}, python-django (>= 1.4) Description: User-registration application for Django This is a fairly simple user-registration application for Django, designed to make allowing user signups as painless as possible. . Its main feature over Django's standard user-registration application is the support of email confirmation. . This application enables a fairly common workflow for user signups: 1. User signs up for an account. 2. User gets emailed an activation link. 3. User clicks the activation link before it expires. 4. User becomes a happy and productive contributor to your site. debian/watch0000644000000000000000000000015012151067317010216 0ustar version=3 http://pypi.python.org/packages/source/d/django-registration/django-registration-(.*)\.tar\.gzdebian/changelog0000644000000000000000000002034712164273715011056 0ustar python-django-registration (1.0-1) unstable; urgency=low * New stable upstream. * Update to Std.-Ver. 3.9.4 (no changes needed). -- Stephan Sürken Mon, 01 Jul 2013 14:36:29 +0200 python-django-registration (0.9~b0+hg440+ab1-2) unstable; urgency=low * control: django dependency must now be >= 1.4. -- Stephan Sürken Tue, 04 Jun 2013 14:09:47 +0200 python-django-registration (0.9~b0+hg440+ab1-1) unstable; urgency=low * New self-created upstream from hg tip 440: - Make setup also work with django 1.4. * Upload to unstable. -- Stephan Sürken Sun, 02 Jun 2013 14:26:51 +0200 python-django-registration (0.9~b0+hg440-1~exp1) experimental; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Stephan Sürken ] * New self-created upstream from hg tip 440: - Updates for django 1.5 (Closes: #709622). * control: Add myself to Uploaders. * No feedback from upstream yet, hence experimental for now. -- Stephan Sürken Fri, 31 May 2013 16:32:44 +0200 python-django-registration (0.8-2) unstable; urgency=low * Drop docs/_build entirely on clean so that we don't keep around docs/_build/doctrees which might not work with python3-sphinx. Closes: #697721 -- Raphaël Hertzog Thu, 10 Jan 2013 09:44:11 +0100 python-django-registration (0.8-1) unstable; urgency=low * New upstream release. - Now fully compatible with Django 1.4 which is in Debian Wheezy. - No longer use the deprecated "sha" module. Closes: #581721 * Update Standards-Version to 3.9.3. * Replace python-docutil build-dependency by one on python-sphinx to be able to generate the HTML documentation with the new upstream makefile. * Update the dh_auto_build override to include the "make html" call that generates the documentation and create debian/python-django-registration.docs to install the generated documentation. * Create a dh_auto_clean override to remove the (upstream provided and) generated documentation in docs/_build/html. * Use dh_sphinxdoc to get rid of embedded javascript files that sphinx-build generates. Add accordingly ${sphinxdoc:Depends} to Depends. * Update the doc-base registration to use the new path for the HTML documentation. -- Raphaël Hertzog Tue, 10 Jul 2012 16:04:20 +0200 python-django-registration (0.7-3) unstable; urgency=low * Provide README.Debian in place of upstream's README.txt. Closes: #646589 * Switch to dh_python2 instead of python-support. * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 (no change needed) * Update URL in copyright file. * Drop the article in the description (lintian warning). * Update Vcs-Browser URL to point to the new location at anonscm.debian.org -- Raphaël Hertzog Wed, 02 Nov 2011 11:43:40 +0100 python-django-registration (0.7-2) unstable; urgency=low * Add accent on my name in debian/control. * Change build-depends on python-dev to python. * Switch to source format "3.0 (quilt)". * Switch to debhelper 7 tiny rules file and compat mode 7. * Upgrade Standards-Version to 3.8.3. * Dropped useless debian/pycompat. * Add missing ${misc:Depends} on Depends line. * Register documentation with doc-base. -- Raphaël Hertzog Wed, 27 Jan 2010 16:09:24 +0100 python-django-registration (0.7-1) unstable; urgency=low [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn [ Stephan Peijnik ] * New upstream release. * Updated debian/watch to use pypi.python.org as source of new upstream tarballs. [ Raphael Hertzog ] * Update URL in Homepage field to match new upstream site (it moved to Bitbucket). * Drop 02_overview_rst_fix.patch and 01_validators_removed.patch as they got merged upstream. * delete_expired_users.py does no more exist. It has been replaced with a manage.py sub-command (manage.py cleanupregistration) that you can invoke within any project using django-registration. * Drop .po files from binary package. -- Raphael Hertzog Wed, 12 Nov 2008 10:06:06 +0100 python-django-registration (0.6-3) unstable; urgency=low * Modified package to use quilt patchsys (requested by Raphael Hertzog). * Added myself to Uploaders. * Moved package to unstable, as it is compatible with the version of python-django in unstable. * debian/control: - Updated dependency on python-django (>= 1.0). - Removed Prority: optional from binary package. * debian/rules: - Removed simple-patchsys.mk from includes. - Added patchsys-quilt.mk to includes. - Made clean target depend on unpatch. * debian/patches/01_validators_removed.patch: - Pulled in bugfixes in revisions 167 and 168 from upstream SVN. This patch fixes the bug introduced by the removal of django.core.validators in python-django 1.0-1. (Closes: #498086) * debian/patches/02_overview_rst_fix.patch: - Fixes a typo in overview.txt causing rst2html to return an error. * Moved delete_expired_users.py script out of site-packages into /usr/share/doc/python-django-registration/examples. * Added debian/python-django-registration.README.Debian to document the delete_expired_users.py change. * Documented patches in debian/patches. -- Stephan Peijnik Tue, 16 Sep 2008 12:06:09 +0200 python-django-registration (0.6-2) experimental; urgency=low * debian/control: - added dependency on python-django (>= 1.0~beta1) (Thanks to Raphael Hertzog). * debian/rules: - added call to new compile-messages interface through django-admin. - remove ._django.po during clean. -- David Spreen Fri, 22 Aug 2008 12:32:04 -0700 python-django-registration (0.6-1) experimental; urgency=low [ Sandro Tosi ] * debian/watch - fixed to work with code.google.com [ David Spreen ] * New upstream SVN snapshot to ensure compatibility with upcoming 1.0 release of python-django. * debian/rules - Removed the call to compile-messages since it requires experimental django version. This will be added again once Django 1.0 enters sid. * debian/control: - Removed build-dependency on python-django. See above. - Depend on python-django (>= 1.0~beta1). - Updated policy version. -- David Spreen Thu, 21 Aug 2008 17:39:12 -0700 python-django-registration (0.4p2-1) experimental; urgency=low * New upstream release. -- Raphael Hertzog Sun, 02 Mar 2008 12:26:25 +0100 python-django-registration (0.4p1-1) experimental; urgency=low [ Sandro Tosi ] * debian/control - uniforming Vcs-Browser field [ Raphael Hertzog ] * New upstream release. * Updated Standards-Version to 3.7.3 (no change). * Fix dependency on python-django to really require the experimental version. Closes: #460413 * Move python-django, python-docutils and python-support from Build-Depends to Build-Depends-Indep as they are not needed during cleanup. -- Raphael Hertzog Sat, 12 Jan 2008 15:58:38 +0100 python-django-registration (0.3p5-1) experimental; urgency=low * New upstream release. * Drop debian/patches/01_fix_setup_py.patch which got integrated upstream. * Generate HTML for new (rst) documentation files. -- Raphael Hertzog Mon, 08 Oct 2007 16:43:19 +0200 python-django-registration (0.3p3-1) experimental; urgency=low [ Piotr Ożarowski ] * XS-Vcs-Browser and Homepage fields added [ Raphael Hertzog ] * New upstream release. * Renamed XS-Vcs* to Vcs-* since they are supported by dpkg now. * debian/patches/01_fix_setup_py.patch: Make sure that non *.py files like translations are also included. (patch forwarded upstream) * Compile translations into *.mo files with the django's make-messages.py. Build-Depends on python-django for this. -- Raphael Hertzog Thu, 04 Oct 2007 18:23:37 +0200 python-django-registration (0.2-1) experimental; urgency=low * Initial release. * Upload to experimental because it requires the development version of python-django. -- Raphael Hertzog Tue, 31 Jul 2007 15:10:52 +0200 debian/source/0000755000000000000000000000000012164274304010471 5ustar debian/source/format0000644000000000000000000000001412151067317011677 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000016312151067317010176 0ustar registration/locale/*/*/*.mo # Upstream included MacOS resource fork files. Remove! registration/locale/*/*/._*.po debian/copyright0000644000000000000000000000331612151067317011127 0ustar This package was debianized by Raphael Hertzog . It was downloaded from https://bitbucket.org/ubernostrum/django-registration/ Upstream Author: James Bennett Copyright: ---------- Copyright (c) 2007, James Bennett All rights reserved. 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 the author nor the names of other 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 DAMAGE.