From: Stefano Zacchiroli Date: Wed, 19 Dec 2007 08:09:49 +0000 (+0000) Subject: * ignore ocamldoc-api-ref-config when invoking dh_fixperms, so that it X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~502 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=51aa4af26b9660e98a4d84bf2f40c232098f8803;p=ocaml.git * ignore ocamldoc-api-ref-config when invoking dh_fixperms, so that it remains executable (closes: #457014) --- diff --git a/debian/changelog b/debian/changelog index b285f027..43dccddd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -ocaml (3.10.0-10) UNRELEASED; urgency=low +ocaml (3.10.0-10) unstable; urgency=low - * NOT RELEASED YET + [ Stefano Zacchiroli ] + * ignore ocamldoc-api-ref-config when invoking dh_fixperms, so that it + remains executable (closes: #457014) - -- Sylvain Le Gall Mon, 17 Dec 2007 13:20:46 +0100 + -- Stefano Zacchiroli Wed, 19 Dec 2007 08:37:02 +0100 ocaml (3.10.0-9) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 9298ec5c..f60c8455 100755 --- a/debian/rules +++ b/debian/rules @@ -282,7 +282,7 @@ binary-common: dh_link dh_strip dh_compress - dh_fixperms + dh_fixperms -Xocamldoc-api-ref-config dh_makeshlibs dh_installdeb