[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. upstream/0.7-51-gf39c6fd

Ralf Treinen treinen at free.fr
Mon Nov 8 08:06:15 UTC 2010


The following commit has been merged in the master branch:
commit e6b4f2044a780c8a17e34b785ba894ef3e6bd132
Author: Ralf Treinen <treinen at free.fr>
Date:   Fri Nov 5 19:43:34 2010 +0100

    fix bash syntax

diff --git a/debian/rules b/debian/rules
index d7735f2..32b4321 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,6 @@ override_dh_gencontrol:
          done;\
 	 for pkg in $(EPOCHED); do\
 		if [[ $${these/*$$pkg*/@yes@} = "@yes@" ]];\
-		then dh_gencontrol -p$$pkg -- -v1:$(SRCV); fi\;\
+		then dh_gencontrol -p$$pkg -- -v1:$(SRCV); fi;\
          done)
 

-- 
dose3 packaging



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