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

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Mon Dec 18 10:38:54 UTC 2017


    Date: Monday, December 18, 2017 @ 10:38:53
  Author: mattia
Revision: 14525

Move isort into Section:utils.

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:36:32 UTC (rev 14524)
+++ packages/isort/trunk/debian/changelog	2017-12-18 10:38:53 UTC (rev 14525)
@@ -6,6 +6,7 @@
   * Fix dependencies of the python2 package by using the correct
     ${python:Depends} substvar instead of ${python3:Depends}.  Thanks to Paul
     Wise for catching it.
+  * Move isort into Section:utils.
 
  -- 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:36:32 UTC (rev 14524)
+++ packages/isort/trunk/debian/control	2017-12-18 10:38:53 UTC (rev 14525)
@@ -22,6 +22,7 @@
 
 Package: isort
 Architecture: all
+Section: utils
 Depends: python3-isort, ${misc:Depends}, ${python3:Depends}
 Description: utility for sorting Python imports
  isort is a Python utility / library to sort imports alphabetically, and




More information about the Python-apps-commits mailing list