Package: libsmokeqt4-dev
Version: 1.4.7-3
Severity: grave
Tags: patch
Justification: renders package unusable
Hi!
Somehow libsmokeqt4-dev doesn't contain the symlink to libsmokeqt4.so.1
- this makes it a bit hard to link anything.
$ ls -la /usr/lib/libsmokeqt4.so
ls: /usr/lib/libsmokeqt4.so: No such file or directory
I think this untested patch fixes it:
libqt4-ruby-1.4.7/debian$ diff -u rules.orig rules
--- rules.orig 2007-05-21 22:28:25.000000000 +0200
+++ rules 2007-05-21 22:28:45.000000000 +0200
@@ -109,7 +109,7 @@
cd $(CURDIR)/debian/libsmokeqt4-1/usr/; rm -Rf include
# Smoke development files
cd smoke; $(MAKE) install DESTDIR=$(CURDIR)/debian/libsmokeqt4-dev
- cd $(CURDIR)/debian/libsmokeqt4-dev/usr/lib; rm *.so*
+ cd $(CURDIR)/debian/libsmokeqt4-dev/usr/lib; rm *.so.*
# Then, install the Qtruby stuff:
cd qtruby/rubylib/qtruby; $(MAKE) install
DESTDIR=$(CURDIR)/debian/libqt4-ruby1.8 \
'RUBY_SITEARCHDIR=$$(RUBY_ARCHDIR)'
'RUBY_SITEDIR=$$(RUBY_LIBDIR)/ruby/1.8'
Manually creating this symlink makes it possible to link again.
/Sune
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.20-1-vserver-k7 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages libsmokeqt4-dev depends on:
ii libsmokeqt4-1 1.4.7-3 Smoke library for Qt4
libsmokeqt4-dev recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]