[Pkg-ocaml-maint-commits] r3455 - /trunk/packages/ocamlnet/trunk/debian/rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Wed Jan 3 17:41:56 CET 2007


Author: zack
Date: Wed Jan  3 17:41:56 2007
New Revision: 3455

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3455
Log:
fixed typo which triggered useless re-invocation of ./configure upon "install"

Modified:
    trunk/packages/ocamlnet/trunk/debian/rules

Modified: trunk/packages/ocamlnet/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/rules?rev=3455&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/rules (original)
+++ trunk/packages/ocamlnet/trunk/debian/rules Wed Jan  3 17:41:56 2007
@@ -19,8 +19,8 @@
 DEB_STRIP_EXCLUDE += usr/bin/netplex-admin	# OCaml custom bytecode binaries can't be striped
 DEB_STRIP_EXCLUDE += usr/bin/ocamlrpcgen
 
-configure/$(PKGNAME):: configure-stamp
-configure-stamp:
+configure/$(PKGNAME):: debian/configure-stamp
+debian/configure-stamp:
 	./configure \
 		-enable-gtk2 -enable-ssl -enable-modcaml -with-nethttpd -prefer-netcgi2 -with-rpc-auth-dh \
 		-bindir /usr/bin -datadir /usr/share/ocamlnet




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