Source: mecab
Version: 0.996-14
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

mecab participates in dependency loops relevant to architecture
bootstrap. Rather than looking into such a difficult problem, I looked
into easily droppable dependencies. It turns out that the python
extension uses distutils rather than setuptools. Therefore
python3-setuptools can be dropped from Build-Depends. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru mecab-0.996/debian/changelog mecab-0.996/debian/changelog
--- mecab-0.996/debian/changelog        2020-05-30 16:58:11.000000000 +0200
+++ mecab-0.996/debian/changelog        2021-01-28 19:46:55.000000000 +0100
@@ -1,3 +1,11 @@
+mecab (0.996-14.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused python3-setuptools from Build-Depends as it uses distutils.
+    (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 28 Jan 2021 19:46:55 +0100
+
 mecab (0.996-14) unstable; urgency=medium
 
   * debian/tests/control
diff --minimal -Nru mecab-0.996/debian/control mecab-0.996/debian/control
--- mecab-0.996/debian/control  2020-05-30 16:58:11.000000000 +0200
+++ mecab-0.996/debian/control  2021-01-28 19:46:54.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Natural Language Processing (Japanese) 
<team+pkg-nlp...@tracker.debian.org>
 Build-Depends: debhelper-compat (= 13),
                perl:native, perl-xs-dev, chrpath,
-               dh-python, python3-all-dev, python3-setuptools,
+               dh-python, python3-all-dev,
                gem2deb,
                default-jdk, swig,
 Uploaders: Taku YASUI <t...@debian.org>,

Reply via email to