[pkg-dhcp-commits] [SCM] ISC DHCP packaging for Debian branch, master, updated. debian/4.1.0-1-7-g95706d5

Andrew Pollock apollock at icarus.andrew.net.au
Sun Jul 12 23:50:52 UTC 2009


The following commit has been merged in the master branch:
commit e13ac89f9dbf663965d0fb43fe3d5cb9e2d25e33
Author: Andrew Pollock <apollock at icarus.andrew.net.au>
Date:   Sun Jul 12 16:01:01 2009 -0700

    Switch to debhelper 7
    Switch to dh_install instead of dh_movefiles
    Remove extraneous cruft from debian/rules
    Use dh_lintian instead of doing it by hand
    Update init scripts to refer to new names
    Update maintainer scripts for init script name changes

diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 590df12..4136227 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: important
 Maintainer: Andrew Pollock <apollock at debian.org>
 Uploaders: Eloy A. Paris <peloy at debian.org>
-Build-Depends: debhelper (>= 4.1.16), dpkg-dev (>= 1.13.2), groff, dpatch, po-debconf, libldap2-dev, libssl-dev
+Build-Depends: debhelper (>> 7), dpkg-dev (>= 1.13.2), groff, dpatch, po-debconf, libldap2-dev, libssl-dev
 Standards-Version: 3.8.1
 
 Package: isc-dhcp-server
@@ -23,21 +23,21 @@ Description: DHCP server for automatic IP address assignment
  .
  This server can handle multiple ethernet interfaces.
 
-Package: isc-dhcp-server-ldap
-Priority: optional
-Architecture: any
-Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), isc-dhcp-server (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Enhances: isc-dhcp-server
-Description: DHCP server able to use LDAP as backend
- 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 is the DHCP server with LDAP patches applied to it.
+#Package: isc-dhcp-server-ldap
+#Priority: optional
+#Architecture: any
+#Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), isc-dhcp-server (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+#Enhances: isc-dhcp-server
+#Description: DHCP server able to use LDAP as backend
+# 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 is the DHCP server with LDAP patches applied to it.
 
 Package: isc-dhcp-common
 Architecture: any
diff --git a/debian/isc-dhcp-client-udeb.install b/debian/isc-dhcp-client-udeb.install
new file mode 100644
index 0000000..a5ab8d4
--- /dev/null
+++ b/debian/isc-dhcp-client-udeb.install
@@ -0,0 +1 @@
+usr/sbin/dhclient sbin
diff --git a/debian/isc-dhcp-client.files b/debian/isc-dhcp-client.files
deleted file mode 100644
index b2a5cc1..0000000
--- a/debian/isc-dhcp-client.files
+++ /dev/null
@@ -1,7 +0,0 @@
-usr/sbin/dhclient
-usr/sbin/dhclient-script
-etc/dhcp/dhclient.conf
-usr/share/man/man8/dhclient.8
-usr/share/man/man8/dhclient-script.8
-usr/share/man/man5/dhclient.conf.5
-usr/share/man/man5/dhclient.leases.5
diff --git a/debian/isc-dhcp-client.install b/debian/isc-dhcp-client.install
new file mode 100644
index 0000000..3ef4fa8
--- /dev/null
+++ b/debian/isc-dhcp-client.install
@@ -0,0 +1,9 @@
+usr/sbin/dhclient sbin
+#usr/sbin/dhclient-script
+etc/dhcp/dhclient.conf
+usr/share/man/man8/dhclient.8
+usr/share/man/man8/dhclient-script.8
+usr/share/man/man5/dhclient.conf.5
+usr/share/man/man5/dhclient.leases.5
+debian/debug-enter etc/dhcp/dhclient-enter-hooks.d/debug
+debian/debug-exit etc/dhcp/dhclient-exit-hooks.d/debug
diff --git a/debian/isc-dhcp-client.lintian b/debian/isc-dhcp-client.lintian
deleted file mode 100644
index 798cab1..0000000
--- a/debian/isc-dhcp-client.lintian
+++ /dev/null
@@ -1,2 +0,0 @@
-dhcp3-client: no-debconf-config
-dhcp3-client: postinst-uses-db-input
diff --git a/debian/isc-dhcp-client.lintian-overrides b/debian/isc-dhcp-client.lintian-overrides
new file mode 100644
index 0000000..5e4d57e
--- /dev/null
+++ b/debian/isc-dhcp-client.lintian-overrides
@@ -0,0 +1,3 @@
+isc-dhcp-client: no-debconf-config
+isc-dhcp-client: postinst-uses-db-input
+isc-dhcp-client: possible-gpl-code-linked-with-openssl
diff --git a/debian/isc-dhcp-common.files b/debian/isc-dhcp-common.install
similarity index 100%
rename from debian/isc-dhcp-common.files
rename to debian/isc-dhcp-common.install
diff --git a/debian/isc-dhcp-common.lintian-overrides b/debian/isc-dhcp-common.lintian-overrides
new file mode 100644
index 0000000..099820e
--- /dev/null
+++ b/debian/isc-dhcp-common.lintian-overrides
@@ -0,0 +1 @@
+isc-dhcp-common: possible-gpl-code-linked-with-openssl
diff --git a/debian/isc-dhcp-dev.files b/debian/isc-dhcp-dev.install
similarity index 100%
rename from debian/isc-dhcp-dev.files
rename to debian/isc-dhcp-dev.install
diff --git a/debian/isc-dhcp-relay.init.d b/debian/isc-dhcp-relay.init.d
index fea275b..d092322 100644
--- a/debian/isc-dhcp-relay.init.d
+++ b/debian/isc-dhcp-relay.init.d
@@ -16,15 +16,15 @@
 ### END INIT INFO
 
 # It is not safe to start if we don't have a default configuration...
-if [ ! -f /etc/default/dhcp3-relay ]; then
-	echo "/etc/default/dhcp3-relay does not exist! - Aborting..."
+if [ ! -f /etc/default/isc-dhcp-relay ]; then
+	echo "/etc/default/isc-dhcp-relay does not exist! - Aborting..."
 	echo "Run 'dpkg-reconfigure dhcp3-relay' to fix the problem."
 	exit 1
 fi
 
 # Read init script configuration (interfaces the daemon should listen on
 # and the DHCP server we should forward requests to.)
-. /etc/default/dhcp3-relay
+[ -f /etc/default/isc-dhcp-relay ] && . /etc/default/isc-dhcp-relay
 
 # Build command line for interfaces (will be passed to dhrelay below.)
 IFCMD=""
@@ -39,7 +39,7 @@ DHCRELAYPID=/var/run/dhcrelay.pid
 case "$1" in
 	start)
 		start-stop-daemon --start --quiet --pidfile $DHCRELAYPID \
