[Pkg-ocaml-maint-commits] [SCM] ocsigen packaging branch, master, updated. debian/1.1.0-1-4-gdd895a4

Stephane Glondu steph at glondu.net
Fri Feb 20 10:43:46 UTC 2009


The following commit has been merged in the master branch:
commit b093d6974ff39baca12969bf56086c452e9eaa3a
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Aug 6 18:23:26 2008 +0200

    Create doc directory before build

diff --git a/debian/rules b/debian/rules
index b76204f..d3de05d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,10 @@ build: ocamlinit build-stamp
 build-stamp: configure-stamp
 	dh_testdir
 
+	# This directory, present in .orig.tar.gz, is created here because
+	# git doesn't handle empty directories
+	mkdir doc
+
 	$(MAKE) depend
 	$(MAKE) all
 

-- 
ocsigen packaging



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