peter green wrote:
i used force-architecture to install the existing flashplugin-nonfree
package on my amd64 system and manually ran
nspluginwrapper -i /usr/lib/firefox/plugins/libflashplayer.so
afterwards and flash works in firefox (i tested it with youtube). Rob
andrews soloution seems better on that front though.
regarding dependencies you can qualify dependencies by architecture (!
means not) e.g.
Depends: debconf | debconf-2.0, wget, libgtk2.0-0 [i386], fontconfig,
libxt6 [i386], libxext6 [i386], libatk1.0-0 [i386], libc6 [i386],
libcairo2 [i386], libexpat1 [i386], libfontconfig1 [i386],
libfreetype6 [i386], libglib2.0-0 [i386], libice6 [i386],
libpango1.0-0 [i386], libpng12-0 [i386], libsm6 [i386], libx11-6
[i386], libxau6 [i386], libxcursor1 [i386], libxdmcp6 [i386],
libxfixes3 [i386], libxi6 [i386], libxinerama1 [i386], libxrandr2
[i386], libxrender1 [i386], zlib1g [i386], ia32-libs-gtk [!i386] ,
ia32-libs-gtk [!i386] , lib32z1 [!i386] , nspluginwrapper [!i386]
and regarding different links add the following to debian/rules
DEB_BUILD_ARCH ?= $(shell dpkg-architecture
-qDEB_BUILD_ARCH)
clean::
-rm
debian/links
pre-build::
cp debian/links-$(DEB_BUILD_ARCH) debian/links
then you can create seperate links-i386 and links-amd64 files
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]