[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems for Woody backport: Mozilla is never disabled and others



[...]

> Then, still another one:
> # Workaround for co-existing 1.0 and 1.1 - don't install icons in /usr/share/icons for 1.1 yet
> #rm -r /home/jwarnier/debian/ooo/openoffice.org-1.0.99+1.1rc3/debian/openoffice.org/usr/share/icons
> cp -rf /home/jwarnier/debian/ooo/openoffice.org-1.0.99+1.1rc3/debian/tmp//usr/lib/openoffice/program/libmozab2.so \
>    /home/jwarnier/debian/ooo/openoffice.org-1.0.99+1.1rc3/debian/openoffice.org-bin//usr/lib/openoffice/program/libmozab2.so
> cp: cannot stat `/home/jwarnier/debian/ooo/openoffice.org-1.0.99+1.1rc3/debian/tmp//usr/lib/openoffice/program/libmozab2.so': No such file or directory
> make: *** [debian/stampdir/install] Error 1
> 
> Seems debian/rules misses something related to Mozilla disabled. I'm looking at this right now.

Here it is (patch that should be applied asap):

RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.121
diff -r1.121 rules
93c93
< ifeq "$_CC" "gcc-3.0"
---
> ifeq "$(_CC)" "gcc-3.0"
96c96,97
<   export IGNORE_MANIFEST_CHANGES
---
>   MOZILLA=n
>   export IGNORE_MANIFEST_CHANGES MOZILLA
356c357
<       # debian/rules get-build-ooo
---
>       # debian/rules get-ooo-build
653a655
> ifneq "$(MOZILLA)" "n"
658a661
> endif

Thanks

-- 
Jérôme Warnier <jwarnier@beeznest.net>

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=


Reply to: