* No-change rebuild with Python 3.10 only
* No-change rebuild for the perl update.
* No-change upload due to ruby3.0 transition, remove ruby2.7 support.
* No-change upload due to ruby3.0 transition.
* No-change rebuild to add python3.10.
* No-change rebuild to build packages with zstd compression.
* No-change rebuild to drop python3.8 extensions.
* No-change rebuild for the perl update.
* No-change rebuild to build with python3.9 as supported.
* debian/tests/control
- Change Test-Command for non-build source environment
* debian/control
- Set Multi-Arch: same for libmecab-perl and ruby-mecab
* debian/control
- Set perl related dependency as same as previous libmecab-perl
source package
- Add Build-Depends: chrpath
* debian/clean
- Fix to work with directories
* debian/rules
- Simplify rules
- Reorder to make perl configureation properly (Closes: #961253)
- Use chrpath to fix "binary-or-shlib-defines-rpath" error
* debian/tests/control
- Exec autopkgtest for libmecab-perl
* debian/tests/pkg-python/import-name
- Add it to fix autopkgtest failure (autodep8-python3) since
its module name is MeCab, not mecab
* Trim trailing whitespace.
* debian/gbp.conf
- Simplify it to avoid CI failure on salsa
* debian/control
- Bump debhelper-compat (= 13)
- Add Section for each package
* Add debian/not-installed to avoid dh_missing failure
* debian/salsa-ci.yml
- Allow reprotest failure
* debian/{rules,clean}
- Move clean target to debian/clean
* debian/java/Makefile
- Add CXXFLAGS CPPFLAGS and LDFLAGS for blhc failure
* debian/tests/control
- Add it to fix autopkgtest failure, override autodep8-python3 since
its module name is MeCab, not mecab
* use debhelper-compat (= 12) and drop debian/compat
* set Standards-Version: 4.5.0
* rebuild with ruby2.7 (Closes: #951349)
* drop debian/.gitlab-ci.yml and use debian/salsa-ci.yml instead
* d/rules: force mkdir for jni, work on binary-indep target.
* d/rules: force mkdir, work on binary-arch target.
* Source only upload.
* Build Java bindings, Ruby bindings, Perl bindings and Python bindings.
This change was proposed by TSUCHIYA Masatoshi <tsuchiya@namazu.org>,
and was improved by TANIGUCHI Takaki <takaki@debian.org>.
* Apply the patch provided at https://github.com/taku910/mecab/pull/24
in order to avoid the problem described at
https://qiita.com/piruty/items/ce218090eae53b775b79.
* debian/control
- update Maintainer field
- set Standards-Version: 4.1.4
* debian/copyright
- update copyright year
* debian/control: replace comma to dash
* debian/control
- move Vcs-* to salsa.debian.org
- use https for upstream Homepage
- set Standards-Version: 4.1.3
- set Build-Depends: debhelper (>= 11)
* debian/copyright
- use https for upstream site
* debian/compat
- set 11
* Ack NMU
* debian/control
- set Standards-Version: 4.1.1
- drop unnecessary autotools-dev with dh10
* debian/mecab.docs
- add en and doxygen direcotries, thanks to Osamu Aoki <osamu@debian.org>
* Non-maintainer upload.
* Don't disable PIE, to make static libraries usable with
gcc defaulting to PIE. (Closes: #859425)
* use debhelper 10
* debian/control
- add autotools-dev to fix "outdated-autotools-helper-file" lintian
warning
* debian/rules
- move from cdbs to dh
- enable parallel build
- add hardening
* debianc/control
- set maintainer as <pkg-nlp-ja-devel@lists.alioth.debian.org> and update
uploaders
- drop some unnecessary Build-Dependencies
- make it Multi-Arch
- set Standards-Version: 3.9.8
- update Vcs-* to move pkg-nlp-ja
* debian/compat
- set 9
* debian/*.install
- enable Multi-Arch
* remove unnecessary debian/README.source
* remove unnecessary debian/mecab.dirs
* add debian/gbp.conf, set compression=gz
* debian/patches
- add 0006-fix-typo.patch
* Non-maintainer upload.
* debian/rules
- remove DEB_AUTO_UPDATE_* line to fix FTBFS (Closes: #818535)
Thanks to Norbert Preining <norbert@preining.info>
* Non-maintainer upload.
* update debian/control and remove debian/watch
since upstream site code.google.com is closed and it moved to github.
* debian/copyright
- use copyright format 1.0
[ Hideki Yamane ]
* Non-maintainer upload.
* debian/rules
- use dh-autoreconf to fix FTBFS (Closes: #725580)
- remove "include /usr/share/cdbs/1/rules/patchsys-quilt.mk", use source
format 3.0 instead
* debian/control
- add "Build-Depends: dh-autoreconf" as above
- remove "Build-Depends: quilt", use source format 3.0 instead
* add debian/source/format
* debian/patches
- add remove-urchin.patch to fix "privacy-breach-google-adsense" lintian
error. It's Debian package specific because upstream uses it for its
website.
* New upstream release.
* Bump Standards-Version to 3.9.4.
* Change VCS from Subversion to Git.
* New upstream release
* Update versioning policy, same as upstream
* Add Breaks: libmecab1 (closes: #666166)
* Add libmecab1 to Conflicts: of libmecab2 (closes: #666144)
- /etc/mecabrc conflicts
* New upstream release
- The upstream version is 0.993 but 0.99.3 for Debian
* Change package structure from tarball to extracted
* Use quilt instead of simple-patchsys
* Bump Standards-Version 3.9.3
* Change Homepage URL to http://code.google.com/p/mecab/
* Use dh_install instead of dh_movefiles
* Add debian/watch file for uscan
* New upstream release
* Add Taku YASUI <tach@debian.org> to Uploaders
* Make using the latest automake and autoconf (closes: #549145, #628347)
* Add ${misc:Depends} to Depends line of each packages
* Change build depending debhelper version to >= 7.0.0 (for lenny rebuilding)
* Remove needless .la file (closes: #622460)
* Bump Standards-Version to 3.9.2
* Add copyright notice and BSD License phrases
* Fix manpage whatis entry
- debian/patches/090_man_whatis_entry.diff
* Add Vcs-* and Homepage tag to debian/control
* New upstream.
* Non-maintainer upload.
* Add '90_gcc-4.3_support.diff' to fix FTBFS with GCC 4.3 (Closes: #461727)
* debian/control:
- Bump Standards-Version to 3.7.3.
- Use ${binary:Version} instead of ${Source-Version}.
* New upstream.
* Non-maintainer upload for testing security team.
* Included 040_fix_CVE-2007-3231.patch to fix
CVE-2007-3231 (Closes: #429174).
* New upstream.
* Rebuild dictionaries if they exist.
* New upstream. (closes: #379646)
* Do not use bash-specifc syntax in debian/rules. (closes: #378306)
* Non-maintainer upload.
* libstdc++ allocator transition: renamed libmecab0c2 into libmecab0c2a
(closes: bug#339230).
* Update libtool at build time (closes: bug#342688).
* Non-maintainer upload.
* C++ ABI transition (Closes: #335636).
* debian/patches/050_mecab-config.diff: Fix `dicdir'. (closes: #295780)
* Change the section of libmecab-dev from `devel' to `libdevel'.
* New upstream.
* Use CDBS instead of DBS.
* Insert meta tags to specify charsets. (closes: #233643)
* New upstream.
* New upstream.
* Improve documents. (closes: #232597)
* New upstream.
* Split `mecab-jumandic' package from this source package.
* Initial release.