[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.5.0-32-g77cf617

Stephane Glondu steph at glondu.net
Sat Jul 25 08:58:25 UTC 2009


The following commit has been merged in the master branch:
commit 77cf61732284cd2a9e7dfa9090035a2068f5a9ba
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 25 10:49:36 2009 +0200

    Remove bashism

diff --git a/debhelper/Makefile b/debhelper/Makefile
index 63ea989..b40668c 100644
--- a/debhelper/Makefile
+++ b/debhelper/Makefile
@@ -3,7 +3,7 @@ PAGES=dh_ocaml.1 dh_ocamlinit.1 dh_ocamldoc.1 ocaml-md5sums.1
 
 all:
 	for i in $(PAGES); do \
-		pod2man $${i/.1/} > $$i; \
+		pod2man $${i%.1} > $$i; \
 	done
 
 clean:

-- 
dh-ocaml packaging



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