[SVN] r437 - /branches/idled/debian/patches/23-configurable_idled.dpatch

debian at incase.de debian at incase.de
Sun May 7 22:16:08 UTC 2006


Author: sven
Date: Mon May  8 00:16:07 2006
New Revision: 437

URL: https://mail.incase.de/viewcvs?rev=437&root=cyrus22&view=rev
Log:
Fix a typo in lib/Makefile.in

Modified:
    branches/idled/debian/patches/23-configurable_idled.dpatch

Modified: branches/idled/debian/patches/23-configurable_idled.dpatch
URL: https://mail.incase.de/viewcvs/branches/idled/debian/patches/23-configurable_idled.dpatch?rev=437&root=cyrus22&r1=436&r2=437&view=diff
==============================================================================
--- branches/idled/debian/patches/23-configurable_idled.dpatch (original)
+++ branches/idled/debian/patches/23-configurable_idled.dpatch Mon May  8 00:16:07 2006
@@ -440,9 +440,9 @@
  #include "idle.h"
  
  #ifdef USE_SIEVE
-diff -urNad idled/lib/Makefile.in /tmp/dpep.oxXZ75/idled/lib/Makefile.in
---- idled/lib/Makefile.in	2006-05-07 23:08:07.000000000 +0200
-+++ /tmp/dpep.oxXZ75/idled/lib/Makefile.in	2006-05-07 23:20:48.482255025 +0200
+diff -urNad idled/lib/Makefile.in /tmp/dpep.JaaXgg/idled/lib/Makefile.in
+--- idled/lib/Makefile.in	2006-05-08 00:09:22.000000000 +0200
++++ /tmp/dpep.JaaXgg/idled/lib/Makefile.in	2006-05-08 00:09:48.170895595 +0200
 @@ -74,6 +74,8 @@
  
  libdir = @libdir@
@@ -457,7 +457,7 @@
  
  imapopts.c: imapoptions $(srcdir)/../tools/config2header
 -	$(srcdir)/../tools/config2header CC=$(CC) $(srcdir)/imapopts.c $(srcdir)/imapopts.h < $(srcdir)/imapoptions
-+	sed -e "s/%IDLE%/$(IDLE)" < $(srcdir)/imapoptions | $(srcdir)/../tools/config2header CC=$(CC) $(srcdir)/imapopts.c $(srcdir)/imapopts.h
++	sed -e "s/%IDLE%/$(IDLE)/g" < $(srcdir)/imapoptions | $(srcdir)/../tools/config2header CC=$(CC) $(srcdir)/imapopts.c $(srcdir)/imapopts.h
  
  imapopts.h: imapopts.c
  




More information about the Pkg-Cyrus-imapd-Debian-devel mailing list