blob: 731e7d5c7ba026a15cddd041a42f80e7862c8eff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
python-django-tagging (0.3-1) unstable; urgency=low
* New upstream release. Closes: #549612
* Update watch file to match new scheme.
* Update Standards-Version to 3.8.3, no changes needed.
* Add a README.source pointing to quilt's README.source.
-- Raphaël Hertzog <hertzog@debian.org> Mon, 05 Oct 2009 23:52:09 +0200
python-django-tagging (0.2.1+svn154-2) unstable; urgency=low
* Apply patch to fix weight of tag when using logarithmic distribution.
Closes: #525770
-- Raphael Hertzog <hertzog@debian.org> Fri, 08 May 2009 12:30:16 +0200
python-django-tagging (0.2.1+svn154-1) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
[ Raphael Hertzog ]
* New SVN snapshot. Upload to unstable now that Django 1.0 is there.
* Drop debian/patches/01_remove_django_builddeps as setup.py got fixed
upstream.
* Standards-Version bumped to 3.8.1, no changes needed.
* Switch to debhelper 7 and drop CDBS.
* Drop useless debian/pycompat file.
* Drop duplicate Priority field.
* Add ${misc:Depends} variable in Depends.
-- Raphael Hertzog <hertzog@debian.org> Fri, 13 Mar 2009 14:14:50 +0100
python-django-tagging (0.2.1+svn147-1) experimental; urgency=low
* SVN snapshot to ensure compatibility with upcoming Django 1.0 release.
* debian/control: Depend on python-django >= 1.0~beta1.
* debian/patches/01_remove_django_builddeps: Added patch to remove
build-dep on python-django and the need to install the package
from within $PYTHON_PATH.
* debian/control: Updated policy version.
-- David Spreen <netzwurm@debian.org> Thu, 21 Aug 2008 18:07:31 -0700
python-django-tagging (0.2.1-1) experimental; urgency=low
[ Raphael Hertzog ]
* New upstream release.
* Update the Vcs-Browser URL to match the python-modules standard.
* Updated Standards-Version to 3.7.3.
* Moved some build dependencies to Build-Depends-Indep as they are only
needed during build.
* Updated the dependency on python-django to make sure 0.96.1 doesn't
satisfy it accidentally.
[ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
-- Raphael Hertzog <hertzog@debian.org> Sun, 02 Mar 2008 12:01:32 +0100
python-django-tagging (0.1+svn102-1) experimental; urgency=low
* Initial release.
* Upload to experimental because it requires the development version
of python-django.
-- Raphael Hertzog <hertzog@debian.org> Thu, 04 Oct 2007 12:44:38 +0200
|