Bug#297741: Bug#: Trivial two year old bug not fixed and without comment

Tim Dijkstra tim at famdijkstra.org
Sat Jan 20 02:09:10 CET 2007


tags 297741 +patch
thanks

On Sat, 20 Jan 2007 01:19:51 +0100
Tim Dijkstra <tim at famdijkstra.org> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20070120/851854b4/signature-0001.pgp


More information about the Pkg-gnome-maintainers mailing list