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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
|
django-reversion (2.0.8-1) unstable; urgency=low
* New upstream release.
* Update d/watch to match new upstream versioning scheme.
* Drop intersphinx patch as upstream no longer uses it in their
documentation.
* Adapt d/rules to new upstream source layout.
* Add python(3)-mock to Build-Depends as they are required to run the
tests.
* Change name of upstream changelog to CHANGELOG.rst.
* Use https:// for copyright-format 1.0 URL.
-- Michael Fladischer <fladi@debian.org> Tue, 29 Nov 2016 23:05:36 +0100
django-reversion (1.10.2-1) unstable; urgency=low
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Michael Fladischer ]
* New upstream release.
* Switch to python3-sphinx and drop versioned Build-Depends.
* Bump Standards-Version to 3.9.8.
-- Michael Fladischer <fladi@debian.org> Fri, 22 Apr 2016 22:36:16 +0200
django-reversion (1.10.0-1) unstable; urgency=low
[ Michael Fladischer ]
* New upstream release.
* Update Source filed in d/copyright to point to github repository.
* CHANGELOG.rst has been renamed to CHANGELOG.md.
[ SVN-Git Migration ]
* git-dpm config
* Update Vcs fields for git migration
-- Michael Fladischer <fladi@debian.org> Fri, 04 Dec 2015 17:22:55 +0100
django-reversion (1.9.3-1) unstable; urgency=low
* New upstream release.
* Use pybuild to execute tests.
* Add python(3)-setuptools to Build-Depends.
* Clean metadata files to allow two builds in a row.
* Bump debhelper compatibility level to 9.
-- Michael Fladischer <fladi@debian.org> Tue, 11 Aug 2015 09:31:12 +0200
django-reversion (1.8.7-1) unstable; urgency=medium
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Tue, 02 Jun 2015 08:38:51 +0200
django-reversion (1.8.6-1) unstable; urgency=medium
* New upstream release.
* Add intersphinx.patch to use local Python objects.inv for
documentation.
* Drop unnecessary versioned dependency on python3-django.
* Change my email address to fladi@debian.org.
-- Michael Fladischer <fladi@debian.org> Tue, 19 May 2015 10:32:11 +0200
django-reversion (1.8.4-1) unstable; urgency=medium
* New upstream release (Closes: #755612).
* Add dh-python to Build-Depends.
* Switch buildsystem to pybuild.
* Remove superfluous install file.
* Add Python3 support.
* Bump Build-Depends and Depends for python(3)-django to (>= 1.7).
* Bump Standards-Version to 3.9.6.
* Fix the way upstream tests are run during build.
* Add lintian override for missing PGP signature on upstream tarballs.
* Remove PHONY target declarations in d/rules.
-- Michael Fladischer <FladischerMichael@fladi.at> Mon, 22 Sep 2014 08:32:54 +0200
django-reversion (1.8-2) unstable; urgency=low
* Use correct BSD-3-clause license in d/copyright.
-- Michael Fladischer <FladischerMichael@fladi.at> Fri, 22 Nov 2013 07:27:22 +0100
django-reversion (1.8-1) unstable; urgency=low
* New upstream release.
* Bump django to >= 1.6 in Depends and Build-Depends.
* Bump Standards version to 3.9.5.
* Add a spearate package for the upstream documentation.
+ Add python-sphinx (>= 1.0.7+dfsg) to Build-Depends.
+ Load sphinxdoc addon for debhelper.
+ Build documentation with sphinx.
+ Clean up documentation after build.
+ Suggest python-django-reversion-doc from python-django-reversion
package.
* Change upstream changelog name to CHANGELOG.rst.
* Change upstream readme name to README.rst.
-- Michael Fladischer <FladischerMichael@fladi.at> Thu, 07 Nov 2013 13:07:55 +0100
django-reversion (1.7.1-1) unstable; urgency=low
* New upstream release (Closes: #702080).
* Bump Depends and Build-Depends on python-django to >= 1.5.
* Bump Standards version to 3.9.4.
* Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
and build-indep targets.
* Change python-pybabel to python-babel in Build-Depends.
* Drop versioned Build-Depends on python-all as no prior versions are
available in Wheezy.
* Update homepage URL in d/control (Closes: #702078).
* Remove testproject directory to allow two builds in a row.
-- Michael Fladischer <FladischerMichael@fladi.at> Mon, 04 Nov 2013 14:34:46 +0100
django-reversion (1.6.6-1) unstable; urgency=low
[ Michael Fladischer ]
* New upstream release.
* Use github tags directly in d/watch.
* Run tests with django-admin and manage.py.
* Bump dependency on django to >= 1.4.4.
* Drop temporary fix for PKG-INFO.
* Update years in d/copyright.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
-- Michael Fladischer <FladischerMichael@fladi.at> Thu, 24 Jan 2013 07:54:56 +0100
django-reversion (1.6-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.9.3.
* Update years in d/copyright.
* Update DEP-5 URL to 1.0.
* Increase dependency on python-django to >= 1.4.
* Add python-django-south to B-D and Recommends.
* Drop our own test project and use the one shipped by upstream.
* Add 'set -e' to for loop in override_dh_auto_build.
* Fix indent in d/copyright.
* Remove d/s/local-options.
-- Michael Fladischer <FladischerMichael@fladi.at> Thu, 05 Apr 2012 07:30:17 +0200
django-reversion (1.5.1-1) unstable; urgency=low
* New upstream release.
* Set PMPT as maintainer and myself as uploader.
* Build .mo i18n files during build.
* Use DEP5 for copyright file.
* Drop debian/pyversions in favour of XS-Python-Version.
* Update debian/watch to use http://githubredir.debian.net/.
* Bumped Standards-Version to 3.9.2 (no change necessary).
* Include upstream changelog.
* Simplify debian/rules by using a static settings.py.
* Update settings.py to Django-1.3 DATABASES format.
* Bumped python-django dependency to (>= 1.3).
* Add local-options to debian/source.
* Streamlined files in debian/ with `wrap-and-sort`.
* README has been renamed to README.markdown.
* Update format URL in d/copyright.
* Change order of my name.
* Switch to dh_python2.
* Temporary fix for Metadata-Version in django_reversion-1.5.1.egg-
info.
-- Michael Fladischer <FladischerMichael@fladi.at> Wed, 28 Dec 2011 22:01:29 +0100
django-reversion (1.3.1-2) unstable; urgency=low
* Update to Debian policy 3.9.0.
-- Fladischer Michael <FladischerMichael@fladi.at> Mon, 05 Jul 2010 12:54:45 +0200
django-reversion (1.3.1-1) unstable; urgency=low
* Initial release (Closes: #581926)
-- Fladischer Michael <FladischerMichael@fladi.at> Mon, 17 May 2010 10:53:38 +0200
|