[Pkg-ocaml-maint-commits] r2103 - trunk/packages/camlrpc/trunk/debian

Thomas Petazzoni tpetazzo-guest at costa.debian.org
Tue Nov 22 22:48:30 UTC 2005


Author: tpetazzo-guest
Date: 2005-11-22 22:48:29 +0000 (Tue, 22 Nov 2005)
New Revision: 2103

Modified:
   trunk/packages/camlrpc/trunk/debian/control.in
   trunk/packages/camlrpc/trunk/debian/rules
Log:
Small fixes.

Modified: trunk/packages/camlrpc/trunk/debian/control.in
===================================================================
--- trunk/packages/camlrpc/trunk/debian/control.in	2005-11-22 21:55:08 UTC (rev 2102)
+++ trunk/packages/camlrpc/trunk/debian/control.in	2005-11-22 22:48:29 UTC (rev 2103)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Thomas Petazzoni <thomas.petazzoni at enix.org>, Samuel Mimram <smimram at debian.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= #OCamlABI#), ocaml-findlib, libequeue-ocaml-dev, dpatch (>= 1.19)
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= #OcamlABI#), ocaml-findlib, libequeue-ocaml-dev, dpatch (>= 1.19)
 Standards-Version: 3.6.2
 
 Package: librpc-ocaml-dev

Modified: trunk/packages/camlrpc/trunk/debian/rules
===================================================================
--- trunk/packages/camlrpc/trunk/debian/rules	2005-11-22 21:55:08 UTC (rev 2102)
+++ trunk/packages/camlrpc/trunk/debian/rules	2005-11-22 22:48:29 UTC (rev 2103)
@@ -21,13 +21,13 @@
 PACKAGE = camlrpc
 
 debian/control:
-         sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
+	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
 
 configure: configure-stamp
 configure-stamp: configure
-        for t in `find . -name \*.in |  | grep -v debian/control.in`; do \
-                sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
-        done
+	for t in `find . -name \*.in |  | grep -v debian/control.in`; do \
+		sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
+	done
 
 	dh_testdir
 	# Add here commands to configure the package.




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