[Python-modules-commits] r34404 - in packages/prompt-toolkit/trunk/debian (changelog control)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Mon Sep 28 17:15:02 UTC 2015


    Date: Monday, September 28, 2015 @ 17:15:01
  Author: kitterman
Revision: 34404

* Add python-pygments/python3-pygments, python-six/python3-six and python-
  wcwidth/python3-wcidth to build-depends so tests can run in a clean build
  environment
* Remove explicit module depends and let dh-python generate them

Modified:
  packages/prompt-toolkit/trunk/debian/changelog
  packages/prompt-toolkit/trunk/debian/control

Modified: packages/prompt-toolkit/trunk/debian/changelog
===================================================================
--- packages/prompt-toolkit/trunk/debian/changelog	2015-09-28 17:13:18 UTC (rev 34403)
+++ packages/prompt-toolkit/trunk/debian/changelog	2015-09-28 17:15:01 UTC (rev 34404)
@@ -1,12 +1,19 @@
 prompt-toolkit (0.52-1) unstable; urgency=low
 
+  [ Lennart Weller ]
   * New upstream release
   * Remove Files-Excluded: prompt_toolkit/libs since it was dropped upstream
   * Drop dversionmangle from debian/rules since a dfsg tarball is no longer
     needed
 
- -- Lennart Weller <lhw at ring0.de>  Mon, 28 Sep 2015 11:01:30 +0200
+  [ Scott Kitterman ]
+  * Add python-pygments/python3-pygments, python-six/python3-six and python-
+    wcwidth/python3-wcidth to build-depends so tests can run in a clean build
+    environment
+  * Remove explicit module depends and let dh-python generate them
 
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 28 Sep 2015 12:50:55 -0400
+
 prompt-toolkit (0.50+dfsg-1) unstable; urgency=medium
 
   [ Lennart Weller ]

Modified: packages/prompt-toolkit/trunk/debian/control
===================================================================
--- packages/prompt-toolkit/trunk/debian/control	2015-09-28 17:13:18 UTC (rev 34403)
+++ packages/prompt-toolkit/trunk/debian/control	2015-09-28 17:15:01 UTC (rev 34404)
@@ -11,14 +11,20 @@
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3),
+               python-pygments,
                python-setuptools (>= 0.6b3),
+               python-six (>=1.9.0),
+               python-wcwidth,
                python3-all,
-               python3-setuptools
+               python3-pygments,
+               python3-setuptools,
+               python3-six (>=1.9.0),
+               python3-wcwidth
 Standards-Version: 3.9.6
 
 Package: python-prompt-toolkit
 Architecture: all
-Depends: python-pygments, python-six (>=1.9.0), python-wcwidth, ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: library for building interactive command lines (Python 2)
  prompt_toolkit is a GNU readline replacement written in pure Python supporting
  advanced features like syntax highlighting, multi line editing and code
@@ -28,7 +34,7 @@
 
 Package: python3-prompt-toolkit
 Architecture: all
-Depends: python3-wcwidth, python3-pygments, python3-six (>=1.9.0), ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: library for building interactive command lines (Python 3)
  prompt_toolkit is a GNU readline replacement written in pure Python supporting
  advanced features like syntax highlighting, multi line editing and code




More information about the Python-modules-commits mailing list