[Pkg-ocaml-maint-commits] r2242 - trunk/packages/camlgz/trunk/debian

Thomas Petazzoni tpetazzo-guest at costa.debian.org
Sun Dec 4 21:49:41 UTC 2005


Author: tpetazzo-guest
Date: 2005-12-04 21:49:41 +0000 (Sun, 04 Dec 2005)
New Revision: 2242

Modified:
   trunk/packages/camlgz/trunk/debian/changelog
   trunk/packages/camlgz/trunk/debian/rules
Log:
Finished conversion to 3.09.

Modified: trunk/packages/camlgz/trunk/debian/changelog
===================================================================
--- trunk/packages/camlgz/trunk/debian/changelog	2005-12-04 21:46:07 UTC (rev 2241)
+++ trunk/packages/camlgz/trunk/debian/changelog	2005-12-04 21:49:41 UTC (rev 2242)
@@ -1,3 +1,10 @@
+camlgz (0.5.7-2) unstable; urgency=low
+
+  * Update to ocaml 3.09.
+  * No longer hardcoding OCaml's ABI in debian/* files.
+
+ -- Thomas Petazzoni <thomas.petazzoni at enix.org>  Sun,  4 Dec 2005 22:49:29 +0100
+
 camlgz (0.5.7-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/camlgz/trunk/debian/rules
===================================================================
--- trunk/packages/camlgz/trunk/debian/rules	2005-12-04 21:46:07 UTC (rev 2241)
+++ trunk/packages/camlgz/trunk/debian/rules	2005-12-04 21:49:41 UTC (rev 2242)
@@ -23,7 +23,7 @@
 	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
 
 configure-stamp: configure
-	for t in `find . -name \*.in | grep -v debian/control.in`; do \
+	for t in `find debian/ -name \*.in | grep -v debian/control.in`; do \
 		sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
 	done
 




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