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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
|
Source: obexftp
Section: comm
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
chrpath,
cmake,
debhelper (>= 9),
doxygen,
gem2deb,
libbluetooth-dev,
libopenobex2-dev,
pkg-config,
swig,
Standards-Version: 3.9.7
Homepage: http://triq.net/obex
Vcs-Git: https://anonscm.debian.org/git/collab-maint/obexftp.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/obexftp.git
Package: obexftp
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Conflicts:
libobexftp1,
Provides:
flexmem,
Description: file transfer utility for devices that use the OBEX protocol
OBEX, the OBject EXchange protocol, can best be described as binary HTTP.
OBEX is optimized for ad-hoc links and can be used to exchange
all kind of objects like files, pictures, calendar entries (vCal)
and business cards (vCard) over bluetooth, IrDA, USB and serial cable
links.
.
This is the command line front-end that fully uses the capabilities of
libobexftp.
Package: libbfb0
Architecture: any
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: bfb protocol library
This library adds support for OBEX protocol over BFB/BFC, some Siemens
Mobile specific protocols that are used with the serial cables for S25,
S35 and almost all later phones that include a modem, also those
labeled as BenQ Mobile.
.
This package contains the runtime library.
Package: libbfb0-dev
Architecture: any
Section: libdevel
Provides:
libbfb-dev,
Conflicts:
libbfb-dev,
libobexftp-dev (<< 0.22),
Depends:
libbfb0 (= ${binary:Version}),
${misc:Depends},
Description: bfb protocol library - development files
This library adds support for OBEX protocol over BFB/BFC, some Siemens
Mobile specific protocols that are used with the serial cables for S25,
S35 and almost all later phones that include a modem, also those
labeled as BenQ Mobile.
.
This package contains the development files.
Package: libmulticobex1
Architecture: any
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: multi-protocol cable OBEX library
This library add support for making use of several ways to use OBEX
over serial lines. Phones from several vendors are supported.
.
This package contains the runtime library.
Package: libmulticobex1-dev
Architecture: any
Section: libdevel
Provides:
libmulticobex-dev,
Conflicts:
libmilticobex-dev,
libobexftp-dev (<< 0.22),
Depends:
libbfb-dev,
libmulticobex1 (= ${binary:Version}),
${misc:Depends},
Description: multi-protocol cable OBEX library - development files
This library add support for making use of several ways to use OBEX
over serial lines. Phones from several vendors are supported.
.
This package contains the development files.
Package: libobexftp0
Architecture: any
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: object exchange file transfer library
OBEX, the OBject EXchange protocol, can best be described as binary HTTP.
OBEX is optimized for ad-hoc links and can be used to exchange
all kind of objects like files, pictures, calendar entries (vCal)
and business cards (vCard) over bluetooth, IrDA, USB and serial cable
links.
.
This package contains the runtime library.
Package: libobexftp0-dev
Architecture: any
Section: libdevel
Provides:
libobexftp-dev,
Conflicts:
libobexftp-dev (<< 0.22),
Replaces:
libobexftp-dev (<< 0.22),
Depends:
libmulticobex1-dev,
libobexftp0 (= ${binary:Version}),
libopenobex2-dev,
${misc:Depends},
Description: object exchange file transfer library - development files
OBEX, the OBject EXchange protocol, can best be described as binary HTTP.
OBEX is optimized for ad-hoc links and can be used to exchange
all kind of objects like files, pictures, calendar entries (vCal)
and business cards (vCard) over bluetooth, IrDA, USB and serial cable
links.
.
This package contains the development files.
Package: ruby-obexftp
Architecture: any
Section: ruby
Depends:
libobexftp0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
${ruby:Depends},
Breaks:
libobexftp-ruby (<< 0.23-2~),
Replaces:
libobexftp-ruby (<< 0.23-2~),
Provides:
libobexftp-ruby,
Description: ruby binding to the object exchange file transfer library
OBEX, the OBject EXchange protocol, can best be described as binary HTTP.
OBEX is optimized for ad-hoc links and can be used to exchange
all kind of objects like files, pictures, calendar entries (vCal)
and business cards (vCard) over bluetooth, IrDA, USB and serial cable
links.
.
This package contains the binding for the Ruby programming language.
Package: libobexftp-perl
Architecture: any
Section: perl
Depends:
libobexftp0 (= ${binary:Version}),
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Description: perl binding to the object exchange file transfer library
OBEX, the OBject EXchange protocol, can best be described as binary HTTP.
OBEX is optimized for ad-hoc links and can be used to exchange
all kind of objects like files, pictures, calendar entries (vCal)
and business cards (vCard) over bluetooth, IrDA, USB and serial cable
links.
.
This package contains the binding for the Perl programming language.
|