Ignore:
Timestamp:
Nov 10, 2008, 3:20:04 PM (15 years ago)
Author:
broder
Message:

Move invirt.remote Python module to invirt-remote-server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote-server/debian/control

    r1557 r1597  
    22Section: servers
    33Priority: important
    4 Maintainer: invirt@mit.edu
    5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5)
    6 Standards-Version: 3.7.2
     4Maintainer: Invirt project <invirt@mit.edu>
     5Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5),
     6 python-all-dev (>=2.3.5-11), python-support (>= 0.5.3),
     7 python-setuptools, python-debian, python-apt
     8Standards-Version: 3.8.0
    79
    810Package: invirt-remote-server
    911Architecture: all
    10 Provides: ${diverted-files}
     12Provides: ${diverted-files}, ${python:Provides}
    1113Conflicts: ${diverted-files}
    12 Depends: ${shlibs:Depends}, ${misc:Depends}, daemon,
    13  debathena-kerberos-config, fuse-utils, openssh-server,
     14Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
     15 daemon, debathena-kerberos-config, fuse-utils, openssh-server,
    1416 python-routefs, invirt-database, invirt-base, remctl-server,
    1517 remctl-client
     18XB-Python-Version: ${python:Versions}
    1619Description: Invirt remote-control server
    1720 This package should be installed to set up the remote-control server.
Note: See TracChangeset for help on using the changeset viewer.