[pkg-dhcp-commits] [SCM] ISC DHCP packaging for Debian branch, master, updated. debian/4.1.0-1-26-gee74546
Andrew Pollock
apollock at debian.org
Thu Aug 20 07:37:15 UTC 2009
The following commit has been merged in the master branch:
commit ee745466d7c352c4e81dc5e513ec8c1b16c8c289
Author: Andrew Pollock <apollock at debian.org>
Date: Thu Aug 20 00:36:22 2009 -0700
Added debian/README.source, transitional packages
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..cae1a3c
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,4 @@
+This package currently uses dpatch to manage the patches.
+
+See /usr/share/doc/dpatch/README.source.gz for more information on how to use
+dpatch
diff --git a/debian/changelog b/debian/changelog
index b54bdee..27eb21a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,11 @@ isc-dhcp (4.1.0-1) unstable; urgency=low
* 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
- -- Andrew Pollock <apollock at debian.org> Sun, 05 Apr 2009 11:48:34 -0700
+ -- Andrew Pollock <apollock at debian.org> Thu, 20 Aug 2009 00:32:54 -0700
dhcp3 (3.1.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c8dfdd9..a1f9064 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: important
Maintainer: Andrew Pollock <apollock at debian.org>
Uploaders: Eloy A. Paris <peloy at debian.org>
Build-Depends: debhelper (>> 7), dpkg-dev (>= 1.13.2), groff, dpatch, po-debconf, libldap2-dev, libssl-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
Package: isc-dhcp-server
Priority: optional
@@ -159,3 +159,87 @@ Description: DHCP relay daemon (debugging symbols)
requires a reachable DHCP or BOOTP server in order to function.
.
Extra documentation can be found in the package isc-dhcp-common.
+
+Package: dhcp3-server
+Priority: extra
+Architecture: all
+Depends: isc-dhcp-server, ${misc:Depends}
+Description: ISC DHCP server (transitional package)
+ This is the server from the Internet Software Consortium's implementation of
+ DHCP. For more information, visit http://www.isc.org.
+ .
+ Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
+ (actually dhcpd includes much of the functionality of bootpd). It
+ gives client machines "leases" for IP addresses and can
+ automatically set their network configuration.
+ .
+ This server can handle multiple ethernet interfaces.
+ .
+ This is a dummy package to aid in transitioning from the v3 DHCP packages
+ to the new-style DHCP packages.
+ .
+ This dummy package may be safely removed after upgrading to squeeze
+
+Package: dhcp3-client
+Priority: extra
+Architecture: all
+Depends: isc-dhcp-client, ${misc:Depends}
+Description: ISC DHCP server (transitional package)
+ This is the client from the Internet Software Consortium's implementation of
+ DHCP. For more information visit http://www.isc.org.
+ .
+ Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
+ (actually dhcpd includes much of the functionality of bootpd). It
+ gives client machines "leases" for IP addresses and can
+ automatically set their network configuration. If your machine
+ depends on DHCP (especially likely if it's a workstation on a large
+ network, or a laptop, or attached to a cable modem), keep this or
+ another DHCP client installed.
+ .
+ This is a dummy package to aid in transitioning from the v3 DHCP packages
+ to the new-style DHCP packages.
+ .
+ This dummy package may be safely removed after upgrading to squeeze
+
+Package: dhcp3-relay
+Priority: extra
+Architecture: all
+Depends: isc-dhcp-relay, ${misc:Depends}
+Description: ISC DHCP relay (transitional package)
+ This is the relay from the Internet Software Consortium's implementation of
+ DHCP. For more information visit
+ http://www.isc.org.
+ .
+ Installing this package will make the machine a DHCP relay, which
+ requires a reachable DHCP or BOOTP server in order to function.
+ .
+ This is a dummy package to aid in transitioning from the v3 DHCP packages
+ to the new-style DHCP packages.
+ .
+ This dummy package may be safely removed after upgrading to squeeze
+
+Package: dhcp3-common
+Priority: extra
+Architecture: all
+Depends: isc-dhcp-common, ${misc:Depends}
+Description: ISC DHCP common files (transitional package)
+ This package contains the files used by all the packages from ISC
+ DHCP.
+ .
+ This is a dummy package to aid in transitioning from the v3 DHCP packages
+ to the new-style DHCP packages.
+ .
+ This dummy package may be safely removed after upgrading to squeeze
+
+Package: dhcp3-dev
+Priority: extra
+Architecture: all
+Depends: isc-dhcp-dev, ${misc:Depends}
+Description: ISC DHCP development files (transitional package)
+ This package contains development files for the Internet Software Consortium's
+ implementation of DHCP. For more information visit http://www.isc.org.
+ .
+ This is a dummy package to aid in transitioning from the v3 DHCP packages
+ to the new-style DHCP packages.
+ .
+ This dummy package may be safely removed after upgrading to squeeze
--
ISC DHCP packaging for Debian
More information about the pkg-dhcp-commits
mailing list