[Pkg-ocaml-maint-commits] r2037 - trunk/packages/gmetadom/trunk/debian

Stefano Zacchiroli zack at costa.debian.org
Sun Nov 13 11:41:13 UTC 2005


Author: zack
Date: 2005-11-13 11:41:13 +0000 (Sun, 13 Nov 2005)
New Revision: 2037

Modified:
   trunk/packages/gmetadom/trunk/debian/rules
Log:
rm 0-sized file in the right cdbs rule


Modified: trunk/packages/gmetadom/trunk/debian/rules
===================================================================
--- trunk/packages/gmetadom/trunk/debian/rules	2005-11-13 11:37:36 UTC (rev 2036)
+++ trunk/packages/gmetadom/trunk/debian/rules	2005-11-13 11:41:13 UTC (rev 2037)
@@ -10,7 +10,7 @@
 
 ocamlinit:
 	for f in $(OFILES); do sed -e 's/@OCamlABI@/$(OCAMLABI)/g' $$f.in > $$f; done
-common-binary-arch::
+common-binary-post-install-arch::
 	-find debian/ -type f -size 0 -exec rm {} \;
 	-find debian/libgdome2-ocaml-dev -type d -name CVS -exec rm -rf {} \;
 




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