[pkg-dhcp-commits] [isc-dhcp] 07/10: support absense of bind patches

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Dec 22 02:57:58 UTC 2013


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch experimental
in repository isc-dhcp.

commit 6afe5aadd24c556659bbf8147c4d2efedd48f90e
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sat Dec 21 23:44:22 2013 +0000

    support absense of bind patches
---
 debian/rules | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index cebed19..c4a4323 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,6 @@
 #!/usr/bin/make -f
-# Made with the iad of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Also some stuff taken from debmake scripts, by Cristopt Lameter.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -38,8 +34,9 @@ CFLAGS += -DNOMINUM
 
 bind-stamp:
 	dh_testdir
-	cd bind && tar xf bind.tar.gz && cd bind-* && \
-	    QUILT_PATCHES=../../debian/bind-patches quilt push -a
+	cd bind && tar xf bind.tar.gz && \
+	    cd bind-* && test -e debian/bind-patches/series && \
+	    QUILT_PATCHES=../../debian/bind-patches quilt push -a || true
 	touch $@
 
 build-ldap-stamp: bind-stamp
@@ -90,7 +87,7 @@ build-non-ldap-stamp: bind-stamp
 
 clean:
 	dh_testdir
-	rm -f build*stamp install*stamp bind-stamp
+	rm -f build*stamp install*stamp bind-stamp config.report
 	rm -rf isc-dhcp-server-ldap
 
 	[ ! -f Makefile ] || $(MAKE) distclean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-dhcp/isc-dhcp.git



More information about the pkg-dhcp-commits mailing list