[Python-modules-commits] r28869 - in packages/fedmsg/trunk/debian (control)
olasd at users.alioth.debian.org
olasd at users.alioth.debian.org
Sun May 11 16:54:53 UTC 2014
Date: Sunday, May 11, 2014 @ 16:54:52
Author: olasd
Revision: 28869
wrap-and-sort
Modified:
packages/fedmsg/trunk/debian/control
Modified: packages/fedmsg/trunk/debian/control
===================================================================
--- packages/fedmsg/trunk/debian/control 2014-05-11 16:54:33 UTC (rev 28868)
+++ packages/fedmsg/trunk/debian/control 2014-05-11 16:54:52 UTC (rev 28869)
@@ -31,10 +31,10 @@
Package: python-fedmsg
Architecture: all
-Depends: python-setuptools,
+Depends: python-moksha.hub (>= 1.3.0),
+ python-setuptools,
python-six,
python-zmq (>= 2.2.0.1),
- python-moksha.hub (>= 1.3.0),
${misc:Depends},
${python:Depends}
Recommends: python-m2crypto, python-m2ext, python-sqlalchemy
@@ -62,7 +62,10 @@
Package: fedmsg-hub
Architecture: all
-Depends: python-fedmsg (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, adduser
+Depends: adduser,
+ python-fedmsg (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends}
Breaks: python-fedmsg (<< 0.7.6-1~)
Replaces: python-fedmsg (<< 0.7.6-1~)
Description: Fedora messaging infrastructure system - receiving hub daemon
@@ -75,7 +78,10 @@
Package: fedmsg-relay
Architecture: all
-Depends: python-fedmsg (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, adduser
+Depends: adduser,
+ python-fedmsg (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends}
Breaks: python-fedmsg (<< 0.7.6-1~)
Replaces: python-fedmsg (<< 0.7.6-1~)
Description: Fedora messaging infrastructure system - sender relay daemon
@@ -89,7 +95,10 @@
Package: fedmsg-gateway
Architecture: all
-Depends: python-fedmsg (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, adduser
+Depends: adduser,
+ python-fedmsg (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends}
Breaks: python-fedmsg (<< 0.7.6-1~)
Replaces: python-fedmsg (<< 0.7.6-1~)
Description: Fedora messaging infrastructure system - gateway daemon
@@ -103,7 +112,10 @@
Package: fedmsg-irc
Architecture: all
-Depends: python-fedmsg (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, adduser
+Depends: adduser,
+ python-fedmsg (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends}
Breaks: python-fedmsg (<< 0.7.6-1~)
Replaces: python-fedmsg (<< 0.7.6-1~)
Description: Fedora messaging infrastructure system - IRC bot
More information about the Python-modules-commits
mailing list