diff -urN wine-20040914.orig/debian/README.Debian wine-sidenet_0.0.20040914-1.2/debian/README.Debian
--- wine-20040914.orig/debian/README.Debian	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/README.Debian	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,90 @@
+wine for Debian
+---------------
+
+Wine is now split up into the following packages:
+
+wine          (core binaries and configuration)
+libwine       (core libraries)
+libwine-print (printing modules)
+libwine-twain (scanner access module)
+libwine-arts  (aRts sound module)
+libwine-alsa  (ALSA sound module)
+libwine-jack  (JACK sound module)
+libwine-nas   (NAS sound module)
+libwine-capi  (ISDN card module)
+libwine-dev   (Winelib development headers and tools)
+wine-utils    (extra binaries)
+wine-doc      (documentation in HTML and DocBook format)
+winesetuptk   (CodeWeavers' winesetup tool)
+
+If (i.e. when) you have problems, the Wine Troubleshooting Guide
+can be found at http://www.winehq.com/Trouble/
+
+The Wine FAQ can be found at http://www.winehq.com/FAQ/
+
+For further information and resources about Wine, refer to
+http://www.winehq.com/
+
+Update for Wine 20010112
+========================
+wine.conf is no longer recognized as a config file! There's
+currently no global config file at all (though we hope to get
+one again soon). I've removed /etc/wine.conf from the package,
+and it should probably be deleted from your system. If you (or
+your users) still don't have a ~/.wine/config, you can either
+copy the old /etc/wine.conf to ~/.winerc to have Wine convert it
+for you, or you can just delete it and configure wine with the
+winesetup tool instead (in the winesetuptk package).
+
+I've also enabled the winelauncher wrapper, so that when you type
+"wine", then you're actually starting the winelauncher. If a
+~/.wine/config doesn't exist (and you've deleted /etc/wine.conf),
+then it'll automatically try to start winesetup.
+
+Configuring Wine without Windows (without winesetup)
+====================================================
+Simply copy the tree at /usr/share/wine/skel into ~/.wine, i.e.
+
+  mkdir ~/.wine
+  cp -r /usr/share/wine/skel/* ~/.wine
+
+I may get winelauncher to do this automatically someday.
+
+Updating the registry
+=====================
+The way to install an updated default registry was changed as of
+Wine release 20040309. You should now do something like:
+
+  wine /usr/lib/wine/rundll32.exe.so setupapi.dll,InstallHinfSection \
+    DefaultInstall 128 /usr/share/wine/wine.inf
+
+(which must probably be done per-user for now.)
+
+If this doesn't work, try copying wine.inf to the current directory
+and load it from there, as there are sometimes bugs with using full
+Unix paths in Winelib apps (but which should get fixed eventually).
+
+The wineinstall script
+======================
+You can also try using the customized wineinstall script in
+/usr/share/wine/wineinstall to configure Wine or update the registry,
+but I do not guarantee that this works properly. Feel free to submit
+bug reports, though.
+
+The wineprefixcreate script
+===========================
+As of Wine release 20040408, the Wine authors introduced a
+"wineprefixcreate" script. It looks like this is intended to eventually
+supersede the wineinstall script, and become the official way to set up
+a default Wine configuration (but must still be done per-user). It's
+still experimental, I think, but should work.
+
+winebrowser
+===========
+To make winebrowser launch the web browser of your choice when an
+application wants to show you a web page, and it doesn't already,
+you must edit ~/.wine/system.reg and find the [Software\\Wine\\WineBrowser]
+key, where the "Browser" option resides. I've now patched winebrowser
+to set this to Debian's "sensible-browser" if it doesn't exist already,
+but if you have an existing Wine installation where it already does exist
+with an inappropriate setting, this is how to fix it.
diff -urN wine-20040914.orig/debian/changelog wine-sidenet_0.0.20040914-1.2/debian/changelog
--- wine-20040914.orig/debian/changelog	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/changelog	2004-10-24 21:07:41.000000000 +0900
@@ -0,0 +1,26 @@
+wine-sidenet (20040914-1.2) experimental; urgency=LOW
+
+  * fixed some mistakes in debian/rules
+
+ -- Hajime Segawa <hajime@sidnet.ddo.jp>  Sun, 24 Oct 2004 21:07:10 +0900
+
+wine-sidenet (20040914-1.1) experimental; urgency=LOW
+
+  * Backported dlls/x11drv/keyboard.c from 20041016
+  * Backpotred windows/sysparams.c from 20041016
+  * Updated documentation/samples/config to config.sidenet-1.4.2-nodcom
+  * Updated tools/wine.inf to confinf-sidenet-1.4.2
+  * Added Japanese support for wineshelllink
+  
+ -- Hajime Segawa <hajime@sidnet.ddo.jp>  Sat, 23 Oct 2004 19:43:18 +0900
+
+wine-sidenet (20040914-1) experimental; urgency=LOW
+
+  * first release
+
+ -- Hajime Segawa <hajime@sidnet.ddo.jp>  Sat, 22 Oct 2004 20:33:15 +0900
+
+Local variables:
+mode: debian-changelog
+End:
+
diff -urN wine-20040914.orig/debian/control wine-sidenet_0.0.20040914-1.2/debian/control
--- wine-20040914.orig/debian/control	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/control	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,174 @@
+Source: wine-sidenet
+Section: otherosfs
+Priority: optional
+Maintainer: Hajime Segawa <winetips@sidenet.ddo.jp>
+Build-Depends: debhelper (>= 4.1.16), flex-old | flex (<< 2.5.31), bison,
+ xlibs-dev, xlibmesa-dev | libgl-dev, xlibmesa-glu-dev | xlibmesa-dev (<= 4.2.1-4) | libglu-dev,
+ freeglut3-dev | libglut-dev | glutg3-dev,
+ libncurses5-dev, libcupsys2-dev, libjpeg62-dev | libjpeg-dev, libungif4-dev,
+ libfreetype6-dev, libasound2-dev, libjack0.80.0-dev | libjack-dev,
+ libartsc0-dev | libarts-dev, libaudio-dev | nas-dev, libsane-dev, libusb-dev,
+ libicu21-dev | libicu-dev, libfontconfig1-dev, libssl-dev, libcapi20-dev
+Build-Depends-Indep: debhelper (>= 3.0), docbook-utils, c2man
+Standards-Version: 3.6.0
+
+Package: wine-sidenet
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Depends: ${debconf-depends}, libwine-sidenet (= ${Source-Version}), xbase-clients (>= 4.0) | xcontrib
+Suggests: wine-sidenet-doc, wine-sidenet-utils, winesetup, msttcorefonts, binfmt-support
+Conflicts: binfmt-support (<< 1.1.2)
+Replaces: libwine (<< 0.0.20010216)
+Description: Windows Emulator (Binary Emulator)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package consists of the emulator program for running windows executables.
+ .
+ Wine is often updated.
+
+Package: libwine-sidenet-dev
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Section: libdevel
+Depends: libwine-sidenet (= ${Source-Version}), libc6-dev
+Replaces: libwine (<< 0.0.20010216)
+Recommends: wine-utils
+Suggests: wine-doc
+Description: Windows Emulator (Development files)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package consists of the C header files.
+ .
+ Wine is often updated.
+
+Package: libwine-sidenet
+Section: libs
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Depends: ${debconf-depends}, ${shlibs:Depends}${freetype}
+Replaces: libwine0.0.971116, wine (<< 0.0.20040213)
+Conflicts: libwine0.0.971116
+Suggests: wine-doc, libwine-print${icu}
+Description: Windows Emulator (Library)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package consists of the library that implements the windows API.
+ .
+ Wine is often updated.
+
+Package: libwine-sidenet-alsa
+Section: libs
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Depends: libwine-sidenet (= ${Source-Version}), ${shlibs:Depends}
+Description: Windows Emulator (ALSA Sound Module)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package contains an ALSA 0.9 sound driver.
+ .
+ Wine is often updated.
+
+Package: libwine-sidenet-arts
+Section: libs
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Depends: libwine-sidenet (= ${Source-Version}), ${shlibs:Depends}
+Replaces: libwine (<< 0.0.20020710)
+Description: Windows Emulator (aRts Sound Module)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package contains an aRts sound driver.
+ .
+ Wine is often updated.
+
+Package: libwine-sidenet-capi
+Section: libs
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Depends: libwine-sidenet (= ${Source-Version}), ${shlibs:Depends}
+Description: Windows Emulator (ISDN Module)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package contains a CAPI interface that allows Windows apps
+ to communicate with ISDN cards supported by capi4linux.
+ .
+ Wine is often updated.
+
+Package: libwine-sidenet-jack
+Section: libs
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Depends: libwine-sidenet (= ${Source-Version}), ${shlibs:Depends}${jack}
+Description: Windows Emulator (JACK Sound Module)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package contains a JACK sound driver.
+ .
+ Wine is often updated.
+
+Package: libwine-sidenet-nas
+Section: libs
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Depends: libwine-sidenet (= ${Source-Version}), ${shlibs:Depends}
+Replaces: libwine (<< 0.0.20020710)
+Description: Windows Emulator (NAS Sound Module)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package contains a Network Audio System sound driver.
+ .
+ Wine is often updated.
+
+Package: libwine-sidenet-print
+Section: libs
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Depends: libwine-sidenet (= ${Source-Version}), ${shlibs:Depends}${freetype}${cupsys}
+Replaces: libwine (<< 0.0.20020710)
+Description: Windows Emulator (Printing Module)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package contains a CUPS-enabled spooler and a PostScript driver,
+ allowing Windows apps to print.
+ .
+ Wine is often updated.
+
+Package: libwine-sidenet-twain
+Section: libs
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Depends: libwine-sidenet (= ${Source-Version}), ${shlibs:Depends}
+Replaces: libwine (<< 0.0.20020710)
+Description: Windows Emulator (Scanner Module)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package contains a TWAIN interface that allows Windows apps
+ to communicate with scanners supported by SANE.
+ .
+ Wine is often updated.
+
+Package: wine-sidenet-doc
+Section: doc
+Architecture: all
+Description: Windows Emulator (Documentation)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package consists of the documentation for wine.
+ .
+ Wine is often updated.
+
+Package: wine-sidenet-utils
+Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386 powerpc hurd-powerpc freebsd-powerpc netbsd-powerpc sparc hurd-sparc freebsd-sparc netbsd-sparc
+Depends: libwine-sidenet (= ${Source-Version}), wine-sidenet
+Replaces: libwine-dev (<< 0.0.20010216)
+Description: Windows Emulator (Utilities)
+ This is an ALPHA release of Wine, the MS-Windows emulator.  This is
+ still a developers release and many applications may still not work.
+ .
+ This package consists many of the utilities provided by wine, both 
+ for compiling source using winelib and for running wine.  This
+ package is not strictly necessary.
+ .
+ Wine is often updated.
+
diff -urN wine-20040914.orig/debian/copyright wine-sidenet_0.0.20040914-1.2/debian/copyright
--- wine-20040914.orig/debian/copyright	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/copyright	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,17 @@
+Wine has been 1st debianized by Brian White, first
+taken over by Vincent Renardias, then by Andrew Lenharth.
+This package is maintained by Ove Kaaven.
+
+The Wine homepage is http://www.winehq.com/
+Download locations are listed in the ANNOUNCE file.
+
+Copyright (c) 1993-2002 the Wine project authors (see the file AUTHORS
+for a complete list)
+
+Wine is free software; you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by the
+Free Software Foundation; either version 2.1 of the License, or (at
+your option) any later version. 
+
+On Debian systems, the complete text of the GNU Library General Public
+License can be found in /usr/share/common-licenses/LGPL-2.1 file.
diff -urN wine-20040914.orig/debian/files wine-sidenet_0.0.20040914-1.2/debian/files
--- wine-20040914.orig/debian/files	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/files	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,12 @@
+wine-sidenet-doc_20040914-1.1_all.deb doc optional
+wine-sidenet_20040914-1.1_i386.deb otherosfs optional
+libwine-sidenet-dev_20040914-1.1_i386.deb libdevel optional
+libwine-sidenet_20040914-1.1_i386.deb libs optional
+libwine-sidenet-alsa_20040914-1.1_i386.deb libs optional
+libwine-sidenet-arts_20040914-1.1_i386.deb libs optional
+libwine-sidenet-capi_20040914-1.1_i386.deb libs optional
+libwine-sidenet-jack_20040914-1.1_i386.deb libs optional
+libwine-sidenet-nas_20040914-1.1_i386.deb libs optional
+libwine-sidenet-print_20040914-1.1_i386.deb libs optional
+libwine-sidenet-twain_20040914-1.1_i386.deb libs optional
+wine-sidenet-utils_20040914-1.1_i386.deb otherosfs optional
diff -urN wine-20040914.orig/debian/libwine-sidenet-alsa.dirs wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-alsa.dirs
--- wine-20040914.orig/debian/libwine-sidenet-alsa.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-alsa.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,5 @@
+usr/lib
+usr/lib/wine
+usr/share
+usr/share/doc
+usr/share/doc/libwine-alsa
diff -urN wine-20040914.orig/debian/libwine-sidenet-alsa.substvars wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-alsa.substvars
--- wine-20040914.orig/debian/libwine-sidenet-alsa.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-alsa.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1 @@
+shlibs:Depends=libasound2 (>> 1.0.5), libc6 (>= 2.3.2.ds1-4), libwine-sidenet
diff -urN wine-20040914.orig/debian/libwine-sidenet-arts.dirs wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-arts.dirs
--- wine-20040914.orig/debian/libwine-sidenet-arts.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-arts.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,5 @@
+usr/lib
+usr/lib/wine
+usr/share
+usr/share/doc
+usr/share/doc/libwine-arts
diff -urN wine-20040914.orig/debian/libwine-sidenet-arts.substvars wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-arts.substvars
--- wine-20040914.orig/debian/libwine-sidenet-arts.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-arts.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1 @@
+shlibs:Depends=libartsc0 (>= 1.3.1), libc6 (>= 2.3.2.ds1-4), libglib2.0-0 (>= 2.4.7), libwine-sidenet
diff -urN wine-20040914.orig/debian/libwine-sidenet-capi.dirs wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-capi.dirs
--- wine-20040914.orig/debian/libwine-sidenet-capi.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-capi.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,5 @@
+usr/lib
+usr/lib/wine
+usr/share
+usr/share/doc
+usr/share/doc/libwine-capi
diff -urN wine-20040914.orig/debian/libwine-sidenet-capi.substvars wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-capi.substvars
--- wine-20040914.orig/debian/libwine-sidenet-capi.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-capi.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1 @@
+shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libwine-sidenet
diff -urN wine-20040914.orig/debian/libwine-sidenet-dev.dirs wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-dev.dirs
--- wine-20040914.orig/debian/libwine-sidenet-dev.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-dev.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,6 @@
+usr/lib
+usr/include
+usr/include/wine
+usr/share
+usr/share/doc
+usr/share/doc/libwine-dev
diff -urN wine-20040914.orig/debian/libwine-sidenet-dev.files wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-dev.files
--- wine-20040914.orig/debian/libwine-sidenet-dev.files	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-dev.files	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,16 @@
+usr/lib/libwine*.so
+usr/lib/*.a
+usr/lib/wine/*.a
+usr/lib/wine/*.def
+usr/bin/widl
+usr/bin/winebuild
+usr/bin/winecpp
+usr/bin/winegcc
+usr/bin/wineg++
+usr/bin/wmc
+usr/bin/wrc
+usr/include
+usr/share/man/man1/widl.1
+usr/share/man/man1/winebuild.1
+usr/share/man/man1/wmc.1
+usr/share/man/man1/wrc.1
diff -urN wine-20040914.orig/debian/libwine-sidenet-dev.substvars wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-dev.substvars
--- wine-20040914.orig/debian/libwine-sidenet-dev.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-dev.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1 @@
+shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libwine-sidenet
diff -urN wine-20040914.orig/debian/libwine-sidenet-jack.dirs wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-jack.dirs
--- wine-20040914.orig/debian/libwine-sidenet-jack.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-jack.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,5 @@
+usr/lib
+usr/lib/wine
+usr/share
+usr/share/doc
+usr/share/doc/libwine-jack
diff -urN wine-20040914.orig/debian/libwine-sidenet-jack.substvars wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-jack.substvars
--- wine-20040914.orig/debian/libwine-sidenet-jack.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-jack.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,2 @@
+shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libwine-sidenet
+jack=, libjack0.80.0-0
diff -urN wine-20040914.orig/debian/libwine-sidenet-nas.dirs wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-nas.dirs
--- wine-20040914.orig/debian/libwine-sidenet-nas.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-nas.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,5 @@
+usr/lib
+usr/lib/wine
+usr/share
+usr/share/doc
+usr/share/doc/libwine-nas
diff -urN wine-20040914.orig/debian/libwine-sidenet-nas.substvars wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-nas.substvars
--- wine-20040914.orig/debian/libwine-sidenet-nas.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-nas.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1 @@
+shlibs:Depends=libaudio2, libc6 (>= 2.3.2.ds1-4), libwine-sidenet, libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0), libxt6 | xlibs (>> 4.1.0)
diff -urN wine-20040914.orig/debian/libwine-sidenet-print.dirs wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-print.dirs
--- wine-20040914.orig/debian/libwine-sidenet-print.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-print.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,5 @@
+usr/lib
+usr/lib/wine
+usr/share
+usr/share/doc
+usr/share/doc/libwine-print
diff -urN wine-20040914.orig/debian/libwine-sidenet-print.substvars wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-print.substvars
--- wine-20040914.orig/debian/libwine-sidenet-print.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-print.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,3 @@
+shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libwine-sidenet
+freetype=, libfreetype6
+cupsys=, libcupsys2-gnutls10
diff -urN wine-20040914.orig/debian/libwine-sidenet-twain.dirs wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-twain.dirs
--- wine-20040914.orig/debian/libwine-sidenet-twain.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-twain.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,5 @@
+usr/lib
+usr/lib/wine
+usr/share
+usr/share/doc
+usr/share/doc/libwine-twain
diff -urN wine-20040914.orig/debian/libwine-sidenet-twain.substvars wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-twain.substvars
--- wine-20040914.orig/debian/libwine-sidenet-twain.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet-twain.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1 @@
+shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libieee1284-3, libjpeg62, libsane (>= 1.0.11-3), libusb-0.1-4 (>= 1:0.1.8), libwine-sidenet
diff -urN wine-20040914.orig/debian/libwine-sidenet.dirs wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.dirs
--- wine-20040914.orig/debian/libwine-sidenet.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,5 @@
+usr/lib
+usr/lib/wine
+usr/share
+usr/share/doc
+usr/share/doc/libwine
diff -urN wine-20040914.orig/debian/libwine-sidenet.files wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.files
--- wine-20040914.orig/debian/libwine-sidenet.files	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.files	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,11 @@
+usr/lib/libwine*.so.*
+usr/lib/lib*.dll.so
+usr/lib/lib*.drv.so
+usr/lib/wine/*.dll.so
+usr/lib/wine/*.drv.so
+usr/lib/wine/*.acm.so
+usr/lib/wine/*.ocx.so
+usr/lib/wine/*.vxd.so
+usr/lib/wine/krnl386.exe.so
+usr/lib/wine/gdi.exe.so
+usr/lib/wine/user.exe.so
diff -urN wine-20040914.orig/debian/libwine-sidenet.postinst wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.postinst
--- wine-20040914.orig/debian/libwine-sidenet.postinst	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.postinst	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi
+
+#DEBHELPER#
diff -urN wine-20040914.orig/debian/libwine-sidenet.postrm wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.postrm
--- wine-20040914.orig/debian/libwine-sidenet.postrm	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.postrm	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ "$1" = "remove" ]; then
+	ldconfig
+fi
+
+#DEBHELPER#
diff -urN wine-20040914.orig/debian/libwine-sidenet.postrm.debhelper wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.postrm.debhelper
--- wine-20040914.orig/debian/libwine-sidenet.postrm.debhelper	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.postrm.debhelper	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,6 @@
+# Automatically added by dh_installdebconf
+if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
+	. /usr/share/debconf/confmodule
+	db_purge
+fi
+# End automatically added section
diff -urN wine-20040914.orig/debian/libwine-sidenet.preinst wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.preinst
--- wine-20040914.orig/debian/libwine-sidenet.preinst	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.preinst	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,75 @@
+#!/bin/sh
+
+# very old stuff from the previous wine maintainers
+# (don't know what the purpose of this could be anymore)
+if [ -f /usr/X11R6/lib/libwine.so ]; then
+    rm /usr/X11R6/lib/libwine.so
+    rm /usr/X11R6/lib/libwine.so.1
+    rm /usr/X11R6/lib/libwine.so.1.0.971116-orig
+    rm /usr/X11R6/lib/wine.sym-orig
+    rm /usr/X11R6/lib/winestub.o
+fi
+
+true && set -e
+
+# Prior to Wine 20030408, libwine was named libwine.so.1.0,
+# and had a SONAME of libwine.so, which prompted ldconfig
+# to generate a symlink called libwine.so.
+# Unfortunately ldconfig won't remove this symlink again
+# all by itself after deinstalling libwine or upgrading to
+# Wine 20030408 or later, and I hadn't noticed these issues
+# before, so now I have to clean this mess up on package upgrade.
+#
+# Of course, we should not remove the symlink if libwine-dev
+# (which has its own symlink) is installed, therefore we won't
+# remove it if the symlink is pointing to an existing file,
+# such as the new libwine.so.1 that libwine-dev would point
+# the symlink to.
+
+if [ -h /usr/lib/libwine.so ] && ! [ -f /usr/lib/libwine.so ]; then
+    rm -f /usr/lib/libwine.so
+fi
+if [ -h /usr/lib/libwine_unicode.so ] && ! [ -f /usr/lib/libwine_unicode.so ]; then
+    rm -f /usr/lib/libwine_unicode.so
+fi
+
+# The following check is useless in current Wine versions because Wine
+# can't be configured system-wide anymore, but remains for completeness.
+
+if [ -d /usr/share/wine/drivec ] && ! [ -d /var/lib/wine/drivec ]; then
+    # yuck, the previous package is using the old location...
+    # we must relocate for FHS conformance
+
+    # first, warn the user
+    if [ -e /usr/share/debconf/confmodule ]; then
+        # give the message to the user the preferred way
+        . /usr/share/debconf/confmodule
+        db_input high wine/move_to_fhs || true
+        db_go || true
+    else
+        # debconf not available... use the old-fashioned method
+cat << EOT
+NOTE: Moving /usr/share/wine/drivec to /var/lib/wine/drivec
+The previous default Drive C location in /usr/share/wine violates
+the Filesystem Hierarchy Standard and is thus being relocated to
+/var/lib/wine. Your /etc/wine.conf should be updated automatically,
+but if you have a .winerc or have written scripts that depend on
+the old location, you must update these yourself.
+Press Enter to proceed.
+EOT
+       read dust_in_the_wind
+    fi
+
+    # perform the relocation
+    mkdir -p /var/lib/wine
+    mv /usr/share/wine/drivec /var/lib/wine/drivec
+    rmdir /usr/share/wine || true
+
+    # update wine.conf
+    if [ -e /etc/wine.conf ]; then
+        sed 's|/usr/share/wine/drivec|/var/lib/wine/drivec|g' /etc/wine.conf > /etc/wine.conf.new
+        mv /etc/wine.conf.new /etc/wine.conf
+    fi
+fi
+
+#DEBHELPER#
diff -urN wine-20040914.orig/debian/libwine-sidenet.substvars wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.substvars
--- wine-20040914.orig/debian/libwine-sidenet.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,3 @@
+misc:Depends=debconf (>= 0.5) | debconf-2.0
+shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libice6 | xlibs (>> 4.1.0), libncurses5 (>= 5.4-1), libsm6 | xlibs (>> 4.1.0), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0), libxv1, xlibmesa-glu | libglu1, xlibmesa3-gl | libgl1
+freetype=, libfreetype6
diff -urN wine-20040914.orig/debian/libwine-sidenet.templates wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.templates
--- wine-20040914.orig/debian/libwine-sidenet.templates	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.templates	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,47 @@
+Template: wine/move_to_fhs
+Type: note
+Description: Moving /usr/share/wine/drivec to /var/lib/wine/drivec
+ The previous default Drive C location in /usr/share/wine violates the
+ Filesystem Hierarchy Standard and is thus being relocated to
+ /var/lib/wine. Your /etc/wine.conf should be updated automatically, but if
+ you have a .winerc or have written scripts that depend on the old
+ location, you must update these yourself.
+Description-ca.UTF-8: MourÃ© /usr/share/wine/drivec a /var/lib/wine/drivec
+ L'anterior localitzaciÃ³ per defecte de Drive C en /usr/share/wine viola
+ la Jerarquia estÃ ndard del sistema de fitxers (FHS) i serÃ  mogut a
+ /var/lib/wine. El vostre /etc/wine.conf serÃ  actualitzat automÃ ticament,
+ perÃ² si teniu un .winerc o heu escrit scripts que depenguin de l'antiga
+ localitzaciÃ³, els haureu de posar al dia vosaltres mateixos.
+Description-da.UTF-8: Flytter /usr/share/wine/drivec til /var/lib/wine/drivec
+ Den tidligere placering af C-drevet i /usr/share/wine bryder
+ filsystemhierakistandarden (FHS), og den flyttes derfor til /var/lib/wine.
+ Din /etc/wine.conf bliver opdateret automatisk, men hvis du har en .winerc
+ eller selv har skrevet skripter, der afhÃ¦nger af den gamle placering,
+ skal du selv opdatere disse.
+Description-de.UTF-8: /usr/share/wine/drivec wurde nach /var/lib/win/drivec verschoben
+ Die ehemalige Standard Pfad /usr/share/wine verletzt den Dateisystem
+ Hierarchie Standard und wurde deshalb nach /var/lib/wine verlegt. Ihre
+ /etc/wine.conf sollte automatisch geupdated werden, falls Ihre .winerc
+ oder ein Skript den alten Pfad enthÃ¤lt mÃ¼ssen Sie diese selbst anpassen.
+Description-es.UTF-8: /usr/share/wine/drivec se ha cambiado a /var/lib/wine/drivec
+ La antigua ubicaciÃ³n por defecto de la Unidad C, en /usr/share/wine
+ contradecÃ­a el EstÃ¡ndar de la JerarquÃ­a del Sistema de Ficheros (FHS),
+ por lo se ha cambiado a /var/lib/wine. Su /etc/wine.conf deberÃ­a
+ actualizarse automÃ¡ticamente, pero si tiene algÃºn fichero .winerc o
+ scripts que dependan de la ubicaciÃ³n anterior, tendrÃ¡ que modificarlos
+ por su cuenta.
+Description-fr.UTF-8: DÃ©placement de /usr/share/wine/drivec vers /var/lib/wine/drivec
+ Placer le pseudo-disque C dans /usr/share/wine violait la norme de
+ hiÃ©rarchie du systÃ¨me de fichiers (FHSÂ : Â«Â Filesystem Hierarchy
+ StandardÂ Â»). Il a donc Ã©tÃ© dÃ©placÃ© vers /var/lib/wine. Votre fichier
+ /etc/wine.conf devrait Ãªtre mis Ã  jour automatiquement. Cependant, si
+ vous avez des fichiers .winerc ou bien si vous avez Ã©crit des scripts qui
+ dÃ©pendent de l'ancien emplacement, vous devrez les mettre Ã  jour
+ vous-mÃªme.
+Description-tr.UTF-8: /usr/share/wine/drivec, /var/lib/wine/drivec'ye taÅŸÄ±nÄ±yor.
+ C sÃ¼rÃ¼cÃ¼sÃ¼ iÃ§in Ã¶nceki Ã¶ntanÄ±mlÄ± konum olan /usr/share/wine Dosya
+ Sistemi DÃ¼zeni standartlarÄ±nÄ± (FHS) ihlÃ¢l ediyor ve bu yÃ¼zden
+ /var/lib/wine olarak deÄŸiÅŸtirilecek. /etc/wine.conf dosyasÄ± bu
+ deÄŸiÅŸikliÄŸe uygun ÅŸekilde otomatik olarak gÃ¼ncellenecektir, ancak
+ eÄŸer .winerc veya eski konuma gÃ¶re yazÄ±lmÄ±ÅŸ bir betik varsa bunlarÄ±
+ kendiniz gÃ¼ncellemelisiniz.
diff -urN wine-20040914.orig/debian/libwine-sidenet.templates.master wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.templates.master
--- wine-20040914.orig/debian/libwine-sidenet.templates.master	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/libwine-sidenet.templates.master	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,8 @@
+Template: wine/move_to_fhs
+Type: note
+_Description: Moving /usr/share/wine/drivec to /var/lib/wine/drivec
+ The previous default Drive C location in /usr/share/wine violates the
+ Filesystem Hierarchy Standard and is thus being relocated to
+ /var/lib/wine. Your /etc/wine.conf should be updated automatically, but if
+ you have a .winerc or have written scripts that depend on the old
+ location, you must update these yourself.
diff -urN wine-20040914.orig/debian/mime-info.keys wine-sidenet_0.0.20040914-1.2/debian/mime-info.keys
--- wine-20040914.orig/debian/mime-info.keys	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/mime-info.keys	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,3 @@
+application/x-msdos-program:
+	open=wine %f
+	icon-filename=/usr/share/pixmaps/wine.xpm
diff -urN wine-20040914.orig/debian/mime-info.mime wine-sidenet_0.0.20040914-1.2/debian/mime-info.mime
--- wine-20040914.orig/debian/mime-info.mime	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/mime-info.mime	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,2 @@
+application/x-msdos-program
+	ext: exe com
diff -urN wine-20040914.orig/debian/po/POTFILES.in wine-sidenet_0.0.20040914-1.2/debian/po/POTFILES.in
--- wine-20040914.orig/debian/po/POTFILES.in	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/po/POTFILES.in	2004-10-24 20:54:47.000000000 +0900
@@ -0,0 +1,2 @@
+[type: gettext/rfc822deb] libwine.templates.master
+[type: gettext/rfc822deb] wine.templates.master
diff -urN wine-20040914.orig/debian/po/ca.po wine-sidenet_0.0.20040914-1.2/debian/po/ca.po
--- wine-20040914.orig/debian/po/ca.po	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/po/ca.po	2004-10-24 20:54:47.000000000 +0900
@@ -0,0 +1,102 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-15 23:40+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid "Moving /usr/share/wine/drivec to /var/lib/wine/drivec"
+msgstr "Mouré /usr/share/wine/drivec a /var/lib/wine/drivec"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid ""
+"The previous default Drive C location in /usr/share/wine violates the "
+"Filesystem Hierarchy Standard and is thus being relocated to /var/lib/wine. "
+"Your /etc/wine.conf should be updated automatically, but if you have a ."
+"winerc or have written scripts that depend on the old location, you must "
+"update these yourself."
+msgstr ""
+"L'anterior localització per defecte de Drive C en /usr/share/wine viola la "
+"Jerarquia estàndard del sistema de fitxers (FHS) i serà mogut a /var/lib/"
+"wine. El vostre /etc/wine.conf serà actualitzat automàticament, però si "
+"teniu un .winerc o heu escrit scripts que depenguin de l'antiga "
+"localització, els haureu de posar al dia vosaltres mateixos."
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid "Old wine.conf detected, remove it?"
+msgstr "S'ha detectat un /etc/wine.conf antic. L'esborro?"
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid ""
+"Wine no longer tries to load /etc/wine.conf by default. Thus, users that "
+"don't have a ~/.winerc (or ~/.wine/config) file will not be able to run "
+"Wine, unless they set up a ~/.wine/config file for themselves. This is "
+"easily done with the winesetup tool, found in the winesetuptk package (or "
+"else each user can copy the old /etc/wine.conf to ~/.winerc and let wine "
+"convert it). If you remove the /etc/wine.conf file, then winesetup will "
+"launch automatically for users that don't have a config file, instead of "
+"requiring the users to do any of the above themselves."
+msgstr ""
+"Wine ja no carrega el /etc/wine.conf per defecte. De manera els usuaris que "
+"no tinguin un fitxer ~/.winerc (o un ~/.wine/config) no podran executar el "
+"Wine a menys de que configurin un fitxer ~/.wine/config. Això pot fer-se "
+"fàcilment amb la utilitat winesetup, que es troba en el paquet winesetuptk "
+"(o també, cada usuari pot copiar l'antic /etc/wine.conf en ~/.winerc i "
+"deixar que el wine el converteixi). Si esborreu el fitxer /etc/wine.conf, el "
+"winesetup s'executarà automàticament per als usuaris que no tinguin un "
+"fitxer de configuració, en comptes de requerir als usuaris que facin res del "
+"descrit anteriorment."
+
+#. Type: select
+#. Choices
+#: ../wine.templates.master:16
+msgid "Autodetect, Existing-Windows, No-Windows, Skip"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid "What kind of Wine configuration do you want?"
+msgstr "Quin tipus de configuració del Wine desitgeu?"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid ""
+"Wine is able to use an existing Windows installation if you have one mounted "
+"(preferably with write permissions), but if you don't have one (or don't "
+"want to use it), Wine can also run completely Microsoft-free. Choose the "
+"setup most appropriate for you."
+msgstr ""
+"Wine pot usar una instal·lació ja existent del Windows, si aquesta és "
+"accessible (preferiblement amb permisos d'escriptura), però si no fos així "
+"(o no desitgeu usar-la), el Wine també pot executar-se perfectament lliure "
+"de Microsoft. Escolliu la configuració que us sigui més apropiada."
diff -urN wine-20040914.orig/debian/po/da.po wine-sidenet_0.0.20040914-1.2/debian/po/da.po
--- wine-20040914.orig/debian/po/da.po	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/po/da.po	2004-10-24 20:54:47.000000000 +0900
@@ -0,0 +1,101 @@
+# translation of wine_0.0.20040121-2-da.po to Danish
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans#
+#    Developers do not need to manually edit POT or PO files.
+# Claus Hindsgaul <claus_h@image.dk>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wine_0.0.20040121-2-da\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-15 23:40+0100\n"
+"PO-Revision-Date: 2004-04-06 19:33+0200\n"
+"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
+"Language-Team: Danish <dansk@klid.dk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.3.1\n"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid "Moving /usr/share/wine/drivec to /var/lib/wine/drivec"
+msgstr "Flytter /usr/share/wine/drivec til /var/lib/wine/drivec"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid ""
+"The previous default Drive C location in /usr/share/wine violates the "
+"Filesystem Hierarchy Standard and is thus being relocated to /var/lib/wine. "
+"Your /etc/wine.conf should be updated automatically, but if you have a ."
+"winerc or have written scripts that depend on the old location, you must "
+"update these yourself."
+msgstr ""
+"Den tidligere placering af C-drevet i /usr/share/wine bryder "
+"filsystemhierakistandarden (FHS), og den flyttes derfor til /var/lib/wine. "
+"Din /etc/wine.conf bliver opdateret automatisk, men hvis du har en .winerc "
+"eller selv har skrevet skripter, der afhænger af den gamle placering, skal "
+"du selv opdatere disse."
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid "Old wine.conf detected, remove it?"
+msgstr "Fandt gammel wine.conf. Skal den fjernes?"
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid ""
+"Wine no longer tries to load /etc/wine.conf by default. Thus, users that "
+"don't have a ~/.winerc (or ~/.wine/config) file will not be able to run "
+"Wine, unless they set up a ~/.wine/config file for themselves. This is "
+"easily done with the winesetup tool, found in the winesetuptk package (or "
+"else each user can copy the old /etc/wine.conf to ~/.winerc and let wine "
+"convert it). If you remove the /etc/wine.conf file, then winesetup will "
+"launch automatically for users that don't have a config file, instead of "
+"requiring the users to do any of the above themselves."
+msgstr ""
+"Wine forsøger ikke længere som udgangspunkt at indlæse /etc/wine.conf. Der "
+"vil brugere, der ikke har filen ~/.winerc (eller ~/.wine/config), ikke kunne "
+"køre Wine, medmindre de selv sætter en ~/.wine/config-fil op. Dette gøres "
+"let med værktøjet winesetup, der ligger i pakken winesetupk (ellers kan hver "
+"bruger kopiere den gamle /etc/wine.conf-fil til ~/.winerc og lade wine "
+"konvertere den). Hvis du fjerner /etc/wine.conf, vil winesetup automatisk "
+"blive kørt for brugere, der ikke har en opsætningsfil, så de ikke behøver at "
+"gøre noget af ovenstående selv."
+
+#. Type: select
+#. Choices
+#: ../wine.templates.master:16
+msgid "Autodetect, Existing-Windows, No-Windows, Skip"
+msgstr "Automatisk søgning, Eksisterende windows, Ikke windows, Spring over"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid "What kind of Wine configuration do you want?"
+msgstr "Hvilken slags Wine-opsætning ønsker du?"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid ""
+"Wine is able to use an existing Windows installation if you have one mounted "
+"(preferably with write permissions), but if you don't have one (or don't "
+"want to use it), Wine can also run completely Microsoft-free. Choose the "
+"setup most appropriate for you."
+msgstr ""
+"Wine kan benytte en eksisterende Windows-installation, hvis du har monteret "
+"den (helst med skriverettigheder), men hvis du ikke har en (eller ikke "
+"ønsker at benytte den), kan Wine køres helt Microsoft-frit. Vælg den "
+"opsætning, der passer dig bedst."
diff -urN wine-20040914.orig/debian/po/de.po wine-sidenet_0.0.20040914-1.2/debian/po/de.po
--- wine-20040914.orig/debian/po/de.po	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/po/de.po	2004-10-24 20:54:47.000000000 +0900
@@ -0,0 +1,102 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-15 23:40+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid "Moving /usr/share/wine/drivec to /var/lib/wine/drivec"
+msgstr "/usr/share/wine/drivec wurde nach /var/lib/win/drivec verschoben"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid ""
+"The previous default Drive C location in /usr/share/wine violates the "
+"Filesystem Hierarchy Standard and is thus being relocated to /var/lib/wine. "
+"Your /etc/wine.conf should be updated automatically, but if you have a ."
+"winerc or have written scripts that depend on the old location, you must "
+"update these yourself."
+msgstr ""
+"Die ehemalige Standard Pfad /usr/share/wine verletzt den Dateisystem "
+"Hierarchie Standard und wurde deshalb nach /var/lib/wine verlegt. Ihre /etc/"
+"wine.conf sollte automatisch geupdated werden, falls Ihre .winerc oder ein "
+"Skript den alten Pfad enthält müssen Sie diese selbst anpassen."
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid "Old wine.conf detected, remove it?"
+msgstr "Veraltete wine.conf Datei gefunden, entfernen?"
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid ""
+"Wine no longer tries to load /etc/wine.conf by default. Thus, users that "
+"don't have a ~/.winerc (or ~/.wine/config) file will not be able to run "
+"Wine, unless they set up a ~/.wine/config file for themselves. This is "
+"easily done with the winesetup tool, found in the winesetuptk package (or "
+"else each user can copy the old /etc/wine.conf to ~/.winerc and let wine "
+"convert it). If you remove the /etc/wine.conf file, then winesetup will "
+"launch automatically for users that don't have a config file, instead of "
+"requiring the users to do any of the above themselves."
+msgstr ""
+"Wine versucht standartmäßig nicht mehr, /etc/wine.conf zu laden. Daher "
+"werden Benutzer, die keine ~/.winerc (oder ~/.wine/config) Datei haben, "
+"nicht mehr in der Lage sein, Wine auszuführen, ohne selbst eine ~/.wine/"
+"config Datei konfiguriert zu haben. Dies ist einfach mit Hilfe des im "
+"winesetuptk Paket enthaltenen winesetup Tools durchführbar (ansonsten kann "
+"jeder Benutzer die alte /etc/wine.conf nach ~/.winerc kopieren und diese von "
+"wine konvertieren lassen). Falls Sie die /etc/wine.conf Datei entfernen, "
+"wird winesetup für Benutzer ohne Konfigurationsdatei automatisch gestartet, "
+"ohne dass diese irgendetwas des eben genannten selbst durchführen müssen."
+
+#. Type: select
+#. Choices
+#: ../wine.templates.master:16
+msgid "Autodetect, Existing-Windows, No-Windows, Skip"
+msgstr "Automatische Erkennung, Vorhandenes Windows, Kein Windows, Abbrechen"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid "What kind of Wine configuration do you want?"
+msgstr "Welche Art von Wine Konfiguration wünschen Sie?"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid ""
+"Wine is able to use an existing Windows installation if you have one mounted "
+"(preferably with write permissions), but if you don't have one (or don't "
+"want to use it), Wine can also run completely Microsoft-free. Choose the "
+"setup most appropriate for you."
+msgstr ""
+"Wine kann Ihre vorhandene Windows Installation benutzen, sofern sie "
+"gemountet ist (bevorzugt mit Schreibrechten). Falls Sie keine Windows "
+"Installation haben (oder diese nicht benutzen möchten), so kann Wine auch "
+"komplett ohne Microsoft laufen. Wählen Sie dazu aus dem Setup das für Sie "
+"entsprechende aus."
diff -urN wine-20040914.orig/debian/po/es.po wine-sidenet_0.0.20040914-1.2/debian/po/es.po
--- wine-20040914.orig/debian/po/es.po	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/po/es.po	2004-10-24 20:54:47.000000000 +0900
@@ -0,0 +1,102 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-15 23:40+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid "Moving /usr/share/wine/drivec to /var/lib/wine/drivec"
+msgstr "/usr/share/wine/drivec se ha cambiado a /var/lib/wine/drivec"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid ""
+"The previous default Drive C location in /usr/share/wine violates the "
+"Filesystem Hierarchy Standard and is thus being relocated to /var/lib/wine. "
+"Your /etc/wine.conf should be updated automatically, but if you have a ."
+"winerc or have written scripts that depend on the old location, you must "
+"update these yourself."
+msgstr ""
+"La antigua ubicación por defecto de la Unidad C, en /usr/share/wine "
+"contradecía el Estándar de la Jerarquía del Sistema de Ficheros (FHS), por "
+"lo se ha cambiado a /var/lib/wine. Su /etc/wine.conf debería actualizarse "
+"automáticamente, pero si tiene algún fichero .winerc o scripts que dependan "
+"de la ubicación anterior, tendrá que modificarlos por su cuenta."
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid "Old wine.conf detected, remove it?"
+msgstr "Detectado un wine.conf antiguo. ¿Quiere borrarlo?"
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid ""
+"Wine no longer tries to load /etc/wine.conf by default. Thus, users that "
+"don't have a ~/.winerc (or ~/.wine/config) file will not be able to run "
+"Wine, unless they set up a ~/.wine/config file for themselves. This is "
+"easily done with the winesetup tool, found in the winesetuptk package (or "
+"else each user can copy the old /etc/wine.conf to ~/.winerc and let wine "
+"convert it). If you remove the /etc/wine.conf file, then winesetup will "
+"launch automatically for users that don't have a config file, instead of "
+"requiring the users to do any of the above themselves."
+msgstr ""
+"Wine ya no carga /etc/wine.conf por defecto. De ese modo, los usuarios que "
+"no tengan un fichero ~/.winerc (o ~/.wine/config) no podrán ejecutar Wine, a "
+"menos que configuren un fichero ~/.wine/config. Esto puede hacerse "
+"fácilmente con la herramienta winesetuptk, que se encuentra en el paquete "
+"winesetuptk, o bien cada usuario puede copiar el fichero /etc/wine.conf en "
+"~/.winerc y dejar que wine lo convierta. Si borra el fichero /etc/wine.conf, "
+"winesetup se lanzará automáticamente para los usuarios que no tengan fichero "
+"de configuración, en vez de obligarle a hacer por su cuenta algo de lo "
+"anterior."
+
+#. Type: select
+#. Choices
+#: ../wine.templates.master:16
+msgid "Autodetect, Existing-Windows, No-Windows, Skip"
+msgstr "Autodectar, Con Windows, Sin Windows, Pasar"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid "What kind of Wine configuration do you want?"
+msgstr "¿Qué tipo de configuración de Wine desea?"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid ""
+"Wine is able to use an existing Windows installation if you have one mounted "
+"(preferably with write permissions), but if you don't have one (or don't "
+"want to use it), Wine can also run completely Microsoft-free. Choose the "
+"setup most appropriate for you."
+msgstr ""
+"Wine ofrece la posibilidad de usar una instalación existente de Windows "
+"(preferiblemente con permiso de escritura), pero si no tiene una o no quiere "
+"usarla, Wine puede ejecutarse perfectamente sin ella. Escoja la opción que "
+"considere más apropiada."
diff -urN wine-20040914.orig/debian/po/fr.po wine-sidenet_0.0.20040914-1.2/debian/po/fr.po
--- wine-20040914.orig/debian/po/fr.po	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/po/fr.po	2004-10-24 20:54:47.000000000 +0900
@@ -0,0 +1,105 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+# Initial translation by François Gouget <fgouget@free.fr>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wine 0.0.20030709-2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-15 23:40+0100\n"
+"PO-Revision-Date: 2003-07-29 08:44+0100\n"
+"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid "Moving /usr/share/wine/drivec to /var/lib/wine/drivec"
+msgstr "Déplacement de /usr/share/wine/drivec vers /var/lib/wine/drivec"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid ""
+"The previous default Drive C location in /usr/share/wine violates the "
+"Filesystem Hierarchy Standard and is thus being relocated to /var/lib/wine. "
+"Your /etc/wine.conf should be updated automatically, but if you have a ."
+"winerc or have written scripts that depend on the old location, you must "
+"update these yourself."
+msgstr ""
+"Placer le pseudo-disque C dans /usr/share/wine violait la norme de "
+"hiérarchie du système de fichiers (FHS : « Filesystem Hierarchy Standard »). "
+"Il a donc été déplacé vers /var/lib/wine. Votre fichier /etc/wine.conf "
+"devrait être mis à jour automatiquement. Cependant, si vous avez des "
+"fichiers .winerc ou bien si vous avez écrit des scripts qui dépendent de "
+"l'ancien emplacement, vous devrez les mettre à jour vous-même."
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid "Old wine.conf detected, remove it?"
+msgstr "Un fichier wine.conf obsolète a été trouvé, souhaitez-vous l'effacer ?"
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid ""
+"Wine no longer tries to load /etc/wine.conf by default. Thus, users that "
+"don't have a ~/.winerc (or ~/.wine/config) file will not be able to run "
+"Wine, unless they set up a ~/.wine/config file for themselves. This is "
+"easily done with the winesetup tool, found in the winesetuptk package (or "
+"else each user can copy the old /etc/wine.conf to ~/.winerc and let wine "
+"convert it). If you remove the /etc/wine.conf file, then winesetup will "
+"launch automatically for users that don't have a config file, instead of "
+"requiring the users to do any of the above themselves."
+msgstr ""
+"Wine n'utilise plus /etc/wine.conf par défaut. Aussi, les utilisateurs qui "
+"n'ont pas créé de fichier ~/.winerc (ou ~/.wine/config) ne pourront pas "
+"démarrer Wine, tant qu'ils n'auront pas créé ce fichier. Cette création est "
+"simplifiée par l'outil winesetup qui se trouve dans le paquet winesetuptk. "
+"Les utilisateurs peuvent également copier le fichier /etc/wine.conf vers ~/."
+"winerc et laisser Wine effectuer la conversion. Si vous supprimez /etc/wine."
+"conf, winesetup démarrera automatiquement pour les utilisateurs qui n'ont "
+"pas de fichier de configuration, ce qui leur évitera d'avoir à faire eux-"
+"mêmes les opérations décrites ci-dessus."
+
+#. Type: select
+#. Choices
+#: ../wine.templates.master:16
+msgid "Autodetect, Existing-Windows, No-Windows, Skip"
+msgstr "Auto-détection, Windows existant, Pas de Windows, Passer"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid "What kind of Wine configuration do you want?"
+msgstr "Quel type de configuration voulez-vous pour Wine ?"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid ""
+"Wine is able to use an existing Windows installation if you have one mounted "
+"(preferably with write permissions), but if you don't have one (or don't "
+"want to use it), Wine can also run completely Microsoft-free. Choose the "
+"setup most appropriate for you."
+msgstr ""
+"Wine peut utiliser une installation Windows existante, si elle est "
+"accessible (de préférence avec les droits d'écriture). Mais si vous n'en "
+"avez pas (ou ne souhaitez pas l'utiliser), Wine peut aussi fonctionner sans "
+"le moindre logiciel Microsoft. Veuillez choisir la configuration que vous "
+"souhaitez."
diff -urN wine-20040914.orig/debian/po/templates.pot wine-sidenet_0.0.20040914-1.2/debian/po/templates.pot
--- wine-20040914.orig/debian/po/templates.pot	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/po/templates.pot	2004-10-24 20:54:47.000000000 +0900
@@ -0,0 +1,84 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-15 23:40+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid "Moving /usr/share/wine/drivec to /var/lib/wine/drivec"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid ""
+"The previous default Drive C location in /usr/share/wine violates the "
+"Filesystem Hierarchy Standard and is thus being relocated to /var/lib/wine. "
+"Your /etc/wine.conf should be updated automatically, but if you have a ."
+"winerc or have written scripts that depend on the old location, you must "
+"update these yourself."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid "Old wine.conf detected, remove it?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid ""
+"Wine no longer tries to load /etc/wine.conf by default. Thus, users that "
+"don't have a ~/.winerc (or ~/.wine/config) file will not be able to run "
+"Wine, unless they set up a ~/.wine/config file for themselves. This is "
+"easily done with the winesetup tool, found in the winesetuptk package (or "
+"else each user can copy the old /etc/wine.conf to ~/.winerc and let wine "
+"convert it). If you remove the /etc/wine.conf file, then winesetup will "
+"launch automatically for users that don't have a config file, instead of "
+"requiring the users to do any of the above themselves."
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../wine.templates.master:16
+msgid "Autodetect, Existing-Windows, No-Windows, Skip"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid "What kind of Wine configuration do you want?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid ""
+"Wine is able to use an existing Windows installation if you have one mounted "
+"(preferably with write permissions), but if you don't have one (or don't "
+"want to use it), Wine can also run completely Microsoft-free. Choose the "
+"setup most appropriate for you."
+msgstr ""
diff -urN wine-20040914.orig/debian/po/tr.po wine-sidenet_0.0.20040914-1.2/debian/po/tr.po
--- wine-20040914.orig/debian/po/tr.po	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/po/tr.po	2004-10-24 20:54:47.000000000 +0900
@@ -0,0 +1,95 @@
+# Turkish translation of wine.
+# This file is distributed under the same license as the wine package.
+# Osman YÃ¼ksel <yuxel@sonsuzdongu.com>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wine\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-03-11 11:27+0000\n"
+"PO-Revision-Date: 2004-06-06 05:39+0300\n"
+"Last-Translator: Osman YÃ¼ksel <yuxel@sonsuzdongu.com>\n"
+"Language-Team: Turkish <debian-l10n-turkish@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms:  nplurals=1; plural=0;\n"
+"X-Generator: KBabel 1.3.1\n"
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid "Moving /usr/share/wine/drivec to /var/lib/wine/drivec"
+msgstr "/usr/share/wine/drivec, /var/lib/wine/drivec'ye taÅŸÄ±nÄ±yor."
+
+#. Type: note
+#. Description
+#: ../libwine.templates.master:3
+msgid ""
+"The previous default Drive C location in /usr/share/wine violates the "
+"Filesystem Hierarchy Standard and is thus being relocated to /var/lib/wine. "
+"Your /etc/wine.conf should be updated automatically, but if you have a ."
+"winerc or have written scripts that depend on the old location, you must "
+"update these yourself."
+msgstr ""
+"C sÃ¼rÃ¼cÃ¼sÃ¼ iÃ§in Ã¶nceki Ã¶ntanÄ±mlÄ± konum olan /usr/share/wine Dosya Sistemi "
+"DÃ¼zeni standartlarÄ±nÄ± (FHS) ihlÃ¢l ediyor ve bu yÃ¼zden /var/lib/wine olarak "
+"deÄŸiÅŸtirilecek. /etc/wine.conf dosyasÄ± bu deÄŸiÅŸikliÄŸe uygun ÅŸekilde otomatik "
+"olarak gÃ¼ncellenecektir, ancak eÄŸer .winerc veya eski konuma gÃ¶re yazÄ±lmÄ±ÅŸ bir "
+"betik varsa bunlarÄ± kendiniz gÃ¼ncellemelisiniz."
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid "Old wine.conf detected, remove it?"
+msgstr ""
+"Eski bir wine yapÄ±landÄ±rma dosyasÄ± (wine.conf) tespit edildi, silinsin mi?"
+
+#. Type: boolean
+#. Description
+#: ../wine.templates.master:4
+msgid ""
+"Wine no longer tries to load /etc/wine.conf by default. Thus, users that "
+"don't have a ~/.winerc (or ~/.wine/config) file will not be able to run "
+"Wine, unless they set up a ~/.wine/config file for themselves. This is "
+"easily done with the winesetup tool, found in the winesetuptk package (or "
+"else each user can copy the old /etc/wine.conf to ~/.winerc and let wine "
+"convert it). If you remove the /etc/wine.conf file, then winesetup will "
+"launch automatically for users that don't have a config file, instead of "
+"requiring the users to do any of the above themselves."
+msgstr ""
+"Wine artÄ±k /etc/wine.conf dosyasÄ±nÄ± Ã¶ntanÄ±mlÄ± olarak yÃ¼klemiyor. Bu yÃ¼zden "
+"~/.winerc (veya ~/.wine/config) gibi bir dosyaya sahip olmayan kullanÄ±cÄ±larÄ±n "
+"wine'Ä± Ã§alÄ±ÅŸtÄ±rmalarÄ±, kendileri bu dosyayÄ± hazÄ±rlamadÄ±klarÄ± sÃ¼rece, artÄ±k "
+"mÃ¼mkÃ¼n olmayacaktÄ±r. Bu dosyalar winesetuptk paketindeki winesetup aracÄ± ile "
+"kolayca oluÅŸturulabilir (veya kullanÄ±cÄ± eski /etc/wine.conf dosyasÄ±nÄ± ~/.winerc "
+"altÄ±na yerleÅŸtirip wine'Ä±n bunu dÃ¶nÃ¼ÅŸtÃ¼rmesini saÄŸlayabilir). EÄŸer /etc/wine.conf "
+"dosyasÄ±nÄ± silerseniz, winesetup yukarda sÃ¶z edilen iÅŸlemlere gerek kalmaksÄ±zÄ±n, "
+"herhangi bir yapÄ±landÄ±rma dosyasÄ±na sahip olmayan kullanÄ±cÄ±lar iÃ§in otomatik "
+"olarak Ã§alÄ±ÅŸtÄ±rÄ±lacaktÄ±r."
+
+#. Type: select
+#. Choices
+#: ../wine.templates.master:16
+msgid "Autodetect, Existing-Windows, No-Windows, Skip"
+msgstr "Otomatik algÄ±la, Mevcut Windows, Windows Yok, Atla"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid "What kind of Wine configuration do you want?"
+msgstr "Ne tÃ¼r bir Wine yapÄ±landÄ±rmasÄ± istiyorsunuz?"
+
+#. Type: select
+#. Description
+#: ../wine.templates.master:18
+msgid ""
+"Wine is able to use an existing Windows installation if you have one mounted "
+"(preferably with write permissions), but if you don't have one (or don't "
+"want to use it), Wine can also run completely Microsoft-free. Choose the "
+"setup most appropriate for you."
+msgstr ""
+"Wine, (tercihen yazma haklari ile) Ã¶nceden baÄŸlanmÄ±ÅŸ durumda olan bir mevcut "
+"Windows kurulumunu kullanabilmektedir. Fakat bÃ¶yle bir kuruluma sahip deÄŸilseniz "
+"(veya kullanmak istemiyorsanÄ±z), Wine bÃ¼tÃ¼nÃ¼yle Microsoft'suz olarak da Ã§alÄ±ÅŸabilir. "
+"Bu seÃ§eneklerden hangisi sizin iÃ§in en uygunsa onu seÃ§in."
diff -urN wine-20040914.orig/debian/reg-config wine-sidenet_0.0.20040914-1.2/debian/reg-config
--- wine-20040914.orig/debian/reg-config	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/reg-config	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,379 @@
+WINE REGISTRY Version 2
+;; Powered by Sidenet
+;; http://sidenet.ddo.jp/
+;; Version 1.4.2-nodcom
+;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
+
+;; If you think it is necessary to show others your complete config for a
+;; bug report, filter out empty lines and comments with
+;; grep -v "^;" ~/.wine/config | grep '.'
+
+[wine]
+"GraphicsDriver" = "x11drv"; (x11drv, ttydrv)
+;"ShowDotFiles" = "1"
+
+# [wineconf]
+
+[Version]
+; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
+; Set version to win98 is recommended.
+"Windows" = "win98"
+; DOS version to imitate
+; Only effect when "Windows" = "win31"
+;"DOS" = "6.22"
+
+; Be careful here, wrong DllOverrides settings have the potential
+; to pretty much kill your setup.
+
+[DllOverrides]
+; Some native dlls won't work, so leave these builtin.
+; Do not modify these lines.
+"advapi32"     = "builtin";Native version won't work
+"avicap32"     = "builtin";Hardware related
+"capi2032"     = "builtin";Completely implemented
+"comctl32"     = "builtin";Native version cause bugs.
+"comdlg32"     = "builtin";thunk
+"crtdll"       = "builtin";Completely implemented
+"ctl3d32"      = "builtin";thunk
+"d3d8"         = "builtin";Hardware related
+"d3d9"         = "builtin";Hardware related
+"dbghelp"      = "builtin";Native version won't work
+"ddeml"        = "builtin";
+"ddraw"        = "builtin";Hardware related
+"ddrawex"      = "builtin";Hardware related
+"dinput"       = "builtin";
+"dinput8"      = "builtin";Hardware related
+"dispdib"      = "builtin";Completely implemented
+"display.drv"  = "builtin";Hardware related
+"dmusic32"     = "builtin";thunk
+"dplay"        = "builtin";
+"dplayx"       = "builtin";
+"dpnet"        = "builtin";
+"dsound"       = "builtin";Hardware related
+"dswave"       = "builtin";Hardware related
+"dxdiagn"      = "builtin";
+"gdi.exe"      = "builtin";Hardware related
+"gdi32"        = "builtin";Hardware related
+"glu32"        = "builtin";Hardware related
+"gult32"       = "builtin";Hardware related
+"icmp"         = "builtin";Hardware related
+"ifsmgr.vxd"   = "builtin";Completely implemented
+"imaadp32.acm" = "builtin";Completely implemented
+"imm"          = "builtin";Special hack needed
+"imm32"        = "builtin";Special hack needed
+"iphlpapi"     = "builtin";Hardware related
+"joystick.drv" = "builtin";Hardware related
+"kernel32"     = "builtin";Hardware related
+"keyboard.drv" = "builtin";Hardware related
+"krnl386.exe"  = "builtin";Hardware related
+"lz32"         = "builtin";Completely implemented
+"lzexpand"     = "builtin";Completely implemented
+"mcianim.drv"  = "builtin";Completely implemented
+"mciavi.drv"   = "builtin";Completely implemented
+"mcicda.drv"   = "builtin";Completely implemented
+"mciseq.drv"   = "builtin";Completely implemented
+"mciwave.drv"  = "builtin";Completely implemented
+"midimap.drv"  = "builtin";Completely implemented
+"mmsystem"     = "builtin";Hardware related
+"mouse.drv"    = "builtin";Hardware related
+"msacm.drv"    = "builtin";Completely implemented
+"msacm32"      = "builtin";thunk
+"msadp32.acm"  = "builtin";Completely implemented
+"msvfw32"      = "builtin";Hardware related
+"msvidc32"     = "builtin";Completely implemented
+"mswsock"      = "builtin";Hardware related
+"newdev"       = "builtin";Hardware related
+"ntdll"        = "builtin";Hardware related
+"opengl32"     = "builtin";Hardware related
+"psapi"        = "builtin";Hardware related
+"rasapi16"     = "builtin";Hardware related
+"rasapi32"     = "builtin";Hardware related
+"serialui"     = "builtin";Hardware related
+"setupapi"     = "builtin";thunk
+"shell"        = "builtin";Special hack needed
+"shell32"      = "builtin";Special hack needed
+"snmpapi"      = "builtin";Hardware related
+"sound"        = "builtin";Hardware related
+"sti"          = "builtin";Hardware related
+"system.drv"   = "builtin";Hardware related
+"tapi32"       = "builtin";Hardware related
+"toolhelp"     = "builtin";Hardware related
+"twain"        = "builtin";Hardware related
+"twain_32"     = "builtin";Hardware related
+"user.exe"     = "builtin";Hardware related
+"user32"       = "builtin";Hardware related
+"ver"          = "builtin";Special hack needed
+"version"      = "builtin";Special hack needed
+"vnbt.vxd"     = "builtin";
+"vtdapi.vxd"   = "builtin";
+"vwin32.vxd"   = "builtin";Hardware related
+"w32skrnl"     = "builtin";Hardware related
+"w32sys"       = "builtin";Hardware related
+"win32s16"     = "builtin";Hardware related
+"win87em"      = "builtin";Hardware related
+"winaspi"      = "builtin";Hardware related
+"wing"         = "builtin";Hardware related
+"winmm"        = "builtin";Hardware related
+"winnls32"     = "builtin";thunk
+"winsock"      = "builtin";Hardware related
+"wintab"       = "builtin";Hardware related
+"wintab32"     = "builtin";Hardware related
+"wnaspi32"     = "builtin";Hardware related
+"wow32"        = "builtin";
+"wprocs"       = "builtin";Hardware related
+"ws2_32"       = "builtin";Hardware related
+"wsock32"      = "builtin";Hardware related
+
+;Windows Installer
+; Install InstMsiA.exe if you get some errors.
+"msi"         = "native"
+
+; DCOM 98
+; If you'd like to go without DCOM98, remove this line.
+;"ole32"        = "native"
+
+; Windows ODBC
+; If you'd like to use UNIX ODBC, remove this line.
+"odbc32"       = "native, builtin"
+
+; you can specify applications too
+; this one will apply for all notepad.exe
+;"*notepad.exe" = "native, builtin"
+; this one will apply only for a particular file
+;"C:\\windows\\regedit.exe" = "native, builtin"
+
+; default for all other dlls and executables
+"*" = "native, builtin"
+
+[x11drv]
+; Number of colors to allocate from the system palette
+"AllocSystemColors" = "100"
+; Use a private color map
+"PrivateColorMap" = "N"
+; Favor correctness over speed in some graphics operations
+"PerfectGraphics" = "N"
+; Color depth to use on multi-depth screens
+;;"ScreenDepth" = "16"
+; Allow the window manager to manage created windows
+"Managed" = "Y"
+; Use a desktop window of 640x480 for Wine
+;"Desktop" = "640x480"
+; Use XFree86 DGA extension if present
+; (make sure /dev/mem is accessible by you !)
+"UseDGA" = "N"
+; Use XVidMode extension if present
+"UseXVidMode" = "Y"
+; Use XRandR extension if present
+"UseXRandR" = "N"
+; Use the take focus protocol
+"UseTakeFocus" = "Y"
+; Enable DirectX mouse grab
+"DXGrab" = "Y"
+; Create the desktop window with a double-buffered visual
+; (useful to play OpenGL games)
+"DesktopDoubleBuffered" = "Y"
+; Run in synchronous mode (useful for debugging X11 problems)
+;;"Synchronous" = "Y"
+;
+; Use the Render extension to render client side fonts (default "Y")
+;;"ClientSideWithRender" = "Y"
+; Fallback on X core requests to render client side fonts (default "Y")
+;;"ClientSideWithCore" = "Y"
+; Set both of the previous two to "N" in order to force X11 server side fonts
+;
+; Anti-alias fonts if using the Render extension (default "Y")
+"ClientSideAntiAliasWithRender" = "N"
+; Anti-alias fonts if using core requests fallback (default "Y")
+;;"ClientSideAntiAliasWithCore" = "Y"
+;
+; Use the X Input Method (default "Y") 
+;;"UseXIM" = "Y" 
+; XIM Input Style (onthespot, offthespot, overthespot ,root) 
+;;"InputStyle" = "onthespot" 
+;
+; Codepage for clipboard (0 for ANSI, 20932 for euc-jp)
+"TextCP" = "20932"
+
+;[ppdev]
+;; key:  io-base of the emulated port
+;; value : parport-device{,timeout}
+;; timeout for auto closing an open device ( not yet implemented)
+;"378" = "/dev/parport0"
+;"278" = "/dev/parport1"
+;"3bc" = "/dev/parport2"
+
+;[spooler]
+;;Wine detects CUPS configuration automaticly.
+;"FILE:" = "tmp.ps"
+;"LPT1:" = "|lpr"
+;"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
+;"LPT3:" = "/dev/lp3"
+
+;[ports]
+;"read"  = "0x779,0x379,0x280-0x2a0"
+;"write" = "0x779,0x379,0x280-0x2a0"
+
+;[Debug]
+;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
+;"RelayInclude" = "user32.CreateWindowA"
+;"RelayFromExclude" = "user32;x11drv"
+;"RelayFromInclude" = "sol.exe"
+;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
+;"SpyExclude" = "WM_SIZE;WM_TIMER;"
+
+[registry]
+;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
+;Defaults are read all, write to Home
+; Where to find the global registries
+;"GlobalRegistryDir" = "/etc";
+; Global registries (stored in /etc)
+"LoadGlobalRegistryFiles" = "Y"
+; Load Windows registries from the Windows directory
+"LoadWindowsRegistryFiles" = "Y"
+; Registry periodic save timeout in seconds
+; "PeriodicSave" = "600"
+; Save only modified keys
+"SaveOnlyUpdatedKeys" = "Y"
+
+[Clipboard]
+"ClearAllSelections" = "0"
+"PersistentSelection" = "1"
+"UsePrimary" = "0"
+
+; List of all directories directly contain .AFM files
+;[afmdirs]
+;"1" = "/usr/share/ghostscript/fonts"
+;"2" = "/usr/share/a2ps/afm"
+;"3" = "/usr/share/enscript"
+;"4" = "/usr/X11R6/lib/X11/fonts/Type1"
+
+[WinMM]
+; Uncomment the "Drivers" line matching your sound setting.
+
+"Drivers" = "wineoss.drv"      ; default for most common configurations
+;"Drivers" = "winearts.drv"    ; for KDE
+;"Drivers" = "winealsa.drv"    ; for ALSA users
+;"Drivers" = "winejack.drv"    ; for Jack sound server
+;"Drivers" = "winenas.drv"     ; for NAS sound system
+;"Drivers" = "wineaudioio.drv" ; for Solaris machines
+;"Drivers" = ""                ; to disable sound
+"WaveMapper" = "msacm.drv"
+"MidiMapper" = "midimap.drv"
+
+[dsound]
+;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
+;"HELmargin" = "5"
+;; HEL only: Number of waveOut fragments ahead to queue to driver.
+;"HELqueue" = "5"
+;; Max number of fragments to prebuffer
+;"SndQueueMax" = "28"
+;; Min number of fragments to prebuffer
+;"SndQueueMin" = "12"
+;; Forces emulation mode (using wave api)
+;"HardwareAcceleration" = "Emulation"
+;; Sets default playback device (0 - number of devices - 1)
+;"DefaultPlayback" = "0"	; use first device (/dev/dsp)
+;"DefaultPlayback" = "1" 	; use second device (/dev/dsp1)
+;"DefaultPlayback" = "2" 	; use third device (/dev/dsp2)
+;; Sets default capture device (0 - number of devices - 1)
+;"DefaultCapture" = "0"		; use first device (/dev/dsp)
+;"DefaultCapture" = "1"		; use second device (/dev/dsp1)
+;"DefaultCapture" = "2"		; use third device (/dev/dsp2)
+
+[Network]
+;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
+;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs 
+;; from the Unix host name. You'll need to set ComputerName in 
+;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName, too.
+;"UseDnsComputerName" = "N"
+
+;; Application specific configuration
+
+; 3 InstallShield versions who like to put their full screen window in front,
+; without any chance to switch to another X11 application.
+; So just catch them in a desktop window.
+; Note: KDE handles this correctry.
+;
+;[AppDefaults\\_INS0432._MP\\x11drv]
+;"Desktop" = "640x480"
+;
+;[AppDefaults\\_INS0466._MP\\x11drv]
+;"Desktop" = "640x480"
+;
+;[AppDefaults\\_INS0576._MP\\x11drv]
+;"Desktop" = "640x480"
+;
+;[AppDefaults\\_INS5176._MP\\x11drv]
+;"Desktop" = "640x480"
+;
+;[AppDefaults\\_INS5576._MP\\x11drv]
+;"Desktop" = "800x600"
+
+;Disable window management for some apps.
+;
+;Densi denwachou 2003
+[AppDefaults\\Blarea8.exe\\x11drv]
+"Managed" = "N"
+;
+;Half Life Demo
+[AppDefaults\\hldemo.exe\\x11drv]
+"Managed" = "N"
+;
+;Real Player 10
+[AppDefaults\\realplay.exe\\x11drv]
+"Managed" = "N"
+;
+;Winamp
+[AppDefaults\\winamp.exe\\x11drv]
+"Managed" = "N"
+
+;Internet Explorer
+[AppDefaults\\IEXPLORE.EXE\\DllOverrides]
+"comctl32" = "builtin"
+
+;Winamp
+[AppDefaults\\winamp.exe\\DllOverrides]
+;"comctl32" = "native"
+
+;WinnyP
+[AppDefaults\\winnyp.exe\\DllOverrides]
+;"comctl32" = "native"
+
+;OpenJane_IE sppedup hack
+[AppDefaults\\Jane2ch.exe\\DllOverrides]
+"mlang" = "builtin, native"
+;"comctl32" = "native"
+
+;IE6 Installer
+[AppDefaults\\acmsetup.exe\\DllOverrides]
+"*comctl32" = "builtin"
+[AppDefaults\\grpconv.exe\\DllOverrides]
+"*comctl32" = "builtin"
+[AppDefaults\\iebatch.exe\\DllOverrides]
+"*comctl32" = "builtin"
+[AppDefaults\\updcrl.exe\\DllOverrides]
+"*comctl32" = "builtin"
+
+;;Example: Catch setup.exe in a desktop window.
+;[AppDefaults\\setup.exe\\x11drv]
+;"Desktop" = "800x600"
+
+;;Example: Catch full screen games in a desktop window.
+;;Half Life Demo
+;[AppDefaults\\hldemo.exe\\x11drv]
+;"Desktop" = "640x480"
+
+;;Example: XIM Input Style
+;[AppDefaults\\notepad.exe\\x11drv]
+;"InputStyle" = "offthespot"
+
+;;Example: Windows version
+;[AppDefaults\\sol.exe\\Version]
+;"Windows" = "nt40"
+
+;; You can add an AppDefault entry like this for such cases.
+;[AppDefaults\\pickygame.exe\\dsound]
+;"EmulDriver" = "N"
+
+# [/wineconf]
+
diff -urN wine-20040914.orig/debian/rules wine-sidenet_0.0.20040914-1.2/debian/rules
--- wine-20040914.orig/debian/rules	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/rules	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,289 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=2
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+CFLAGS=-O0 -g
+else
+CFLAGS=-O2 -g
+endif
+
+ifeq (,$(wildcard /usr/bin/po2debconf))
+PO2DEBCONF := no
+MINDEBCONFVER := 0.5
+else
+PO2DEBCONF := yes
+MINDEBCONFVER := 1.2.0
+endif
+
+DB2HTML = docbook2html
+HTMLDIR = debian/wine-sidenet-doc/usr/share/doc/wine-doc/html
+HTMLDSL = debian/winehtml.dsl
+HTMLCSS = debian/winedoc.css
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	CFLAGS="$(CFLAGS)" \
+	ICUUC_LIB="/usr/lib/libicuuc.a" \
+	ICUDATA_LIB="/usr/lib/libicudata.a" \
+	./configure --with-x --enable-opengl --prefix=/usr \
+	--sysconfdir=/etc \
+	--bindir=\$${prefix}/bin \
+	--libdir=\$${prefix}/lib \
+	--mandir=\$${prefix}/share/man \
+	--infodir=\$${prefix}/share/info
+
+	touch configure-stamp
+
+build-indep: configure-stamp build-indep-stamp
+build-indep-stamp:
+	dh_testdir
+
+	# generate HTML documentation
+	# (making SRCDIR an absolute path to work around woody's broken docbook2html)
+#	$(MAKE) -C documentation html SRCDIR=`pwd`/documentation
+
+	touch build-indep-stamp
+
+build-arch: configure-stamp build-arch-stamp
+build-arch-stamp:
+	dh_testdir
+
+	$(MAKE) depend
+	# build wine & tools
+	$(MAKE)
+	# build winelib programs
+	$(MAKE) -C programs
+
+	touch build-arch-stamp
+
+build: build-indep build-arch
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-indep-stamp build-arch-stamp configure-stamp
+
+	-$(MAKE) distclean
+
+ifeq ($(PO2DEBCONF),yes)
+	# Hack for woody compatibility. This makes sure that the
+	# debian/templates file shipped in the source package doesn't
+	# specify encodings, which woody's debconf can't handle. If building
+	# on a system with po-debconf installed (conveniently debhelper (>=
+	# 4.1.16) depends on it), the binary-arch target will generate a
+	# better version for sarge.
+	echo 1 > debian/po/output
+	po2debconf debian/wine-sidenet.templates.master > debian/wine-sidenet.templates
+	po2debconf debian/libwine-sidenet.templates.master > debian/libwine-sidenet.templates
+	rm -f debian/po/output
+endif
+	dh_clean
+
+install-indep: build-indep
+	dh_testdir
+	dh_testroot
+	dh_installdirs -i
+
+	# generate HTML documentation with desired stylesheet
+	$(DB2HTML) -d $(HTMLDSL) -o `pwd`/$(HTMLDIR)/wine-devel documentation/wine-devel.sgml
+	cp $(HTMLCSS) $(HTMLDIR)/wine-devel
+	$(DB2HTML) -d $(HTMLDSL) -o `pwd`/$(HTMLDIR)/wine-user documentation/wine-user.sgml
+	cp $(HTMLCSS) $(HTMLDIR)/wine-user
+	$(DB2HTML) -d $(HTMLDSL) -o `pwd`/$(HTMLDIR)/winelib-user documentation/winelib-user.sgml
+	cp $(HTMLCSS) $(HTMLDIR)/winelib-user
+	$(DB2HTML) -d $(HTMLDSL) -o `pwd`/$(HTMLDIR)/wine-faq documentation/wine-faq.sgml
+	cp $(HTMLCSS) $(HTMLDIR)/wine-faq
+
+install-arch: build-arch
+	dh_testdir
+	dh_testroot
+	# clean up first in case the package maintainer is experimenting again
+	dh_clean -a -k
+	# create installation directories
+	dh_installdirs -a
+
+	# install wine, libwine, and tools
+	$(MAKE) install prefix=`pwd`/debian/tmp/usr libdir=`pwd`/debian/tmp/usr/lib
+	# move the real binaries into /usr/lib/wine,
+	# wrapping them with the winelauncher
+	# disabled by sidenet
+	#mv debian/tmp/usr/bin/wine debian/tmp/usr/lib/wine/wine.bin
+	#mv debian/tmp/usr/bin/wine-kthread debian/tmp/usr/lib/wine/wine-kthread
+	#mv debian/tmp/usr/bin/wine-pthread debian/tmp/usr/lib/wine/wine-pthread
+	#mv debian/tmp/usr/bin/wine-preloader debian/tmp/usr/lib/wine/wine-preloader
+	#mv debian/tmp/usr/bin/wineserver debian/tmp/usr/lib/wine/wineserver
+	#mv debian/tmp/usr/bin/winelauncher debian/tmp/usr/bin/wine
+	# install manpages
+	$(MAKE) -C documentation install prefix=`pwd`/debian/tmp/usr
+	# install winelib programs
+	$(MAKE) -C programs install prefix=`pwd`/debian/tmp/usr
+
+install: install-indep install-arch
+
+# Build architecture-independent files here.
+binary-indep: build-indep install-indep
+	dh_testdir
+	dh_testroot
+
+	cp documentation/*.sgml debian/*.dsl \
+	 debian/wine-sidenet-doc/usr/share/doc/wine-doc/sgml
+#	cp documentation/*.html $(HTMLCSS) $(HTMLDIR)
+	cp documentation/ChangeLog.OLD \
+	 debian/wine-sidenet-doc/usr/share/doc/wine-doc
+
+	dh_installdocs -i
+	dh_installchangelogs -i ChangeLog
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build-arch install-arch
+	dh_testdir
+	dh_testroot
+
+	# distribute the files in debian/tmp into debian/<packagename>
+	# according to the <packagename>.files files
+	dh_movefiles -a
+
+	# distribute files we want that weren't in debian/tmp
+	cp dlls/twain/README debian/libwine-sidenet-twain/usr/share/doc/libwine-twain
+	# wine files (config stuff, bugreport tool, file associations)
+	cp documentation/samples/* debian/wine-sidenet/usr/share/doc/wine
+	install tools/bug_report.pl debian/wine-sidenet/usr/share/doc/wine
+	cp debian/mime-info.mime debian/wine-sidenet/usr/share/mime-info/wine.mime
+	cp debian/mime-info.keys debian/wine-sidenet/usr/share/mime-info/wine.keys
+	cp debian/wine.desktop debian/wine-sidenet/usr/share/applnk/wine.desktop
+	cp debian/wine.binfmt debian/wine-sidenet/usr/share/binfmts/wine
+	cp programs/winemenubuilder/wine*.xpm debian/wine-sidenet/usr/share/pixmaps
+	# wine-utils
+	install tools/bin2res debian/wine-sidenet-utils/usr/bin
+	install tools/fnt2bdf debian/wine-sidenet-utils/usr/bin
+	install tools/font_convert.sh debian/wine-sidenet-utils/usr/bin
+	cp tools/winedump/README debian/wine-sidenet-utils/usr/share/doc/wine-utils/README.winedump
+
+	# split up libwine
+	mv debian/libwine-sidenet/usr/lib/wine/winealsa* debian/libwine-sidenet-alsa/usr/lib/wine
+	mv debian/libwine-sidenet/usr/lib/wine/winearts* debian/libwine-sidenet-arts/usr/lib/wine
+	mv debian/libwine-sidenet/usr/lib/wine/capi*     debian/libwine-sidenet-capi/usr/lib/wine
+	mv debian/libwine-sidenet/usr/lib/wine/winejack* debian/libwine-sidenet-jack/usr/lib/wine
+	mv debian/libwine-sidenet/usr/lib/wine/winenas*  debian/libwine-sidenet-nas/usr/lib/wine
+	mv debian/libwine-sidenet/usr/lib/wine/wineps*   debian/libwine-sidenet-print/usr/lib/wine
+	mv debian/libwine-sidenet/usr/lib/wine/twain*    debian/libwine-sidenet-twain/usr/lib/wine
+
+	# create a default wine configuration in /usr/share/wine/skel
+	# install default registry
+	cp debian/reg-config debian/wine-sidenet/usr/share/wine/skel/config
+	ln -s ../c debian/wine-sidenet/usr/share/wine/skel/dosdevices/c:
+	ln -s ../../../../../../.. debian/wine-sidenet/usr/share/wine/skel/dosdevices/d:
+	ln -s /tmp debian/wine-sidenet/usr/share/wine/skel/dosdevices/e:
+	(WINEPREFIX=`pwd`/debian/wine-sidenet/usr/share/wine/skel \
+	 programs/rundll32/rundll32 setupapi.dll,InstallHinfSection \
+	 DefaultInstall 128 tools/wine.inf >/dev/null) \
+	 || true
+	rm -f debian/wine-sidenet/usr/share/wine/skel/cachedmetrics.*
+	rm -rf debian/wine-sidenet/usr/share/wine/skel/wineserver-*
+	rm -f debian/wine-sidenet/usr/share/wine/skel/*.ini
+	rm -f debian/wine-sidenet/usr/share/wine/skel/dosdevices/*
+	# install default config files
+	mv debian/wine-sidenet/usr/share/doc/wine/config \
+	 debian/wine-sidenet/usr/share/wine/skel
+	# install default drive mappings
+	ln -s /floppy debian/wine-sidenet/usr/share/wine/skel/dosdevices/a:
+	ln -s ../c debian/wine-sidenet/usr/share/wine/skel/dosdevices/c:
+	ln -s /cdrom debian/wine-sidenet/usr/share/wine/skel/dosdevices/d:
+	ln -s /tmp debian/wine-sidenet/usr/share/wine/skel/dosdevices/e:
+	ln -s ../.. debian/wine-sidenet/usr/share/wine/skel/dosdevices/f:
+	ln -s / debian/wine-sidenet/usr/share/wine/skel/dosdevices/z:
+	# install default devices
+	ln -s /dev/ttyS0 debian/wine-sidenet/usr/share/wine/skel/dosdevices/com1
+	ln -s /dev/ttyS1 debian/wine-sidenet/usr/share/wine/skel/dosdevices/com2
+	ln -s /dev/ttyS2 debian/wine-sidenet/usr/share/wine/skel/dosdevices/com3
+	ln -s /dev/modem debian/wine-sidenet/usr/share/wine/skel/dosdevices/com4
+	ln -s /dev/lp0 debian/wine-sidenet/usr/share/wine/skel/dosdevices/lpt1
+	# create directories that dh_installdirs didn't create
+	mkdir -p "debian/wine-sidenet/usr/share/wine/skel/c/windows/Profiles/Administrator"
+	mkdir -p "debian/wine-sidenet/usr/share/wine/skel/c/windows/Start Menu/Programs/Startup"
+	mkdir -p "debian/wine-sidenet/usr/share/wine/skel/c/Program Files/Common Files"
+	# install fake DLLs
+	ls dlls/*.so | \
+	 sed -n 's|dlls/\(.*\)\.so|debian/wine-sidenet/usr/share/wine/skel/c/windows/system/\1|p' | \
+	 xargs touch
+	# install program symlinks
+	# (must be absolute because the user copies them into ~/.wine)
+	ln -s /usr/lib/wine/start.exe.so \
+	  debian/wine-sidenet/usr/share/wine/skel/c/windows/command/start.exe
+	ln -s /usr/lib/wine/rundll32.exe.so \
+	  debian/wine-sidenet/usr/share/wine/skel/c/windows/rundll32.exe
+	ln -s /usr/lib/wine/regsvr32.exe.so \
+	  debian/wine-sidenet/usr/share/wine/skel/c/windows/system/regsvr32.exe
+
+	# install wineconf tool
+	install tools/wineconf debian/wine-sidenet/usr/share/wine
+	install tools/wineinstall debian/wine-sidenet/usr/share/wine
+
+ifeq ($(PO2DEBCONF),yes)
+	po2debconf -e utf8 debian/wine-sidenet.templates.master > debian/wine-sidenet.templates
+	po2debconf -e utf8 debian/libwine-sidenet.templates.master > debian/libwine-sidenet.templates
+endif
+
+	dh_installdebconf -a
+	dh_installdocs -a
+#	dh_installmenu -a
+	dh_installmime -a
+
+	# FIXME: concatenate wineinstall script
+
+	dh_undocumented -a
+	dh_installchangelogs -a ChangeLog
+	dh_link -a
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_makeshlibs -a
+	dh_installdeb -a
+	dh_shlibdeps -a -ldlls:libs:
+
+	# if the distro we're compiling for has freetype, depend on it
+	(dpkg -s libfreetype6-dev >/dev/null && \
+	 echo "freetype=, libfreetype6" >> debian/libwine-sidenet.substvars && \
+	 echo "freetype=, libfreetype6" >> debian/libwine-sidenet-print.substvars) || \
+	true
+
+	# if the distro we're compiling for has cups, depend on it
+	(dpkg -s libcupsys2-dev >/dev/null && \
+	 echo "cupsys=, libcupsys2-gnutls10" >> debian/libwine-sidenet-print.substvars) || \
+	true
+
+	# if the distro we're compiling for has jack, depend on it
+	(dpkg -s libjack0.80.0-dev >/dev/null && \
+	 echo "jack=, libjack0.80.0-0" >> debian/libwine-sidenet-jack.substvars) || \
+	(dpkg -s libjack0.71.2-dev >/dev/null && \
+	 echo "jack=, libjack0.71.2-0" >> debian/libwine-sidenet-jack.substvars) || \
+	(dpkg -s libjack0.50.0-dev >/dev/null && \
+	 echo "jack=, libjack0.50.0-0" >> debian/libwine-sidenet-jack.substvars) || \
+	true
+
+	# if the distro we're compiling for has ICU, suggest it
+	(dpkg -s libicu21-dev >/dev/null && \
+	 echo "icu=, libicu21c102" >> debian/libwine-sidenet.substvars) || \
+	true
+
+	dh_gencontrol -a -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER))'
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: build-indep build-arch build clean binary-indep binary-arch binary \
+	install-indep install-arch install configure
diff -urN wine-20040914.orig/debian/shlibs.local wine-sidenet_0.0.20040914-1.2/debian/shlibs.local
--- wine-20040914.orig/debian/shlibs.local	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/shlibs.local	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,2 @@
+libGL 1 xlibmesa3-gl | libgl1
+libOSMesa 3 xlibosmesa3 | mesag3
diff -urN wine-20040914.orig/debian/wine-sidenet-doc.dirs wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.dirs
--- wine-20040914.orig/debian/wine-sidenet-doc.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,5 @@
+usr/share
+usr/share/doc
+usr/share/doc/wine-doc
+usr/share/doc/wine-doc/sgml
+usr/share/doc/wine-doc/html
diff -urN wine-20040914.orig/debian/wine-sidenet-doc.doc-base.wine-devel wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.doc-base.wine-devel
--- wine-20040914.orig/debian/wine-sidenet-doc.doc-base.wine-devel	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.doc-base.wine-devel	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,12 @@
+Document: wine-devel
+Title: Wine Developer's Guide
+Author: The Wine Team
+Abstract: This manual describes how to become a Wine developer.
+Section: Apps/Emulators
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/wine-sidenet-doc/sgml/wine-devel.sgml
+
+Format: HTML
+Index: /usr/share/doc/wine-sidenet-doc/html/wine-devel/index.html
+Files: /usr/share/doc/wine-sidenet-doc/html/wine-devel/*.html
diff -urN wine-20040914.orig/debian/wine-sidenet-doc.doc-base.wine-faq wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.doc-base.wine-faq
--- wine-20040914.orig/debian/wine-sidenet-doc.doc-base.wine-faq	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.doc-base.wine-faq	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,13 @@
+Document: wine-faq
+Title: Wine FAQ
+Author: The Wine Team
+Abstract: Frequently Asked Questions about Wine,
+ the Windows Emulator.
+Section: Apps/Emulators
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/wine-sidenet-doc/sgml/wine-faq.sgml
+
+Format: HTML
+Index: /usr/share/doc/wine-sidenet-doc/html/wine-faq/index.html
+Files: /usr/share/doc/wine-sidenet-doc/html/wine-faq/*.html
diff -urN wine-20040914.orig/debian/wine-sidenet-doc.doc-base.wine-user wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.doc-base.wine-user
--- wine-20040914.orig/debian/wine-sidenet-doc.doc-base.wine-user	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.doc-base.wine-user	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,13 @@
+Document: wine-user
+Title: Wine User's Guide
+Author: The Wine Team
+Abstract: This manual describes how to configure and use Wine,
+ the Windows Emulator.
+Section: Apps/Emulators
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/wine-sidenet-doc/sgml/wine-user.sgml
+
+Format: HTML
+Index: /usr/share/doc/wine-sidenet-doc/html/wine-user/index.html
+Files: /usr/share/doc/wine-sidenet-doc/html/wine-user/*.html
diff -urN wine-20040914.orig/debian/wine-sidenet-doc.doc-base.winelib-user wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.doc-base.winelib-user
--- wine-20040914.orig/debian/wine-sidenet-doc.doc-base.winelib-user	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.doc-base.winelib-user	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,12 @@
+Document: winelib-user
+Title: Winelib User's Guide
+Author: The Wine Team
+Abstract: This manual describes how to write applications with Winelib.
+Section: Apps/Emulators
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/wine-sidenet-doc/sgml/winelib-user.sgml
+
+Format: HTML
+Index: /usr/share/doc/wine-sidenet-doc/html/winelib-user/index.html
+Files: /usr/share/doc/wine-sidenet-doc/html/winelib-user/*.html
diff -urN wine-20040914.orig/debian/wine-sidenet-doc.postinst.debhelper wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.postinst.debhelper
--- wine-20040914.orig/debian/wine-sidenet-doc.postinst.debhelper	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.postinst.debhelper	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,220 @@
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+	install-docs -i /usr/share/doc-base/wine-faq
+fi
+# End automatically added section
diff -urN wine-20040914.orig/debian/wine-sidenet-doc.prerm.debhelper wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.prerm.debhelper
--- wine-20040914.orig/debian/wine-sidenet-doc.prerm.debhelper	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-doc.prerm.debhelper	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,264 @@
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-devel
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r winelib-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-user
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
+   which install-docs >/dev/null 2>&1; then
+	install-docs -r wine-faq
+fi
+# End automatically added section
diff -urN wine-20040914.orig/debian/wine-sidenet-utils.dirs wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-utils.dirs
--- wine-20040914.orig/debian/wine-sidenet-utils.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-utils.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,3 @@
+usr/share
+usr/share/doc
+usr/share/doc/wine-utils
diff -urN wine-20040914.orig/debian/wine-sidenet-utils.files wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-utils.files
--- wine-20040914.orig/debian/wine-sidenet-utils.files	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-utils.files	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,30 @@
+usr/bin/wineboot
+usr/bin/winecfg
+usr/bin/winedump
+usr/bin/winemaker
+usr/bin/winedbg
+usr/bin/notepad
+usr/bin/progman
+usr/bin/regedit
+usr/bin/uninstaller
+usr/bin/wcmd
+usr/bin/winefile
+usr/bin/winemine
+usr/bin/winepath
+usr/bin/winhelp
+usr/lib/wine/control.exe.so
+usr/lib/wine/wineboot.exe.so
+usr/lib/wine/winecfg.exe.so
+usr/lib/wine/winedbg.exe.so
+usr/lib/wine/notepad.exe.so
+usr/lib/wine/progman.exe.so
+usr/lib/wine/regedit.exe.so
+usr/lib/wine/taskmgr.exe.so
+usr/lib/wine/uninstaller.exe.so
+usr/lib/wine/wcmd.exe.so
+usr/lib/wine/winefile.exe.so
+usr/lib/wine/winemine.exe.so
+usr/lib/wine/winepath.exe.so
+usr/lib/wine/winhelp.exe.so
+usr/share/man/man1/winedump.1
+usr/share/man/man1/winemaker.1
diff -urN wine-20040914.orig/debian/wine-sidenet-utils.substvars wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-utils.substvars
--- wine-20040914.orig/debian/wine-sidenet-utils.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-utils.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1 @@
+shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libwine-sidenet
diff -urN wine-20040914.orig/debian/wine-sidenet-utils.undocumented wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-utils.undocumented
--- wine-20040914.orig/debian/wine-sidenet-utils.undocumented	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet-utils.undocumented	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,12 @@
+bin2res.1
+font_convert.sh.1
+fnt2bdf.1
+winedump.1
+winedbg.1
+notepad.1
+progman.1
+uninstaller.1
+wcmd.1
+winemine.1
+winepath.1
+winhelp.1
diff -urN wine-20040914.orig/debian/wine-sidenet.config wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.config
--- wine-20040914.orig/debian/wine-sidenet.config	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.config	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+. /usr/share/debconf/confmodule
+
+if [ -e /etc/wine.conf ]; then
+  db_input medium wine/del_wine_conf || true
+  db_go
+fi
+
+# we can't customize the wine.conf quite yet, so don't ask yet
+#db_input medium wine/install_type || true
+#db_go
diff -urN wine-20040914.orig/debian/wine-sidenet.dirs wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.dirs
--- wine-20040914.orig/debian/wine-sidenet.dirs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.dirs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,20 @@
+etc
+usr/bin
+usr/share
+usr/share/doc
+usr/share/doc/wine
+usr/share/man
+usr/share/man/man1
+usr/share/man/man5
+usr/share/applnk
+usr/share/mime-info
+usr/share/binfmts
+usr/share/pixmaps
+usr/share/wine
+usr/share/wine/skel
+usr/share/wine/skel/c
+usr/share/wine/skel/c/windows
+usr/share/wine/skel/c/windows/system
+usr/share/wine/skel/c/windows/command
+usr/share/wine/skel/c/windows/Fonts
+usr/share/wine/skel/dosdevices
diff -urN wine-20040914.orig/debian/wine-sidenet.docs wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.docs
--- wine-20040914.orig/debian/wine-sidenet.docs	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.docs	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,4 @@
+ANNOUNCE
+AUTHORS
+BUGS
+README
diff -urN wine-20040914.orig/debian/wine-sidenet.files wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.files
--- wine-20040914.orig/debian/wine-sidenet.files	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.files	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,23 @@
+usr/bin/wine
+usr/bin/winebrowser
+usr/bin/winelauncher
+usr/bin/wineprefixcreate
+usr/bin/wineserver
+usr/bin/wineshelllink
+usr/bin/wineconsole
+usr/bin/wine-kthread
+usr/bin/wine-preloader
+usr/bin/wine-pthread
+usr/bin/regsvr32
+usr/lib/wine/winebrowser.exe.so
+usr/lib/wine/wineconsole.exe.so
+usr/lib/wine/winevdm.exe.so
+usr/lib/wine/expand.exe.so
+usr/lib/wine/regsvr32.exe.so
+usr/lib/wine/rpcss.exe.so
+usr/lib/wine/rundll32.exe.so
+usr/lib/wine/start.exe.so
+usr/lib/wine/winemenubuilder.exe.so
+usr/share/man/man1/wine.1
+usr/share/man/man5/wine.conf.5
+usr/share/wine
diff -urN wine-20040914.orig/debian/wine-sidenet.links wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.links
--- wine-20040914.orig/debian/wine-sidenet.links	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.links	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,3 @@
+usr/share/wine/skel/config usr/share/doc/wine/config
+usr/bin/wine usr/bin/wine-auto
+usr/bin/wine usr/bin/wine-safe
diff -urN wine-20040914.orig/debian/wine-sidenet.mime wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.mime
--- wine-20040914.orig/debian/wine-sidenet.mime	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.mime	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1 @@
+application/x-msdos-program; /usr/bin/wine-safe '%s'; description=Windows Executable
diff -urN wine-20040914.orig/debian/wine-sidenet.postinst wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.postinst
--- wine-20040914.orig/debian/wine-sidenet.postinst	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.postinst	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,18 @@
+#!/bin/sh -e
+
+. /usr/share/debconf/confmodule
+
+if [ "$1" = "configure" ] ; then
+  if [ -e /etc/wine.conf ]; then
+    db_get wine/del_wine_conf
+    if [ "$RET" = "true" ]; then
+      rm -f /etc/wine.conf
+    fi
+  fi
+
+  if [ -x /usr/sbin/update-binfmts ]; then
+    /usr/sbin/update-binfmts --import wine || true
+  fi
+fi
+
+#DEBHELPER#
diff -urN wine-20040914.orig/debian/wine-sidenet.postinst.debhelper wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.postinst.debhelper
--- wine-20040914.orig/debian/wine-sidenet.postinst.debhelper	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.postinst.debhelper	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,3 @@
+# Automatically added by dh_installmime
+if [ "$1" = "configure" ] && [ -x /usr/sbin/update-mime ]; then update-mime; fi
+# End automatically added section
diff -urN wine-20040914.orig/debian/wine-sidenet.postrm wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.postrm
--- wine-20040914.orig/debian/wine-sidenet.postrm	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.postrm	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+if [ "$1" = "purge" ] ; then
+  rm -f /etc/wine.conf
+fi
+
+#DEBHELPER#
diff -urN wine-20040914.orig/debian/wine-sidenet.postrm.debhelper wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.postrm.debhelper
--- wine-20040914.orig/debian/wine-sidenet.postrm.debhelper	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.postrm.debhelper	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,9 @@
+# Automatically added by dh_installdebconf
+if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
+	. /usr/share/debconf/confmodule
+	db_purge
+fi
+# End automatically added section
+# Automatically added by dh_installmime
+if which update-mime >/dev/null 2>&1; then update-mime; fi
+# End automatically added section
diff -urN wine-20040914.orig/debian/wine-sidenet.prerm wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.prerm
--- wine-20040914.orig/debian/wine-sidenet.prerm	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.prerm	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+if [ "$1" = "remove" ] ; then
+  if [ -x /usr/sbin/update-binfmts ]; then
+    /usr/sbin/update-binfmts --package wine --remove wine /usr/bin/wine || true
+  fi
+fi
+
+#DEBHELPER#
diff -urN wine-20040914.orig/debian/wine-sidenet.substvars wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.substvars
--- wine-20040914.orig/debian/wine-sidenet.substvars	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.substvars	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,2 @@
+misc:Depends=debconf (>= 0.5) | debconf-2.0
+shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libwine-sidenet
diff -urN wine-20040914.orig/debian/wine-sidenet.templates wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.templates
--- wine-20040914.orig/debian/wine-sidenet.templates	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.templates	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,123 @@
+Template: wine/del_wine_conf
+Type: boolean
+Default: true
+Description: Old wine.conf detected, remove it?
+ Wine no longer tries to load /etc/wine.conf by default. Thus, users that
+ don't have a ~/.winerc (or ~/.wine/config) file will not be able to run
+ Wine, unless they set up a ~/.wine/config file for themselves. This is
+ easily done with the winesetup tool, found in the winesetuptk package (or
+ else each user can copy the old /etc/wine.conf to ~/.winerc and let wine
+ convert it). If you remove the /etc/wine.conf file, then winesetup will
+ launch automatically for users that don't have a config file, instead of
+ requiring the users to do any of the above themselves.
+Description-ca.UTF-8: S'ha detectat un /etc/wine.conf antic. L'esborro?
+ Wine ja no carrega el /etc/wine.conf per defecte. De manera els usuaris
+ que no tinguin un fitxer ~/.winerc (o un ~/.wine/config) no podran
+ executar el Wine a menys de que configurin un fitxer ~/.wine/config. AixÃ²
+ pot fer-se fÃ cilment amb la utilitat winesetup, que es troba en el paquet
+ winesetuptk (o tambÃ©, cada usuari pot copiar l'antic /etc/wine.conf en
+ ~/.winerc i deixar que el wine el converteixi). Si esborreu el fitxer
+ /etc/wine.conf, el winesetup s'executarÃ  automÃ ticament per als usuaris
+ que no tinguin un fitxer de configuraciÃ³, en comptes de requerir als
+ usuaris que facin res del descrit anteriorment.
+Description-da.UTF-8: Fandt gammel wine.conf. Skal den fjernes?
+ Wine forsÃ¸ger ikke lÃ¦ngere som udgangspunkt at indlÃ¦se /etc/wine.conf.
+ Der vil brugere, der ikke har filen ~/.winerc (eller ~/.wine/config), ikke
+ kunne kÃ¸re Wine, medmindre de selv sÃ¦tter en ~/.wine/config-fil op.
+ Dette gÃ¸res let med vÃ¦rktÃ¸jet winesetup, der ligger i pakken winesetupk
+ (ellers kan hver bruger kopiere den gamle /etc/wine.conf-fil til ~/.winerc
+ og lade wine konvertere den). Hvis du fjerner /etc/wine.conf, vil
+ winesetup automatisk blive kÃ¸rt for brugere, der ikke har en
+ opsÃ¦tningsfil, sÃ¥ de ikke behÃ¸ver at gÃ¸re noget af ovenstÃ¥ende selv.
+Description-de.UTF-8: Veraltete wine.conf Datei gefunden, entfernen?
+ Wine versucht standartmÃ¤ÃŸig nicht mehr, /etc/wine.conf zu laden. Daher
+ werden Benutzer, die keine ~/.winerc (oder ~/.wine/config) Datei haben,
+ nicht mehr in der Lage sein, Wine auszufÃ¼hren, ohne selbst eine
+ ~/.wine/config Datei konfiguriert zu haben. Dies ist einfach mit Hilfe des
+ im winesetuptk Paket enthaltenen winesetup Tools durchfÃ¼hrbar (ansonsten
+ kann jeder Benutzer die alte /etc/wine.conf nach ~/.winerc kopieren und
+ diese von wine konvertieren lassen). Falls Sie die /etc/wine.conf Datei
+ entfernen, wird winesetup fÃ¼r Benutzer ohne Konfigurationsdatei
+ automatisch gestartet, ohne dass diese irgendetwas des eben genannten
+ selbst durchfÃ¼hren mÃ¼ssen.
+Description-es.UTF-8: Detectado un wine.conf antiguo. Â¿Quiere borrarlo?
+ Wine ya no carga /etc/wine.conf por defecto. De ese modo, los usuarios que
+ no tengan un fichero ~/.winerc (o ~/.wine/config) no podrÃ¡n ejecutar
+ Wine, a menos que configuren un fichero ~/.wine/config. Esto puede hacerse
+ fÃ¡cilmente con la herramienta winesetuptk, que se encuentra en el paquete
+ winesetuptk, o bien cada usuario puede copiar el fichero /etc/wine.conf en
+ ~/.winerc y dejar que wine lo convierta. Si borra el fichero
+ /etc/wine.conf, winesetup se lanzarÃ¡ automÃ¡ticamente para los usuarios
+ que no tengan fichero de configuraciÃ³n, en vez de obligarle a hacer por
+ su cuenta algo de lo anterior.
+Description-fr.UTF-8: Un fichier wine.conf obsolÃ¨te a Ã©tÃ© trouvÃ©, souhaitez-vous l'effacerÂ ?
+ Wine n'utilise plus /etc/wine.conf par dÃ©faut. Aussi, les utilisateurs
+ qui n'ont pas crÃ©Ã© de fichier ~/.winerc (ou ~/.wine/config) ne pourront
+ pas dÃ©marrer Wine, tant qu'ils n'auront pas crÃ©Ã© ce fichier. Cette
+ crÃ©ation est simplifiÃ©e par l'outil winesetup qui se trouve dans le
+ paquet winesetuptk. Les utilisateurs peuvent Ã©galement copier le fichier
+ /etc/wine.conf vers ~/.winerc et laisser Wine effectuer la conversion. Si
+ vous supprimez /etc/wine.conf, winesetup dÃ©marrera automatiquement pour
+ les utilisateurs qui n'ont pas de fichier de configuration, ce qui leur
+ Ã©vitera d'avoir Ã  faire eux-mÃªmes les opÃ©rations dÃ©crites ci-dessus.
+Description-tr.UTF-8: Eski bir wine yapÄ±landÄ±rma dosyasÄ± (wine.conf) tespit edildi, silinsin mi?
+ Wine artÄ±k /etc/wine.conf dosyasÄ±nÄ± Ã¶ntanÄ±mlÄ± olarak yÃ¼klemiyor. Bu
+ yÃ¼zden ~/.winerc (veya ~/.wine/config) gibi bir dosyaya sahip olmayan
+ kullanÄ±cÄ±larÄ±n wine'Ä± Ã§alÄ±ÅŸtÄ±rmalarÄ±, kendileri bu dosyayÄ±
+ hazÄ±rlamadÄ±klarÄ± sÃ¼rece, artÄ±k mÃ¼mkÃ¼n olmayacaktÄ±r. Bu dosyalar
+ winesetuptk paketindeki winesetup aracÄ± ile kolayca oluÅŸturulabilir
+ (veya kullanÄ±cÄ± eski /etc/wine.conf dosyasÄ±nÄ± ~/.winerc altÄ±na
+ yerleÅŸtirip wine'Ä±n bunu dÃ¶nÃ¼ÅŸtÃ¼rmesini saÄŸlayabilir). EÄŸer
+ /etc/wine.conf dosyasÄ±nÄ± silerseniz, winesetup yukarda sÃ¶z edilen
+ iÅŸlemlere gerek kalmaksÄ±zÄ±n, herhangi bir yapÄ±landÄ±rma dosyasÄ±na
+ sahip olmayan kullanÄ±cÄ±lar iÃ§in otomatik olarak
+ Ã§alÄ±ÅŸtÄ±rÄ±lacaktÄ±r.
+
+Template: wine/install_type
+Type: select
+Choices: Autodetect, Existing-Windows, No-Windows, Skip
+Choices-da.UTF-8: Automatisk sÃ¸gning, Eksisterende windows, Ikke windows, Spring over
+Choices-de.UTF-8: Automatische Erkennung, Vorhandenes Windows, Kein Windows, Abbrechen
+Choices-es.UTF-8: Autodectar, Con Windows, Sin Windows, Pasar
+Choices-fr.UTF-8: Auto-dÃ©tection, Windows existant, Pas de Windows, Passer
+Choices-tr.UTF-8: Otomatik algÄ±la, Mevcut Windows, Windows Yok, Atla
+Default: Autodetect
+Description: What kind of Wine configuration do you want?
+ Wine is able to use an existing Windows installation if you have one
+ mounted (preferably with write permissions), but if you don't have one (or
+ don't want to use it), Wine can also run completely Microsoft-free. Choose
+ the setup most appropriate for you.
+Description-ca.UTF-8: Quin tipus de configuraciÃ³ del Wine desitgeu?
+ Wine pot usar una instalÂ·laciÃ³ ja existent del Windows, si aquesta Ã©s
+ accessible (preferiblement amb permisos d'escriptura), perÃ² si no fos
+ aixÃ­ (o no desitgeu usar-la), el Wine tambÃ© pot executar-se perfectament
+ lliure de Microsoft. Escolliu la configuraciÃ³ que us sigui mÃ©s
+ apropiada.
+Description-da.UTF-8: Hvilken slags Wine-opsÃ¦tning Ã¸nsker du?
+ Wine kan benytte en eksisterende Windows-installation, hvis du har
+ monteret den (helst med skriverettigheder), men hvis du ikke har en (eller
+ ikke Ã¸nsker at benytte den), kan Wine kÃ¸res helt Microsoft-frit. VÃ¦lg
+ den opsÃ¦tning, der passer dig bedst.
+Description-de.UTF-8: Welche Art von Wine Konfiguration wÃ¼nschen Sie?
+ Wine kann Ihre vorhandene Windows Installation benutzen, sofern sie
+ gemountet ist (bevorzugt mit Schreibrechten). Falls Sie keine Windows
+ Installation haben (oder diese nicht benutzen mÃ¶chten), so kann Wine auch
+ komplett ohne Microsoft laufen. WÃ¤hlen Sie dazu aus dem Setup das fÃ¼r
+ Sie entsprechende aus.
+Description-es.UTF-8: Â¿QuÃ© tipo de configuraciÃ³n de Wine desea?
+ Wine ofrece la posibilidad de usar una instalaciÃ³n existente de Windows
+ (preferiblemente con permiso de escritura), pero si no tiene una o no
+ quiere usarla, Wine puede ejecutarse perfectamente sin ella. Escoja la
+ opciÃ³n que considere mÃ¡s apropiada.
+Description-fr.UTF-8: Quel type de configuration voulez-vous pour WineÂ ?
+ Wine peut utiliser une installation Windows existante, si elle est
+ accessible (de prÃ©fÃ©rence avec les droits d'Ã©criture). Mais si vous
+ n'en avez pas (ou ne souhaitez pas l'utiliser), Wine peut aussi
+ fonctionner sans le moindre logiciel Microsoft. Veuillez choisir la
+ configuration que vous souhaitez.
+Description-tr.UTF-8: Ne tÃ¼r bir Wine yapÄ±landÄ±rmasÄ± istiyorsunuz?
+ Wine, (tercihen yazma haklari ile) Ã¶nceden baÄŸlanmÄ±ÅŸ durumda olan bir
+ mevcut Windows kurulumunu kullanabilmektedir. Fakat bÃ¶yle bir kuruluma
+ sahip deÄŸilseniz (veya kullanmak istemiyorsanÄ±z), Wine bÃ¼tÃ¼nÃ¼yle
+ Microsoft'suz olarak da Ã§alÄ±ÅŸabilir. Bu seÃ§eneklerden hangisi sizin
+ iÃ§in en uygunsa onu seÃ§in.
diff -urN wine-20040914.orig/debian/wine-sidenet.templates.master wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.templates.master
--- wine-20040914.orig/debian/wine-sidenet.templates.master	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.templates.master	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,22 @@
+Template: wine/del_wine_conf
+Type: boolean
+Default: true
+_Description: Old wine.conf detected, remove it?
+ Wine no longer tries to load /etc/wine.conf by default. Thus, users that
+ don't have a ~/.winerc (or ~/.wine/config) file will not be able to run
+ Wine, unless they set up a ~/.wine/config file for themselves. This is
+ easily done with the winesetup tool, found in the winesetuptk package (or
+ else each user can copy the old /etc/wine.conf to ~/.winerc and let wine
+ convert it). If you remove the /etc/wine.conf file, then winesetup will
+ launch automatically for users that don't have a config file, instead of
+ requiring the users to do any of the above themselves.
+
+Template: wine/install_type
+Type: select
+_Choices: Autodetect, Existing-Windows, No-Windows, Skip
+Default: Autodetect
+_Description: What kind of Wine configuration do you want?
+ Wine is able to use an existing Windows installation if you have one
+ mounted (preferably with write permissions), but if you don't have one (or
+ don't want to use it), Wine can also run completely Microsoft-free. Choose
+ the setup most appropriate for you.
diff -urN wine-20040914.orig/debian/wine-sidenet.undocumented wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.undocumented
--- wine-20040914.orig/debian/wine-sidenet.undocumented	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine-sidenet.undocumented	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,6 @@
+wine.bin.1
+winelauncher.1
+wineserver.1
+wineclipsrv.1
+wineconsole.1
+wineshelllink.1
diff -urN wine-20040914.orig/debian/wine.binfmt wine-sidenet_0.0.20040914-1.2/debian/wine.binfmt
--- wine-20040914.orig/debian/wine.binfmt	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine.binfmt	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,3 @@
+package wine
+interpreter /usr/bin/wine-auto
+magic MZ
diff -urN wine-20040914.orig/debian/wine.desktop wine-sidenet_0.0.20040914-1.2/debian/wine.desktop
--- wine-20040914.orig/debian/wine.desktop	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wine.desktop	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=WINE
+MimeType=application/x-executable
+Exec=wine %f
+Icon=/usr/share/pixmaps/wine.xpm
+Type=Application
+Terminal=0
+Comment=WINE
diff -urN wine-20040914.orig/debian/winedoc.css wine-sidenet_0.0.20040914-1.2/debian/winedoc.css
--- wine-20040914.orig/debian/winedoc.css	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/winedoc.css	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,10 @@
+body { background-color: #FFFFFF; color: #000000; }
+
+a:link { color: #a50d0d; }
+a:visited  { color: #505050; }
+a:active  { color: #a50d0d; }
+
+.screen { background-color: #E0D0D0; padding: 0.5ex; }
+.question { border-top: dashed thin; font-weight: bolder; }
+
+.userinput { font-weight: bold; }
diff -urN wine-20040914.orig/debian/winehtml.dsl wine-sidenet_0.0.20040914-1.2/debian/winehtml.dsl
--- wine-20040914.orig/debian/winehtml.dsl	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/winehtml.dsl	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,27 @@
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+<!ENTITY walsh-style PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
+<!ENTITY cygnus-style SYSTEM "/usr/lib/sgml/stylesheet/dsssl/docbook/cygnus/cygnus-both.dsl" CDATA DSSSL>
+]>
+
+<style-sheet>
+<style-specification id="html" use="docbook">
+<style-specification-body>
+
+; Use the section id as the filename rather than
+; cryptic filenames like x1547.html
+(define %use-id-as-filename% #t)
+
+; Repeat the section number in each section to make it easier
+; when browsing the doc
+(define %section-autolabel% #t)
+
+; Use CSS to make the look of the documentation customizable
+(define %stylesheet% "winedoc.css")
+(define %stylesheet-type% "text/css")
+
+</style-specification-body>
+</style-specification>
+
+<external-specification id="docbook" document="walsh-style">
+
+</style-sheet>
diff -urN wine-20040914.orig/debian/wineprint.dsl wine-sidenet_0.0.20040914-1.2/debian/wineprint.dsl
--- wine-20040914.orig/debian/wineprint.dsl	1970-01-01 09:00:00.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/debian/wineprint.dsl	2004-10-24 20:55:17.000000000 +0900
@@ -0,0 +1,111 @@
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ 
+<!ENTITY print-ss PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA DSSSL>
+]>
+
+<style-sheet>
+
+<style-specification id="print" use="print-stylesheet">
+<style-specification-body>
+
+;; I was hoping that this would take out the many blank pages in the
+;; PDF file, but it doesn't, it just slides the page numbers over.  
+(define %two-side% #f)
+
+(define %generate-book-titlepage% #t)
+
+;;Titlepage Not Separate
+(define (chunk-skip-first-element-list)
+  (list (normalize "sect1")
+	(normalize "section")))
+
+;;Titlepage Separate?
+;(define (chunk-skip-first-element-list) 
+;  '())
+
+(define (list-element-list)
+  ;; fixes bug in Table of Contents generation
+  '())
+
+(define (toc-depth nd)
+  2)
+
+;; This seems to have no affect
+(define %generate-book-titlepage-on-separate-page% #f)
+
+(define %body-start-indent%
+  ;; Default indent of body text
+  2pi)
+
+(define %para-indent-firstpara%
+  ;; First line start-indent for the first paragraph
+  0pt)
+
+(define %para-indent%
+  ;; First line start-indent for paragraphs (other than the first)
+  0pt)
+
+(define %block-start-indent%
+  ;; Extra start-indent for block-elements
+  2pt)
+
+;;Define distance between paragraphs
+(define %para-sep% 
+ (/ %bf-size% 2.0))
+
+;;Define distance between block elements (figures, tables, etc.).
+(define %block-sep% 
+ (* %para-sep% 1.0))
+;; (* %para-sep% 2.0))
+
+(define %hyphenation%
+  ;; Allow automatic hyphenation?
+  #t)
+
+(define %left-margin% 5pi)
+(define %right-margin% 5pi)
+(define %top-margin% 5pi)
+(define %bottom-margin% 5pi)
+
+(define %footer-margin% 2pi)
+(define %header-margin% 2pi)
+
+(define %line-spacing-factor% 1.3)
+  ;; Factor used to calculate leading
+  ;; The leading is calculated by multiplying the current font size by the 
+  ;; '%line-spacing-factor%'. For example, if the font size is 10pt and
+  ;; the '%line-spacing-factor%' is 1.1, then the text will be
+  ;; printed "10-on-11".
+
+(define %head-before-factor% 
+  ;; Factor used to calculate space above a title
+  ;; The space before a title is calculated by multiplying the font size
+  ;; used in the title by the '%head-before-factor%'.
+;;  0.75)
+  0.5)
+
+(define %head-after-factor% 
+  ;; Factor used to calculate space below a title
+  ;; The space after a title is calculated by multiplying the font size used
+  ;; in the title by the '%head-after-factor%'.
+  0.5)
+
+(define %input-whitespace-treatment% 'collapse)
+
+(define ($generate-book-lot-list$)
+  ;; Which Lists of Titles should be produced for Books?
+  (list ))
+
+(define tex-backend 
+  ;; Are we using the TeX backend?
+  ;; This parameter exists so that '-V tex-backend' can be used on the
+  ;; command line to explicitly select the TeX backend.
+  #t)
+
+</style-specification-body>
+</style-specification>
+
+<external-specification id="print-stylesheet" document="print-ss">
+
+</style-sheet>
+
+
diff -urN wine-20040914.orig/dlls/x11drv/keyboard.c wine-sidenet_0.0.20040914-1.2/dlls/x11drv/keyboard.c
--- wine-20040914.orig/dlls/x11drv/keyboard.c	2004-08-12 08:45:34.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/dlls/x11drv/keyboard.c	2004-10-24 20:54:47.000000000 +0900
@@ -1462,7 +1462,7 @@
 		case '+':             vkey = VK_OEM_PLUS; break;
 		}
 	    }
-#endif
+
             if (!vkey)
             {
                 /* Others keys: let's assign OEM virtual key codes in the allowed range,
@@ -1494,6 +1494,7 @@
                     TRACE(")\n");
                 }
             }
+#endif
         }
         TRACE("keycode %04x => vkey %04x\n", e2.keycode, vkey);
         keyc2vkey[e2.keycode] = vkey;
@@ -2061,6 +2062,12 @@
     if (hkl != X11DRV_GetKeyboardLayout(0))
         FIXME("keyboard layout %p is not supported\n", hkl);
 
+    if ((lpKeyState[VK_MENU] & 0x80) && (lpKeyState[VK_CONTROL] & 0x80))
+    {
+        TRACE("Ctrl+Alt+[key] won't generate a character\n");
+        return 0;
+    }
+
     e.display = display;
     e.keycode = 0;
     e.state = 0;
diff -urN wine-20040914.orig/documentation/samples/config wine-sidenet_0.0.20040914-1.2/documentation/samples/config
--- wine-20040914.orig/documentation/samples/config	2004-09-01 10:40:57.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/documentation/samples/config	2004-10-24 20:54:47.000000000 +0900
@@ -1,4 +1,7 @@
 WINE REGISTRY Version 2
+;; Powered by Sidenet
+;; http://sidenet.ddo.jp/
+;; Version 1.4.2-nodcom
 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
 
 ;; If you think it is necessary to show others your complete config for a
@@ -6,48 +9,141 @@
 ;; grep -v "^;" ~/.wine/config | grep '.'
 
 [wine]
-"Windows" = "c:\\windows"
-"System" = "c:\\windows\\system"
-"Temp" = "e:\\"
-"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
-"Profile" = "c:\\windows\\Profiles\\Administrator"
-"GraphicsDriver" = "x11drv"
-;"ShowDirSymlinks" = "1"
+"GraphicsDriver" = "x11drv"; (x11drv, ttydrv)
 ;"ShowDotFiles" = "1"
 
 # [wineconf]
 
 [Version]
 ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
-;"Windows" = "win98"
+; Set version to win98 is recommended.
+"Windows" = "win98"
 ; DOS version to imitate
+; Only effect when "Windows" = "win31"
 ;"DOS" = "6.22"
 
 ; Be careful here, wrong DllOverrides settings have the potential
 ; to pretty much kill your setup.
+
 [DllOverrides]
-; some dlls you may want to change
-"oleaut32"     = "builtin, native"
-"ole32"        = "builtin, native"
-"comdlg32"     = "builtin, native"
-"shell32"      = "builtin, native"
-"shfolder"     = "builtin, native"
-"shlwapi"      = "builtin, native"
-"shdocvw"      = "builtin, native"
-"advapi32"     = "builtin, native"
-"msvcrt"       = "native, builtin"
-"mciavi.drv"   = "native, builtin"
-"mcianim.drv"  = "native, builtin"
-"d3drm"        = "native, builtin"
-"d3dxof"       = "native, builtin"
-"dpnhpast"     = "native, builtin"
+; Some native dlls won't work, so leave these builtin.
+; Do not modify these lines.
+"advapi32"     = "builtin";Native version won't work
+"avicap32"     = "builtin";Hardware related
+"capi2032"     = "builtin";Completely implemented
+"comctl32"     = "builtin";Native version cause bugs.
+"comdlg32"     = "builtin";thunk
+"crtdll"       = "builtin";Completely implemented
+"ctl3d32"      = "builtin";thunk
+"d3d8"         = "builtin";Hardware related
+"d3d9"         = "builtin";Hardware related
+"dbghelp"      = "builtin";Native version won't work
+"ddeml"        = "builtin";
+"ddraw"        = "builtin";Hardware related
+"ddrawex"      = "builtin";Hardware related
+"dinput"       = "builtin";
+"dinput8"      = "builtin";Hardware related
+"dispdib"      = "builtin";Completely implemented
+"display.drv"  = "builtin";Hardware related
+"dmusic32"     = "builtin";thunk
+"dplay"        = "builtin";
+"dplayx"       = "builtin";
+"dpnet"        = "builtin";
+"dsound"       = "builtin";Hardware related
+"dswave"       = "builtin";Hardware related
+"dxdiagn"      = "builtin";
+"gdi.exe"      = "builtin";Hardware related
+"gdi32"        = "builtin";Hardware related
+"glu32"        = "builtin";Hardware related
+"gult32"       = "builtin";Hardware related
+"icmp"         = "builtin";Hardware related
+"ifsmgr.vxd"   = "builtin";Completely implemented
+"imaadp32.acm" = "builtin";Completely implemented
+"imm"          = "builtin";Special hack needed
+"imm32"        = "builtin";Special hack needed
+"iphlpapi"     = "builtin";Hardware related
+"joystick.drv" = "builtin";Hardware related
+"kernel32"     = "builtin";Hardware related
+"keyboard.drv" = "builtin";Hardware related
+"krnl386.exe"  = "builtin";Hardware related
+"lz32"         = "builtin";Completely implemented
+"lzexpand"     = "builtin";Completely implemented
+"mcianim.drv"  = "builtin";Completely implemented
+"mciavi.drv"   = "builtin";Completely implemented
+"mcicda.drv"   = "builtin";Completely implemented
+"mciseq.drv"   = "builtin";Completely implemented
+"mciwave.drv"  = "builtin";Completely implemented
+"midimap.drv"  = "builtin";Completely implemented
+"mmsystem"     = "builtin";Hardware related
+"mouse.drv"    = "builtin";Hardware related
+"msacm.drv"    = "builtin";Completely implemented
+"msacm32"      = "builtin";thunk
+"msadp32.acm"  = "builtin";Completely implemented
+"msvfw32"      = "builtin";Hardware related
+"msvidc32"     = "builtin";Completely implemented
+"mswsock"      = "builtin";Hardware related
+"newdev"       = "builtin";Hardware related
+"ntdll"        = "builtin";Hardware related
+"opengl32"     = "builtin";Hardware related
+"psapi"        = "builtin";Hardware related
+"rasapi16"     = "builtin";Hardware related
+"rasapi32"     = "builtin";Hardware related
+"serialui"     = "builtin";Hardware related
+"setupapi"     = "builtin";thunk
+"shell"        = "builtin";Special hack needed
+"shell32"      = "builtin";Special hack needed
+"snmpapi"      = "builtin";Hardware related
+"sound"        = "builtin";Hardware related
+"sti"          = "builtin";Hardware related
+"system.drv"   = "builtin";Hardware related
+"tapi32"       = "builtin";Hardware related
+"toolhelp"     = "builtin";Hardware related
+"twain"        = "builtin";Hardware related
+"twain_32"     = "builtin";Hardware related
+"user.exe"     = "builtin";Hardware related
+"user32"       = "builtin";Hardware related
+"ver"          = "builtin";Special hack needed
+"version"      = "builtin";Special hack needed
+"vnbt.vxd"     = "builtin";
+"vtdapi.vxd"   = "builtin";
+"vwin32.vxd"   = "builtin";Hardware related
+"w32skrnl"     = "builtin";Hardware related
+"w32sys"       = "builtin";Hardware related
+"win32s16"     = "builtin";Hardware related
+"win87em"      = "builtin";Hardware related
+"winaspi"      = "builtin";Hardware related
+"wing"         = "builtin";Hardware related
+"winmm"        = "builtin";Hardware related
+"winnls32"     = "builtin";thunk
+"winsock"      = "builtin";Hardware related
+"wintab"       = "builtin";Hardware related
+"wintab32"     = "builtin";Hardware related
+"wnaspi32"     = "builtin";Hardware related
+"wow32"        = "builtin";
+"wprocs"       = "builtin";Hardware related
+"ws2_32"       = "builtin";Hardware related
+"wsock32"      = "builtin";Hardware related
+
+;Windows Installer
+; Install InstMsiA.exe if you get some errors.
+"msi"         = "native"
+
+; DCOM 98
+; If you'd like to go without DCOM98, remove this line.
+;"ole32"        = "native"
+
+; Windows ODBC
+; If you'd like to use UNIX ODBC, remove this line.
+"odbc32"       = "native, builtin"
+
 ; you can specify applications too
 ; this one will apply for all notepad.exe
 ;"*notepad.exe" = "native, builtin"
 ; this one will apply only for a particular file
 ;"C:\\windows\\regedit.exe" = "native, builtin"
-; default for all other dlls
-"*" = "builtin, native"
+
+; default for all other dlls and executables
+"*" = "native, builtin"
 
 [x11drv]
 ; Number of colors to allocate from the system palette
@@ -64,18 +160,18 @@
 ;"Desktop" = "640x480"
 ; Use XFree86 DGA extension if present
 ; (make sure /dev/mem is accessible by you !)
-"UseDGA" = "Y"
+"UseDGA" = "N"
 ; Use XVidMode extension if present
 "UseXVidMode" = "Y"
 ; Use XRandR extension if present
-"UseXRandR" = "Y"
+"UseXRandR" = "N"
 ; Use the take focus protocol
 "UseTakeFocus" = "Y"
 ; Enable DirectX mouse grab
-"DXGrab" = "N"
+"DXGrab" = "Y"
 ; Create the desktop window with a double-buffered visual
 ; (useful to play OpenGL games)
-"DesktopDoubleBuffered" = "N"
+"DesktopDoubleBuffered" = "Y"
 ; Run in synchronous mode (useful for debugging X11 problems)
 ;;"Synchronous" = "Y"
 ;
@@ -86,38 +182,19 @@
 ; Set both of the previous two to "N" in order to force X11 server side fonts
 ;
 ; Anti-alias fonts if using the Render extension (default "Y")
-;;"ClientSideAntiAliasWithRender" = "Y"
+"ClientSideAntiAliasWithRender" = "N"
 ; Anti-alias fonts if using core requests fallback (default "Y")
 ;;"ClientSideAntiAliasWithCore" = "Y"
 ;
+; Use the X Input Method (default "Y") 
+;;"UseXIM" = "Y" 
+; XIM Input Style (onthespot, offthespot, overthespot ,root) 
+;;"InputStyle" = "onthespot" 
+;
+; Codepage for clipboard (0 for ANSI, 20932 for euc-jp)
+"TextCP" = "20932"
 
-[fonts]
-;Read the Fonts topic in the Wine User Guide before adding aliases
-;See a couple of examples for russian users below
-"Default" = "-adobe-helvetica-"
-"DefaultFixed" = "fixed"
-"DefaultSerif" = "-adobe-times-"
-"DefaultSansSerif" = "-adobe-helvetica-"
-
-;; default TrueType fonts with russian koi8-r encoding
-;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
-;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
-;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
-;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
-;; default cyrillic bitmap X fonts
-;"Default" = "-cronyx-helvetica-"
-;"DefaultFixed" = "fixed"
-;"DefaultSerif" = "-cronyx-times-"
-;"DefaultSansSerif" = "-cronyx-helvetica-"
-
-; the TrueType font dirs you want to make accessible to wine
-[FontDirs]
-;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
-;"dir2" = "/usr/share/fonts/truetype"
-;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
-;"dir4" = "/usr/share/fonts/TT"
-
-[ppdev]
+;[ppdev]
 ;; key:  io-base of the emulated port
 ;; value : parport-device{,timeout}
 ;; timeout for auto closing an open device ( not yet implemented)
@@ -125,17 +202,18 @@
 ;"278" = "/dev/parport1"
 ;"3bc" = "/dev/parport2"
 
-[spooler]
-"FILE:" = "tmp.ps"
-"LPT1:" = "|lpr"
-"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
-"LPT3:" = "/dev/lp3"
+;[spooler]
+;;Wine detects CUPS configuration automaticly.
+;"FILE:" = "tmp.ps"
+;"LPT1:" = "|lpr"
+;"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
+;"LPT3:" = "/dev/lp3"
 
-[ports]
+;[ports]
 ;"read"  = "0x779,0x379,0x280-0x2a0"
 ;"write" = "0x779,0x379,0x280-0x2a0"
 
-[Debug]
+;[Debug]
 ;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
 ;"RelayInclude" = "user32.CreateWindowA"
 ;"RelayFromExclude" = "user32;x11drv"
@@ -159,14 +237,15 @@
 
 [Clipboard]
 "ClearAllSelections" = "0"
+"PersistentSelection" = "1"
 "UsePrimary" = "0"
 
 ; List of all directories directly contain .AFM files
-[afmdirs]
-"1" = "/usr/share/ghostscript/fonts"
-"2" = "/usr/share/a2ps/afm"
-"3" = "/usr/share/enscript"
-"4" = "/usr/X11R6/lib/X11/fonts/Type1"
+;[afmdirs]
+;"1" = "/usr/share/ghostscript/fonts"
+;"2" = "/usr/share/a2ps/afm"
+;"3" = "/usr/share/enscript"
+;"4" = "/usr/X11R6/lib/X11/fonts/Type1"
 
 [WinMM]
 ; Uncomment the "Drivers" line matching your sound setting.
@@ -208,47 +287,93 @@
 ;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName, too.
 ;"UseDnsComputerName" = "N"
 
-;; sample AppDefaults entries
+;; Application specific configuration
 
 ; 3 InstallShield versions who like to put their full screen window in front,
 ; without any chance to switch to another X11 application.
 ; So just catch them in a desktop window.
+; Note: KDE handles this correctry.
+;
+;[AppDefaults\\_INS0432._MP\\x11drv]
+;"Desktop" = "640x480"
+;
+;[AppDefaults\\_INS0466._MP\\x11drv]
+;"Desktop" = "640x480"
+;
+;[AppDefaults\\_INS0576._MP\\x11drv]
+;"Desktop" = "640x480"
+;
+;[AppDefaults\\_INS5176._MP\\x11drv]
+;"Desktop" = "640x480"
+;
+;[AppDefaults\\_INS5576._MP\\x11drv]
+;"Desktop" = "800x600"
 
-[AppDefaults\\_INS0432._MP\\x11drv]
-"Desktop" = "640x480"
+;Disable window management for some apps.
+;
+;Densi denwachou 2003
+[AppDefaults\\Blarea8.exe\\x11drv]
+"Managed" = "N"
+;
+;Half Life Demo
+[AppDefaults\\hldemo.exe\\x11drv]
+"Managed" = "N"
+;
+;Real Player 10
+[AppDefaults\\realplay.exe\\x11drv]
+"Managed" = "N"
+;
+;Winamp
+[AppDefaults\\winamp.exe\\x11drv]
+"Managed" = "N"
+
+;Internet Explorer
+[AppDefaults\\IEXPLORE.EXE\\DllOverrides]
+"comctl32" = "builtin"
 
-[AppDefaults\\_INS0466._MP\\x11drv]
-"Desktop" = "640x480"
+;Winamp
+[AppDefaults\\winamp.exe\\DllOverrides]
+;"comctl32" = "native"
 
-[AppDefaults\\_INS0576._MP\\x11drv]
-"Desktop" = "640x480"
+;WinnyP
+[AppDefaults\\winnyp.exe\\DllOverrides]
+;"comctl32" = "native"
 
-[AppDefaults\\_INS5176._MP\\x11drv]
-"Desktop" = "640x480"
-
-[AppDefaults\\_INS5576._MP\\x11drv]
-"Desktop" = "800x600"
-
-;[AppDefaults\\iexplore.exe\\DllOverrides]
-;"shlwapi" = "native"
-;"rpcrt4" = "native"
-;"ole32" = "native"
-;"shdocvw" = "native"
-;"wininet" = "native"
-;"shfolder" = "native"
-;"shell32" = "native"
-;"shell" = "native"
+;OpenJane_IE sppedup hack
+[AppDefaults\\Jane2ch.exe\\DllOverrides]
+"mlang" = "builtin, native"
 ;"comctl32" = "native"
-;
+
+;IE6 Installer
+[AppDefaults\\acmsetup.exe\\DllOverrides]
+"*comctl32" = "builtin"
+[AppDefaults\\grpconv.exe\\DllOverrides]
+"*comctl32" = "builtin"
+[AppDefaults\\iebatch.exe\\DllOverrides]
+"*comctl32" = "builtin"
+[AppDefaults\\updcrl.exe\\DllOverrides]
+"*comctl32" = "builtin"
+
+;;Example: Catch setup.exe in a desktop window.
 ;[AppDefaults\\setup.exe\\x11drv]
 ;"Desktop" = "800x600"
-;
+
+;;Example: Catch full screen games in a desktop window.
+;;Half Life Demo
+;[AppDefaults\\hldemo.exe\\x11drv]
+;"Desktop" = "640x480"
+
+;;Example: XIM Input Style
+;[AppDefaults\\notepad.exe\\x11drv]
+;"InputStyle" = "offthespot"
+
+;;Example: Windows version
 ;[AppDefaults\\sol.exe\\Version]
 ;"Windows" = "nt40"
-;
-;; Some games (Quake 2, UT) refuse to accept emulated dsound devices.
+
 ;; You can add an AppDefault entry like this for such cases.
 ;[AppDefaults\\pickygame.exe\\dsound]
 ;"EmulDriver" = "N"
 
 # [/wineconf]
+
diff -urN wine-20040914.orig/tools/wine.inf wine-sidenet_0.0.20040914-1.2/tools/wine.inf
--- wine-20040914.orig/tools/wine.inf	2004-09-14 03:07:20.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/tools/wine.inf	2004-10-24 20:54:48.000000000 +0900
@@ -27,7 +27,7 @@
 
 [DefaultInstall]
 RegisterDlls=RegisterDllsSection
-UpdateInis=SystemIni
+UpdateInis=SystemIni,WinIni
 AddReg=\
     Classes,\
     CurrentVersion,\
@@ -50,6 +50,7 @@
 Desktop="Control Panel\desktop"
 CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
 FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
+FontRepStr="Software\Wine\Wine\FontReplacements"
 
 [Classes]
 HKCR,.avi,"Content Type",,"video/avi"
@@ -103,8 +104,8 @@
 HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
 HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
 HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%"
-HKLM,%CurrentVersion%,"RegisteredOrganization",,"Change preferred organization in ~/.wine/system.reg"
-HKLM,%CurrentVersion%,"RegisteredOwner",,"Change preferred owner in ~/.wine/system.reg"
+HKLM,%CurrentVersion%,"RegisteredOrganization",," "
+HKLM,%CurrentVersion%,"RegisteredOwner",,"Wine user"
 HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
 HKLM,Software\Microsoft\Windows NT\CurrentVersion\Fonts,,,""
 HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1"
@@ -146,7 +147,7 @@
 HKLM,%FontSubStr%,"Courier New CYR,204",,"Courier New,204"
 HKLM,%FontSubStr%,"Courier New Greek,161",,"Courier New,161"
 HKLM,%FontSubStr%,"Courier New TUR,162",,"Courier New,162"
-HKLM,%FontSubStr%,"Helv",,"MS Sans Serif"
+HKLM,%FontSubStr%,"Helv",,"Arial"
 HKLM,%FontSubStr%,"Helvetica",,"Arial"
 HKLM,%FontSubStr%,"MS Shell Dlg",,"Tahoma"
 HKLM,%FontSubStr%,"MS Shell Dlg 2",,"Tahoma"
@@ -156,6 +157,9 @@
 HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
 HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"
 HKLM,%FontSubStr%,"Tms Rmn",,"Times New Roman"
+HKLM,%FontRepStr%,"MS UI Gothic",,"Sazanami Gothic"
+HKLM,%FontRepStr%,"MS Gothic",,"Sazanami Gothic"
+HKLM,%FontRepStr%,"MS PGothic",,"Sazanami Gothic"
 HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10001,00000060
 
 [MCI]
@@ -2004,7 +2008,6 @@
 
 [RegisterDllsSection]
 11,,amstream.dll,1
-11,,atl.dll,1
 11,,avifil32.dll,1
 11,,comcat.dll,1
 11,,d3dxof.dll,1
@@ -2024,8 +2027,6 @@
 11,,dsound.dll,1
 11,,dswave.dll,1
 11,,dxdiagn.dll,1
-11,,hhctrl.ocx,1
-11,,mlang.dll,1
 11,,msi.dll,1
 11,,ole32.dll,1
 11,,oleaut32.dll,1
@@ -2045,13 +2046,23 @@
 system.ini, mci,,"; videodisc=mcipionr.drv" 
 system.ini, mci,,"waveaudio=mciwave.drv" 
 
-system.ini, drivers32,,"MSACM.imaadpcm=imaadp32.acm" 
-system.ini, drivers32,,"MSACM.msadpcm=msadp32.acm" 
+system.ini, drivers32,,"MSACM.imaadpcm=imaadp32.acm"
+system.ini, drivers32,,"MSACM.lhacm=lhacm.acm"
+system.ini, drivers32,,"MSACM.msadpcm=msadp32.acm"
 system.ini, drivers32,,"MSACM.msg711=msg711.acm"
 system.ini, drivers32,,"MSACM.winemp3=winemp3.acm"
-system.ini, drivers32,,"VIDC.MRLE=msrle32.dll" 
-system.ini, drivers32,,"VIDC.MSVC=msvidc32.dll" 
-system.ini, drivers32,,"; VIDC.IV50=ir50_32.dll" 
-system.ini, drivers32,,"; VIDC.CVID=iccvid.dll" 
-system.ini, drivers32,,"; VIDC.IV31=ir32_32.dll" 
-system.ini, drivers32,,"; VIDC.IV32=ir32_32.dll" 
+system.ini, drivers32,,"MSACM.trspch=tssoft32.acm"
+system.ini, drivers32,,"MSACM.msgsm610=msgsm32.acm"
+system.ini, drivers32,,"VIDC.MRLE=msrle32.dll"
+system.ini, drivers32,,"VIDC.MSVC=msvidc32.dll"
+system.ini, drivers32,,"VIDC.IV50=ir50_32.dll"
+system.ini, drivers32,,"VIDC.CVID=iccvid.dll" 
+system.ini, drivers32,,"VIDC.IV31=ir32_32.dll" 
+system.ini, drivers32,,"VIDC.IV32=ir32_32.dll"
+system.ini, drivers32,,"VIDC.IV41=ir41_32.dll"
+
+[WinIni]
+win.ini, Desktop,,"MenuFontSize=12"
+win.ini, Desktop,,"MessageFontSize=12"
+win.ini, Desktop,,"StatusFontSize=12"
+
diff -urN wine-20040914.orig/tools/wineshelllink wine-sidenet_0.0.20040914-1.2/tools/wineshelllink
--- wine-20040914.orig/tools/wineshelllink	2003-09-30 09:28:13.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/tools/wineshelllink	2004-10-24 20:54:48.000000000 +0900
@@ -77,33 +77,58 @@
     usage
 fi
 
+#Japanese Ext
+#EUC for filename
+#UTF for KDE link
+if [ `which nkf` ]
+then
+	upath=`echo $path |nkf -wS`
+	path=`echo $path |nkf -eS`
+	ulink=`echo $link |nkf -wS`
+	link=`echo $link |nkf -eS`
+	uargs=`echo $args |nkf -wS`
+	args=`echo $args |nkf -eS`
+	udescr=`echo $descr |nkf -wS`
+	descr=`echo $descr |nkf -eS`
+	uworkdir=`echo $workdir |nkf -wS`
+	workdir=`echo $workdir |nkf -eS`
+else
+	echo "nkf not found."
+	echo "Kanji code conversion disabled."
+	upath=$path
+	ulink=$link
+	uargs=$args
+	udescr=$descr
+	uworkdir=$workdir
+fi
+
 kde_entry()
 {
-    xname=`basename "$link"`
+    xname=`basename "$ulink"`
     cat <<EOF
 # KDE Config File
 [KDE Desktop Entry]
 Name=$xname
-Exec=wine '$path' -- $args
+Exec=wine '$upath' $uargs
 Type=Application
-Comment=$descr
+Comment=$udescr
 EOF
-    [ -z "$workdir" ] || echo "Path=\"$workdir\""
-    [ -z "$xpmicon" ] || echo "Icon=$xpmicon"
+    [ -z "$uworkdir" ] || echo "Path=\"$uworkdir\""
+    [ -z "$uxpmicon" ] || echo "Icon=$uxpmicon"
 }
 
 gnome_entry()
 {
-    xname=`basename "$link"`
+    xname=`basename "$ulink"`
     cat <<EOF
 [Desktop Entry]
 Name=$xname
-Exec=wine "$path" -- $args
+Exec=wine "$upath" $uargs
 Type=Application
-Comment=$descr
+Comment=$udescr
 EOF
-    [ -z "$workdir" ] || echo "Path=\"$workdir\""
-    [ -z "$xpmicon" ] || echo "Icon=$xpmicon"
+    [ -z "$uworkdir" ] || echo "Path=\"$uworkdir\""
+    [ -z "$uxpmicon" ] || echo "Icon=$uxpmicon"
 }
 
 mdk_entry()
@@ -124,8 +149,15 @@
   then
     cp "$icon" "$dir/$link.xpm"
     xpmicon="$dir/$link.xpm"
+    if [ `which nkf` ]
+    then
+      uxpmicon=`echo $xpmicon |nkf -wE`
+    else
+      uxpmicon=$xpmicon
+    fi
   else
     xpmicon=""
+    uxpmicon=""
   fi
 }
 
diff -urN wine-20040914.orig/windows/sysparams.c wine-sidenet_0.0.20040914-1.2/windows/sysparams.c
--- wine-20040914.orig/windows/sysparams.c	2004-08-31 09:02:02.000000000 +0900
+++ wine-sidenet_0.0.20040914-1.2/windows/sysparams.c	2004-10-24 20:54:48.000000000 +0900
@@ -171,6 +171,10 @@
 static const WCHAR Pattern[]=                                {'P','a','t','t','e','r','n',0};
 static const WCHAR MenuFont[]=                               {'M','e','n','u','F','o','n','t',0};
 static const WCHAR MenuFontSize[]=                           {'M','e','n','u','F','o','n','t','S','i','z','e',0};
+static const WCHAR StatusFont[]=                             {'S','t','a','t','u','s','F','o','n','t',0};
+static const WCHAR StatusFontSize[]=                         {'S','t','a','t','u','s','F','o','n','t','S','i','z','e',0};
+static const WCHAR MessageFont[]=                            {'M','e','s','s','a','g','e','F','o','n','t',0};
+static const WCHAR MessageFontSize[]=                        {'M','e','s','s','a','g','e','F','o','n','t','S','i','z','e',0};
 static const WCHAR System[]=                                 {'S','y','s','t','e','m',0};
 static const WCHAR IconTitleSize[]=                          {'I','c','o','n','T','i','t','l','e','S','i','z','e',0};
 static const WCHAR IconTitleFaceName[]=                      {'I','c','o','n','T','i','t','l','e','F','a','c','e','N','a','m','e',0};
@@ -1311,9 +1315,19 @@
 	    /* status bar font metrics */
 	    SystemParametersInfoW( SPI_GETICONTITLELOGFONT, 0,
 				   (LPVOID)&(lpnm->lfStatusFont), 0 );
+            GetProfileStringW( Desktop, StatusFont, lpnm->lfCaptionFont.lfFaceName,
+                               lpnm->lfStatusFont.lfFaceName, LF_FACESIZE );
+            lpnm->lfStatusFont.lfHeight = -GetProfileIntW( Desktop, StatusFontSize, 11 );
+            lpnm->lfStatusFont.lfWeight = FW_NORMAL;
+
 	    /* message font metrics */
 	    SystemParametersInfoW( SPI_GETICONTITLELOGFONT, 0,
 				   (LPVOID)&(lpnm->lfMessageFont), 0 );
+            GetProfileStringW( Desktop, MessageFont, lpnm->lfCaptionFont.lfFaceName,
+                               lpnm->lfMessageFont.lfFaceName, LF_FACESIZE );
+            lpnm->lfMessageFont.lfHeight = -GetProfileIntW( Desktop, MessageFontSize, 11 );
+            lpnm->lfMessageFont.lfWeight = FW_NORMAL;
+
 	}
 	else
 	{
