~ubuntu-branches/ubuntu/trusty/python-django-registration/trusty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Peijnik
  • Date: 2008-09-16 12:06:09 UTC
  • Revision ID: james.westby@ubuntu.com-20080916120609-jj4jf2c842ezph6x
Tags: 0.6-3
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-django-registration (0.6-3) unstable; urgency=low
 
2
 
 
3
  * Modified package to use quilt patchsys (requested by Raphael Hertzog).
 
4
  * Added myself to Uploaders.
 
5
  * Moved package to unstable, as it is compatible with the version of
 
6
    python-django in unstable.
 
7
  * debian/control:
 
8
    - Updated dependency on python-django (>= 1.0).
 
9
    - Removed Prority: optional from binary package.
 
10
  * debian/rules:
 
11
    - Removed simple-patchsys.mk from includes.
 
12
    - Added patchsys-quilt.mk to includes.
 
13
    - Made clean target depend on unpatch.
 
14
  * debian/patches/01_validators_removed.patch:
 
15
    - Pulled in bugfixes in revisions 167 and 168 from upstream SVN.
 
16
      This patch fixes the bug introduced by the removal of
 
17
      django.core.validators in python-django 1.0-1. (Closes: #498086)
 
18
  * debian/patches/02_overview_rst_fix.patch:
 
19
    - Fixes a typo in overview.txt causing rst2html to return an error.
 
20
  * Moved delete_expired_users.py script out of site-packages into
 
21
    /usr/share/doc/python-django-registration/examples.
 
22
  * Added debian/python-django-registration.README.Debian to document
 
23
    the delete_expired_users.py change.
 
24
  * Documented patches in debian/patches.
 
25
 
 
26
 -- Stephan Peijnik <debian@sp.or.at>  Tue, 16 Sep 2008 12:06:09 +0200
 
27
 
 
28
python-django-registration (0.6-2) experimental; urgency=low
 
29
 
 
30
  * debian/control:
 
31
    - added dependency on python-django (>= 1.0~beta1) (Thanks to Raphael
 
32
      Hertzog).
 
33
  * debian/rules:
 
34
    - added call to new compile-messages interface through django-admin.
 
35
    - remove ._django.po during clean.
 
36
 
 
37
 -- David Spreen <netzwurm@debian.org>  Fri, 22 Aug 2008 12:32:04 -0700
 
38
 
 
39
python-django-registration (0.6-1) experimental; urgency=low
 
40
 
 
41
  [ Sandro Tosi ]
 
42
  * debian/watch
 
43
    - fixed to work with code.google.com
 
44
 
 
45
  [ David Spreen ]
 
46
  * New upstream SVN snapshot to ensure compatibility with upcoming 1.0
 
47
    release of python-django. 
 
48
  * debian/rules 
 
49
    - Removed the call to compile-messages since it requires
 
50
      experimental django version. This will be added again once 
 
51
      Django 1.0 enters sid.
 
52
  * debian/control: 
 
53
    - Removed build-dependency on python-django. See above.
 
54
    - Depend on python-django (>= 1.0~beta1).
 
55
    - Updated policy version.
 
56
 
 
57
 -- David Spreen <netzwurm@debian.org>  Thu, 21 Aug 2008 17:39:12 -0700
 
58
 
 
59
python-django-registration (0.4p2-1) experimental; urgency=low
 
60
 
 
61
  * New upstream release.
 
62
 
 
63
 -- Raphael Hertzog <hertzog@debian.org>  Sun, 02 Mar 2008 12:26:25 +0100
 
64
 
 
65
python-django-registration (0.4p1-1) experimental; urgency=low
 
66
 
 
67
  [ Sandro Tosi ]
 
68
  * debian/control
 
69
    - uniforming Vcs-Browser field
 
70
 
 
71
  [ Raphael Hertzog ]
 
72
  * New upstream release.
 
73
  * Updated Standards-Version to 3.7.3 (no change).
 
74
  * Fix dependency on python-django to really require the experimental
 
75
    version. Closes: #460413
 
76
  * Move python-django, python-docutils and python-support from Build-Depends
 
77
    to Build-Depends-Indep as they are not needed during cleanup.
 
78
 
 
79
 -- Raphael Hertzog <hertzog@debian.org>  Sat, 12 Jan 2008 15:58:38 +0100
 
80
 
 
81
python-django-registration (0.3p5-1) experimental; urgency=low
 
82
 
 
83
  * New upstream release.
 
84
  * Drop debian/patches/01_fix_setup_py.patch which got integrated upstream.
 
85
  * Generate HTML for new (rst) documentation files.
 
86
 
 
87
 -- Raphael Hertzog <hertzog@debian.org>  Mon, 08 Oct 2007 16:43:19 +0200
 
88
 
 
89
python-django-registration (0.3p3-1) experimental; urgency=low
 
90
 
 
91
  [ Piotr Ożarowski ]
 
92
  * XS-Vcs-Browser and Homepage fields added
 
93
 
 
94
  [ Raphael Hertzog ]
 
95
  * New upstream release.
 
96
  * Renamed XS-Vcs* to Vcs-* since they are supported by dpkg now.
 
97
  * debian/patches/01_fix_setup_py.patch: Make sure that non *.py files
 
98
    like translations are also included. (patch forwarded upstream)
 
99
  * Compile translations into *.mo files with the django's make-messages.py.
 
100
    Build-Depends on python-django for this.
 
101
 
 
102
 -- Raphael Hertzog <hertzog@debian.org>  Thu, 04 Oct 2007 18:23:37 +0200
 
103
 
 
104
python-django-registration (0.2-1) experimental; urgency=low
 
105
 
 
106
  * Initial release.
 
107
  * Upload to experimental because it requires the development version
 
108
    of python-django.
 
109
 
 
110
 -- Raphael Hertzog <hertzog@debian.org>  Tue, 31 Jul 2007 15:10:52 +0200