diff options
| author | Hubert Plociniczak <hubert@lshift.net> | 2008-11-20 13:34:37 +0000 |
|---|---|---|
| committer | Hubert Plociniczak <hubert@lshift.net> | 2008-11-20 13:34:37 +0000 |
| commit | c2ed22d2ca95b856f6f1bb7ee9109a8a4468fb6b (patch) | |
| tree | 527dcc92c469ef773d1e8f96eaaa471011ff91d6 /packaging/debs | |
| parent | 8f7d8312f0e2aaf786a72325fdf42202325207b1 (diff) | |
| download | rabbitmq-server-git-c2ed22d2ca95b856f6f1bb7ee9109a8a4468fb6b.tar.gz | |
Moved from python-json to python-simplejson.
Fixed 'unicode' problem for auto-generated code.
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/debian/control b/packaging/debs/Debian/debian/control index 749791a4bd..31a48cfff8 100644 --- a/packaging/debs/Debian/debian/control +++ b/packaging/debs/Debian/debian/control @@ -2,7 +2,7 @@ Source: rabbitmq-server Section: net Priority: extra Maintainer: Tony Garnock-Jones <tonyg@rabbitmq.com> -Build-Depends: cdbs, debhelper (>= 5), erlang-nox, erlang-dev, python-json +Build-Depends: cdbs, debhelper (>= 5), erlang-nox, erlang-dev, python-simplejson Standards-Version: 3.7.2 Package: rabbitmq-server |
