Hi,
> If you look into the source it is sed that processes the regexp and
> there it is '\+' which represents the special character. (And yes
> I tried but it did not worked.)
I think that position of ${overri...@]/#/-e}" is wrong in d-devlibdeps.
I think that you should do it as follows.
--- d-devlibdeps.orig 2009-12-25 04:35:11.000000000 +0000
+++ d-devlibdeps 2009-12-25 04:35:22.000000000 +0000
@@ -42,6 +42,7 @@
function overridedevlibdeps () {
# overrides necessary until the scheme is adopted.
sed \
+ "${overri...@]/#/-e}" \
-e 's/libX11-6-dev/libx11-dev | xlibs-dev (<< 4.3.0)/' \
-e 's/libXext6-dev/libxext-dev | xlibs-dev (<< 4.3.0)/' \
-e 's/libXi6-dev/libxi-dev | xlibs-dev (<< 4.3.0)/' \
@@ -109,7 +110,6 @@
-e 's/libgthread-2.0-0-dev/libglib2.0-dev/' \
-e 's/libstdc++6-dev/libstdc++6-4.1-dev/' \
-e 's/ld-linux3-dev-dev//' \
- "${overri...@]/#/-e}" \
# the blank line above this line is intentionally left blank
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]