[SVN] r766 - /trunk/cyrus-imapd-2.2.13/debian/rules
debian at incase.de
debian at incase.de
Wed Sep 24 18:03:05 UTC 2008
Author: sven
Date: Wed Sep 24 20:03:04 2008
New Revision: 766
URL: https://mail.incase.de/viewcvs?rev=766&root=cyrus22&view=rev
Log:
Fix up Makefile a bit more (configure-stamp was still phony due to dependency on patch instead of ${DPATCH_STAMPFN}
Modified:
trunk/cyrus-imapd-2.2.13/debian/rules
Modified: trunk/cyrus-imapd-2.2.13/debian/rules
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/rules?rev=766&root=cyrus22&r1=765&r2=766&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/rules (original)
+++ trunk/cyrus-imapd-2.2.13/debian/rules Wed Sep 24 20:03:04 2008
@@ -53,7 +53,7 @@
dpatch ${_WORKDIR} cat${DPATCH_ALL} ${PATCHLIST} >>$@T
mv -f $@T $@
-unpatch:
+unpatch: clean-patched
dpatch ${_WORKDIR} deapply${DPATCH_ALL} ${_STAMPDIR} ${UNPATCHLIST}
rm -rf ${DPATCH_STAMPFN} ${DPATCH_STAMPFN}T ${DPATCH_STAMPDIR}
@@ -91,7 +91,7 @@
# configure ; make distclean ; cd intl; make distclean ).
# This is done to make sure the build daemon's source tree is the
# same as the one I am using to produce the i386 debs.
-clean: clean-patched unpatch
+clean: unpatch
clean-patched: configure-stamp
dh_testdir
dh_testroot
@@ -114,7 +114,7 @@
build: build-arch build-indep
-configure-stamp: patch
+configure-stamp: ${DPATCH_STAMPFN}
dh_testdir
# -rm -f config.sub config.guess
# cp /usr/share/misc/config.sub config.sub
More information about the Pkg-Cyrus-imapd-Debian-devel
mailing list