-			--exec /usr/sbin/dhcrelay3 -- -q $OPTIONS $IFCMD $SERVERS
+			--exec /usr/sbin/dhcrelay -- -q $OPTIONS $IFCMD $SERVERS
 		;;
 	stop)
 		start-stop-daemon --stop --quiet --pidfile $DHCRELAYPID
@@ -50,7 +50,7 @@ case "$1" in
 		$0 start
 		;;
 	*)
-		echo "Usage: /etc/init.d/dhcp3-relay {start|stop|restart|force-reload}"
+		echo "Usage: /etc/init.d/isc-dhcp-relay {start|stop|restart|force-reload}"
 		exit 1 
 esac
 
diff --git a/debian/isc-dhcp-relay.files b/debian/isc-dhcp-relay.install
similarity index 100%
rename from debian/isc-dhcp-relay.files
rename to debian/isc-dhcp-relay.install
diff --git a/debian/isc-dhcp-relay.lintian-overrides b/debian/isc-dhcp-relay.lintian-overrides
new file mode 100644
index 0000000..076227d
--- /dev/null
+++ b/debian/isc-dhcp-relay.lintian-overrides
@@ -0,0 +1 @@
+isc-dhcp-relay: possible-gpl-code-linked-with-openssl
diff --git a/debian/isc-dhcp-relay.postinst b/debian/isc-dhcp-relay.postinst
index 3218412..c094a22 100644
--- a/debian/isc-dhcp-relay.postinst
+++ b/debian/isc-dhcp-relay.postinst
@@ -25,15 +25,15 @@ esac
 #	them to be readable only by root.
 umask 022
 
