On Mon, September 21, 2009, Martin Dietze wrote:
> due to the restructuring of the libraries the automatic Debian
> builds are broken for the moment. I will try to get them back
> working asap, but I cannot promise when.
I've fixed the debian stuff for now though I'd like to
distribute some of the shared libraries in separate packages in
the future. Any suggestions on this issue?
With this patch the generation of the .files files is fixed, so
that all shared libraries except for libwraster are now in the
wmaker package again.
Carlos, could you please apply the patch to both 'master' and
'next'?
Cheers,
M'bert
--
----------- / http://herbert.the-little-red-haired-girl.org / -------------
=+=
Ed is the standard text editor.
diff --git a/debian/rules b/debian/rules
index dd09c2c..cec4dd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -388,7 +388,7 @@ debian/$(LIBWMAKER)-dev.files: build
debian/libwings-dev.files: build
( find $(DEBTMPDIR)/$(INCLUDEDIR) $(DEBTMPDIR)/$(LIBDIR) \
-name '*WINGs*' \
- -o -name '*WUtil*' ; \
+ -o -name '*WUtil*' | grep -v '\.so\.[0-9]' ; \
cd $(DEBTMPDIR) && \
find usr -name get-wutil-flags -o -name get-wings-flags \
) | sed -e 's:$(DEBTMPDIR)/*::'> $@