Loïc Minier <[EMAIL PROTECTED]> writes:

> On Thu, Jan 11, 2007, Goswin von Brederlow wrote:
>> Package: libpango1.0-0
>> Version: 1.14.8-4
>> Severity: grave
>> Justification: renders package unusable
>> 
>> PS: I set this to grave because it makes ia32-libs-gtk unusable which
>> contains the pango debs. Please reassign to ia32-libs-gtk when you
>> fixed it instead of closing.
>
>  Why does this show up only now?  How did ia32-libs-gtk work until now?

Ia32-libs-gtk in debian is relatively new and it never worked.

See '#372508: Preparing multiarch' for details if you can't remeber
the issues you fixed. Unfortunately we can't just default to seting
"multiarch" yet.

> -- 
> Loïc Minier <[EMAIL PROTECTED]>

The patch below should fix the issue. The first change is optional. We
can move the objects and adjust the conffile in ia32-libs-gtk if you
don't like it.

MfG
        Goswin

--- debian/rules~       2007-01-12 20:37:19.000000000 +0100
+++ debian/rules        2007-01-12 20:52:07.000000000 +0100
@@ -49,10 +49,10 @@
 endif
 
 # relative Pango Modules Path (separated by ":")
-MODULES_PATH := $(LIBDIR)/pango/$(MODVER)/modules
+MODULES_PATH := usr/$(DEB_HOST_GNU_TYPE)/lib/pango/$(MODVER)/modules
 
 # relative directory to store the generated Pango Module File
-MODULE_FILES_D := $(LIBDIR)/pango/$(MODVER)/module-files.d
+MODULE_FILES_D := usr/$(DEB_HOST_GNU_TYPE)/lib/pango/$(MODVER)/module-files.d
 
 # Pango Module API version virtual Provide
 ifneq (,$(findstring multiarch,$(DEB_BUILD_OPTIONS)))

Reply via email to