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 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
|
flufl.i18n (5.1.0-1) unstable; urgency=medium
* Team upload.
* d/watch: Move back to PyPI; the GitLab approach fails now.
* New upstream release.
* Remove upstream signing key; PyPI no longer supports OpenPGP signatures.
* Fix links to packaged Python 3 documentation.
-- Colin Watson <cjwatson@debian.org> Mon, 10 Feb 2025 15:34:43 +0000
flufl.i18n (5.0.2-2) unstable; urgency=medium
* Team upload.
* Use upstream's buildsystem (pdm), not setuptools. Fixes
erroneous "0.0.0" versioning.
* Added patch to turn off coverage testing, as that is not useful during
packaging.
* Added patch to link docs to the packaged version of Python3's docs.
* d/control: upgrade to Testsuite: autopkgtest-pkg-pybuild
* d/tests: removed, no longer needed
* Reorder sequence of d/control fields by cme (routine-update)
-- Michael R. Crusoe <crusoe@debian.org> Thu, 25 Apr 2024 20:23:24 +0300
flufl.i18n (5.0.2-1) unstable; urgency=medium
* Team upload.
[ Pierre-Elliott Bécue ]
* New upstream release. (Closes: #1042620)
* d/watch: move URL to gitlab.
* d/control: update build dependencies.
[ Andreas Tille ]
* Standards-Version: 4.6.2 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Add salsa-ci file (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Build-Depends: python3-pdm-backend.
* Mark autopkgtest superficial
Closes: #974515
[Yogeswaran Umasankar]
* Patch to enabled setuptools and sphinx-build html docs
with Python 3.12.
* Added setuptools and sphinx-rtd-theme in Build-depends d/control.
* Revised rules to sphinx-build html docs and exclude coverage.xml.
* Removed setup_helpers.py from copyright as it is not in new
upstream version.
-- Andreas Tille <tille@debian.org> Mon, 29 Jan 2024 21:59:29 +0100
flufl.i18n (3.0.1-3) unstable; urgency=medium
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on python3-sphinx.
-- Debian Janitor <janitor@jelmer.uk> Thu, 26 May 2022 17:22:38 +0100
flufl.i18n (3.0.1-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Update standards version to 4.5.1, no changes needed.
-- Sandro Tosi <morph@debian.org> Mon, 02 May 2022 21:35:34 -0400
flufl.i18n (3.0.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Pierre-Elliott Bécue ]
* New upstream release 3.0.1
* d/control:
- Bump debhelper-compat level to 13
- Remove Barry Warsaw from the Uploaders as he retired, thanks Barry for
your great work!
- Bump Standards-Version to 4.5.0
- Set Rules-Requires-Root to no
* d/rules:
- Remove docs files from the main package
-- Pierre-Elliott Bécue <peb@debian.org> Tue, 08 Sep 2020 23:04:51 +0200
flufl.i18n (2.0.2-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
* d/control: Remove ancient X-Python3-Version field.
[ Pierre-Elliott Bécue ]
* New upstream release 2.0.2
* d/control:
- Replace my crans address with my debian's one.
- Bump Standards-Version to 4.4.0
- Bump debhelper compatibility to 12
* d/rules: Removes {NEWS,README}.rst after install
* d/u/signing-key.asc got shrunk
-- Pierre-Elliott Bécue <peb@debian.org> Sat, 03 Aug 2019 14:05:25 +0200
flufl.i18n (2.0.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* VCS migration: SVN → Git.
On 2015-10-09, DPMT finished its transition from SVN to Git. All
packages' VCS have been updated accordingly.
* Fixed homepage (https)
* Fixed VCS URL (https)
[ Barry Warsaw ]
* d/control: Put DPMT in Maintainers and myself in Uploaders.
[ Pierre-Elliott Bécue ]
* New upstream release
- Add ``_.defer_translation()`` context manager for marking, but not
translating a string at the point of use.
- Drop Python2, and 3.3 compatibility, add Python 3.5 and 3.6.
- Switch to the Apache License Version 2.0
- Use flufl.testing for nose2 and flake8 plugins.
* d/control:
- Add myself to Uploaders: with barry's approval.
- Bump Standards-Version.
- Bump debhelper Build-Depends to version 10.
- Drops python2 package.
- Changes the home page.
- Cleans a Breaks/Conflicts redundancy.
- Build-Depends on python3-public.
* d/compat:
- Going to 10.
* d/copyright:
- Barry changed copyright from LGPL-3 to Apache-2.0
* d/rules:
- Removes python2 build.
- Moves the doc in usr/share/doc/python3-flufl.i18n without the -doc
suffix.
* d/tests:
- Removes all python2 references.
* d/python-flufl.i18n.links -> d/python-flufl.i18n-doc.links:
- The pointer to rst should be with the doc, if not, it points to a
nonexisting directory.
* Adds d/python3-flufl.i18n-doc.dirs:
- Provides the usr/share/doc/python3-flufl.i18n directory
* Adds d/python3-flufl.i18n-doc.doc-base:
- Provides doc-base intel that were missing.
* d/watch:
- Bump version to 4
- Use https URL instead of http
-- Pierre-Elliott Bécue <becue@crans.org> Mon, 27 Nov 2017 23:06:58 +0100
flufl.i18n (1.1.3-4) unstable; urgency=medium
* d/python{,3}-flufl.i18n.pyremove: Removed; we want to keep the
.egg-info files.
-- Barry Warsaw <barry@debian.org> Thu, 17 Sep 2015 15:02:11 -0400
flufl.i18n (1.1.3-3) unstable; urgency=medium
* d/control:
- Bump Standards-Version with no other changes necessary.
- Bump debhelper Build-Depends to version 9.
* d/compat: Bump to version 9
* d/copyright:
- Reorganize to keep lintian happy.
- Update copyright years.
* d/watch: Use the pypi.debian.net redirector.
* d/upstream/signing-key.asc: Add upstream's pubkey so that the
pgpsigurlmangle option in d/watch will succeed.
-- Barry Warsaw <barry@debian.org> Thu, 04 Jun 2015 16:25:01 -0400
flufl.i18n (1.1.3-2) unstable; urgency=medium
* d/rules: De-verbose-ify.
* d/control: Added XS-Testsuite header.
* d/copyright: Converted to DEP-5 format.
* d/tests: Added DEP-8 tests.
-- Barry Warsaw <barry@debian.org> Thu, 02 Oct 2014 14:55:02 -0400
flufl.i18n (1.1.3-1) unstable; urgency=medium
* New upstream release.
- Upstream tarball now includes a MANIFEST.in. (Closes: #741832)
* d/patches/setup.patch: Obsolete; removed.
-- Barry Warsaw <barry@debian.org> Fri, 25 Apr 2014 16:47:49 -0400
flufl.i18n (1.1.1-3) unstable; urgency=low
* Actually remove the d/python*.install files this time.
-- Barry Warsaw <barry@debian.org> Mon, 25 Nov 2013 13:10:54 -0500
flufl.i18n (1.1.1-2) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
[ Barry Warsaw ]
* d/control:
- Update maintainer email.
- Update Standards-Version to 3.9.5 with no changes necessary.
- wrap-and-sort
- Build-Depend on dh-python explicitly.
* d/rules: Switch to --buildsystem=pybuild
* python*.install: Removed (pybuild does this automatically).
-- Barry Warsaw <barry@debian.org> Mon, 25 Nov 2013 11:24:45 -0500
flufl.i18n (1.1.1-1) unstable; urgency=low
* New upstream release.
-- Barry Warsaw <barry@python.org> Wed, 23 May 2012 15:12:19 -0400
flufl.i18n (1.1-2) unstable; urgency=low
* Team upload
[ Barry Warsaw ]
* debian/rules:
- Build and install Python 3 versions via % expansion targets instead
of for loops in override targets.
- Remove test target debugging output when DEB_BUILD_OPTIONS=nocheck.
- Remove questionable workaround for bug 618367.
- Better override_dh_auto_clean rule so that the package can be built
twice in a row.
* debian/control:
- Rename flufl.i18n-docs to the more usual flufl.i18n-doc without
adding transitional packages since it has never been in a stable
release.
- Bump standards-version to 3.9.3 without further changes.
[ Scott Kitterman ]
* Add DM-Upload-Allowed
-- Scott Kitterman <scott@kitterman.com> Thu, 29 Mar 2012 12:27:41 -0400
flufl.i18n (1.1-1) unstable; urgency=low
* New upstream release.
* Build for Python 3, and split out common documentation package.
* compat level 8
-- Barry Warsaw <barry@python.org> Thu, 19 Jan 2012 19:10:28 -0500
flufl.i18n (1.0.4-1) unstable; urgency=low
[ Jakub Wilk ]
* debian/control:
- Add Vcs-* fields.
[ Barry Warsaw ]
* Initial release (closes: #588858)
-- Barry Warsaw <barry@python.org> Thu, 06 Oct 2011 11:13:55 -0400
|