Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package mecab unblock mecab/0.996-3.1 diff -Nru mecab-0.996/debian/changelog mecab-0.996/debian/changelog --- mecab-0.996/debian/changelog 2016-10-09 20:52:05.000000000 +0300 +++ mecab-0.996/debian/changelog 2017-04-10 21:55:12.000000000 +0300 @@ -1,3 +1,11 @@ +mecab (0.996-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Don't disable PIE, to make static libraries usable with + gcc defaulting to PIE. (Closes: #859425) + + -- Adrian Bunk <b...@debian.org> Mon, 10 Apr 2017 21:55:12 +0300 + mecab (0.996-3) unstable; urgency=medium * use debhelper 10 diff -Nru mecab-0.996/debian/rules mecab-0.996/debian/rules --- mecab-0.996/debian/rules 2016-10-09 20:52:05.000000000 +0300 +++ mecab-0.996/debian/rules 2017-04-10 21:55:12.000000000 +0300 @@ -1,7 +1,7 @@ #!/usr/bin/make -f # -*- Makefile -*- -export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS = hardening=+all DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: