[Pkg-ocaml-maint-commits] [SCM] cairo-ocaml packaging branch, master, updated. debian/20090223-2-1-ge784219

Stephane Glondu steph at glondu.net
Tue Nov 3 22:11:29 UTC 2009


The following commit has been merged in the master branch:
commit e78421908ff0814151eca93b13678a588389c4fc
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Nov 3 23:06:18 2009 +0100

    Fix bashisms in debian/rules

diff --git a/debian/changelog b/debian/changelog
index 6fbee22..bb4d6ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cairo-ocaml (20090223-3) unstable; urgency=low
+
+  * Fix bashisms in debian/rules (Closes: #524908)
+
+ -- Stéphane Glondu <glondu at debian.org>  Tue, 03 Nov 2009 23:05:23 +0100
+
 cairo-ocaml (20090223-2) unstable; urgency=low
 
   * Switch to dh with overrides and to dh-ocaml 0.9
diff --git a/debian/rules b/debian/rules
index 37e0317..ceee23b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ endif
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:
 	[ ! -f config.make ] || $(MAKE) clean
-	$(RM) -f aclocal.m4 config.{log,make,status} configure
+	$(RM) -f aclocal.m4 config.log config.make config.status configure
 	$(RM) -rf doc
 
 .PHONY: override_dh_auto_install

-- 
cairo-ocaml packaging



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