-INITCONFFILE=/etc/default/dhcp3-relay
+INITCONFFILE=/etc/default/isc-dhcp-relay
 
 # Generate configuration file if it does not exist, using default values.
 [ -r "${INITCONFFILE}" ] || {
 	echo Generating ${INITCONFFILE}... >&2
 	cat >${INITCONFFILE} <<'EOFMAGICNUMBER1234'
-# Defaults for dhcp3-relay initscript
-# sourced by /etc/init.d/dhcp3-relay
-# installed at /etc/default/dhcp3-relay by the maintainer scripts
+# Defaults for isc-dhcp-relay initscript
+# sourced by /etc/init.d/isc-dhcp-relay
+# installed at /etc/default/isc-dhcp-relay by the maintainer scripts
 
 #
 # This is a POSIX shell fragment
@@ -52,7 +52,7 @@ EOFMAGICNUMBER1234
 
 # ------------------------- Debconf questions start ---------------------
 
-db_get dhcp3-relay/interfaces || true
+db_get isc-dhcp-relay/interfaces || true
 INTERFACES="${RET}"
 
 TMPFILE=`mktemp -q /tmp/dhcp.config.XXXXXX`
@@ -61,7 +61,7 @@ sed -e "s/^[[:space:]]*INTERFACES[[:space:]]*=.*/INTERFACES=\"${INTERFACES}\"/"
 cp ${TMPFILE} ${INITCONFFILE}
 rm ${TMPFILE}
 
-db_get dhcp3-relay/servers || true
+db_get isc-dhcp-relay/servers || true
 SERVERS="${RET}"
 
 TMPFILE=`mktemp -q /tmp/dhcp.config.XXXXXX`
@@ -70,7 +70,7 @@ sed -e "s/^[[:space:]]*SERVERS[[:space:]]*=.*/SERVERS=\"${SERVERS}\"/" \
 cp ${TMPFILE} ${INITCONFFILE}
 rm ${TMPFILE}
 
-db_get dhcp3-relay/options || true
+db_get isc-dhcp-relay/options || true
 OPTIONS="${RET}"
 
 TMPFILE=`mktemp -q /tmp/dhcp.config.XXXXXX`
@@ -81,9 +81,9 @@ rm ${TMPFILE}
 
 # ------------------------- Debconf questions end ---------------------
 
-update-rc.d dhcp3-relay defaults > /dev/null
+update-rc.d isc-dhcp-relay defaults > /dev/null
 
-invoke-rc.d dhcp3-relay start
+invoke-rc.d isc-dhcp-relay start
 
 db_stop
 
diff --git a/debian/isc-dhcp-relay.postrm b/debian/isc-dhcp-relay.postrm
index 2575576..541a0d2 100644
--- a/debian/isc-dhcp-relay.postrm
+++ b/debian/isc-dhcp-relay.postrm
@@ -5,9 +5,9 @@
 
 if [ "$1" = "purge" ]; then
     # Remove init.d configuration file
-    rm -f /etc/default/dhcp3-relay
+    rm -f /etc/default/isc-dhcp-relay
 
-    update-rc.d dhcp3-relay remove >/dev/null
+    update-rc.d isc-dhcp-relay remove >/dev/null
 fi
 
 #DEBHELPER#
diff --git a/debian/isc-dhcp-server-ldap.lintian b/debian/isc-dhcp-server-ldap.lintian
deleted file mode 100644
index d8fe385..0000000
--- a/debian/isc-dhcp-server-ldap.lintian
+++ /dev/null
@@ -1 +0,0 @@
-dhcp3-server-ldap: possible-gpl-code-linked-with-openssl
diff --git a/debian/isc-dhcp-server-ldap.lintian-overrides b/debian/isc-dhcp-server-ldap.lintian-overrides
new file mode 100644
index 0000000..b6fee2b
--- /dev/null
+++ b/debian/isc-dhcp-server-ldap.lintian-overrides
@@ -0,0 +1 @@
+isc-dhcp-server-ldap: possible-gpl-code-linked-with-openssl
diff --git a/debian/isc-dhcp-server.init.d b/debian/isc-dhcp-server.init.d
index bb6ca4c..47771e7 100644
--- a/debian/isc-dhcp-server.init.d
+++ b/debian/isc-dhcp-server.init.d
@@ -17,10 +17,10 @@
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
-test -f /usr/sbin/dhcpd3 || exit 0
+test -f /usr/sbin/dhcpd || exit 0
 
 # It is not safe to start if we don't have a default configuration...
-if [ ! -f /etc/default/dhcp3-server ]; then
+if [ ! -f /etc/default/isc-dhcp-server ]; then
 	echo "/etc/default/dhcp3-server does not exist! - Aborting..."
 	echo "Run 'dpkg-reconfigure dhcp3-server' to fix the problem."
 	exit 0
@@ -30,18 +30,18 @@ fi
 
 # Read init script configuration (so far only interfaces the daemon
 # should listen on.)
-. /etc/default/dhcp3-server
+[ -f /etc/default/isc-dhcp-server ] && . /etc/default/isc-dhcp-server
 
-NAME=dhcpd3
-DESC="DHCP server"
+NAME=dhcpd
+DESC="ISC DHCP server"
 DHCPDPID=/var/run/dhcpd.pid
 
 test_config()
 {
-	if ! /usr/sbin/dhcpd3 -t -q > /dev/null 2>&1; then
+	if ! /usr/sbin/dhcpd -t -q > /dev/null 2>&1; then
 		echo "dhcpd self-test failed. Please fix the config file."
 		echo "The error was: "
-		/usr/sbin/dhcpd3 -t
+		/usr/sbin/dhcpd -t
 		exit 1
 	fi
 }
@@ -67,7 +67,7 @@ case "$1" in
 		test_config
 		log_daemon_msg "Starting $DESC" "$NAME"
 		start-stop-daemon --start --quiet --pidfile $DHCPDPID \
-			--exec /usr/sbin/dhcpd3 -- -q $INTERFACES
+			--exec /usr/sbin/dhcpd -- -q $INTERFACES
 		sleep 2
 
 		if check_status -q; then
diff --git a/debian/isc-dhcp-server.files b/debian/isc-dhcp-server.install
similarity index 100%
rename from debian/isc-dhcp-server.files
rename to debian/isc-dhcp-server.install
diff --git a/debian/isc-dhcp-server.lintian-overrides b/debian/isc-dhcp-server.lintian-overrides
new file mode 100644
index 0000000..9b933f8
--- /dev/null
+++ b/debian/isc-dhcp-server.lintian-overrides
@@ -0,0 +1 @@
+isc-dhcp-server: possible-gpl-code-linked-with-openssl
diff --git a/debian/isc-dhcp-server.postinst b/debian/isc-dhcp-server.postinst
index e198291..7c7ddb0 100644
--- a/debian/isc-dhcp-server.postinst
+++ b/debian/isc-dhcp-server.postinst
@@ -70,7 +70,7 @@ if [ ! -e /var/lib/dhcp3/dhcpd.leases ]; then
     fi
 fi
 
-[ -x /sbin/restorecon ] && /sbin/restorecon /var/lib/dhcp3/dhcpd.leases
+[ -x /sbin/restorecon ] && restorecon /var/lib/dhcp3/dhcpd.leases
 
 # If we're upgrading from something before 3.0.2-1 we need to move
 # the symlinks in /etc/rc?.d because we want to fix #292357 for existing
@@ -83,7 +83,7 @@ if dpkg --compare-versions "$2" lt-nl "3.0.2-1"; then
 	done
 fi
 
-update-rc.d dhcp3-server start 40 2 3 4 5 . stop 40 1 . >/dev/null
+update-rc.d isc-dhcp-server start 40 2 3 4 5 . stop 40 1 . >/dev/null
 
 # If we're upgrading from something before 3.1.1-2, we need to remove the
 # shutdown links from /etc/rc{0,6}.d as part of #486518
@@ -91,8 +91,8 @@ if dpkg --compare-versions "$2" lt-nl "3.1.1-2"; then
 	rm -f /etc/rc0.d/K40dhcp3-server /etc/rc6.d/K40dhcp3-server
 fi
 
-# Init script could fail, since dhcp3 is unconfigured on a new install
-invoke-rc.d dhcp3-server start || true
+# Init script could fail, since dhcp is unconfigured on a new install
+invoke-rc.d isc-dhcp-server start || true
 
 db_stop
 
diff --git a/debian/isc-dhcp-server.postrm b/debian/isc-dhcp-server.postrm
index ea02dab..18ac30e 100644
--- a/debian/isc-dhcp-server.postrm
+++ b/debian/isc-dhcp-server.postrm
@@ -10,17 +10,17 @@ case "$1" in
 
     purge)
 	# Remove database
