[Python-modules-commits] r34150 - in packages/python-pretend/trunk/debian (control)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Fri Sep 4 08:51:00 UTC 2015


    Date: Friday, September 4, 2015 @ 08:50:59
  Author: mithrandi
Revision: 34150

Run wrap-and-sort.

Modified:
  packages/python-pretend/trunk/debian/control

Modified: packages/python-pretend/trunk/debian/control
===================================================================
--- packages/python-pretend/trunk/debian/control	2015-09-04 08:42:13 UTC (rev 34149)
+++ packages/python-pretend/trunk/debian/control	2015-09-04 08:50:59 UTC (rev 34150)
@@ -6,12 +6,12 @@
 Build-Depends:
  debhelper (>= 9),
  dh-python,
+ pypy,
+ pypy-setuptools,
  python-all,
+ python-setuptools,
  python3-all,
- pypy,
- python-setuptools,
  python3-setuptools,
- pypy-setuptools,
 Standards-Version: 3.9.6
 Homepage: https://github.com/alex/pretend
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pretend/trunk/
@@ -21,7 +21,7 @@
 
 Package: python-pretend
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: Python library for stubbing (Python 2)
  Pretend is a library to make stubbing with Python easier.
  .
@@ -33,7 +33,7 @@
 
 Package: python3-pretend
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Python library for stubbing (Python 3)
  Pretend is a library to make stubbing with Python easier.
  .
@@ -44,7 +44,7 @@
 
 Package: pypy-pretend
 Architecture: all
-Depends: ${pypy:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${pypy:Depends}
 Description: Python library for stubbing (PyPy)
  Pretend is a library to make stubbing with Python easier.
  .




More information about the Python-modules-commits mailing list