[Python-apps-commits] r14524 - in packages/isort/trunk/debian (changelog control)

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Mon Dec 18 10:36:34 UTC 2017


    Date: Monday, December 18, 2017 @ 10:36:32
  Author: mattia
Revision: 14524

Fix dependencies of the python2 package by using the correct
${python:Depends} substvar instead of ${python3:Depends}.  Thanks to Paul
Wise for catching it.

Modified:
  packages/isort/trunk/debian/changelog
  packages/isort/trunk/debian/control

Modified: packages/isort/trunk/debian/changelog
===================================================================
--- packages/isort/trunk/debian/changelog	2017-12-18 10:29:10 UTC (rev 14523)
+++ packages/isort/trunk/debian/changelog	2017-12-18 10:36:32 UTC (rev 14524)
@@ -3,6 +3,9 @@
   * Team upload.
   * Bump debhelper compat level to 11.
   * Bump Standards-Version to 4.1.2, no changes needed.
+  * Fix dependencies of the python2 package by using the correct
+    ${python:Depends} substvar instead of ${python3:Depends}.  Thanks to Paul
+    Wise for catching it.
 
  -- Mattia Rizzolo <mattia at debian.org>  Mon, 18 Dec 2017 11:24:49 +0100
 

Modified: packages/isort/trunk/debian/control
===================================================================
--- packages/isort/trunk/debian/control	2017-12-18 10:29:10 UTC (rev 14523)
+++ packages/isort/trunk/debian/control	2017-12-18 10:36:32 UTC (rev 14524)
@@ -33,7 +33,7 @@
 
 Package: python-isort
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: library for sorting Python imports (Python 2)
  isort is a Python utility / library to sort imports alphabetically, and
  automatically separated into sections. It provides a command line




More information about the Python-apps-commits mailing list