[Pkg-nagios-changes] [pkg-nagios3] 11/18: Remove dpatch from rules file
Alexander Wirt
formorer at debian.org
Fri Jan 3 22:51:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
formorer pushed a commit to branch master
in repository pkg-nagios3.
commit 057dfb9090cad3354f449f6382adc70a52d5820a
Author: Alexander Wirt <formorer at debian.org>
Date: Thu Nov 14 08:52:31 2013 +0100
Remove dpatch from rules file
---
debian/rules | 20 ++++----------------
1 file changed, 4 insertions(+), 16 deletions(-)
diff --git a/debian/rules b/debian/rules
index 19dccca..6997b10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,12 +45,11 @@ CONFIGURE = CFLAGS='$(CFLAGS)' ./configure --prefix=/usr \
--with-htmurl=/nagios3 \
--with-cgiurl=/cgi-bin/nagios3
-clean: clean-patched unpatch
-clean-patched:
+clean:
dh_testdir -a
dh_testroot -a
if test -f Makefile; then make distclean; fi
- rm -f patch-stamp install-stamp configure-stamp build-stamp fix-configs-stamp
+ rm -f install-stamp configure-stamp build-stamp fix-configs-stamp
rm -rf debian-configs
-rm contrib/perlxsi.c
find -type d -name autom4te.cache -print0 | xargs -0 -r rm -rf \;
@@ -83,24 +82,13 @@ configure-stamp:
touch configure-stamp
build: build-stamp
-build-stamp: patch-stamp configure-stamp
+build-stamp: configure-stamp
dh_testdir -a
@echo "Doing $@"
$(MAKE) all
make -C contrib
touch build-stamp
-patch: patch-stamp
-patch-stamp:
- @echo "Doing $@"
- dpatch --with-cpp apply-all
- dpatch --with-cpp cat-all >patch-stamp
-
-unpatch:
- @echo "Doing $@"
- dpatch --with-cpp deapply-all
- rm -rf patch-stamp debian/patched
-
install: install-stamp
install-stamp: build-stamp fix-configs-stamp
@echo "Doing $@"
@@ -166,4 +154,4 @@ binary-indep: install-stamp
dh_md5sums -i
dh_builddeb -i
-.PHONY: binary-indep binary-arch build configure binary install patch unpatch
+.PHONY: binary-indep binary-arch build configure binary install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios3.git
More information about the Pkg-nagios-changes
mailing list