From: Adam Glasgall Date: Thu, 21 Mar 2013 05:49:53 +0000 (-0700) Subject: drop python-json from Depends X-Git-Tag: 0.0.37_glasgall3achernya1~2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/e0b7db4fbafa72e87f434c921f080d6cf453e390 drop python-json from Depends --- diff --git a/debian/changelog b/debian/changelog index 6a1ce8d..7415577 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-base (0.0.37~glasgall2) precise; urgency=low + + * Drop python-json from Depends, as it's part of Python now. + + -- Adam Glasgall Wed, 20 Mar 2013 22:48:09 -0700 + invirt-base (0.0.36~glasgall1) precise; urgency=low * Port packaging to dh_python2 diff --git a/debian/control b/debian/control index 1ae6067..57dbe7e 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Standards-Version: 3.8.0 Package: invirt-base Architecture: all Depends: ${python:Depends}, ${misc:Depends}, - python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= - 0.2.2), python-pkg-resources, remctl-client, invirt-config + python-yaml (>= 3.05), python-mako (>= 0.2.2), python-pkg-resources, + remctl-client, invirt-config Provides: ${python:Provides} Description: Base configuration required for all Invirt servers This package includes common files for the Invirt system.