Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 40 | Rev 44 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 40 Rev 42
1
Source: liboop
1
Source: liboop
2
Section: libs
2
Section: libs
3
Priority: optional
3
Priority: optional
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
Build-Depends: libtool, autoconf, automake1.9,
-
 
6
               debhelper (>= 7), libadns1-dev,
5
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), libtool,
7
               libglib2.0-dev, libreadline-dev, 
6
 dh-autoreconf, autoconf, automake1.9, libadns1-dev, libglib2.0-dev,
8
               tcl8.4-dev | tcl8.3-dev
7
 libreadline-dev, tcl8.4-dev | tcl8.3-dev
9
Build-Depends-Indep: sharutils
-
 
10
Standards-Version: 3.9.1
8
Standards-Version: 3.9.1
11
Homepage: http://liboop.ofb.net/
9
Homepage: http://liboop.ofb.net/
12
10
13
Package: liboop4
11
Package: liboop4
14
Section: libs
12
Section: libs
15
Architecture: any
13
Architecture: any
16
Depends: ${shlibs:Depends}, ${misc:Depends}
14
Depends: ${shlibs:Depends}, ${misc:Depends}
17
Provides: liboop
15
Provides: liboop
18
Replaces: liboop3
16
Replaces: liboop3
19
Description: Event loop management library
17
Description: Event loop management library
20
 Liboop is a low-level event loop management library for POSIX-based
18
 Liboop is a low-level event loop management library for POSIX-based
21
 operating systems. It supports the development of modular, multiplexed
19
 operating systems. It supports the development of modular, multiplexed
22
 applications which may respond to events from several sources. It
20
 applications which may respond to events from several sources. It
23
 replaces the "select() loop" and allows the registration of event
21
 replaces the "select() loop" and allows the registration of event
24
 handlers for file and network I/O, timers and signals. Since processes
22
 handlers for file and network I/O, timers and signals. Since processes
25
 use these mechanisms for almost all external communication, liboop can
23
 use these mechanisms for almost all external communication, liboop can
26
 be used as a basis for almost any application.
24
 be used as a basis for almost any application.
27
25
28
Package: liboop-dev
26
Package: liboop-dev
29
Section: libdevel
27
Section: libdevel
30
Architecture: any
28
Architecture: any
31
Depends: liboop4 (= ${binary:Version}), ${misc:Depends}
29
Depends: liboop4 (= ${binary:Version}), ${misc:Depends}
32
Description: Event loop management library - development files
30
Description: Event loop management library - development files
33
 Liboop is a low-level event loop management library for POSIX-based
31
 Liboop is a low-level event loop management library for POSIX-based
34
 operating systems. It supports the development of modular, multiplexed
32
 operating systems. It supports the development of modular, multiplexed
35
 applications which may respond to events from several sources. It
33
 applications which may respond to events from several sources. It
36
 replaces the "select() loop" and allows the registration of event
34
 replaces the "select() loop" and allows the registration of event
37
 handlers for file and network I/O, timers and signals. Since processes
35
 handlers for file and network I/O, timers and signals. Since processes
38
 use these mechanisms for almost all external communication, liboop can
36
 use these mechanisms for almost all external communication, liboop can
39
 be used as a basis for almost any application.
37
 be used as a basis for almost any application.
40
 .
38
 .
41
 This package contains the liboop development libraries and header
39
 This package contains the liboop development libraries and header
42
 files, required to develop and/or compile applications that use liboop.
40
 files, required to develop and/or compile applications that use liboop.
43
41
44
Package: liboop-doc
42
Package: liboop-doc
45
Section: doc
43
Section: doc
46
Architecture: all
44
Architecture: all
47
Depends:  ${misc:Depends}
45
Depends:  ${misc:Depends}
48
Description: Event loop management library - documentation
46
Description: Event loop management library - documentation
49
 Liboop is a low-level event loop management library for POSIX-based
47
 Liboop is a low-level event loop management library for POSIX-based
50
 operating systems. It supports the development of modular, multiplexed
48
 operating systems. It supports the development of modular, multiplexed
51
 applications which may respond to events from several sources. It
49
 applications which may respond to events from several sources. It
52
 replaces the "select() loop" and allows the registration of event
50
 replaces the "select() loop" and allows the registration of event
53
 handlers for file and network I/O, timers and signals. Since processes
51
 handlers for file and network I/O, timers and signals. Since processes
54
 use these mechanisms for almost all external communication, liboop can
52
 use these mechanisms for almost all external communication, liboop can
55
 be used as a basis for almost any application.
53
 be used as a basis for almost any application.
56
 .
54
 .
57
 This package contains a mirror of the http://liboop.org website and its
55
 This package contains a mirror of the http://liboop.org website and its
58
 associated HTML documentation for the liboop library.
56
 associated HTML documentation for the liboop library.
59
57
60
Package: liboop-dbg
58
Package: liboop-dbg
61
Section: debug
59
Section: debug
62
Priority: extra
60
Priority: extra
63
Architecture: any
61
Architecture: any
64
Depends: liboop4 (= ${binary:Version}), ${misc:Depends}
62
Depends: liboop4 (= ${binary:Version}), ${misc:Depends}
65
Description: Event loop management library - debug symbols
63
Description: Event loop management library - debug symbols
66
 Liboop is a low-level event loop management library for POSIX-based
64
 Liboop is a low-level event loop management library for POSIX-based
67
 operating systems.
65
 operating systems.
68
 .
66
 .
69
 This package contains debugging symbols.
67
 This package contains debugging symbols.