-	rm -f /var/lib/dhcp3/dhcpd.leases /var/lib/dhcp3/dhcpd.leases~
+	rm -f /var/lib/dhcp/dhcpd.leases /var/lib/dhcp/dhcpd.leases~
 
 	# Remove database directory
-	if [ -d /var/lib/dhcp3 ]; then
-	    rmdir --ignore-fail-on-non-empty /var/lib/dhcp3/
+	if [ -d /var/lib/dhcp ]; then
+	    rmdir --ignore-fail-on-non-empty /var/lib/dhcp/
 	fi
 
 	# Remove init.d configuration file
-	rm -f /etc/default/dhcp3-server
+	rm -f /etc/default/isc-dhcp-server
 
-	update-rc.d dhcp3-server remove >/dev/null
+	update-rc.d isc-dhcp-server remove >/dev/null
 	;;
 
     upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
diff --git a/debian/rules b/debian/rules
index 54a9b07..63f9b56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ endif
 
 DESTDIR = `pwd`/debian/tmp
 
-PACKAGE = dhcp3
+PACKAGE = isc-dhcp
 
 include /usr/share/dpatch/dpatch.make
 
@@ -36,31 +36,17 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 INSTALL_PROGRAM += -s
 endif
 
-patched-ldap/build-stamp:
-	dh_testdir
-
-	./configure  --prefix=$(DESTDIR)/usr
-
-	for f in common $(MINIRES) dst omapip server; do \
-		cd work.ldapbuild/$$f;\
-		$(MAKE);\
-	done
-
-	mv work.ldapbuild patched-ldap
-
-	touch $@
-
-
 build: patch-stamp build-stamp
 
