r2945 - in zope.interface/trunk/debian (control)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Wed Jul 8 20:30:29 UTC 2015


    Date: Wednesday, July 8, 2015 @ 20:30:28
  Author: barry
Revision: 2945

Update build dependencies.

Modified:
  zope.interface/trunk/debian/control

Modified: zope.interface/trunk/debian/control
===================================================================
--- zope.interface/trunk/debian/control	2015-06-23 00:32:58 UTC (rev 2944)
+++ zope.interface/trunk/debian/control	2015-07-08 20:30:28 UTC (rev 2945)
@@ -7,14 +7,19 @@
            Barry Warsaw <barry at debian.org>,
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all-dbg,
-               python-all-dev (>= 2.6.6-3~),
+               dpkg-dev (>= 1.16.1~),
+               libpython-all-dbg,
+               libpython-all-dev,
+               libpython3-all-dbg,
+               libpython3-all-dev,
+               python-all-dbg:any,
+               python-all-dev:any (>= 2.6.6-3~),
                python-setuptools,
                python-zope.event,
-               python3-all-dbg,
-               python3-all-dev,
+               python3-all-dbg:any,
+               python3-all-dev:any,
                python3-setuptools,
-               python3-zope.event,
+               python3-zope.event
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
@@ -25,17 +30,10 @@
 
 Package: python-zope.interface
 Architecture: any
-Depends: ${misc:Depends},
-         ${python:Depends},
-         ${shlibs:Depends},
-Provides: python-zope,
-          python-zopeinterface,
-          ${python:Provides},
-Replaces: python-zope,
-          python-zopeinterface,
-Conflicts: python-zope,
-           python-zopeinterface,
-           zope3,
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: python-zope, python-zopeinterface, ${python:Provides}
+Replaces: python-zope, python-zopeinterface
+Conflicts: python-zope, python-zopeinterface, zope3
 Description: Interfaces for Python
  This package provides an implementation of object interfaces for Python.
  Interfaces are a mechanism for labeling objects as conforming to a given API
@@ -48,14 +46,14 @@
 Priority: extra
 Section: debug
 Architecture: any
-Pre-Depends: dpkg (>= 1.17.5),
+Pre-Depends: dpkg (>= 1.17.5)
 Depends: python-dbg,
          python-zope.interface (= ${binary:Version}),
          ${misc:Depends},
-         ${shlibs:Depends},
-Conflicts: python-zopeinterface-dbg,
-Replaces: python-zopeinterface-dbg,
-Provides: python-zopeinterface-dbg,
+         ${shlibs:Depends}
+Conflicts: python-zopeinterface-dbg
+Replaces: python-zopeinterface-dbg
+Provides: python-zopeinterface-dbg
 Description: Interfaces for Python (debug extension)
  This package provides an implementation of object interfaces for Python.
  Interfaces are a mechanism for labeling objects as conforming to a given API
@@ -66,11 +64,8 @@
 
 Package: python3-zope.interface
 Architecture: any
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         ${shlibs:Depends},
-Provides: python3-zope,
-          ${python3:Provides},
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Provides: python3-zope, ${python3:Provides}
 Description: Interfaces for Python3
  This package provides an implementation of object interfaces for Python.
  Interfaces are a mechanism for labeling objects as conforming to a given API
@@ -83,11 +78,11 @@
 Priority: extra
 Section: debug
 Architecture: any
-Pre-Depends: dpkg (>= 1.17.5),
+Pre-Depends: dpkg (>= 1.17.5)
 Depends: python3-dbg,
          python3-zope.interface (= ${binary:Version}),
          ${misc:Depends},
-         ${shlibs:Depends},
+         ${shlibs:Depends}
 Description: Interfaces for Python3 (debug extension)
  This package provides an implementation of object interfaces for Python.
  Interfaces are a mechanism for labeling objects as conforming to a given API




More information about the pkg-zope-developers mailing list