isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 089f7c01b82acb176c3ca6620af238de62d3fcd7
parent c95d90bf58a710669885a3b8ca7cc6e651854718
Author: Theodore Ts'o <tytso@users.sf.net>
Date:   Thu, 15 Jan 2004 03:48:08 +0000

Touch configure.in, aclocal.m4, and configure to defeat the
autofile-generated makefile dependencies to avoid timeskew problems
caused by applying the debian source diff file.

Diffstat:
Mdebian/rules | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules @@ -15,6 +15,7 @@ DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) build: build-stamp build-stamp: patch-stamp dh_testdir + touch configure.in ; touch aclocal.m4 ; touch configure ./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man $(MAKE) CFLAGS="$(CFLAGS)" touch build-stamp