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
|
django-allauth (0.38.0+ds-1) unstable; urgency=medium
[ Pierre-Elliott Bécue ]
* New upstream release 0.38.0+ds
* d/control:
- Replace my Crans address by my Debian address
- Bump Standards-Version to 4.2.1. No change required
[ Ondřej Nový ]
* d/rules: Use 'python3 -m sphinx' instead of sphinx-build for building docs
-- Pierre-Elliott Bécue <peb@debian.org> Fri, 26 Oct 2018 23:27:16 +0200
django-allauth (0.36.0+ds-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
[ Pierre-Elliott Bécue ]
* New upstream release: 0.36.0+ds
DS rebuild as the .mo files provided in allauth/locale/*/LC_MESSAGES are
not supposed to be there.
* d/control:
- Add explicit dependency on django 1.11 as current stable version is
1.10, which is no longer supported by django-allauth.
- Drop the X-Python{,3}-Version fields as Python 2 (resp. 3) version in all
supported releases of Debian is newer than the one mentioned in these
fields.
- Bump Standards-Version to 4.1.4.
* d/rules:
- Drop the get-orig-source rule as it went out from the policy, and only
calls uscan.
- Drop the dh_installchangelogs rule as ChangeLog.rst enters into dh's
regexp.
- Remove a useless comment
* d/clean:
- The .build directory of the documentation isn't removed in all build
secnario. (eg: build outside of chroots)
* d/watch:
- Add dversionmangle option
- Add repacksuffix option
* d/copyright:
- Add a Files-Excluded statement so uscan does the next DS tarball by
itself
* d/source/options:
- Ignore changes on the egg-info directory
-- Pierre-Elliott Bécue <becue@crans.org> Tue, 15 May 2018 13:53:49 +0200
django-allauth (0.35.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Pierre-Elliott Bécue ]
* Update lintian overrides.
-- Pierre-Elliott Bécue <becue@crans.org> Sun, 11 Mar 2018 15:31:40 +0100
django-allauth (0.35.0-1) unstable; urgency=medium
* New upstream release 0.35.0
* Change d/copyright years
-- Pierre-Elliott Bécue <becue@crans.org> Tue, 06 Feb 2018 10:31:36 +0100
django-allauth (0.34.0-3) unstable; urgency=medium
* d/control:
- Fix a typo on the dependencies of the python3 package
- debhelper version dependency to 11
- Set the -doc package to Multi-Arch: foreign
* Raise dh compat to 11
* Uses an https link for copyright format
* Drop git-dpm
-- Pierre-Elliott Bécue <becue@crans.org> Tue, 06 Feb 2018 00:45:08 +0100
django-allauth (0.34.0-2) unstable; urgency=medium
[ Laura Arjona Reina ]
* d/patches:
- Add 0002-Fixes-wrongly-encoded-characters-in-some-.po-files.patch
(Closes: #881727)
[ Pierre-Elliott Bécue ]
* d/rules:
- Add a call to django-admin compilemessages in order to update the
.mo files relative to the .po files in 0002.
[ Jonas Meurer ]
* Remove d/python-django-allauth-doc.lintian-overrides: Remove lintian
overrides for erroneous Facebook privacy breach warnings. The false
positives were fixed in lintian (#884296) in the meantime.
* d/control: Bump standards-version to 4.1.3, no changes required.
-- Jonas Meurer <jonas@freesources.org> Fri, 05 Jan 2018 16:47:22 +0100
django-allauth (0.34.0-1) unstable; urgency=medium
[ Pierre-Elliott Bécue ]
* New upstream release
* d/control:
- Add myself to uploaders with mejo's approval
- Bump Standards-Version to 4.1.2
- Remove Test-Suite, as d/tests/control exists.
* d/rules:
- Add install changelogs rules
* d/copyright:
- Add myself in debian/*
* d/watch:
- Relies on pypi.debian.net instead of github's tarballs
- Use uscan magic tags to simplify the query url
* d/patches:
- Add 0001-Remove-all-privacy-breack-links-from-documentation.patch:
This patch cleans the README.rst file from its links to outside
websites, as they're just some pretty badges telling that the c-i passes
or things like that, and then, useless into debian and triggering a
privacy breach.
* d/python{,3}-django-allauth.lintian-overrides:
- Add overrides for privacy-breach-generic regarding the persona
authentication, as it's the package's purpose to allow such connection
via a connector.
* python-django-allauth-doc: move doc files into
/usr/share/doc/python-django-allauth instead of
/usr/share/doc/python-django-allauth-doc.
[ Jonas Meurer ]
* d/rules: Fix depends on sphinxdoc packages.
* d/control: Fix field 'Testsuite'.
* d/*.lintian-overrides: Add/update comments for lintian overrides.
* d/gbp.conf: Add gbp.conf setting pristine-tar = True.
-- Jonas Meurer <mejo@debian.org> Wed, 13 Dec 2017 13:02:50 +0100
django-allauth (0.33.0-1) unstable; urgency=medium
* Initial release. (closes: #875857)
* Add lintian-overrides for privacy-breach-facebook errors. The package
includes a connector to the facebook social authentication, which
(unfortunately) talks to Facebooks servers on purpose.
-- Jonas Meurer <mejo@debian.org> Fri, 15 Sep 2017 12:23:12 +0200
|