[Pkg-ocaml-maint-commits] [SCM] ocsigenserver packaging branch, master, updated. debian/2.0.4-1-6-g3522a60

Stephane Glondu steph at glondu.net
Sat Jun 9 09:00:04 UTC 2012


The following commit has been merged in the master branch:
commit 002b07b43d4ae070e1ce94c87d9fe2b075317bef
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jun 9 10:40:47 2012 +0200

    Refresh patches

diff --git a/debian/patches/0001-Fix-typo-in-Makefile.patch b/debian/patches/0001-Fix-typo-in-Makefile.patch
index bf0ccdb..38b1123 100644
--- a/debian/patches/0001-Fix-typo-in-Makefile.patch
+++ b/debian/patches/0001-Fix-typo-in-Makefile.patch
@@ -1,20 +1,21 @@
 From: Stephane Glondu <steph at glondu.net>
 Date: Sat, 17 Mar 2012 11:56:53 +0100
-Subject: Fix typo in Makefile (caused FTBFS with /bin/sh -> bash)
+Subject: Fix typo in Makefile
 
+Caused FTBFS with /bin/sh -> bash.
 ---
  Makefile |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index e4ffb01..64923ae 100644
+index 7928b12..64923ae 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -138,7 +138,7 @@ logrotate:
  	     | sed s%USER%$(OCSIGENUSER)%g \
  	     | sed s%GROUP%$(OCSIGENGROUP)%g \
  	     | sed s%_COMMANDPIPE_%$(COMMANDPIPE)%g \
--	     > $(TEMPROOT)/etc/logrotate.d/$(PROJECTNAME); }
+-	     > $(TEMPROOT)/etc/logrotate.d/$(PROJECTNAME) }
 +	     > $(TEMPROOT)/etc/logrotate.d/$(PROJECTNAME)
  
  ###

-- 
ocsigenserver packaging



More information about the Pkg-ocaml-maint-commits mailing list