File: control

package info (click to toggle)
gnustep-netclasses 1.06.dfsg%2Breally1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: objc: 4,272; makefile: 27; sh: 24
file content (77 lines) | stat: -rw-r--r-- 2,685 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
Source: gnustep-netclasses
Section: gnustep
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders:
 Yavor Doganov <yavor@gnu.org>,
Build-Depends:
 debhelper-compat (= 13),
 dpkg-build-api (= 1),
 libgnustep-base-dev (>= 1.30.0-10),
Build-Depends-Indep:
 gnustep-base-doc <!nodoc>,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/gnustep-team/gnustep-netclasses.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/gnustep-netclasses

Package: libnetclasses-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends:
 libgnustep-base-dev,
 libnetclasses1 (= ${binary:Version}),
 ${misc:Depends},
Recommends:
 gnustep-netclasses-doc,
Description: GNUstep framework for socket programming (development files)
 Netclasses is an easy to use interface to socket programming in Objective-C
 with GNUstep. The core netclasses supports virtually any protocol, but the
 distribution comes with everything needed for TCP/IP (opening ports,
 background connections, etc.). Netclasses seamlessly integrates into
 NSRunLoop, which means there should be no need for redesigning applications
 to use it.
 .
 This package contains the development files.

Package: libnetclasses1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: GNUstep framework for socket programming (shared library)
 Netclasses is an easy to use interface to socket programming in Objective-C
 with GNUstep. The core netclasses supports virtually any protocol, but the
 distribution comes with everything needed for TCP/IP (opening ports,
 background connections, etc.). Netclasses seamlessly integrates into
 NSRunLoop, which means there should be no need for redesigning applications
 to use it.
 .
 This package contains the shared library.

Package: gnustep-netclasses-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Recommends:
 gnustep-base-doc,
 libnetclasses-dev,
Breaks:
 libnetclasses-dev (<< 1.06.dfsg+1.1.0-1)
Replaces:
 libnetclasses-dev (<< 1.06.dfsg+1.1.0-1)
Description: GNUstep framework for socket programming (documentation)
 Netclasses is an easy to use interface to socket programming in Objective-C
 with GNUstep. The core netclasses supports virtually any protocol, but the
 distribution comes with everything needed for TCP/IP (opening ports,
 background connections, etc.). Netclasses seamlessly integrates into
 NSRunLoop, which means there should be no need for redesigning applications
 to use it.
 .
 This package contains the library API reference documentation (in
 HTML format) and some examples.