[Pkg-ocaml-maint-commits] [SCM] ocsigen packaging branch, master, updated. debian/1.3.3-3-7-g048914e

Nicolas Dandrimont Nicolas.Dandrimont at crans.org
Thu May 19 20:39:06 UTC 2011


The following commit has been merged in the master branch:
commit 4ef11d84035ceb36f8c6bfcb671fa16d8aedc36b
Author: Nicolas Dandrimont <Nicolas.Dandrimont at crans.org>
Date:   Thu May 19 22:29:50 2011 +0200

    Fix outstanding bugs

diff --git a/debian/changelog b/debian/changelog
index 62bbe0c..8967e38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 ocsigen (1.3.4-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release (Closes: #621984)
+  * Touch .cmi files after installing the .mli files (Closes: #587300)
 
- -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>  Tue, 17 May 2011 15:38:37 +0200
+ -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>  Thu, 19 May 2011 22:29:12 +0200
 
 ocsigen (1.3.3-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index a2aa5b1..dbfed63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,8 @@ override_dh_auto_install:
 	    find . -name $${f%.cmi}.mli -exec cp '{}' $$d ';' -quit; \
 	  done
 
+	find $(DESTDIR) -name '*.cmi' -exec touch '{}' ';'
+
 	$(MAKE) logrotate
 	rm -f $(DESTDIR)/var/run/ocsigen_command
 	rm -f $(DESTDIR)/usr/share/ocsigen/ocsigenstuff/LICENSE

-- 
ocsigen packaging



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