~ubuntu-branches/ubuntu/oneiric/isc-dhcp/oneiric-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock
  • Date: 2009-09-02 22:34:25 UTC
  • Revision ID: james.westby@ubuntu.com-20090902223425-e060dofnj2yf8zzf
Tags: 4.1.0-1
* The "throw everything out and start over" release
* New upstream release
* debian/control: drop 3 from the binary package names, adjust dependencies,
  maintainer scripts, accordingly
* use debhelper more extensively, de-cruft debian/rules
* remove dhcp-server preinst
* add debug packages
* add transitional packages
* add debian/README.source
* debian/control: bumped Standards-Version
* debian/isc-dhcp-server.postinst: transfer existing config and lease files
  when upgrading from dhcp3-server
* debian/isc-dhcp-client.postinst: transfer existing config file when
  upgrading from dhcp3-client
* debian/changelog: added marker for legacy malformed changelog entry to
  placate Lintian
* add a patch to correct groff warnings in man pages
* add a patch to ignore checksums on the loopback interface
* debian/control: make isc-dhcp-client depend on ifupdown that invokes
  /sbin/dhclient correctly

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: isc-dhcp
 
2
Section: net
 
3
Priority: important
 
4
Maintainer: Andrew Pollock <apollock@debian.org>
 
5
Uploaders: Eloy A. Paris <peloy@debian.org>
 
6
Build-Depends: debhelper (>> 7), dpkg-dev (>= 1.13.2), groff, dpatch, po-debconf, libldap2-dev, libssl-dev
 
7
Standards-Version: 3.8.3
 
8
 
 
9
Package: isc-dhcp-server
 
10
Priority: optional
 
11
Architecture: any
 
12
Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), lsb-base, ${shlibs:Depends}, ${misc:Depends}
 
13
Provides: dhcp3-server
 
14
Conflicts: dhcp, dhcp3-server
 
15
Replaces: dhcp3-server
 
16
Suggests: isc-dhcp-server-ldap
 
17
Description: ISC DHCP server for automatic IP address assignment
 
18
 This is the server from the Internet Software Consortium's implementation of
 
19
 DHCP. For more information, visit http://www.isc.org.
 
20
 .
 
21
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 
22
 (actually dhcpd includes much of the functionality of bootpd). It
 
23
 gives client machines "leases" for IP addresses and can
 
24
 automatically set their network configuration.
 
25
 .
 
26
 This server can handle multiple ethernet interfaces.
 
27
 
 
28
Package: isc-dhcp-server-dbg
 
29
Section: debug
 
30
Priority: extra
 
31
Architecture: any
 
32
Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), lsb-base, ${shlibs:Depends}, ${misc:Depends}
 
33
Conflicts: dhcp
 
34
Suggests: isc-dhcp-server-ldap
 
35
Description: ISC DHCP server for automatic IP address assignment (debug)
 
36
 This is the server from the Internet Software Consortium's implementation of
 
37
 DHCP. For more information, visit http://www.isc.org.
 
38
 .
 
39
 This package contains the debugging symbols for isc-dhcp-server
 
40
 .
 
41
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 
42
 (actually dhcpd includes much of the functionality of bootpd). It
 
43
 gives client machines "leases" for IP addresses and can
 
44
 automatically set their network configuration.
 
45
 .
 
46
 This server can handle multiple ethernet interfaces.
 
47
 
 
48
#Package: isc-dhcp-server-ldap
 
49
#Priority: optional
 
50
#Architecture: any
 
51
#Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), isc-dhcp-server (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
52
#Enhances: isc-dhcp-server
 
53
#Description: DHCP server able to use LDAP as backend
 
54
# This is the server from the Internet Software Consortium's implementation of
 
55
# DHCP. For more information, visit http://www.isc.org.
 
56
# .
 
57
# Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 
58
# (actually dhcpd includes much of the functionality of bootpd). It
 
59
# gives client machines "leases" for IP addresses and can
 
60
# automatically set their network configuration.
 
61
# .
 
62
# This is the DHCP server with LDAP patches applied to it.
 
63
 
 
64
Package: isc-dhcp-common
 
65
Architecture: any
 
66
Section: net
 
67
Provides: dhcp3-common
 
68
Conflicts: dhcp3-common
 
69
Replaces: dhcp3-common
 
