[Pkg-ocaml-maint-commits] [SCM] ocsigenserver packaging branch, master, updated. debian/2.0.3a-1-8-gbd1203b

Stephane Glondu steph at glondu.net
Sat Mar 17 11:19:35 UTC 2012


The following commit has been merged in the master branch:
commit 73ea98729c84339a7431e4edb01ed8e93d91df6b
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Mar 17 11:57:04 2012 +0100

    Fix typo in Makefile (caused FTBFS with /bin/sh -> bash)

diff --git a/debian/patches/0001-Fix-typo-in-Makefile.patch b/debian/patches/0001-Fix-typo-in-Makefile.patch
new file mode 100644
index 0000000..bf0ccdb
--- /dev/null
+++ b/debian/patches/0001-Fix-typo-in-Makefile.patch
@@ -0,0 +1,22 @@
+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)
+
+---
+ Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index e4ffb01..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)
+ 
+ ###
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..298bee5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-typo-in-Makefile.patch

-- 
ocsigenserver packaging



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