~ubuntu-branches/ubuntu/quantal/python-django/quantal

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2009-03-26 23:42:14 UTC
  • mfrom: (4.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090326234214-npwsjlhs99jbiubu
Tags: 1.0.2-5
Fix issue where newly created projects do not have their manage.py file
executable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-django (1.0.2-5) unstable; urgency=low
 
2
 
 
3
  * Fix issue where newly created projects do not have their manage.py file
 
4
    executable.
 
5
 
 
6
 -- Chris Lamb <lamby@debian.org>  Thu, 26 Mar 2009 23:42:14 +0000
 
7
 
 
8
python-django (1.0.2-4) unstable; urgency=low
 
9
 
 
10
  * Programatically replace most references to "django-admin.py" with
 
11
    "django-admin" in the generated documentation. (Closes: #519937)
 
12
  * Bump Standards-Version to 3.8.1; no changes.
 
13
 
 
14
 -- Chris Lamb <lamby@debian.org>  Tue, 24 Mar 2009 00:50:26 +0000
 
15
 
 
16
python-django (1.0.2-3) unstable; urgency=low
 
17
 
 
18
  * Split documentation into a separate python-django-doc package due to size
 
19
    (approximately 6Mb).
 
20
 
 
21
 -- Chris Lamb <lamby@debian.org>  Tue, 10 Mar 2009 21:13:57 +0000
 
22
 
 
23
python-django (1.0.2-2) unstable; urgency=low
 
24
 
 
25
  * Don't rely on the internal layout of python-support. (Closes: #517052)
 
26
  * Move to debhelper-based packaging for operational clarity:
 
27
    - Remove bashisms from binary-post-install.
 
28
    - Use quilt instead of simple-patchsys.mk and adjust existing patches so
 
29
      that we can apply with -p1 for the "quilt" source package type.
 
30
  * Adjust Build-Depends:
 
31
    - Bump debhelper requirement 7.0.50 for override_* feature.
 
32
    - Drop cdbs, python-dev and python-setuptools requirement.
 
33
    - Just Build-Depend on `python', not `python-dev'.
 
34
    - Drop versions on Build-Depends where they are satisfied in current
 
35
      oldstable (ie. etch).
 
36
  * debian/control:
 
37
    - Add python-sqlite to Suggests.
 
38
    - Remove repeated 'Priority' line in binary package stanza.
 
39
    - Update crufty long and short descriptions.
 
40
    - Add ${misc:Depends} in binary stanza for debhelper-using package.
 
41
 
 
42
 -- Chris Lamb <lamby@debian.org>  Sun, 08 Mar 2009 06:01:59 +0000
 
43
 
1
44
python-django (1.0.2-1) unstable; urgency=low
2
45
 
3
46
  [ Chris Lamb ]