-#build-stamp: patched-ldap/build-stamp
 build-stamp: patch-stamp
-	#dpatch deapply-until dhcp-3.1.0-ldap-code
 	
-	./configure --prefix=$(DESTDIR)/usr --disable-dhcpv6
+	./configure \
+		--prefix=$(DESTDIR)/usr \
+		--disable-dhcpv6 
 	
 	$(MAKE)
 
+	#TODO: fix
 	cp debian/dhclient-script.$(DEB_HOST_ARCH_OS) client/scripts/debian
 
 	touch build-stamp
@@ -69,12 +55,11 @@ clean: unpatch
 	dh_testdir
 	rm -f build-stamp install-stamp
 
-	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
 
 	# Remove leftover junk...
+	# TODO: verify if still necessary
 	rm -Rf work.*/
-	rm -Rf patched-ldap
 	rm -f client/scripts/debian
 
 	debconf-updatepo
@@ -84,13 +69,12 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs -A
 
 	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install
 
-
 	mkdir -p $(DESTDIR)/etc/dhcp
 
 	# Install dhcp's conffile.
@@ -100,19 +84,13 @@ install-stamp: build-stamp
 	$(INSTALL_FILE) -m 644 debian/dhclient.conf $(DESTDIR)/etc/dhcp
 
 	# install the udeb binary
-	$(INSTALL_PROGRAM) -m 755 $(DESTDIR)/usr/sbin/dhclient \
-		`pwd`/debian/isc-dhcp-client-udeb/sbin/
+	#$(INSTALL_PROGRAM) -m 755 $(DESTDIR)/usr/sbin/dhclient \
+	#	`pwd`/debian/isc-dhcp-client-udeb/sbin/
 
 	# udeb needs simplified dhclient script
 	$(INSTALL_FILE) -m 755 `pwd`/debian/dhclient-script.udeb \
 		`pwd`/debian/isc-dhcp-client-udeb/sbin/dhclient-script
 
