[Pkg-jed-devel] Re: Build of jed 0.99-17.82 with slang2 failed
Rafael Laboissiere
Rafael Laboissiere <rafael@debian.org>
Fri, 1 Apr 2005 00:41:17 +0200
* Alastair McKinstry <mckinstry@computer.org> [2005-03-31 21:54]:
> Ok, I've just uploaded slang2-pre2r7 to
> http://people.debian.org/~mckinstry/debian/experimental.
Great. I could compile jed-B0.99.17.84 with your pre2r7 packages.
Compilation of the rgrep program gives lots of compilation errors related
to SLang. This is probably an upstream problem.
> Please report all bugs.
Installation of the jed packages goes much better with the following patch:
--- rules-orig 2005-03-31 23:58:35.176372736 +0200
+++ rules 2005-03-31 23:58:44.588941808 +0200
@@ -76,7 +76,7 @@
dh_strip -a
dh_compress -a
dh_fixperms -a
- dh_makeshlibs -V "${LIBSLANG} (>> 1.99pre2r7-1)"
+ dh_makeshlibs -V "${LIBSLANG} (>= 1.99pre2r7-1)"
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a -N$(LIBSLANG_UDEB)
--
Rafael