File: control

package info (click to toggle)
ussp-push 0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 1,616 kB
  • ctags: 152
  • sloc: sh: 8,913; ansic: 923; xml: 101; makefile: 18
file content (37 lines) | stat: -rw-r--r-- 1,626 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
Source: ussp-push
Section: comm
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9), libbluetooth-dev, libopenobex2-dev,
	pkg-config, xsltproc, docbook-xsl, docbook-xml, dh-autoreconf
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/collab-maint/ussp-push.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ussp-push.git;a=summary

Package: ussp-push
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Client for OBEX PUSH
 This program allows you to send objects using the OBEX PUSH protocol.
 .
 The OBEX PUSH protocol is used to transfer files to a mobile device,
 generally via Bluetooth or IrDA. The protocol does not allow any other
 action than sending and generally requires less strict authentication,
 which is why it is sometimes preferred to the OBEX FTP protocol (which
 allows full filesystem access and is provided by the obexftp package).

Package: ussp-push-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, ussp-push
Description: Client for OBEX PUSH (debugging information)
 This program allows you to send objects using the OBEX PUSH protocol.
 .
 The OBEX PUSH protocol is used to transfer files to a mobile device,
 generally via Bluetooth or IrDA. The protocol does not allow any other
 action than sending and generally requires less strict authentication,
 which is why it is sometimes preferred to the OBEX FTP protocol (which
 allows full filesystem access and is provided by the obexftp package).
 .
 This package contains the debugging information.