File: control.in

package info (click to toggle)
pwlib 1.10.10-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,068 kB
  • ctags: 15,167
  • sloc: cpp: 112,149; ansic: 6,061; sh: 2,920; makefile: 1,062; yacc: 861; asm: 161
file content (169 lines) | stat: -rw-r--r-- 7,484 bytes parent folder | download | duplicates (2)
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
Source: pwlib
Section: libs
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Kilian Krause <kilian@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Mark Purcell <msp@debian.org>, Santiago Garcia Mantinan <manty@debian.org>
Build-Depends: debhelper (>= 5), libdc1394-13-dev, bison, flex, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, g++ (>=2.95), autotools-dev, dpatch (>=1.11), libasound2-dev, libavc1394-dev, libraw1394-dev, libdv-dev, libsasl2-dev, libkrb5-dev, doxygen, linux-kernel-headers|linux-libc-dev, binutils (>= 2.14.90.0.7), dpkg-dev (>= 1.13.19)
Build-Depends-Indep: doxygen
Build-Conflicts: @@PACKAGE@@, @@PACKAGE@@-ptrace, @@PACKAGE@@-develop, 
  libpt-1.10.0, libpt-1.10.0-ptrace, libpt-1.10.0-develop, 
  libpt-1.8.7, libpt-1.8.3, libpt-1.8.3c2, libpt-1.8.3c2a,
  libpt-dev
Standards-Version: 3.6.2
Homepage: http://www.voxgratia.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/pwlib/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/pwlib/?op=log

Package: @@PACKAGE@@
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, @@PACKAGE@@-plugins-alsa|@@PACKAGE@@-plugins-oss, @@PACKAGE@@-plugins-v4l|@@PACKAGE@@-plugins-v4l2|@@PACKAGE@@-plugins-avc|@@PACKAGE@@-plugins-dc
Conflicts: @@PACKAGE@@-ptrace, @@PACKAGE@@-develop
Description: Portable Windows Library
 This package contains the shared version of the library PWLib, which is
 a moderately large class library that has its genesis many years ago as
 a method to produce applications to run on both Microsoft Windows and
 Unix X-Window systems.

Package: @@PACKAGE@@-ptrace
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: @@PACKAGE@@, @@PACKAGE@@-develop, @@PACKAGE@@-plugins-v4l, @@PACKAGE@@-plugins-v4l2, @@PACKAGE@@-plugins-avc, @@PACKAGE@@-plugins-dc, @@PACKAGE@@-plugins-oss, @@PACKAGE@@-plugins-alsa
Description: Portable Windows Library - optimized version with extra ptrace code
 This package contains the shared version of the library PWLib, which is
 a moderately large class library that has its genesis many years ago as
 a method to produce applications to run on both Microsoft Windows and
 Unix X-Window systems.
 .
 This version was compiled with just extra ptrace code and is therefore
 suitable for development environments that do need more information on what
 happens internally.
 .
 The package also contains all plugins and debug symbols.

Package: @@PACKAGE@@-develop
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: @@PACKAGE@@, @@PACKAGE@@-ptrace, @@PACKAGE@@-plugins-v4l, @@PACKAGE@@-plugins-v4l2, @@PACKAGE@@-plugins-avc, @@PACKAGE@@-plugins-dc, @@PACKAGE@@-plugins-oss, @@PACKAGE@@-plugins-alsa
Description: Portable Windows Library - binary developer version
 This package contains the shared version of the library PWLib, which is
 a moderately large class library that has its genesis many years ago as
 a method to produce applications to run on both Microsoft Windows and
 Unix X-Window systems.
 .
 This version was compiled with just all ptrace and debug code and is therefore
 suitable for development purposes. It should not be used in production
 environments due to a very large overhead that will not scale well with a
 large number of calls.
 .
 The package also contains all plugins and debug symbols.

Package: libpt-dev
Section: libdevel
Architecture: any
Depends: @@PACKAGE@@ (= ${binary:Version})|@@PACKAGE@@-ptrace (= ${binary:Version})|@@PACKAGE@@-develop (= ${binary:Version}), libc6-dev, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, libsasl2-dev
Description: Portable Windows Library development files
 This package contains the headers and a static version of the library
 PWLib, which is a moderately large class library that has its genesis
 many years ago as a method to produce applications to run on both
 Microsoft Windows and Unix X-Window systems.
 .
 The static library comes in all three flavours:
 libpt_s.a   - notrace opt version
 libpt_r_s.a - ptrace-enabled opt version
 libpt_d_s.a - ptrace-enabled debug version

Package: @@PACKAGE@@-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: @@PACKAGE@@ (= ${binary:Version})
Description: Portable Windows Library development debug files
 This package contains the shared and static debug symbols of the library
 PWLib, which is a moderately large class library that has its genesis
 many years ago as a method to produce applications to run on both
 Microsoft Windows and Unix X-Window systems. This is not the debug compiled
 version of PWLib which would yield much more detailled information as a
 compromise of benefit and compile power consumption.

Package: libpt-doc
Section: doc
Priority: extra
Architecture: all
Description: Portable Windows Library documentation & sample files
 This package contains the documentation and samples to program with
 PWLib, which is a moderately large class library that has its genesis
 many years ago as a method to produce applications to run on both
 Microsoft Windows and Unix X-Window systems.

Package: @@PACKAGE@@-plugins-v4l
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libpt-plugins-v4l
Replaces: libpt-plugins-v4l
Provides: libpt-plugins-v4l
Description: Portable Windows Library Video Plugin for Video4Linux
 This package contains the PWLib plugin for usage with Video4Linux
 devices.  Install this package, if you want to use a video device
 that is not attached to FireWire.

Package: @@PACKAGE@@-plugins-v4l2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libpt-plugins-v4l2
Replaces: libpt-plugins-v4l2
Provides: libpt-plugins-v4l2
Description: Portable Windows Library Video Plugin for Video4Linux v2
 This package contains the PWLib plugin for usage with Video4Linux v2
 devices.  Install this package, if you want to use a video device
 that is not attached to FireWire.

Package: @@PACKAGE@@-plugins-avc
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libpt-plugins-avc
Replaces: libpt-plugins-avc
Provides: libpt-plugins-avc
Description: PWLib Video Plugin for IEEE1394 (FireWire) AVC devices
 This package contains the PWLib plugin for usage with AVC devices
 on FireWire.  Install this package, if you want to use such a video
 device.

Package: @@PACKAGE@@-plugins-dc
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libpt-plugins-dc
Replaces: libpt-plugins-dc
Provides: libpt-plugins-dc
Description: PWLib Video Plugin for IEEE1394 (Firewire) DC Devices
 This package contains the PWLib plugin for usage with DC Devices
 on Firewire.  Install this package, if you want to use such a video 
 device.

Package: @@PACKAGE@@-plugins-oss
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libpt-plugins-oss
Replaces: libpt-plugins-oss
Provides: libpt-plugins-oss
Description: Portable Windows Library Audio Plugins for the OSS Interface
 This package contains the PWLib plugin for usage with the Open Sound
 System interface.  Install this package, if you are utilising this
 interface..

Package: @@PACKAGE@@-plugins-alsa
Architecture: any
Depends: ${shlibs:Depends}
Recommends: alsa-base
Conflicts: libpt-plugins-alsa
Replaces: libpt-plugins-alsa
Provides: libpt-plugins-alsa
Description: Portable Windows Library Audio Plugin for the ALSA Interface
 This package contains the PWLib plugin for usage with the Advanced
 Linux Sound Architecture interface.  Install this package, if you
 are utilising this interface.