[Pkg-ocaml-maint-commits] r2245 - trunk/packages/cduce/trunk/debian
Thomas Petazzoni
tpetazzo-guest at costa.debian.org
Sun Dec 4 21:56:52 UTC 2005
Author: tpetazzo-guest
Date: 2005-12-04 21:56:51 +0000 (Sun, 04 Dec 2005)
New Revision: 2245
Modified:
trunk/packages/cduce/trunk/debian/control
trunk/packages/cduce/trunk/debian/rules
Log:
Add 'g' option to sed.
Modified: trunk/packages/cduce/trunk/debian/control
===================================================================
--- trunk/packages/cduce/trunk/debian/control 2005-12-04 21:54:48 UTC (rev 2244)
+++ trunk/packages/cduce/trunk/debian/control 2005-12-04 21:56:51 UTC (rev 2245)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Thomas Petazzoni <thomas.petazzoni at enix.org>
Uploaders: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= 3.09.0), ocaml-source (>= #OcamlABI#), libpcre-ocaml-dev (>= 5.10.0), libocamlnet-ocaml-dev (>= 1.1-4), libexpat-ocaml-dev, libcurl-ocaml-dev (>= 0.2.1-3), ocaml-ulex, dpatch, chrpath, bzip2
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= 3.09.0), ocaml-source (>= 3.09.0), libpcre-ocaml-dev (>= 5.10.0), libocamlnet-ocaml-dev (>= 1.1-4), libexpat-ocaml-dev, libcurl-ocaml-dev (>= 0.2.1-3), ocaml-ulex, dpatch, chrpath, bzip2
Standards-Version: 3.6.2
Package: cduce
Modified: trunk/packages/cduce/trunk/debian/rules
===================================================================
--- trunk/packages/cduce/trunk/debian/rules 2005-12-04 21:54:48 UTC (rev 2244)
+++ trunk/packages/cduce/trunk/debian/rules 2005-12-04 21:56:51 UTC (rev 2245)
@@ -17,11 +17,11 @@
PACKAGE = cduce
debian/control:
- sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
+ sed -e 's%#OcamlABI#%$(OCAMLABI)%g' $@.in >$@
configure-stamp: configure
for t in `find debian/ -name \*.in | grep -v debian/control.in`; do \
- sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
+ sed -e 's%#OcamlABI#%$(OCAMLABI)%g' $$t >$${t%.in}; \
done
dh_testdir
cd debian && tar xjf /usr/src/ocaml-source-$(OCAMLABI).tar.bz2 && cd ..
More information about the Pkg-ocaml-maint-commits
mailing list