tags 297741 +patch thanks On Sat, 20 Jan 2007 01:19:51 +0100 Tim Dijkstra <[EMAIL PROTECTED]> wrote:
> Although the debs in experimental have the same issue, I just compiled > glib2.0-dev myself (on a etch system) and there strangely enough, > the .la file comes out just fine... Sorry for replying so often to myself... Although the la files from the build process are OK, and also make install just puts them in the right place, the files that end up in the .deb are still corrupt. .... Ah, it appears to happen in the install-udeb target. ... OK, here goes. I made a patch. I'm not sure if I broke the udeb build now (I'm tired and want to go to bed) but it fixes the bug. grts Tim --- debian/rules 2007-01-20 02:05:46.000000000 +0100 +++ debian/rules++ 2007-01-20 02:06:13.000000000 +0100 @@ -179,12 +179,11 @@ install-udeb: build-udeb install-test # Add here commands to install the package into debian/tmp $(MAKE) -C $(BUILD_UDEB_DIR) install \ - prefix=$(CURDIR)/debian/tmp/usr + prefix=$(CURDIR)/debian/libglib$(apiver)-udeb/usr # clean the unnecessary files up - rm -rf debian/tmp/usr/share/gtk-doc + rm -rf debian/libglib$(apiver)-udeb/usr/share/gtk-doc - dh_movefiles -rm -rf $(CURDIR)/debian/libglib$(apiver)-udeb/usr/share/doc -find $(CURDIR)/debian/ -type d -empty ! -regex '.*/var.*' -prune | xargs rmdir -p 2>&1 > /dev/null
signature.asc
Description: PGP signature