Bug#944831: thonny (build-)depends on cruft package.
peter green
plugwash at p10link.net
Sat Nov 16 02:37:28 GMT 2019
Package: thonny
Version: 0.14.1-1
Severity: serious
Tags: bullseye, sid, patch
thonny depends and build-depends on the pylint3 binary package which is no longer built by the pylint source package. The python 3 pylint functionality is now in the pylint binary package.
These (build-)dependencies are explicitly specified in debian/control and hence need to be fixed manually.
Debdiff attatched, no intent to NMU.
-------------- next part --------------
diff -Nru salt-pylint-2019.6.7/debian/changelog salt-pylint-2019.6.7/debian/changelog
--- salt-pylint-2019.6.7/debian/changelog 2019-09-05 08:33:00.000000000 +0000
+++ salt-pylint-2019.6.7/debian/changelog 2019-11-16 02:19:38.000000000 +0000
@@ -1,3 +1,10 @@
+salt-pylint (2019.6.7-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Update build-dependency for pylint3->pylint package rename.
+
+ -- Peter Michael Green <plugwash at debian.org> Sat, 16 Nov 2019 02:19:38 +0000
+
salt-pylint (2019.6.7-1) unstable; urgency=medium
* New upstream release.
diff -Nru salt-pylint-2019.6.7/debian/control salt-pylint-2019.6.7/debian/control
--- salt-pylint-2019.6.7/debian/control 2019-09-05 08:32:07.000000000 +0000
+++ salt-pylint-2019.6.7/debian/control 2019-11-16 02:19:35.000000000 +0000
@@ -5,7 +5,7 @@
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
- pylint3,
+ pylint (>= 2.2.2-2),
python3-all,
python3-libmodernize,
python3-pycodestyle (>= 2.4),
-------------- next part --------------
diff -Nru thonny-3.1.2/debian/changelog thonny-3.1.2/debian/changelog
--- thonny-3.1.2/debian/changelog 2019-02-22 19:12:16.000000000 +0000
+++ thonny-3.1.2/debian/changelog 2019-11-16 02:30:32.000000000 +0000
@@ -1,3 +1,10 @@
+thonny (3.1.2-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Update dependency and build-dependency for pylint3->pylint package rename.
+
+ -- Peter Michael Green <plugwash at debian.org> Sat, 16 Nov 2019 02:30:32 +0000
+
thonny (3.1.2-1) unstable; urgency=medium
* New upstream version.
diff -Nru thonny-3.1.2/debian/control thonny-3.1.2/debian/control
--- thonny-3.1.2/debian/control 2019-02-12 12:06:59.000000000 +0000
+++ thonny-3.1.2/debian/control 2019-11-16 02:30:16.000000000 +0000
@@ -10,7 +10,7 @@
dh-exec,
dh-python,
mypy,
- pylint3,
+ pylint (>= 2.2.2-2),
python3-all,
python3-docutils,
python3-jedi (>= 0.10.1~),
@@ -28,7 +28,7 @@
Architecture: all
Depends:
mypy,
- pylint3,
+ pylint (>= 2.2.2-2),
python3-asttokens,
python3-pip,
python3-pkg-resources,
More information about the Debian-edu-pkg-team
mailing list