70
Depends: debianutils (>= 2.8.2), ${shlibs:Depends}, ${misc:Depends}
 
71
Description: common files used by all the isc-dhcp* packages
 
72
 This package contains the files used by all the packages from ISC
 
73
 DHCP.
 
74
 
 
75
Package: isc-dhcp-dev
 
76
Priority: optional
 
77
Architecture: any
 
78
Section: devel
 
79
Provides: dhcp3-dev
 
80
Conflicts: dhcp3-dev
 
81
Replaces: dhcp3-dev
 
82
Depends: libc6-dev, ${misc:Depends}
 
83
Description: API for accessing and modifying the DHCP server and client state
 
84
 OMAPI is an API for accessing and modifying the DHCP server and
 
85
 client state.
 
86
 
 
87
Package: isc-dhcp-client
 
88
Architecture: any
 
89
Depends: debianutils (>= 2.8.2), ifupdown (>= 0.6.8+nmu3), isc-dhcp-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
90
Suggests: resolvconf, avahi-autoipd
 
91
Provides: dhcp3-client
 
92
Conflicts: dhcp-client (<< 3.0), samba-common (<< 3.0.0beta1-2), dhcp3-client
 
93
Replaces: dhcp3-client
 
94
Description: ISC DHCP client
 
95
 This is the client from the Internet Software Consortium's implementation of
 
96
 DHCP. For more information visit http://www.isc.org.
 
97
 .
 
98
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 
99
 (actually dhcpd includes much of the functionality of bootpd). It
 
100
 gives client machines "leases" for IP addresses and can
 
101
 automatically set their network configuration. If your machine
 
102
 depends on DHCP (especially likely if it's a workstation on a large
 
103
 network, or a laptop, or attached to a cable modem), keep this or
 
104
 another DHCP client installed.
 
105
 .
 
106
 Extra documentation can be found in the package isc-dhcp-common.
 
107
 
 
108
Package: isc-dhcp-client-dbg
 
109
Section: debug
 
110
Priority: extra
 
111
Architecture: any
 
112
Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
113
Suggests: resolvconf, avahi-autoipd
 
114
Conflicts: dhcp-client (<< 3.0), samba-common (<< 3.0.0beta1-2)
 
115
Description: ISC DHCP client (debugging symbols)
 
116
 This is the client from the Internet Software Consortium's implementation of
 
117
 DHCP. For more information visit http://www.isc.org.
 
118
 .
 
119
 This package contains the debugging symbols for isc-dhcp-client
 
120
 .
 
121
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 
122
 (actually dhcpd includes much of the functionality of bootpd). It
 
123
 gives client machines "leases" for IP addresses and can
 
124
 automatically set their network configuration. If your machine
 
125
 depends on DHCP (especially likely if it's a workstation on a large
 
126
 network, or a laptop, or attached to a cable modem), keep this or
 
127
 another DHCP client installed.
 
128
 .
 
129
 Extra documentation can be found in the package isc-dhcp-common.
 
130
 
 
131
Package: isc-dhcp-client-udeb
 
132
Priority: extra
 
133
Architecture: any
 
134
Section: debian-installer
 
135
Depends: ${shlibs:Depends}
 
136
XC-Package-Type: udeb
 
137
Description: ISC DHCP Client for debian-installer
 
138
 dhcp-client-udeb is a minimal dhcp package used by the debian-installer.
 
139
 
 
140
Package: isc-dhcp-relay
 
141
Priority: optional
 
142
Architecture: any
 
143
Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
144
Provides: dhcp3-relay
 
145
Conflicts: dhcp-relay, dhcp3-relay
 
146
Replaces: dhcp3-relay
 
147
Description: ISC DHCP relay daemon
 
148
 This is the relay from the Internet Software Consortium's implementation of
 
149
 DHCP. For more information visit
 
150
 http://www.isc.org.
 
151
 .
 
152
 Installing this package will make the machine a DHCP relay, which
 
153
 requires a reachable DHCP or BOOTP server in order to function.
 
154
 .
 
155
 Extra documentation can be found in the package isc-dhcp-common.
 
156
 
 
157
Package: isc-dhcp-relay-dbg
 
158
Section: debug
 
159
Priority: extra
 
160
Architecture: any
 
161
Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
162
Conflicts: dhcp-relay
 
