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
|
fasttext (0.9.2+ds-1) unstable; urgency=medium
* debian/copyright
- Remove auto-generated website/static/docs/en/html
with Files-Excluded.
* debian/watch
- Apply repack,repacksuffix option to generate archive.
* debian/control
- Revert target architectures restriction.
-- Kentaro Hayashi <kenhys@xdump.org> Sun, 27 Nov 2022 21:23:53 +0900
fasttext (0.9.2-4) unstable; urgency=medium
[ Debian Janitor ]
* debian/control
- Remove constraints unnecessary since buster (oldstable)
- Update standards version to 4.6.1, no changes needed.
- Apply multi-arch hints.
* debian/upstream/metadata
- Set upstream metadata fields: Bug-Database, Bug-Submit,
Repository-Browse.
[ Kentaro HAYASHI ]
* debian/control
- Update target architectures, Drop kfreebsd-any.
-- Kentaro Hayashi <kenhys@xdump.org> Thu, 17 Nov 2022 22:07:28 +0900
fasttext (0.9.2-3) unstable; urgency=medium
* debian/patches/build-python-modules-using-shared-library.patch
- Fix FTBFS on hurd-i386.
-- Kentaro Hayashi <kenhys@xdump.org> Sat, 26 Sep 2020 19:41:39 +0900
fasttext (0.9.2-2) unstable; urgency=medium
* Refresh patch files with Gbp-Pq:
* debian/patches/explicitly-link-libatomic.patch
- Fix undefined reference to __atomic_xxx (armel,mipsel,m68k,powerpc,sh4)
-- Kentaro Hayashi <kenhys@xdump.org> Sat, 12 Sep 2020 22:00:40 +0900
fasttext (0.9.2-1) unstable; urgency=medium
* New upstream version 0.9.2 (Closes: #941628)
[ TSUCHIYA Masatoshi ]
* Initial packaging tasks.
* debian/0001-Support-shared-libraries-and-multiarch.patch
- Support shared libraries, multiarch.
* debian/patches/0002-build-python-modules-using-shared-library.patch
- Support to build python modules
[ Kentaro Hayashi ]
* debian/watch
- Add missing watch file
* debian/control
- Bump compatibility level to 13.
- Bump Standard-Version to 4.5.0.
- Follow Debian Science Team policy.
- Add missing Vcs-* fields.
- Drop python 2 support.
* debian/copyright
- Update to latest copyright.
* debian/source/lintian-overrides
- Override false positive lintian error about missing-source.
* debian/missing-source/*
- Add missing minified JavaScript source file.
-- Kentaro Hayashi <kenhys@xdump.org> Sun, 17 May 2020 09:26:35 +0900
|