Martin Pitt martin.pitt at ubuntu.com
Mon Nov 14 06:40:03 CST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 14 Nov 2005 13:33:25 +0100
Source: dhcp3
Binary: dhcp3-client-udeb dhcp3-common dhcp3-relay dhcp3-dev dhcp3-client dhcp3-server
Architecture: source
Version: 3.0.3-5ubuntu1
Distribution: dapper
Urgency: low
Maintainer: Eloy A. Paris <peloy at debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 dhcp3-client - DHCP Client
 dhcp3-client-udeb - DHCP Client for debian-installer
 dhcp3-common - Common files used by all the dhcp3* packages
 dhcp3-dev  - API for accessing and modifying the DHCP server and client state
 dhcp3-relay - DHCP Relay
 dhcp3-server - DHCP server for automatic IP address assignment
Closes: 225893 238823 239907 256851 267639 285838 286006 315309 315806 315844 316058 316729 320683 320713 321028 321734 323254 324886 325392 325691 327829 328093 328254 328637 328844 329437 331683 331800 333492
Changes: 
 dhcp3 (3.0.3-5ubuntu1) dapper; urgency=low
 .
   * Manually apply Ubuntu changes to the clean Debian version, details below.
   * Derooting of client and server:
     - debian/control: Add build dependency libcap-dev.
     - debian/patches/droppriv.dpatch: Provide general drop_privileges()
       function.
     - debian/patches/deroot-client.dpatch: Drop privileges of DHCP client and
       provide suid wrapper 'call-dhclient-script'.
     - debian/patches/deroot-server.dpatch: Drop privileges of DHCP server.
     - debian/rules: Set call-dhclient-script as callback script.
     - debian/dhcp3-server.postinst, debian/dhcp3-server.postrm: Create/remove
       dhcpd user/group.
     - debian/dhcp3-client.postinst, debian/dhcp3-client.postrm: Create/remove
       dhcp user on purge.
     - debian/dhcp3-server.init.d: Adjust PID file path and data file
       permissions.
   * LSB init script for server:
     - debian/control: Add lsb-base dependency.
     - debian/dhcp3-server.init.d: Use LSB functions.
   * NetworkManager support:
     - debian/dhclient-script.linux: Call dhcdbd over dbus and do not modify
       devices handled by it.
     - debian/patches/dhclient-dhcdbd-support.dpatch
   * LTSP support:
     - debian/dhcp3-server.init.d: Use /etc/ltsp/dhcpd.conf as configuration
       file if it exists.
   * Bug fixes:
     - debian/dhclient-script.linux: Keep old search/domain scope when a new
       one is not provided.
     - debian/rules: Remove client/scripts/debian in clean rule.
     - debian/dhcp3-server.config: Drop debconf questions to medium priority.
 .
 dhcp3 (3.0.3-5) unstable; urgency=low
 .
   * Updated French debconf template translation (closes: #331683)
   * debian/control: Removed debconf dependency, put ${misc:Depends} instead,
     to fix explicit dependency on debconf (closes: #331800)
   * Added Swedish debconf template translation (Tack Daniel Nylander) (closes:
     #333492)
 .
 dhcp3 (3.0.3-4) unstable; urgency=low
 .
   * Renamed debian/patches/00list.kfreebsd to
     debian/patches/00list.kfreebsd-i386 so it actually gets applied on
     kfreebsd (closes: #328637)
   * debian/rules: added debconf-updatepo to clean target (closes: #328844)
   * Updated Dutch debconf template translation (closes: #329437)
   * Updated Vietnamese debconf template translation
   * Added patch from Marius Gedminas to ignore irda0 (closes: #239907)
   * Extended above patch to ignore sit0 interface (closes: #256851)
   * Extended above patch to ignore IEEE1394 interfaces
   * debian/rules: install Japanese manpages into /usr/share/man/ja (closes:
     #285838)
 .
 dhcp3 (3.0.3-3) unstable; urgency=low
 .
   * The "principle of least surprise" release
   * dhcp3-server.template: Added debconf note regarding change in next-server
     behaviour
   * dhcp3-server.config: display aforementioned note for upgrades from
     anything prior to this version.
   * Updated Russian template translation (closes: #328093)
   * Patched dhcpd.conf.5 manpage to update behaviour of next-server directive
     (closes: #327829, #328254)
   * debian/*.doc: only install documentation into dhcp3-common (closes:
     #286006)
   * debian/control: make the udeb Priority: extra
   * debian/dhclient-script.linux: applied patch from Samuel Thibault to
     only mess with the IPv4 settings on the interface (closes: #323254)
   * debian/dhclient-script.{linux,kfreebsd}: remove triplication of content
     (closes: #325691)
   * Rejigged dpatch patch so kfreebsd patch is only applied on kfreebsd
   * debian/debug-exit: fixed comment to correctly indicate how to enable
     (closes: #267639)
 .
 dhcp3 (3.0.3-2) unstable; urgency=low
 .
   * debian/control: change priority to optional (I'll get this right
     eventually)
   * Really get that NEWS.Debian into the dhcp3-server package... (closes:
     #325392)
 .
 dhcp3 (3.0.3-1) unstable; urgency=low
 .
   * New upstream release (closes: #324886)
   * Added NEWS.Debian regarding change in functionality with respect to
     next-server now being required for booting.
 .
 dhcp3 (3.0.2-4) unstable; urgency=low
 .
   * Added patch from Aurelien Jarno to support GNU/kFreeBSD (closes: #321028)
   * debian/dhcp3-server.preinst: fixed bashism
   * debian/dhcp3-relay.prerm: fixed bashisms
   * debian/dhcp3-client.preinst: fixed bashisms
   * Updated Czech debconf templates translation (closes: #321734)
   * debian/dhcp3-server.init.d: Applied patch from Stephen Gildea to provide
     status option (closes: #320683)
 .
 dhcp3 (3.0.2-3) unstable; urgency=low
 .
   * debian/rules: fixed up installation of client/scripts/debian in build
     target (closes: #320713)
 .
 dhcp3 (3.0.2-2) unstable; urgency=low
 .
   * debian/control: change to Priority: extra
   * debian/dhcp3-server.config: lower priority for interfaces question and
     remove note about requiring configuration (closes: #225893)
   * debian/dhclient-script: avoid any possibility of mv asking questions
     (closes: #238823)
   * debian/control: bumped Standards-Version to 3.5.7
   * debian/dhcp3-server.init.d: removed bashism in test_config() (closes:
     #315309, #316729)
   * Updated Vietnamese debconf template translation (closes: #315806)
   * Updated Dutch debconf template translation (closes: #315844)
   * Updated French debconf template translation (closes: #316058)
Files: 
 a14477a3ef00835c2b134063c80e8e66 775 net optional dhcp3_3.0.3-5ubuntu1.dsc
 f91416a0b8ed3fd0601688cf0b7df58f 870240 net optional dhcp3_3.0.3.orig.tar.gz
 0c2c16f44c57fbc9ce87ea153b21197f 63974 net optional dhcp3_3.0.3-5ubuntu1.diff.gz
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDeIRgDecnbV4Fd/IRAqV+AJ0XGxaNH1X7JwVd4MUeQgTkXfcOUgCfeZVx
JlzxwD+9qzfqBHsU39llIDc=
=y8rd
-----END PGP SIGNATURE-----


Accepted:
dhcp3_3.0.3-5ubuntu1.diff.gz
  to pool/main/d/dhcp3/dhcp3_3.0.3-5ubuntu1.diff.gz
dhcp3_3.0.3-5ubuntu1.dsc
  to pool/main/d/dhcp3/dhcp3_3.0.3-5ubuntu1.dsc
dhcp3_3.0.3.orig.tar.gz
  to pool/main/d/dhcp3/dhcp3_3.0.3.orig.tar.gz




More information about the dapper-changes mailing list