[Pkg-ocaml-maint-commits] [SCM] ledit packaging branch, master, updated. debian/2.01-3-4-gaff4ba6

Stephane Glondu steph at glondu.net
Thu Jul 2 07:18:54 UTC 2009


The following commit has been merged in the master branch:
commit 4ff6a572863e2e29df7b8f26e840d2490c269e12
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jul 2 09:11:39 2009 +0200

    Fix bashism in debian/rules (Closes: #535394)

diff --git a/debian/rules b/debian/rules
index d1d6dd3..8d6c787 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ clean:  unpatch
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	$(MAKE) clean
-	rm -f META ledit.{a,cma,cmxa}
+	rm -f META ledit.a ledit.cma ledit.cmxa
 	dh_clean
 
 install-indep: build

-- 
ledit packaging



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