File: control

package info (click to toggle)
wader 0.5.12-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,672 kB
  • ctags: 5,053
  • sloc: python: 17,191; makefile: 142; sh: 131
file content (78 lines) | stat: -rw-r--r-- 2,691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: wader
Maintainer: Debian Python Applications Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Graham Inggs <graham@nerve.org.za>
Section: net
Priority: optional
Build-Depends: debhelper (>= 7.0.50~),
               mobile-broadband-provider-info,
               python-all (>= 2.6.6-3),
               python-dbus,
               python-gconf,
               python-gobject,
               python-m2crypto,
               python-messaging,
               python-nose,
               python-setuptools,
               python-twisted-core,
               python-tz
Standards-Version: 3.9.3
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/wader/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/wader/
Homepage: https://github.com/andrewbird/wader

Package: wader-core
Architecture: all
Section: net
Depends: python-dbus,
         python-gudev,
         python-messaging,
         python-serial,
         python-twisted-core,
         python-tz,
         python-wader (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends}
Recommends: mobile-broadband-provider-info,
            python-m2crypto,
            python-twisted-conch,
            usb-modeswitch,
            wvdial | network-manager
Breaks: ${python:Breaks}
Conflicts: modemmanager
Provides: modemmanager
Description: alternative D-Bus service for managing modems
 A drop-in replacement for modemmanager and alternative implementation of the
 ModemManager API, with extensive support for many UMTS devices, simple plugin
 system for supporting new devices, robust USSD stack, multipart SMS, MMS
 reception, extensible AT engine, and handles binary SMS cleanly.
 .
 If your 3G device does not work well with ModemManager, you may wish to read
   https://github.com/andrewbird/wader/blob/master/SUPPORTED_DEVICES
 to learn if wader-core is a better alternative for you.
 .
 This package provides the wader-core daemon.

Package: python-wader
Architecture: all
Section: python
Depends: python-dbus,
         python-epsilon,
         python-m2crypto,
         python-messaging,
         python-tz,
         ${misc:Depends},
         ${python:Depends}
Description: common services for wader-core daemon and alternate clients
 A python module providing access to various utilities required by the
 wader-core daemon, such as:
  - AES encryption
  - AT error handling
  - SMS/MMS abstraction
  - robust USSD stack
  - network provider database
  - 3G profile abstraction
  - system service interface to GConf and D-Bus
  - ModemManager constants
 .
 This package can also be used to implement an application requiring access to
 the above listed 3G telephony stack features.