-	# Rename man page so the have the same name as the binaries.
-	#for f in dhcpd dhcrelay dhclient; do \
-	#	mv $(DESTDIR)/usr/share/man/man8/$$f.8 \
-	#		$(DESTDIR)/usr/share/man/man8/$${f}3.8; \
-	#done
-
 	# Weird, weird Japanese manpages in weird, weird locations
 	# need to be special-cased...
 	mkdir -p $(DESTDIR)/usr/share/man/ja/man5
@@ -127,18 +105,11 @@ install-stamp: build-stamp
 			$(DESTDIR)/usr/share/man/ja/man8; \
 	done
 
-	cp debian/debug-enter debian/isc-dhcp-client/etc/dhcp/dhclient-enter-hooks.d/debug
-	cp debian/debug-exit debian/isc-dhcp-client/etc/dhcp/dhclient-exit-hooks.d/debug
+	#cp debian/debug-enter debian/isc-dhcp-client/etc/dhcp/dhclient-enter-hooks.d/debug
+	#cp debian/debug-exit debian/isc-dhcp-client/etc/dhcp/dhclient-exit-hooks.d/debug
 	cp debian/rfc3442-classless-routes debian/isc-dhcp-client/etc/dhcp/dhclient-exit-hooks.d
 
-	dh_movefiles
-	# Create symlink so we don't break ifupdown
-	dh_link -a
-
-	# Remove unwanted directories that dh_movefiles leaves around
-	rmdir $(DESTDIR)/sbin/
-	rmdir $(DESTDIR)/usr/lib/
-	rm -Rf $(DESTDIR)/usr/include/
+	dh_install
 
 	# Install Linux specific documentation
 ifeq ($(DEB_HOST_ARCH_OS), linux)
@@ -147,45 +118,26 @@ ifeq ($(DEB_HOST_ARCH_OS), linux)
 		install -m 644 `pwd`/debian/dhcp-on-linux.txt `pwd`/debian/$p/usr/share/doc; \
 	done
 endif
-	$(INSTALL_FILE) debian/isc-dhcp-client.lintian \
-		debian/isc-dhcp-client/usr/share/lintian/overrides/isc-dhcp-client
-	#$(INSTALL_FILE) debian/isc-dhcp-server-ldap.lintian \
-	#	debian/isc-dhcp-server-ldap/usr/share/lintian/overrides/isc-dhcp-server-ldap
+	dh_lintian
 
 	touch install-stamp
 
-UDEBPACKAGE=isc-dhcp-client-udeb
-VERSION=$(shell dpkg-parsechangelog | grep ^Version:.* | cut -d ' ' -f 2)
-ARCH=$(shell dpkg --print-architecture)
-#UDEBFILENAME=$(UDEBPACKAGE)_$(VERSION)_$(ARCH).udeb
-PRIORITY=$(shell grep ^Priority: debian/control | cut -d ' ' -f 2)
-
 # Build architecture-dependent files here (this package does not contain
 #	architecture-independent files).
 binary-arch: build install
-#	dh_testversion
 	dh_testdir
 	dh_testroot 
 	dh_installdebconf
 	dh_installdocs -A debian/README.Debian -X doc/ja_JP.eucJP
-	#dh_installdocs -p isc-dhcp-server-ldap contrib/dhcpd-conf-to-ldap.pl
 	dh_installexamples -a
-#	dh_installmenu -a
-#	dh_installemacsen -a
 	dh_installinit -a -n
-#	dh_installcron -a
-#	dh_installmanpages -a
-#	dh_undocumented
 	dh_installchangelogs
-	#dh_installchangelogs -p isc-dhcp-server-ldap Changelog-LDAP 
-	#dh_install -p isc-dhcp-server-ldap
 	dh_strip -a
 	dh_compress
 	dh_fixperms -a
 	dh_installdeb
 	dh_shlibdeps -a
 	dh_gencontrol
-#	dh_makeshlibs -a
 	dh_md5sums -a --no-package=isc-dhcp-client-udeb
 	dh_builddeb
 

-- 
ISC DHCP packaging for Debian



More information about the pkg-dhcp-commits mailing list