163
Description: DHCP relay daemon (debugging symbols)
 
164
 This is the relay from the Internet Software Consortium's implementation of
 
165
 DHCP. For more information visit
 
166
 http://www.isc.org.
 
167
 .
 
168
 This package contains the debugging symbols for isc-dhcp-relay
 
169
 .
 
170
 Installing this package will make the machine a DHCP relay, which
 
171
 requires a reachable DHCP or BOOTP server in order to function.
 
172
 .
 
173
 Extra documentation can be found in the package isc-dhcp-common.
 
174
 
 
175
Package: dhcp3-server
 
176
Priority: extra
 
177
Architecture: all
 
178
Depends: isc-dhcp-server, ${misc:Depends}
 
179
Description: ISC DHCP server (transitional package)
 
180
 This is the server from the Internet Software Consortium's implementation of
 
181
 DHCP. For more information, visit http://www.isc.org.
 
182
 .
 
183
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 
184
 (actually dhcpd includes much of the functionality of bootpd). It
 
185
 gives client machines "leases" for IP addresses and can
 
186
 automatically set their network configuration.
 
187
 .
 
188
 This server can handle multiple ethernet interfaces.
 
189
 .
 
190
 This is a dummy package to aid in transitioning from the v3 DHCP packages
 
191
 to the new-style DHCP packages.
 
192
 .
 
193
 This dummy package may be safely removed after upgrading to squeeze
 
194
 
 
195
Package: dhcp3-client
 
196
Priority: extra
 
197
Architecture: all
 
198
Depends: isc-dhcp-client, ${misc:Depends}
 
199
Description: ISC DHCP server (transitional package)
 
200
 This is the client from the Internet Software Consortium's implementation of
 
201
 DHCP. For more information visit http://www.isc.org.
 
202
 .
 
203
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 
204
 (actually dhcpd includes much of the functionality of bootpd). It
 
205
 gives client machines "leases" for IP addresses and can
 
206
 automatically set their network configuration. If your machine
 
207
 depends on DHCP (especially likely if it's a workstation on a large
 
208
 network, or a laptop, or attached to a cable modem), keep this or
 
209
 another DHCP client installed.
 
210
 .
 
211
 This is a dummy package to aid in transitioning from the v3 DHCP packages
 
212
 to the new-style DHCP packages.
 
213
 .
 
214
 This dummy package may be safely removed after upgrading to squeeze
 
215
 
 
216
Package: dhcp3-relay
 
217
Priority: extra
 
218
Architecture: all
 
219
Depends: isc-dhcp-relay, ${misc:Depends}
 
220
Description: ISC DHCP relay (transitional package)
 
221
 This is the relay from the Internet Software Consortium's implementation of
 
222
 DHCP. For more information visit
 
223
 http://www.isc.org.
 
224
 .
 
225
 Installing this package will make the machine a DHCP relay, which
 
226
 requires a reachable DHCP or BOOTP server in order to function.
 
227
 .
 
228
 This is a dummy package to aid in transitioning from the v3 DHCP packages
 
229
 to the new-style DHCP packages.
 
230
 .
 
231
 This dummy package may be safely removed after upgrading to squeeze
 
232
 
 
233
Package: dhcp3-common
 
234
Priority: extra
 
235
Architecture: all
 
236
Depends: isc-dhcp-common, ${misc:Depends}
 
237
Description: ISC DHCP common files (transitional package)
 
238
 This package contains the files used by all the packages from ISC
 
239
 DHCP.
 
240
 .
 
241
 This is a dummy package to aid in transitioning from the v3 DHCP packages
 
242
 to the new-style DHCP packages.
 
243
 .
 
244
 This dummy package may be safely removed after upgrading to squeeze
 
245
 
 
246
Package: dhcp3-dev
 
247
Priority: extra
 
248
Architecture: all
 
249
Depends: isc-dhcp-dev, ${misc:Depends}
 
250
Description: ISC DHCP development files (transitional package)
 
251
 This package contains development files for the Internet Software Consortium's
 
252
 implementation of DHCP. For more information visit http://www.isc.org.
 
253
 .
 
254
 This is a dummy package to aid in transitioning from the v3 DHCP packages
 
255
 to the new-style DHCP packages.
 
256
 .
 
257
 This dummy package may be safely removed after upgrading to squeeze