Hello,
It has been a while since the bug was opened. A fix it is proposed,
thanks to Marcin Juszkiewicz, he proposes to fix this issue with:
diff -ur t/gdb-7.1/debian//rules gdb-7.1/debian//rules
--- t/gdb-7.1/debian//rules 2010-03-20 14:41:15.000000000 +0100
+++ gdb-7.1/debian//rules 2010-07-05 16:10:06.538218000 +0200
@@ -264,7 +264,10 @@
> debian/control
ifeq ($(DEB_CROSS),yes)
sed -i "/Package: gdb64/,\$$ d" debian/control
- cp debian/gdb.install debian/gdb$(TS).install
+ cat debian/gdb.install \
+ | sed "s+/gdb+/$(TP)gdb+g" \
+ | sed "s+usr/share/$(TP)gdb+usr/share/gdb+g" \
+ > debian/gdb$(TS).install
endif
# The default changelog is the top level one, which is useless.
But Loïc suggest not to use cat | sed | sed, instead, use some form of:
sed 's+/gdb+/$(TP)gdb+g; \
s+usr/share/$(TP)gdb+usr/share/gdb+g' debian/gdb.install \
>debian/gdb$(TS).install
Dan, do you think it is posible to fix this bug? TIA.
--
Héctor Orón
"Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us."
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]