debian/control
changeset 0 2b3e5ec03512
equal deleted inserted replaced
-1:000000000000 0:2b3e5ec03512
       
     1 Source: dtn
       
     2 Section: net
       
     3 Priority: optional
       
     4 Maintainer: dtn-users mailing list [dtn-users@mailman.dtnrg.org]
       
     5 Build-Depends: liboasys-dev, python2.4-dev | python2.5-dev | python2.6-dev | python3.0-dev
       
     6 
       
     7 
       
     8 Package: dtn
       
     9 Architecture: any
       
    10 Suggests: tclreadline
       
    11 Depends: ${shlibs:Depends}
       
    12 Provides: dtn
       
    13 Description: Delay Tolerant Networking reference implementation
       
    14  .
       
    15  This package contains the reference implementation of the Delay
       
    16  Tolerant Networking (DTN) architecture. This includes the DTN daemon
       
    17  (dtnd) as well as several example applications that use the DTN
       
    18  protocols. 
       
    19  . 
       
    20  Homepage: http://www.dtnrg.org
       
    21 
       
    22 
       
    23 Package: python-dtn
       
    24 Depends: dtn
       
    25 Provides: ${python:Provides}
       
    26 Architecture: all
       
    27 Description: DTN python api
       
    28  .
       
    29  This package contains python bindings for applications to use the DTN
       
    30  reference implementation.
       
    31  . 
       
    32  Homepage: http://www.dtnrg.org
       
    33