--- wine1.2-1.1.39.orig/config.sub +++ wine1.2-1.1.39/config.sub @@ -0,0 +1,1693 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Free Software Foundation, Inc. + +timestamp='2009-06-11' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray) + os= + basic_machine=$1 + ;; + -bluegene*) + os=-cnk + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fido | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nios | nios2 \ + | ns16k | ns32k \ + | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | v850 | v850e \ + | we32k \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64octeon-* | mips64octeonel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nios-* | nios2-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | tron-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa*-* \ + | ymp-* \ + | z8k-* | z80-*) + ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc) basic_machine=powerpc-unknown + ;; + ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -kopensolaris* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* | -aros* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; + -dicos*) + os=-dicos + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -cnk*|-aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: --- wine1.2-1.1.39.orig/config.guess +++ wine1.2-1.1.39/config.guess @@ -0,0 +1,1533 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Free Software Foundation, Inc. + +timestamp='2009-06-10' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Originally written by Per Bothner . +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# The plan is that this can be called by configure scripts if you +# don't specify an explicit build system type. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[456]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:[3456]*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T | authenticamd | genuineintel) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + arm*:Linux:*:*) + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-gnu + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + fi + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=${UNAME_MACHINE}el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=${UNAME_MACHINE} + #else + CPU= + #endif + #endif +EOF + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-gnu + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + i*86:Linux:*:*) + # The BFD linker knows what the default object file format is, so + # first see if it will tell us. cd to the root directory to prevent + # problems with other programs or directories called `ld' in the path. + # Set LC_ALL=C to ensure ld outputs messages in English. + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ + | sed -ne '/supported targets:/!d + s/[ ][ ]*/ /g + s/.*supported targets: *// + s/ .*// + p'` + case "$ld_supported_targets" in + elf32-i386) + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" + ;; + esac + # Determine whether the default compiler is a.out or elf + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + #ifdef __ELF__ + # ifdef __GLIBC__ + # if __GLIBC__ >= 2 + LIBC=gnu + # else + LIBC=gnulibc1 + # endif + # else + LIBC=gnulibc1 + # endif + #else + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) + LIBC=gnu + #else + LIBC=gnuaout + #endif + #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" + test x"${LIBC}" != x && { + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit + } + test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: --- wine1.2-1.1.39.orig/debian/wine-Programs-Accessories.directory +++ wine1.2-1.1.39/debian/wine-Programs-Accessories.directory @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Directory +Name=Accessories +Name[sv]=Tillbehör +Name[de]=Zubehör +Icon=folder --- wine1.2-1.1.39.orig/debian/wine-browsedrive.desktop +++ wine1.2-1.1.39/debian/wine-browsedrive.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Name=Browse C:\ Drive +Name[sv]=Bläddra i C:\ +Name[de]=Durchsuche C:\ +Name[fi]=Selaa C:\-asemaa +Name[pl]=Przeglądaj napęd C:\ +Name[ca]=Navegeu per l'unitat C:\ +Comment=Browse your virtual C:\ drive +Comment[sv]=Bläddra i virtuella enheten C:\ +Comment[de]=Durchsuche das virtuelle C:\ Laufwerk +Comment[fi]=Selaa virtuaalista C:\-asemaa +Comment[pl]=Przeglądanie wirtualnego napędu C:\ +Comment[ca]=Navegeu per la vostra unitat virtual C:\ +Exec=xdg-open .wine/dosdevices/c: +Terminal=false +Type=Application +Icon=folder-wine +Categories=Wine; --- wine1.2-1.1.39.orig/debian/icons.tar.coded +++ wine1.2-1.1.39/debian/icons.tar.coded @@ -0,0 +1,4099 @@ +begin 644 icons.tar +M:6-O;G,O```````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M`````````````#`P,#`W-34`,#`P,3#$V +M+V%P<',O```````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````P +M,#`P-S4U`#`P,#$W-3``,#`P,3`IH%@K`0^"%81X[$70MB>OI1<5/(H@Q2#U(GZ`FA:*,;U;&A%- +M7!#MP6+3C1M,_<#5;.L0%5J1S7@P0[-M:BN^R_\-S/O/;V;>@_\,89+B7?J` +M&>#85GIXB+RIDP"71R^=`68.'G?8CK826$V]`?#M^3FVHU=/2MVL.RV-T]Y4 +M0%D56-V3IZP*_.AZV%9?3$L&QXHGW#2P=!@)M)K15[RWPM374`/1$#V[:Q;3M2 +M[/L^;B;%X%B1Q<<97I674:4<0,_(9&/VKP3FY(%T@<5\AKFW"E7*\7/_1CT%O6EVK:P`VC2A;DL0AB&[/Z9Y]*6;^[D&"612&!9%I9E1;IX`T$L%D-K3:U60VN- +ME!*M-4((A!"MVQL1`Z44CN-L.G7&9'T8@XF;MZ^?^H&NU6V]Q82@4"HP#*/85L(/V9.UE\>&7TG;D5KEL^!F#=)PN +M??/VL#%__[N;[Q$0E6I6O1YO=SIHAT((QF+@C.FVJNI<\06.%2B:MEGZ^6,D +M7*]'U_?W<6)O#S$`UV=GV"]-VW#S7F=<&4L^L&I;7_DU`#<5!3.+26F=/=/D +MG#_M2>SU2/E"]C3M=M?\$N.*HA#F\VT?$-Q.&1GSOP0`D,OESOLHMJ24D)Q< +M3J?352_N2`$`%%;S92$X4D;FTE&,UQ_\+2F_27'T`L\$^4+VI*IJRX3@"F/\ +MXI_^CA"\1`A)I8Q,LV\"2NFKR&!D=&3X7'77W*W9CAVP+>=4EQW.^P/Z,(#I +MO@+&V(+M-)>;3>NJ$"+`!2=4)0Y1M(^44L/-_P8O.N#HI[$,7`````!)14Y$ +MKD)@@@`````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M````````````````````````:6-O;G,O,39X,38O87!PV[%X.14C>%&GF=F!_YO9 +MF8%_-`%HU,PP\&R3VI'QF="21LTT@=&S5Q?T_?QC%5LVH``8([D72#XO8DH# +M&6DB+Y[>,W,/IP'J%N#TY5:6++\QLY.GQ#L'P-I:&Q]%"()S#E-P^+A:.';Q +M#DMOG[/[P!BO6_='+;!#C)B0I6(*GC3D_46]`P!4^JL@!H#JKGVT5]X1*%#9 +ML@T-V;`%^I*5#[Q\ +M@_0+9*N@`=4,0HIJR'U8!VM@S][]/)B]#FC1`GYP^Y!BC.`K0.7'>E`DK[W^ +MIC-?AD8.LC#7C*11,Y>`^E^>0;US!WKDQ'F6YYM=J>*=A[A[ZPKC,T%L)^FC +M,CWQUJX`SD??XY\`)8C[NP*8J+@1X$H]V"X!J?M=!W&5X'O_(,WW$8+\`K#E +M:],3Q\]L9OQ?$[W!_[!OX-*'S!,II;0`````245.1*Y"8((````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M````````````````````````````````:6-O;G,O,39X,38O87!P"TC:)21<5@E5ITY>&($1$.C-N9H8Q +M'>O"L_NYYYQ[[[D__"<$YR.=4:*`"LCQ6"+W%TTTG5%LCMA25/NO]@.HIIFK +M^/JU`BZ;NBZ1F%^3BB\+P+(.P4KM'2P$>F[2+E28;GV!2`9CR7N_O.,3KS*OS1* +ME1+=)WLHE@N8$TP"NJM!,)(Z#-2L]Y603M<)B:-'CM%L-GDW]Q:W-3Q.\?AP +MF+Y0)QT!+]F938ZW?TLN?5XZUWVJAX`_P$IM^?*%\/GYZ:G75<``$(.15!=0 +M>S0F,UM>9+:\2,=!'P#FWG(N_P))DCA[NM?Z9'8>(E`<'PXS]:;$EJ8C[O.S +M46_:(YHCR]DGCSG0[N=,J!=@S&D`P.Y='O;X#O'SQR^R^06`<*M)+J]2_5C] +M(VP18&7C._M]`=KV>G@^\P$@_&ER=-I)-$V2:^NK"T#2OD(PDKH$3#BXV\0[ +MX3;[CP:```"I$E$050X +MC8633VQ4513&?W?NFRG%@2&$#*5:FL9"X%E271@V8*(DC8:@$#43""O"`L** +M/UOV+M"-<6GBQJ2--4`")DTT&A?&P,K*V*G&%*:Q#C"9SILI,]/W[CV'Q6AG +M("9^BW-6WR_G^W*O457^3Q]_F\> +M[SVO3KZ&]YYZO<[``YM`.[?O(IOKX&"=@>H\DFMO0BB(#S)%&Q+PN(=ZS\OL3PZ#A/!@<9S.?QSE%WBE%C-@"J +M"LZC<=)S`\,[+'>3)J5*A>^:3;)11!XX>/1M,'7M`410Y]'8=6$X5!P3>5@Z +M>9P'-[YG$GC16L9.GZ(\MI,]R]=]#^`2-.[@GT2@'L2C.#:Y#D?'A6_>>PM] +M9XK`6E8RGJF1.Y1+C]@`)&LUI!7A5LNH6P>)4>\!)6/@2'Z56]4W4%6.[?B) +M34D+];X78>VO$JZQ'U>K]%?P[R)K8EZP;42$;+**QB`B_1UX-'%H9[W_1='_ +M4[9('5%!.G&W)U7Z.I!N@9V8?L5DN!>\3I+=3HB6^UC#:RU +ME9F9F:$A,A3GOD*E2U915(0_1]YE]^1A]@WE65HNTXX]8^,AU?H$I48@1E4Q +MQNP"1H$&S^F5B3#WP8?O7QQY:>1`+K=MF[6I5*U6:RTNEN8KE8?GGP+XAVCJ +MOH04CP````!)14Y$KD)@@@`````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M``````````!I8V]N&UL +M;G,](FAT='`Z+R]W=W&UL;G,Z:6YK +M#$](C(W+C(Q-C6QE/2)S=&]P+6-O;&]R.B-F9F9F9F8[6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[ +M6QE/2)S=&]P+6-O;&]R.B,S-S,W +M,S<[6QE +M/2)S=&]P+6-O;&]R.B-F9F9F9F8[6QE/2)S=&]P+6-O;&]R.B-E-#`P,#`[&QI;FLZ:')E9CTB(VQI;F5A#$](C,P+C,W-C`W."(* +M("`@("`@('DQ/2(R-2XR-S`S-CDB"B`@("`@("!X,CTB,C(B"B`@("`@("!Y +M,CTB,3DB"B`@("`@("!I9#TB;&EN96%R1W)A9&EE;G0S,C`V(@H@("`@("`@ +M>&QI;FLZ:')E9CTB(VQI;F5A"@Q+C4T,SDU-C,L,"PP+#$N-30R.#(R,RPM,3,N,#`R +M-S4T+"TQ,2XW.#4R-S@I(B`O/@H@("`@/&QI;F5A&QI;FLZ:')E9CTB(VQI;F5A"@Q+C4U,3,R.2PP+#`L,2XU,CDS-#DL+3$S+C(S +M,3@Y-"PM,3$N.#8R.3,Q*2(@+SX*("`@(#QL:6YE87)'#$](C(Y+C0U-#4U.2(*("`@("`@('DQ/2(Q.2XQ,C$X-S@B"B`@("`@ +M("!X,CTB,C$N-#,Y-S4Q(@H@("`@("`@>3(](CDN,C#$](C$W+C8P +M-#8Q-B(*("`@("`@('DQ/2(Q."XS,3(U(@H@("`@("`@>#(](C(S(@H@("`@ +M("`@>3(](C$X+C,Q,C4B"B`@("`@("!I9#TB;&EN96%R1W)A9&EE;G0S,C&QI;FLZ:')E9CTB(VQI;F5A"@R+C,X-C8U.3#TB+3`N,#8W,3DY.3DX(@H@("`@ +M("`@:60](F9I;'1E7,B("\^"B`@("`\+V9I;'1E3TB+3`N,30P,#@T.3#TB+3`N,#3(](C(U+C4B"B`@("`@("!I9#TB;&EN96%R1W)A9&EE +M;G0S-#0P(@H@("`@("`@>&QI;FLZ:')E9CTB(VQI;F5A3(] +M(C(W(@H@("`@("`@:60](FQI;F5A#TB,3@B"B`@("`@("!C>3TB,30N +M,3@Y-S$B"B`@("`@("!R/2(U+C4P-30Y,#@B"B`@("`@("!F>#TB,3@B"B`@ +M("`@("!F>3TB,30N,3@Y-S$B"B`@("`@("!I9#TB&QI;FLZ:')E9CTB(VQI;F5A&QI;FLZ:')E9CTB(VQI;F5A65R."(^ +M"B`@("`\<&%T:`H@("`@("`@9#TB32`U,BPS,RXQ.#3IN;VYE.W-T"@P+C6QE/2)D:7-P;&%Y.FEN;&EN92(@+SX*("`\+V<^ +M"B`@/&<*("`@("!I9#TB;&%Y97(T(@H@("`@('-T>6QE/2)D:7-P;&%Y.FEN +M;&EN92(^"B`@("`\<&%T:`H@("`@("`@9#TB32`R-RXT,S3HP+C([9FEL;#HC,#`P,#`P.V9I;&PM;W!A8VET>3HQ +M.W-T3HQ.V1I#MS=')O:V4M +M;&EN96-A<#IR;W5N9#MS=')O:V4M;&EN96IO:6XZ;6ET97([6QE/2)O<&%C:71Y.C$[9FEL;#IU3IN;VYE.W-T3HQ.V9I;&PM6QE/2)F:6QL.G5R;"@C3HQ +M(B`O/@H@("`@/'!A=&@*("`@("`@(&0](DT@,C#MS=')O:V4M;&EN96-A<#IR;W5N9#MS=')O:V4M;&EN96IO +M:6XZ;6ET97([3HQ.V9I;&PM3HQ.W-T6QE/2)D:7-P;&%Y.FEN;&EN92(^"B`@("`\<&%T +M:`H@("`@("`@9#TB32`R,BPS,"!#(#(R+#,P(#(R+C4L,S$@,C0L,S`N.34X +M.#0@0R`R-2XU+#,P+CDQ-S8X(#(V+#,P(#(V+#,P(@H@("`@("`@:60](G!A +M=&@S,SDU(@H@("`@("`@#MS=')O:V4M;&EN96-A<#IR;W5N9#MS=')O:V4M;&EN96IO:6XZ3HQ.V9I;&PM#MS=')O:V4M;&EN96-A<#IR;W5N9#MS=')O:V4M +M;&EN96IO:6XZ6QE/2)D:7-P;&%Y.FEN;&EN92(^"B`@ +M("`\<&%T:`H@("`@("`@9#TB32`S,2XW-38V-#4L-"XQ.34R,S,U($,@,S`N +M.3@P.3@L,2XY,#$R,2`Q-RXP,3DP,BPQ+CDP,3(Q(#$V+C(T,S,U-2PT+C$Y +M-3(S,S4@0R`Q-BXR-#,S-34L-BXT.#DR-38Y(#$S+CDQ-C,V,BPQ,RXS-S$S +M,C<@,3,N.3$V,S8R+#$Y+C0X.#&UL;G,Z&UL;G,Z:6YK#TB-C`U+C3TB-#@V+C8T-S@Y(@H@("`@("`@:60](G)A9&EA;$=R861I96YT-C#TB-C`U+C6QE/2)S=&]P+6-O;&]R +M.B,P,#`P,#`[6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[#(](C,P,BXX-3&QI;FLZ:')E9CTB(VQI;F5A6QE/2)S=&]P +M+6-O;&]R.B,P,#`P,#`[6QE/2)S=&]P+6-O;&]R.B-A,S9D,3@[6QE/2)S=&]P+6-O;&]R.B-A,#8W,&,[6QE/2)S=&]P+6-O;&]R +M.B-F9F9F9F8[6QE +M/2)S=&]P+6-O;&]R.B-E86)A-F8[6QE/2)S=&]P+6-O;&]R.B-D-SDP,C`[#(](C$W+C8Y +M-C$V.2(*("`@("`@('DR/2(Q,BXS,S,V,S(B"B`@("`@("!I9#TB;&EN96%R +M1W)A9&EE;G0R,C8Y(@H@("`@("`@>&QI;FLZ:')E9CTB(VQI;F5A3$](C$T+C8V,34U-R(*("`@("`@('@R/2(T-RXP-C4X,S0B +M"B`@("`@("!Y,CTB,34N,C8W-C0Y(@H@("`@("`@:60](FQI;F5A#$](C(U+C,X,3(U-B(*("`@ +M("`@('DQ/2(R-"XW,C`V-#@B"B`@("`@("!X,CTB,C0N,3$Y,38W(@H@("`@ +M("`@>3(](C$V+C$W,#,W(@H@("`@("`@:60](FQI;F5A#(](C,T+C$Y +M,S8T,B(*("`@("`@('DR/2(Q,BXV,S8V-C&QI;FLZ:')E9CTB(VQI;F5A#(](C(R+C`W,3@P-B(*("`@("`@('DR/2(Q-BXP,C`V.34B"B`@ +M("`@("!I9#TB;&EN96%R1W)A9&EE;G0R,C@R(@H@("`@("`@>&QI;FLZ:')E +M9CTB(VQI;F5A3$](C$Y+CDQ,C,S-B(*("`@("`@ +M('@R/2(S,"XP,30X,3(B"B`@("`@("!Y,CTB-##$] +M(C(T+CDY,#0Y.2(*("`@("`@('DQ/2(S-"XP,#0X-38B"B`@("`@("!X,CTB +M,C0N.3DP-#DY(@H@("`@("`@>3(](C(R+C4X-3(Q,2(*("`@("`@(&ED/2)L +M:6YE87)'#TB,C,N.30S-C3TB,C`N.#`P,C@W +M(@H@("`@("`@:60](G)A9&EA;$=R861I96YT,C@Y-B(*("`@("`@('AL:6YK +M.FAR968](B-L:6YE87)'#TB,C$N-3&QI;FLZ +M:')E9CTB(VQI;F5A"@P+C#TB,C,N.30S-C3TB,C`N.#`P,C@W(@H@ +M("`@("`@:60](G)A9&EA;$=R861I96YT,CDP-B(*("`@("`@('AL:6YK.FAR +M968](B-L:6YE87)'#TB,C$N-3&QI;FLZ:')E +M9CTB(VQI;F5A#(](C(R(@H@("`@("`@ +M>3(](C$Y(@H@("`@("`@:60](FQI;F5A3(](CDN,C&QI;FLZ:')E9CTB(VQI;F5A +M#TB,C#$](C(Y(@H@("`@("`@>3$](C,S(@H@("`@("`@>#(](C$Y(@H@ +M("`@("`@>3(](C(W(@H@("`@("`@:60](FQI;F5A3TB,C8N-33TB +M,C8N-33$](C$X+C,Q,C4B"B`@("`@("!X,CTB,C,B"B`@("`@("!Y,CTB,3@N,S$R +M-2(*("`@("`@(&ED/2)L:6YE87)'&QI +M;FLZ:')E9CTB(VQI;F5A"@Q+C`S-#(Q.30L,"PP+#$N,#$Y-38V+"TW+CDS-C8P,3&QI;FLZ:')E9CTB +M(VQI;F5A#$](C$V(@H@("`@ +M("`@>3$](C(W(@H@("`@("`@>#(](C(Q+C4B"B`@("`@("!Y,CTB,C&QI;FLZ:')E +M9CTB(VQI;F5A#(](C(P+C4B"B`@("`@("!Y,CTB,C4N-2(*("`@("`@(&ED/2)L:6YE +M87)'#$](C(W+C(Q-C&QI;FLZ:')E9CTB(VQI;F5A"@Q+#`L,"PP+C0Y-3`P,C4L,"PU+C4U-#DW,C4I(B`O +M/@H@("`@/')A9&EA;$=R861I96YT"B`@("`@("!C>#TB,S#TB +M,S&QI;FLZ:')E9CTB(VQI;F5A6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[#TB+3`N,#8W,3DY.3DX(@H@("`@("`@=VED=&@](C$N,3,T-"(*("`@("`@ +M('D](BTP+C$V."(*("`@("`@(&AE:6=H=#TB,2XS,S8B/@H@("`@("`\9F5' +M875S6QE/2)S=&]P+6-O;&]R.B,V83`P,#`[6QE/2)S=&]P+6-O;&]R.B-E-#`P,#`[ +M6QE/2)S +M=&]P+6-O;&]R.B-F9F9F9F8[6QE +M/2)S=&]P+6-O;&]R.B,S-S,W,S<[6QE/2)S=&]P+6-O;&]R.B,S-S,W +M,S<[6QE/2)S=&]P+6-O;&]R.B,P +M,#`P,#`[6QE/2)S=&]P+6-O;&]R.B,T.3`P,#`[65R,2(^"B`@("`\9PH@("`@("`@=')A +M;G-F;W)M/2)M871R:7@H,BXQ,#4T-C%E+3(L,"PP+#(N,#@V-S4X92TR+#0R +M+C8P,3F5R;SMS=')O:V4Z;F]N93MS +M=')O:V4M=VED=&@Z,3MS=')O:V4M;&EN96-A<#IR;W5N9#MS=')O:V4M;&EN +M96IO:6XZ;6ET97([;6%R:V5R.FYO;F4[;6%R:V5R+7-T87)T.FYO;F4[;6%R +M:V5R+6UI9#IN;VYE.VUA3IV:7-I8FQE.V1I6QE/2)O +M<&%C:71Y.C`N-#`R,#8Q.#4[9FEL;#IU3HQ.W9IB(*("`@("`@("`@:60](G!A=&@V-S$S(@H@("`@("`@("!S +M='EL93TB;W!A8VET>3HP+C0P,C`V,3@U.V9I;&PZ=7)L*"-R861I86Q'3HQ.V9I;&PM3IN;VYE.W-T3IN;VYE.W-T3TB,2XR +M.#0V.#@R(@H@("`@("`@>#TB."XT.3@Y.3DV(@H@("`@("`@>3TB,38N,C0S +M-CDX(@H@("`@("`@:60](G)E8W0T,C(P(@H@("`@("`@3IN;VYE.W-TB(*("`@("`@(&ED/2)P +M871H-#$V,B(*("`@("`@('-T>6QE/2)F:6QL.G5R;"@C;&EN96%R1W)A9&EE +M;G0R,C@P*3MF:6QL+6]P86-I='DZ,3MF:6QL+7)U;&4Z979E;F]D9#MS=')O +M:V4Z=7)L*"-L:6YE87)'6QE/2)O<&%C:71Y.C$[9FEL +M;#IU3HQ.W9IB(*("`@("`@(&ED/2)P871H-#DU-"(*("`@("`@('-T +M>6QE/2)O<&%C:71Y.C$[9FEL;#IN;VYE.V9I;&PM;W!A8VET>3HQ.V9I;&PM +M6QE/2)O<&%C:71Y.C$[9FEL;#IU3HQ.W9I6QE/2)O<&%C +M:71Y.C$[9FEL;#IUB(*("`@("`@("`@:60] +M(G!A=&@R.3`R(@H@("`@("`@("!S='EL93TB;W!A8VET>3HQ.V9I;&PZ=7)L +M*"-R861I86Q'3HQ.V9I;&PM3IN +M;VYE.W-T3II;FQI;F4[;W9EB(*("`@("`@("`@:60](G!A=&@R.3`T(@H@ +M("`@("`@("!S='EL93TB;W!A8VET>3HQ.V9I;&PZ=7)L*"-R861I86Q'3HQ.V9I;&PM3IN;VYE.W-T3II;FQI;F4B("\^"B`@("`@(#QG"B`@("`@("`@(&ED/2)L87EE6QE/2)D:7-P;&%Y.FEN;&EN92(@+SX*("`@("`@/&<*("`@ +M("`@("`@:60](FQA>65R,B(*("`@("`@("`@3IN;VYE.W-T3HQ.V1I +M6QE/2)F:6QL +M.G5R;"@C#MS +M=')O:V4M;&EN96-A<#IR;W5N9#MS=')O:V4M;&EN96IO:6XZ;6ET97([3HQ.V9I;&PM3HQ.V1I6QE/2)F +M:6QL.G5R;"@C3HQ.V1IB(*("`@("`@("`@("!I9#TB<&%T:#$P,#,R(@H@ +M("`@("`@("`@('-T>6QE/2)F:6QL.FYO;F4[9FEL;"UR=6QE.F5V96YO9&0[ +M3II;FQI;F4B("\^"B`@("`@("`@ +M/'!A=&@*("`@("`@("`@("!D/2)-(#$R+C(S,#8W-RPT+C8V-C8V-CD@3"`Q +M-2XS,S,S,S0L-"XV-C8V-C8Y($,@,34N,S,S,S,T+#0N-C8V-C8V.2`Q,RXW +M.#(P,#4L,3`N-S@T,#8S(#$S+CB(* +M("`@("`@("`@("!I9#TB<&%T:#,R-C8B"B`@("`@("`@("`@6QE/2)F:6QL.FYO;F4[9FEL;"UO<&%C:71Y.C$[3IN;VYE.W-T3II;FQI;F4B("\^"B`@("`@("`@/'!A=&@*("`@("`@("`@ +M("!D/2)-(#(Q+C`P,#`P,2PS+CDV-#DW-S4@0R`R,"XV-C8V-C@L-"XR.3@S +M,3`Y(#$X+C8Y,C(Q+#0N-C8T.3$R,B`Q-2XX,S6QE/2)F:6QL.FYO;F4[9FEL;"UO<&%C:71Y.C$[6QE/2)F:6QL.FYO;F4[9FEL;"UO<&%C:71Y.C$[ +M6QE/2)O<&%C:71Y.C`N,S4[9FEL;#IN;VYE.V9I;&PM3II;FQI;F4B("\^"B`@("`@ +M("`@/'!A=&@*("`@("`@("`@("!D/2)-(#B(*("`@("`@("`@("!T3HQ.V9I;&PM#MS=')O:V4M +M;&EN96-A<#IR;W5N9#MS=')O:V4M;&EN96IO:6XZ6QE/2)F:6QL.FYO;F4[9FEL;"UO<&%C:71Y.C$[9FEL;"UR=6QE +M.F5V96YO9&0[&UL;G,Z>&QI;FL](FAT='`Z+R]W +M=W&QI;FLB"B`@('AM;&YS.FEN:W-C87!E/2)H='1P +M.B\O=W=W+FEN:W-C87!E+F]R9R]N86UE6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[6QE +M/2)S=&]P+6-O;&]R.B-C.6,Y8SD[6QE/2)S=&]P+6-O;&]R.B-E-V4R8C@[6QE/2)S=&]P+6-O;&]R.B-F9C%D,60[6QE/2)S +M=&]P+6-O;&]R.B,V9C`P,#`[6QE +M/2)S=&]P+6-O;&]R.B-A,V$T83`[6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[6QE/2)S=&]P+6-O;&]R.B-D9F1F9&8[#TB+3`N,#3TB+3`N,38X(@H@("`@("`@:&5I9VAT/2(Q+C,S-B(^ +M"B`@("`@(#QF94=A=7-S:6%N0FQU<@H@("`@("`@("!I;FMS8V%P93IC;VQL +M96-T/2)A;'=A>7,B"B`@("`@("`@('-T9$1E=FEA=&EO;CTB,"XQ-"(*("`@ +M("`@("`@:60](F9E1V%U6QE/2)S=&]P+6-O;&]R.B,T.3`P,#`[6QE/2)S=&]P+6-O;&]R.B-F9F9F9F8[6QE/2)S=&]P+6-O;&]R.B-C +M9F-F8V8[6QE/2)S +M=&]P+6-O;&]R.B,W,S6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[6QE/2)S=&]P+6-O;&]R.B-F9F9F9F8[#TB,C#$](C(W+C8X,#&QI;FLZ:')E9CTB(VQI;F5A#TB,C8N-C(U(@H@("`@("`@8WD](C(V+C4W-S,X +M,2(*("`@("`@('(](C$R+C4B"B`@("`@("!F>#TB,C8N-C(U(@H@("`@("`@ +M9GD](C(V+C4W-S,X,2(*("`@("`@(&ED/2)R861I86Q'&QI;FLZ:')E9CTB(VQI;F5A#$](C(W+C(Q-C#(](C(R(@H@("`@("`@>3(](C$Y(@H@("`@("`@:60](FQI +M;F5A3(] +M(C(U+C4B"B`@("`@("!I9#TB;&EN96%R1W)A9&EE;G0Q,C,T,R(*("`@("`@ +M('AL:6YK.FAR968](B-L:6YE87)'&QI;FLZ:')E9CTB(VQI +M;F5A#(](C,P,BXX-3#TB-C`U +M+C3TB-#@V+C8T +M-S@Y(@H@("`@("`@:60](G)A9&EA;$=R861I96YT,3(T-38B"B`@("`@("!X +M;&EN:SIH#TB-C`U+C&QI;FLZ:')E9CTB(VQI;F5A"@M,BXW-S0S.#DL,"PP+#$N.38Y-S`V+#$Q,BXW +M-C(S+"TX-S(N.#@U-"DB("\^"B`@("`\3TB-#`N-#,W +M-2(*("`@("`@(&ED/2)R861I86Q'&QI +M;FLZ:')E9CTB(VQI;F5A"@Q+#`L,"PP+C,T.#(T,RPP+#(V+C,U-30S*2(@+SX*("`@ +M(#QL:6YE87)'#$](C8B"B`@("`@("!Y,3TB-RXU +M-C(U(@H@("`@("`@>#(](C0P+CDX-#,W-2(*("`@("`@('DR/2(W+C4V,C4B +M"B`@("`@("!I9#TB;&EN96%R1W)A9&EE;G0Q,C4Q,"(*("`@("`@('AL:6YK +M.FAR968](B-L:6YE87)'3$](C0R+C@S,S,W +M(@H@("`@("`@>#(](C$T+C(X,S8T,B(*("`@("`@('DR/2(V+C@S,S,V.#,B +M"B`@("`@("!I9#TB;&EN96%R1W)A9&EE;G0Q,C4Q-B(*("`@("`@('AL:6YK +M.FAR968](B-L:6YE87)'#$](C(V+C8Q,C0Q-R(*("`@("`@ +M('DQ/2(R."XP.#,S-C@B"B`@("`@("!X,CTB,C8N,C(X-#`Q(@H@("`@("`@ +M>3(](C0R+C@S,S,W(@H@("`@("`@:60](FQI;F5A#$](C0X+CDP-C(U(@H@("`@("`@ +M>3$](C$W+C,W-C$X-"(*("`@("`@('@R/2(U,"XY.#@S,S4B"B`@("`@("!Y +M,CTB,C(N,C4P-3DQ(@H@("`@("`@:60](FQI;F5A#(](C0W+C8X-S4B"B`@("`@("!Y,CTB,C(N-C(U +M(@H@("`@("`@:60](FQI;F5A#$](C(U+C3$](C,Q +M+C`T-C@W-2(*("`@("`@('@R/2(R-2XU,30U.#DB"B`@("`@("!Y,CTB,S`N +M-S`S,3(U(@H@("`@("`@:60](FQI;F5A#TB+3$U-3DN,C4R,R(*("`@("`@ +M("`@>3TB+3$U,"XV.38X-2(*("`@("`@("`@:60](G)E8W0V-S`Y(@H@("`@ +M("`@("!S='EL93TB;W!A8VET>3HP+C0P,C`V,3@U.V9I;&PZ=7)L*"-L:6YE +M87)'F5R;SMS=')O:V4Z;F]N93MS=')O:V4M=VED=&@Z,3MS=')O:V4M;&EN96-A +M<#IR;W5N9#MS=')O:V4M;&EN96IO:6XZ;6ET97([;6%R:V5R.FYO;F4[;6%R +M:V5R+7-T87)T.FYO;F4[;6%R:V5R+6UI9#IN;VYE.VUA3IV:7-I8FQE.V1I6QE/2)O<&%C:71Y.C`N-#`R,#8Q.#4[9FEL;#IU3HQ.V9I;&PM3IN +M;VYE.W-T3II;FQI;F4[;W9E3HQ.W9I3HP+C,Q +M-33IN;VYE.W-T#TB-"XY-S`Y.#@X(@H@("`@("`@>3TB,SDN.#8X,C3IN;VYE.W-TB(*("`@("`@(&ED/2)P871H,CDQ-2(*("`@("`@ +M('-T>6QE/2)F:6QL.G5R;"@C;&EN96%R1W)A9&EE;G0Q,C4Q,"D[9FEL;"UO +M<&%C:71Y.C$[9FEL;"UR=6QE.F5V96YO9&0[3IV:7-I8FQE.V1IB(*("`@("`@(&ED/2)P871H,CDQ-R(* +M("`@("`@('-T>6QE/2)O<&%C:71Y.C`N-#,X-3DV-#@[9FEL;#IN;VYE.V9I +M;&PM;W!A8VET>3HQ.V9I;&PM3IV:7-I8FQE.V1I3IN;VYE.W-T3IV:7-I8FQE.V1I3TB +M,2(*("`@("`@("`@>#TB,38N-2(*("`@("`@("`@>3TB,BXU(@H@("`@("`@ +M("!I9#TB6QE/2)O<&%C:71Y.C$[9FEL +M;#HC9F-E.31F.V9I;&PM;W!A8VET>3HQ.V9I;&PM#TB,2(*("`@("`@("`@3IN;VYE.W-T3IV:7-I8FQE.V1I3TB,2(*("`@("`@("`@>#TB,C@N-2(*("`@("`@("`@>3TB,BXU(@H@("`@ +M("`@("!I9#TB6QE/2)O<&%C:71Y.C$[ +M9FEL;#HC9F-E.31F.V9I;&PM;W!A8VET>3HQ.V9I;&PM#TB,2(*("`@("`@("`@3IN;VYE.W-T3IV:7-I8FQE.V1I6QE/2)O<&%C:71Y.C`N +M,C@P-S`Q-S8[9FEL;#HC,#`P,#`P.V9I;&PM;W!A8VET>3HQ.V9I;&PM#TB.2(*("`@("`@("`@>3TB,30N.3@Q +M-SDR(@H@("`@("`@("!I9#TB6QE/2)O +M<&%C:71Y.C`N,C@P-S`Q-S8[9FEL;#HC,#`P,#`P.V9I;&PM;W!A8VET>3HQ +M.V9I;&PM#TB.2(*("`@("`@("`@ +M>3TB,3@N,#`S.3,Y(@H@("`@("`@("!I9#TB6QE/2)O<&%C:71Y.C`N,C@P-S`Q-S8[9FEL;#HC,#`P,#`P.V9I;&PM +M;W!A8VET>3HQ.V9I;&PM#TB.2(* +M("`@("`@("`@>3TB,C(N.3@U-S,Q(@H@("`@("`@("!I9#TB6QE/2)O<&%C:71Y.C`N,C@P-S`Q-S8[9FEL;#HC,#`P +M,#`P.V9I;&PM;W!A8VET>3HQ.V9I;&PM#TB.2(*("`@("`@("`@>3TB,C8N,#`W.#6QE/2)O<&%C:71Y.C`N,C@P-S`Q-S8[ +M9FEL;#HC,#`P,#`P.V9I;&PM;W!A8VET>3HQ.V9I;&PM#TB.2(*("`@("`@("`@>3TB,CDN,#,P,#(T(@H@("`@ +M("`@("!I9#TB6QE/2)O<&%C:71Y.C`N +M,C@P-S`Q-S8[9FEL;#HC,#`P,#`P.V9I;&PM;W!A8VET>3HQ.V9I;&PM3II;FQI;F4[;W9E6QE/2)F:6QL.B-C8CDP,C([9FEL;"UO +M<&%C:71Y.C$[9FEL;"UR=6QE.F5V96YO9&0[3IV:7-I8FQE.V1I6QE/2)F:6QL.G5R;"@C +M;&EN96%R1W)A9&EE;G0Q,C4S,RD[9FEL;"UO<&%C:71Y.C$[9FEL;"UR=6QE +M.F5V96YO9&0[3IV:7-I8FQE.V1IB(*("`@("`@ +M("`@:60](G!A=&@R.38R(@H@("`@("`@("!S='EL93TB9FEL;#IU3HQ.V9I;&PMB(*("`@("`@("`@:60](G!A=&@R.3@R(@H@("`@("`@("!S='EL93TB9FEL +M;#IU3HQ.V9I +M;&PM6QE/2)F:6QL.G5R;"@C;&EN96%R1W)A9&EE;G0Q,C4S.2D[9FEL;"UO +M<&%C:71Y.C$[9FEL;"UR=6QE.F5V96YO9&0[3IV:7-I8FQE.V1I6QE/2)F:6QL.B-F +M9F9F9F8[9FEL;"UO<&%C:71Y.C`N,S8S-C,V,SD[9FEL;"UR=6QE.F5V96YO +M9&0[3IV +M:7-I8FQE.V1I6QE/2)F:6QL.B,P,#`P,#`[9FEL;"UO<&%C:71Y.C`N +M,S8S-C,V,SD[9FEL;"UR=6QE.F5V96YO9&0[3IV:7-I8FQE.V1I6QE/2)D:7-P;&%Y.FEN +M;&EN92(@+SX*("`@("`@/"]G/@H@("`@("`\9PH@("`@("`@("!I9#TB;&%Y +M97(T(@H@("`@("`@("!S='EL93TB9&ES<&QA>3II;FQI;F4B("\^"B`@("`@ +M(#QG"B`@("`@("`@(&ED/2)G,3(Q.30B"B`@("`@("`@('-T>6QE/2)D:7-P +M;&%Y.FEN;&EN92(@+SX*("`@("`@/&<*("`@("`@("`@:60](FQA>65R,R(* +M("`@("`@("`@3HP+C`W,#`P,#`R.V9I;&PZ=7)L*"-R +M861I86Q'3IN;VYE.W-T3HQ +M.V1I6QE/2)F +M:6QL.G5R;"@C#MS=')O:V4M;&EN96-A<#IR;W5N9#MS=')O:V4M;&EN96IO:6XZ;6ET97([ +M3HQ.V9I;&PM3HQ.V1I6QE +M/2)F:6QL.G5R;"@C3IN;VYE.W-T3II;FQI;F4B("\^ +M"B`@("`@("`@/'!A=&@*("`@("`@("`@("!D/2)-(#(P+C4Y,S3HQ.V9I;&PM3HQ.V1I3HQ.V1I#MS=')O:V4M;&EN96-A<#IR;W5N9#MS=')O:V4M;&EN96IO +M:6XZ3II;FQI;F4[9FEL=&5R.G5R;"@C9FEL +M=&5R,S,Y,2DB("\^"B`@("`@("`@/'!A=&@*("`@("`@("`@("!D/2)-(#(Q +M+C$W,3`Y."PR+C3HQ(B`O/@H@("`@("`\+V<^"B`@("`\+V<^"B`@/"]G +M/@H\+W-V9SX*```````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M`````````&EC;VYS+W-C86QA8FQE+V%P<',O=VEN92UW:6YE8V9G+G-V9P`` +M```````````````````````````````````````````````````````````` +M```````````````````````P,#`P-C0T`#`P,#$W-3``,#`P,3&UL;G,Z>&QI;FL](FAT='`Z+R]W=W&QI;FLB"B`@ +M('AM;&YS.FEN:W-C87!E/2)H='1P.B\O=W=W+FEN:W-C87!E+F]R9R]N86UE +M6QE/2)D:7-P +M;&%Y.FEN;&EN92(^"B`@/&1E9G,*("`@("!I9#TB9&5F6QE +M/2)S=&]P+6-O;&]R.B-E965E96,[6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[6QE/2)S=&]P+6-O;&]R.B-F +M9F9F9F8[6QE/2)S +M=&]P+6-O;&]R.B-E965E96,[6QE/2)S=&]P+6-O;&]R.B,R.35E860[6QE/2)S=&]P+6-O;&]R.B-F9F9F9F8[&QI;FLZ:')E9CTB(VQI +M;F5A6QE/2)S=&]P+6-O;&]R.B-F9F9F9F8[ +M#$](BTU+C#(](BTQ,BXV.3$V +M.#(B"B`@("`@("!Y,CTB-#0N-3$T-C#$](CDT(@H@("`@ +M("`@>3$](C0S+C(T,#@Y-"(*("`@("`@('@R/2(Y-"(*("`@("`@('DR/2(T +M,"XW-C8P,3@B"B`@("`@("!I9#TB;&EN96%R1W)A9&EE;G0T,S8S(@H@("`@ +M("`@>&QI;FLZ:')E9CTB(VQI;F5A#$](CDY+C8X +M-C,V,R(*("`@("`@('DQ/2(W+C8Q-#4T-#DB"B`@("`@("!X,CTB-S4N,#,Y +M.33(](C$V+C(V,#DS,2(*("`@("`@(&ED/2)L:6YE87)' +M6QE/2)S=&]P+6-O;&]R.B,X.#AA.#4[3(](C0P+CDT,S6QE/2)S=&]P+6-O;&]R.B-D +M,V0W8V8[&QI;FLZ:')E9CTB(VQI;F5A6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[#TB +M,C$N.38P-#@B"B`@("`@("!F>3TB,S0N-#DX,S4V(@H@("`@("`@:60](G)A +M9&EA;$=R861I96YT-#,T.2(*("`@("`@('AL:6YK.FAR968](B-L:6YE87)' +M6QE/2)S=&]P+6-O;&]R.B-E.#`P,#`[6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[6QE/2)S=&]P+6-O;&]R.B,P,#`P,#`[ +M6QE/2)S +M=&]P+6-O;&]R.B,S-S,W,S<[6QE +M/2)S=&]P+6-O;&]R.B,S-S,W,S<[6QE/2)S=&]P+6-O;&]R.B,T.3`P,#`[6QE/2)S=&]P+6-O;&]R.B-F9#`P,#`[6QE/2)S=&]P+6-O +M;&]R.B,P,#`P,#`[#TB,C$N.38P-#@B"B`@ +M("`@("!C>3TB,S0N-#DX,S4V(@H@("`@("`@&QI;FLZ:')E9CTB +M(VQI;F5A#$](C(T+C4Q.#$S-2(*("`@ +M("`@('DQ/2(R,BXT,CDT.3DB"B`@("`@("!X,CTB,C4N.3$P-C,Q(@H@("`@ +M("`@>3(](C(S+C@S,3(X-"(*("`@("`@(&ED/2)L:6YE87)'&QI;FLZ:')E9CTB(VQI;F5A#(](BTQ+C`T.3(R-C,B"B`@ +M("`@("!Y,CTB-#$N,3,W-S#$](C4S+C4X.3(V(@H@("`@("`@>3$](C,R+C@U +M-C@S-"(*("`@("`@('@R/2(V.2XY-S8S.34B"B`@("`@("!Y,CTB-#0N.38P +M-#(V(@H@("`@("`@:60](FQI;F5A3$](C,W+C$R-C8Q-R(*("`@("`@ +M('@R/2(M.2XY,#0S,C,V(@H@("`@("`@>3(](C,V+C@T.#(T."(*("`@("`@ +M(&ED/2)L:6YE87)'&QI;FLZ:')E9CTB +M(VQI;F5A#$](BTX+CDS-S4B +M"B`@("`@("!Y,3TB-#`N,S#(](BTW(@H@("`@("`@>3(] +M(C0P+C,W-2(*("`@("`@(&ED/2)L:6YE87)'&QI;FLZ:')E9CTB(VQI;F5A"@P+C0S,38Q,C8L,"PP+#`N-3DY,S0Q,RPR-BXY +M-S#(](C4Y+C,U,#$P,2(*("`@("`@('DR/2(S-RXU,#4U,38B"B`@("`@("!I +M9#TB;&EN96%R1W)A9&EE;G0Q,#@Q-B(*("`@("`@('AL:6YK.FAR968](B-L +M:6YE87)'#$](C4T+C4B"B`@ +M("`@("!Y,3TB,2XW,S0P,30R(@H@("`@("`@>#(](C4T+C4B"B`@("`@("!Y +M,CTB-RXQ.3,Q-S@W(@H@("`@("`@:60](FQI;F5A&QI;FLZ:')E9CTB(VQI;F5A +M#TB,C3$](C$Y+C$R,3@W."(*("`@("`@('@R/2(R,"XQ-S8Q,R(*("`@("`@ +M('DR/2(V+C$P,S4T."(*("`@("`@(&ED/2)L:6YE87)'&QI;FLZ:')E9CTB(VQI;F5A#(](C(T+C$U.3@P,R(*("`@("`@('DR/2(Y +M+C,U,C$W,S@B"B`@("`@("!I9#TB;&EN96%R1W)A9&EE;G0Q,#8Q,2(*("`@ +M("`@('AL:6YK.FAR968](B-L:6YE87)'#$](C(Y(@H@("`@("`@>3$](C,S(@H@("`@("`@ +M>#(](C$Y(@H@("`@("`@>3(](C(W(@H@("`@("`@:60](FQI;F5A#TB,C8N-C(U(@H@("`@("`@8WD](C(V+C4W +M-S,X,2(*("`@("`@('(](C$R+C4B"B`@("`@("!F>#TB,C8N-C(U(@H@("`@ +M("`@9GD](C(V+C4W-S,X,2(*("`@("`@(&ED/2)R861I86Q'&QI;FLZ:')E9CTB(VQI;F5A#$](C(W+C(Q-C#(](C(R(@H@("`@("`@>3(](C$Y(@H@("`@("`@:60] +M(FQI;F5A3(](C(U+C4B"B`@("`@("!I9#TB;&EN96%R1W)A9&EE;G0Q,#8R-R(*("`@ +M("`@('AL:6YK.FAR968](B-L:6YE87)'&QI;FLZ:')E9CTB +M(VQI;F5A65R,B(*("`@("!S='EL93TB9&ES<&QA>3II;FQI;F4B +M/@H@("`@/&<*("`@("`@('1R86YS9F]R;3TB;6%T6QE/2)D:7-P +M;&%Y.FEN;&EN92(@+SX*("`\+V<^"B`@/&<*("`@("!I9#TB;&%Y97(X(@H@ +M("`@('-T>6QE/2)D:7-P;&%Y.FEN;&EN92(^"B`@("`\9PH@("`@("`@:60] +M(F6QE/2)O<&%C:71Y.C`N,#3HQ.W-T6QE/2)O<&%C:71Y.C`N,CMF +M:6QL.B,P,#`P,#`[9FEL;"UO<&%C:71Y.C$[3IN;VYE.W-T3II;FQI +M;F4[9FEL=&5R.G5R;"@C9FEL=&5R,S0S-BDB("\^"B`@("`@(#PO9SX*("`@ +M("`@/&<*("`@("`@("`@:60](FB(*("`@("`@("`@("!I9#TB<&%T:#$P-36QE/2)F:6QL.G5R;"@C#MS=')O:V4M;&EN96-A<#IR;W5N9#MS=')O:V4M;&EN96IO:6XZ +M;6ET97([3HQ.V9I;&PZ;F]N93MF:6QL+6]P86-I='DZ,3MS=')O:V4Z(SDQ +M.3$Y,3MS=')O:V4M=VED=&@Z,"XV,30P-C(W,SMS=')O:V4M;&EN96-A<#IR +M;W5N9#MS=')O:V4M;&EN96IO:6XZ6QE/2)O<&%C:71Y.C$[9FEL;#IU3HQ.W-T3HQ(B`O/@H@("`@ +M("`@(#QP871H"B`@("`@("`@("`@9#TB32`R-BXY,#`V,C,L,3$@02`S+CDP +M,#8R,C8L,2XS-3,W-#<@,"`Q(#$@,3DN,#DY,S6QE/2)O<&%C:71Y.C$[9FEL;#IN;VYE.V9I;&PM;W!A +M8VET>3HQ.W-T3HQ(B`O/@H@("`@("`@(#QP +M871H"B`@("`@("`@("`@9#TB32`R,"XQ,C$V-S@L,C6QE/2)F:6QL.G5R;"@C;&EN96%R1W)A9&EE;G0Q,#8Q,RD[9FEL +M;"UO<&%C:71Y.C$[9FEL;"UR=6QE.F5V96YO9&0[#MS=')O:V4M;&EN96-A<#IR;W5N9#MS=')O:V4M +M;&EN96IO:6XZ;6ET97([B(*("`@("`@("`@("!T3HQ.V9I;&PZ=7)L*"-R861I86Q'6QE/2)F:6QL.FYO;F4[9FEL;"UO<&%C:71Y +M.C$[3II;FQI;F4B/@H@("`@("`@ +M(#QP871H"B`@("`@("`@("`@9#TB32`R,BPS,"!#(#(R+#,P(#(R+C4L,S$@ +M,C0L,S`N.34X.#0@0R`R-2XU+#,P+CDQ-S8X(#(V+#,P(#(V+#,P(@H@("`@ +M("`@("`@(&ED/2)P871H,3`U.3#MS=')O:V4M;&EN96-A<#IR;W5N9#MS +M=')O:V4M;&EN96IO:6XZ6QE/2)D:7-P;&%Y +M.FEN;&EN92(^"B`@("`@("`@/'!A=&@*("`@("`@("`@("!D/2)-(#,Q+CB(* +M("`@("`@("`@("!I9#TB<&%T:#$P-C`S(@H@("`@("`@("`@('-T>6QE/2)F +M:6QL.FYO;F4[9FEL;"UO<&%C:71Y.C$[9FEL;"UR=6QE.F5V96YO9&0[#MS=')O:V4M;&EN96-A<#IR +M;W5N9#MS=')O:V4M;&EN96IO:6XZ;6ET97([B(*("`@("`@("`@("!T +M"@P+C3IN;VYE.W-T3HP+C([9FEL +M;#IU3HQ.W-T +M3HQ(B`O/@H@("`@ +M("`@("`@("`\#TB,3DN-3`S-C0W(@H@("`@("`@("`@ +M("`@("!Y/2(R,2XS,S(W-S,B"B`@("`@("`@("`@("`@('1R86YS9F]R;3TB +M;6%T#TB,BXW,3DR +M.34B"B`@("`@("`@("`@("`@(')Y/2(R+C(Y,S`S-2(*("`@("`@("`@("`@ +M("`@>#TB,C`N,S6QE/2)O<&%C +M:71Y.C`N-3MF:6QL.FYO;F4[9FEL;"UO<&%C:71Y.C$[3IN;VYE.W-T#TB,"XU.#@R,#,R-2(*("`@ +M("`@("`@("`@("`@#TB +M,C`N-3`S,C0X(@H@("`@("`@("`@("`@("!Y/2(R-2XS,#`P,SDB"B`@("`@ +M("`@("`@("`@('1R86YS9F]R;3TB;6%T3HQ(B`O +M/@H@("`@("`@("`@("`\3TB,C4N,C0Y.3(R(@H@("`@("`@("`@("`@("!T3TB,2XT,38P,C8T(@H@("`@ +M("`@("`@("`@("!X/2(R-2XR-S6QE/2)O<&%C:71Y.C`N,C4[9FEL;#IU3HQ.W-T3HQ(B`O/@H@("`@("`@("`@/"]G/@H@("`@("`@("`@/'!A +M=&@*("`@("`@("`@("`@(&0](DT@,C`N,3DU.3`W+#3HQ(B`O +M/@H@("`@("`@(#PO9SX*("`@("`@/"]G/@H@("`@("`\<&%T:`H@("`@("`@ +M("!D/2)-(#$T+C(S.3(Q-BPR,"XS-#(R-S,@3"`Q,"XP.3@U,#4L,C@N-S0R +M.3DV($P@,3,N,C$S-SB(*("`@("`@("`@:60](G!A=&@V +M,#$P(@H@("`@("`@("!S='EL93TB;W!A8VET>3HP+C4[9FEL;#IU3HQ.W-T3HQ(B`O/@H@("`@/"]G/@H@("`@ +M/&<*("`@("`@('1R86YS9F]R;3TB;6%T3IN;VYE.W-T6QE/2)O<&%C:71Y.C$[9FEL;#IUB(*("`@("`@("`@("`@("`@:60](G!A=&@V +M-3`U(@H@("`@("`@("`@("`@("!S='EL93TB;W!A8VET>3HQ.V9I;&PZ;F]N +M93MF:6QL+6]P86-I='DZ,3MS=')O:V4Z=7)L*"-L:6YE87)'6QE/2)O<&%C:71Y.C$[9FEL +M;#HC.#@X83@U.V9I;&PM;W!A8VET>3HQ.W-T3IN;VYE.W-T#TB.3$N.3DR.#,V(@H@("`@("`@("`@("`@("!Y/2(Q-BXY +M-C,W-S@B"B`@("`@("`@("`@("`@('1R86YS9F]R;3TB;6%T3HQ.W-T3HQ +M.V1I6QE/2)F +M:6QL.FYO;F4[9FEL;"UO<&%C:71Y.C$[````!ET15AT4V]F='=AO!$(!C$) +M"2$$`_BR%L88W%T[NXZ"5(=A=#MKZU:'J<.,K--IW3\ZL]WICF7046N[MD(7 +M=&5W=6@9T=7HXBY!MQ8((22$I!`2\GK)O;FOO[>G?]PDYH8$XXHX/3//)-_? +MN??\SO><\SS/>9Y$$D+P_UGDK]N!+ROS(K!KI_X//]WAB>_:J?_]UX&_-`'3 +MLG9L?62]S[2LG5\'OIHH?/'%.H_'\X9IFI7"%105YR)F-= +MU]M,T[S_\<MR7J^9FU#%FYH6)V%5]^\*@NOJJ_+ +MPG6K:K-P[K82J%=4C]5XXC^SQ,#08 +M0?9X.'/F--($EF0/I]O;D.3/<%O;J2Q\ZM3)+'RR]406/G'R>!8^?N)_LG!7 +M5R>&[I4D2:J=S]NUI(:?D3Q%"$"C^%OOVM!`HN0UHP0AL10J"'&MFWIP4M +MV(00`C7_3O;M.8J:UX@0`B5O`S]_]2B>W#LQ30LD`/)F\U.::Q]XZ:67QM?= +MLC;0WMZ&XS@((3X;"!!\(2S$Q#,^LS,33_HR':NJRLWU#;2W=UQ^[+''@C/] +MG&L22Z[K^A8O+J-^U>HKE%?;_+X*72*1H*VM/3";;M82VK5K5ZZF:79!J"`[ +M\G-$Z:O6!0(!9%GV//?<<_I,7V?-@*[K0<,P+"&$=KVC/9M."(&NZ^E4*A4$ +M+DW7S4K`<9R@S^=SIAM\YYUWYGSIM7)TIC0U-4U]UNOU.HE$8GX$A!!!PS"D +MZ2_;N''C-7?T\W332\OK]0K7=>HS +M7J\769;G1T`($?3Y?,IT`LW-S9^;]C^V-9_K>XV-C5.9,`Q#$4+,>QD-&8:A +MNJX[9;RQL7%>3E[KR3OYTS`,9>#'O_3ZBNK.>!/_L1:6\^G#H%1X]`7Q_T]5'H)F0J +MJ)PD<&LH%&K>O'ESB6F:)4-#0S<%`@&$$'@\GJQQ_/AQAH:&*"\O_UPGOP@) +MQ['Y^(,#O/W:/U(4\G-?TRI*2\J)(7/9<3A568EV\"!.9R?#MLU`P$&X*),$ +M;AD8&/BA+,M>PS#^I*NK:T5#0X,7()5*89HFCN,@21*&8=#3TY/U\B]#PC+3 +M'/W-/MXYL(L;2D,\])U;*"I:"(!KC2$/OX#D_SZ6S\=I72>>2'`YU^7H0I&R +M'.E!9??NW1I0!_PWL"D3#<=KFB;Q>)QD,HEE6;BNB^NZ&(9!.!S&<9RL>?!% +M29CI)!\=WL-[OWZ>RJ6E/+QI`Z%0828;9I3D:"?IR$5`D([U8BY:RH7T"-UU +MI,X;DBF0=NQ]-]JL`-7`Q>W;MR>!$H!T.JW'8C'&QL9(I5+8MLVQ8\<00E!6 +M5H80@L.'#Z.JZKPC/2FVF:2G]5UZ3AYF1=4-?/_!C>3E999W.Q4F.=J).9[I +M%AQ7T#ML,VYW,/KI(3JU_Q5IQ]WI.OSKWO?'$Y#9!ZJ`C@G[Q9%(Q&/;MAN) +M1#S1:)14*H5E6=QTTTT((0B%0KBN2U55U=0\F`^)1"S"!P=?YJ.W_YWZ%3?R +M[4>^PX*<7`"LQ##)D0ZLQ'`F.[;@_)#%N4MIAF,JJO<(]SST0[SGQ\7(R.@+ +MSSSSC#UI5P$J)PG8MKUHN*]/Q`8&W([N;L_EWEZ40``Y$$#.R4'V^U$4!<,P +MB$:C!B!E"GH& +M3+H'TPR.*X2*EG+_UAW4W'PG7J^7[M=>,X/!8#XPG$5@\-@QZP>AT.G']^XM +M'VQMQ7KW767HPP_QVC:VHB!T'4N20):QR\K(?>().L-AAH:&YJH4A'#I.':` +M"V=^RS<:JGGB>_?B]?H`03K:2W*T$R<=!2"607E5-WUWUL +M>NC1K*`8AF''X_%@%@$KD5@;:VFY\?;24BW'-,$TD8:'*;5M#$"S;13;1@8$ +M8)T]B\9+0-O_/-3Y'"1O_[+^_%J/H1P2(WUD!SMQ+42`(S%';KZ +M32Z,.HQ$!=7UZWE@TY,L+*O,ZD:G$7`51]/MNJZ+U^N5 +M9K;4BA#BLA4(^(ZTM;%.""X"S:.C)'I[,5I;L8`4X))ICA;X?)3[_8A$@N;F +MYIFQI_7#?\//)1[8M@TD"==.HH;*<7J.,'#9YFQ_FK[+@DA<4%[;2.W*N]&, +M`"=.G07.9EG;L&%#%AE%43RF:683D!5E_\*&AL?.'CH4:#MRA$!^/DHPR$AO +M+SH0`'(!'V``*^^ZBZ'A82IK:JBOKPO/X<%$69:A851[WW@L/#!+?Y//_71V8DT43JYDD39[;>3 +M_^BC?#@X2*BB@C6WW#)EU#13U-568_@68)HFMFUC61:69>$X#K9M9SDSZ>QD +M66 +M1>[8&%I]/>>%X*-PF.HU:UA>DWT9Z_'X\7K]6;4Z.1S'F?I]9K0E2<+C\2#+ +M\A5GB[F69DW3L"RK\`H"DR2`GSRU\ZD=4G%18535<"4)R7&P'8L[OWT/DQ== +MLQF?E)D.S??PIV>PGZ75U\5QSJX_&XOZZNGH[.#DJ*2M$'%98OK[YJM.:*VK74 +M31)()I,YT_59&=BR94M`".'F!')P')M$(I'9`0WO=8WV;#K7=5%5E50J9=36 +MUD[=*F1EH+^_?U%E9:6EZ[JJZP:)9!Q-TR@I*9DS0E]4YG-FF$LF5C1;"'&# +M)$F7@,04`4F2_*M7KPX"HJNK*[,$6C:R1^;UUU^_!JY_>5FYCT>8IEE` +MY@9%5@`D2=(`/1Z/*^ET6DJE4B@>A50RA5_W7W'R^KHDF4SB.`[)9-(+>`%G +M,@-R86&AWO3-QCLD(>FMIT[@"A=)`E>X]/=?Q'$=BHM+*+]AZ==&R'5=PN$P +MT6@T3::WS&3@R2[JE__RO@]*9TQVHJL:: +MM6L`6;2WMW/RQ,F49=G7_7\49%D>'QP<_-GX^/@XF>O%3`;R"Q8]4%18O.`; +MMZ^/GSMWKJ^CH]..Q6+^_+S\);?==ONHW^]WEBU;YMNZ=6MHW_[_2(^,CCSW +M\DO_\HOKZ+M.IJ.W@#20`)+`N`1(34U-RYONOK-Y>56-L:*F5M$-7;),RS5- +M4P0"`2T8#*J2)$F_^_U'5LO'OQ]_[>=O;&EK:SM'YI!VO0@(,E$W)PC$A!"V +M)(1`DB1/24E)U7V;[MVW8L&"G.7!_."20""P()Z(CX^,C%R,7![KN#PV +M=OK7OWSKS9&1D4[@ZG\PN'8BD:EW9X*`)81PIY0S.D6-S+G%-S%4,FE+3(R4 +M$,*\3H[/2_X/UJ24;SY%!M$`````245.1*Y"8((````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M``````````````````````````````!I8V]N;[CP:```)GTE$051H@=6::VP,[NS#^]Z8WO)0TY* +M"+2*`Z&0*$W:0A$M$A346"W]0-6B4`59&%&12A5RW1=-/N"T07Q`X$0MI96H +MJJ;]0$A5&K6T,7;(`\LACN,XCKWV^K59[WMV9N[MAQT'DP^HK+U&/=*1]N[, +MW//_S=P[Y\Z9(/'B_*(J/<\[7`Z@#$`"@`U"\ +M7W'EAJ;EC*$]N_?']1U_0*`>@"7/)_@G(\*@G#9 +M<9Q+`"!)T@;&6#,1K070!&"#YS/%8O&6??OVS5>K84E70-.TASWQO^*<'R6B +M*Z[KSCS]]-/%&W;M`X"NKBY=%,5ZSODZ(GH(P%->'T>JU;`D`")JWKQY<_JV +MVVY[:'!P\)'IZ6FS6"R&#A\^;)5*I1G;MJ>(B#1-BRF*4M_8V*CJNIYN:FHJ +M;-BP`?W]_9FS9\\V+T7#4N=`R\6+%Y_:M6N7$XU&'P*P#D"8PFHB( +M>,-N;6TE+Y8([\ZW>_=N[=Y[[[T50,M2-%1]&^WJZJKCG`?:V]M'O+]B +MB[<7"H42$;FMK:V::9JFS^OK'RL*0$2;.>=GO>8J5(8'"H6"E$PFM6/'CHFB*/I5555%451< +MUY4E2;H.``#CX^."81B31%0U0-5#B#&VF8C>]YI-`.`XCI#-9I6YN3FYKZ]/ +M)B*_+,M^29+\FJ:9JJJ:JJH&#,,(J*IJCHR,"*JJYES7W5*MCJH!B.@C`(PQ +M*A:+*HE]1%%-1%+\LRZ:JJJ8D2::JJH'Q\7$Y&`PZ +M`%86H+.S4P*PT;;M@04`QW'$8K$HY_-Y97)R$K(L^S1-\RF*XI\/C^Q5750(!#8"&!\(>.6R^4UA6Q63XV-Q28&!NHFCAYM +MN'MV5C.`)@&0;%E.NYJ6LV0Y;QE&+JMIV;RB%#CGS+(L@3&6\OH<^/C(RP0@ +M25*<,3;V,%&K!NSY_JNO?DF4),J.CSN9T5$6O'"!M5B6;`"2","U+,?-YUW7 +MNV.)G$L2$2^IZHA[[MPDA<-Y413C*P8`H#X[/+PV#'0W`;YUC8TH3T\CX+IR +MQ'6AY_-8R%Q>]I)$SJ6%M34'8'..7*FTP=_;NRZS?7N^$`K55R.D*@#.>;24 +M2*QO!&A])`)5U\'PX=K95RA`]MK*(A"!".`<'`!#98UM9[.2KUP.YBO+CY4! +M`%!?*)=3!2!BUM6AA,IBWP+@BB+DC1M1MV8-0JM70XO%`%T'5J83"20&!F`, +M#$`3!$A$X*X+!T`)0-:#+0.80R6!;-(TES%FKB3`B!F/9P'`(*+!NO7KY87V +MJ3??O+[-K*N#((J`)]1$Y8EGP6.+?DM6L&C4=07!3J52;Z\80$=' +MAP/@A9;''LN0($`011SO[D;ZZE7X`*R)1!#U`!9#+/9&P\`=3SZ)]Z:FB@!^ +MZ?6Y,@``T-C8^*(>"EV^_8DG)B+A,(Q"`6/<-XGR/+.MK8VZU,!`("77GK)7RX6WW&&AIJC0T,F +M&QU%>7@8!@#?8A`BQ.Z_'_Y''\6)P4&6"(4N2KI^Y]Z]>W-+B;]D``!X^>67 +M@X5\_GFR[<>B'WR@WY3)$!L;`Q\=A2Z*B+2T(+1C!T84!7U`V1&$WQA^_P_V +M[-E3=3UH60$6[-"A@]NY9?]3MB=Y8RW[``` +M\./.Y][-S.<^'XNM0JE4PF1R`K%8M/>G/_G%7::AB=JX/!W_M] +MP4"Q6(3/KV<%+$L.`,X8 +MGR+"20`G!,A_>?;99R<^58#.SDZ_9DC/B:+\>%-C4]^JV*KA2'W]C-_PRY/) +MR<^=[/GW5SGC6-^\X5Q/S[O"Z=.GHX9A"`V-#608:E`W]".&9OZPHZ.CZCFR +MM)=\AOQ"O"E^Z[:[=_PVF4R.)Q*)PJ5+E^VQL;%R*IV:J:^ON^_UU_X@)Q(3 +MS:JJEN+Q>'K+EBVYG5_8J>S:M2MP_OS`@V?ZS^@`OK?B`$0D/G_@9[LWW?+9 +M/QT_?OS,,\\\,Z2JJBH(@BP(@NSS:;G6;WWS])IU:U?-SV=>,PQCQK(LWMO; +MJ_3U]4F*HFQ_X(&OW7/N_3.[B6@/Y]Q=40``TGQZ_O7>4^_>=\<=6Z,]/3V% +M5"J5R>5R=CJ=MF9G9TO)9/+877?>)3_R]4?J&QH:-L5BL6@T&HTV-#3$&6/B +MT;_^N92>G_^CIZ,J@*KG`!&IJJJN_>[CW_EV_*;XWH#?G#=\YH3?\%T+A8)" +M*!3R!8/A@"B*2CZ?M[/9#)_/9BB7R?KG,VES=FY&320F7NQ^Y!*%2<`L!"'J_@0\_\ECX +MT(,O#0X+V%P<',O=VEN92UU;FEN````!ET15AT4V]F='=A\W'/?DIN$$$`(A/`B*[Y0%JJ110U:Z:RUK=B= +MG79:K(4I;-E4G%G9W6EW^T?=;9WI[*YC5SLMH]AJ7;6`;4<[HR[5:M5B*Y.Z +M@`31$!)R)!L=1[@7.L\P+G6>8!SK0\]@/E!@K=M2%K`9TS+^0??+RLT`B@1 +ME-:(2/4_H`1$5_<)6@N(TH)2@!Z-`41`(;RF??G:Y[\W_,H'!9`S>1)OVY!L +M4(;Y=Z+,S;/F+4G-N:AM]-S57Q$0#)1A(Z:)B(4R;#!ME&&"LA!E8Y@68MHH +ML1#30D0(0DVID.?%AV_W2]G>KB`(_RTZ5'CT,X_JRED#;-N0-$P[=H\._5LN +M6'AEV+KTAIAR^]G]["-X7AE!HW6UNPT1#`.4JFXK!89Z=VTH76T7C3$:8RB- +M4N`U7AU4ZOY2=7;U2UE'=2B6B!@:$;36%:``O*.4VK)ITZ:?CO?XGB5DVM'[ +M4TUSUZSXVSL=)U%/[VO;=7]W)X61C(R/,Q2$2M"APK0C:+^$,59(HVL5B1/X +M11`0!:($T2!:.'A,&?U#%:9$35K*OQ&S?E$-A +MZJ+KF;9H%1?\13MB.ASM>IF!`[L(!U^G;FX;=:W74#-C,2-#?0P>W$6EYSDX +M]FZY#\L,9M3X9,IUA+*`B#4%^X*9L5RN\CE5[+Y,1YN'@`7U]?6=@X.#?PT< +M!YBPA'[XE?K-D7CJF]=OV!ISXG40:HYV_D1W[=DEZ=Y#)\0VK]S,@A5?(!Z/ +MXS@.E4J%4JE$/I]'@&1-#?%X',,P*!0*%(M%"H4"/;_Z+Y+I)S"L""];7^;F +MCT:PFZ]%&U&\7"\5/T0C>!4OC-5-[ZIMG--MFF;GO??>N[Y4*LVZXXX[1B;, +MP(,;:SYK.8D[K[WUNU$G7@=`NNLY0$D@-E-F+@1=K7T?D[K92\FF#Y&W;<`@ +M),2K>!0*+G7U#0R5<^2&%"(*S_?PRAZ>[^',7D7?D=W4U,PB$0Z3WO-+FB+U +M.%,O)M/]'/G.^\D7*V0+OGJ[/]_LQ^?^1^.56WZKM6YS'&,?2\^PL*E'T/\_`EE`Q`$`17/I^+Y^('"\R%`H2P; +MI:IW(C%,-`8H$RTFEA7!CD2Q;1O+LMA[\`A!&++\T@58B2:T7V8XW<6N>SY- +MU+&I!$+1M^@?'"D%#5?\H]W]5E +MK...]<+L!DVY-XU,7T8E?PS7#8G-OY'77W@,)QJKV):V#<.*ZOR!;]E<_J1/ +M8NF8!W/4_(6&%7GZHI5K8P=_LZ/0=^#78:B#YV8O;K^AJ64IP7!7]>0GF*QN +MZPG:QL?ID]N.9[QZ;,ZU2-H>8D3088CKNF2/[*>^]2H2;^ZC^]`;;QK*FVM9 +M%DXT<&I(WS`4.CW'`;9M2,XT+>=YKQ)1YJ/Q;\][*&`_$ +M&HSFVG+QZOE.U*8LK3]8W]2T[OOIM&E8D>]J(`S\#JW#'ZR];\1]J*/QR;8U +M_Q*G,DQ8&CK1R+@>_*.S,!J7KP@1(^2'W_@Q"U?AN9ED4Q.^:>+F\Q2/'6/D\&%TJ807 +MAH9.+8S#2<\!P_0O=PN9VAUW?2(8:Q)1:!V>QL+93SKUCDU9X>XCT]**`$C%V!-G#5=="6^PI//O!%B8[:-GI>VGI71TRF0',7&12C3Y-6GGF+6HD5$4BERIDG&]TD`":`1B`() +MQV%I>SLO9+/*MNV?G0(`<,O]V@5XX(O5AY5I1[`BSJ0`6$""0>:T+:/[U[MY +MX?''F;UH$=,2"8QLEN0H0'P48,FMM]+7VQOJ6.R5C1LW9B8$&"\!1!F85F12 +M``!:Z*3XJ4\25D(&]^R!_?N9ZKK$@!HX#C&SO1U[V3(.93+Y4&3SV/'O\T8F +M&,K$LBM(SU_/B]E,B6Q +MK%6W;=KTNS,$`&48F/;D90`@19&EYJN\WG8Q_F5+6+!R)5,&!DC6UE)>O)A= +M(R-Z9'CX@.\X?_/539LZQQ_[W@`"2JE)+:$QI:BPHG$/+^4^PJ'X#`XV-U0`1-S$DOH9"VK[V+[P69LNX92J83&+T7K$S>>+OZ, +M2LCZ$V1@3!9PX72+@C45UW49*>1^ON6V?SIZNO@_BVO@9-5$?(9*+N6R"SK< +M_UZQ[P^@C#]I"0$DHPI_I$S@E7#+WE$1,;36P42Q$P*(B+V\A=JO7%^]B`WC +M`\U_G;62$2$,?(+`(]W7GP,:1*0$%/1)XYI3G(F(#20'1J@%SG:X\T>>:7NZE.=)T*("(& +M8`!F!:R#1RN/-CQ]_Y>LOO[+M7X%O3P@PZDH# +M(1#>\XOB8]G"[PM]/6_>9!LT3NCN+*6!@3D=B?:5*[1C6[SQVO.Z4/(J$2> +MI\O;H;P3F/`N\/\@M?[+O9MC-7MOO.*C5WJ7_=4G5>`'NEPN!ZL_CE%75]?4 +MT-!@I-/I\*E?_#P8&!Q\B.HX4\-I9N9$),Z[H]@(U1E.;Y(`!*B]YIJKVBZZ +M9/%5]:E42^/4QIFIVE2#*,5P-IOI3ZQ[_W +M[;6\VI(*265?D$T,Z@C(8L0P@L@BBH@*.C2>[CFS"0.*CF<&Z':`(!!LC]/+ +M=(,;.BBMC4?9;$5%>]JP2CI",'LJ6R6I)+6_]_G[G5O$4HI_C\GYGN.3Y+ZWA)W-8)LV[9M)LNRCU!*"P%X`#@`6``(R4=4 +M`'$`(0!!0DBM81B_6[Y\^?XKS9M<21,J*RMS6BR6,P"\`&J2:J64-C(,4Z?K +M>@T`\>, +M&3.ONKKZ[D`@(,?C<=>.'3N41"+1J6E:!R&$2)*4)@B"-R,C0[18++T^GR]6 +M5%2$RLK*T,F3)PNNQ,.5]H%Q9\^>?;2DI$1/34V=!R`/@)M2F@H@$T`V(810 +M2N,`>@@A00`]IFE6Z[I^\,LOO[0"6/"C`1!"QD6CT>4`Z@!DH[\/-!)"F@#4 +M`NAXXXTWM(4+%Y)D7BR2(]^]]]XK39\^?32`<5?B8$F26$HI +M`X`$`@%$HU&7:9IGDK$._:``A)!B2NG)Y.TP]#X[AS``#@]_L9J]7:1@@9,L"0FY!IFL6$D%/)6Q\`Z+K.A,-A +MH;N[FS]RY`A/"+'S/&_G.,XN29(LBJ(LBJ+#:K4Z1%&4Z^OK&5$4(X9A7#]4 +M'T,&((2LX`",T3:L:`-!UG8W'XWPT&A7:VMK`\[Q-DB2; +M(`AVCN/L',?)29!S:F]OY]QN-P@APY,QOW,:TI<<#L<(`/Z!&5=5U9Q8.&P) +M-C>GM595>5KW[$F?V-4E60$?`W`:S_<:DA11>#ZJ6*V1L"2%HX(0HY2:BJ(P +MIFD&DS&K`&##U@W72*QP0-65?UB]\M_V774`CN,R3=-LGD_(0@GXZ=___O?3 +M6(XC8;]?#S4VFLXS9\QQBL);`8X%8"B*;D2CAI$N/SS]N( +MVQUE63830-6N\-KMXZ*YY=_O^]/Y[N[9L*;MOYR$($A!/F$HXT^TM!1F`*0P)06BQ0(37ZV=;;$8^.2] +MD,R$`\`0`E`*"L!$_QI;"X>*$2 +MCKZV-@2KJV&&PXC;;#JE-)TR=/KPHN&"IJF(1J.@U(2F:=`TE1(>^G>J@2>> +M>*)NXS,;9[ZUYP\[[[MWDX84CN5"X#WVA'HP<,8;T:0K\=748YLL$D21T]_6A/A#`IV?.H!9` +M-:4X32E.`V@`T`Z@+PEBH/\GV]BI4Q'RI1LVIR-]ZI2I=K^_`8V-#>@.=AMG +MJL_Z-<6_KHL:,K_^;&\1++IB;8`.2D +MI"`5."?O162[?3K(K;=@VK1I:&EIPK'C)\*JHKZU:N7EF_\Z`!C7Y,E3A0:N*BM;/V/@LV>>V3![Y,C1N800$`*P+`=0BF$^'TW+R8$U%L/)'3O0 +M55$!L;<7*>A?7U\(D@:`+9T&LG`!2J9-0VMK,XX=/QY6-'7/=S4/7-"$-%VM +MZ.D)EF9GYS"/+/M9ZKY][^[>]MS6LP34ZO*X]J_FL`IFX>K*X^_8\^7Y;3,'3,OG..W3#,&SB.`R$$H7`ONH*=`("! +M[1B'[,22AY:2=ST>&KIN++'LW0^UI@96`+;!((2@;>G#:!P[!G>4E`R8CR82 +MZMN/KWIRR5#,`Q?9%]KVRRVG[ENX:"S+L8C%HN!Y'IJF@U(3%#29#4U>^J^" +M(,#E\.#4YR=Q[)/#&'7J"_`U-:"-C;"P+%+&C4/E#>-PS-!1,NU6*(DH:NOJ +M([INO/W8JB<7#]7\10'*RLJ*K3;Q@P4+[O7P/(^$DH!AZ.?,,PP!I8!I]@,9 +MNH'6]G:8AHG\O'R`4KR]YRTX6SLPBA?!21(^[`R@*AS"^/'CH>L)^%M:8J)D +MV;OV/WZQ\$K,7Q0``#9LWC#!)EG>G3AA@J.PL(AG&!84%`0$L5@4#,-"$`5$ +M(B%T=G8BT-E]SD=&>@9RLK.Q?_]>=+1U(-(7PMGZ.N3EYD/7%71V=2;LLN-/ +MSY8_-_=*S5\2``#6K5OGLLO2SRGPH,OM(KIF,)%(1&$(.:V;1N:DB9.RQUX[ +M5FST-Z&UM14#82@H;!8;1HTCA<.3P*R^_5GJUS%\VP*72NJ?7S99$X86[ +MYMWE$26)U-;50M>-<_XHI?"F>I&;DX-]^_8:]0WU[U"#63Q0$%GH)1"%`6,&'X-&AKKM7W[]P74>&S. +MA@U;3OSH`+ES-I7Z4IU_6+[T;YVU7U1`ID'<<]=<](4B:`]T@E)Z#H00@JPL +M'R1>P,Y77PF%P^%?K']ZX^8?#2!WSJ;2S%3G[A7+9K@"$1V!W@2Z6^K@CIW" +M/?-FP^M-0X._!;JF]T]Z21B'0T:.+P,'#QZ(5E7]M2(1UQ9LW;KU&U><5QT@ +M=\ZFTLP4>?>__&2F*Q@S$0PGT.#O1+N_$5G9N;#V'L'X,7DHG78K_!U=B$2B +M`&AR]J;@.`YY69GP^QOT-]]\,QB-Q^]^KORY3W\0@-PYFTHS//+N?UXZPQ56 +M372'5-0U!]#1W("<@I'H#JL(A2+($5J09^O!X@<6036`0'=O_VQ.OP(9EN*! +MQ#-XZ947P\%@SS:'W;5VS9HUYO<&,&#^GQZ^W173@:Z0@MKF`#J:&Y%3,`+= +M80U=;7Z(1,6-Q:/QR4IK.WNBL?@#OWG^-PXP?$" +M>$&$2[8`A$!5$LC/RV-6+E^9XI3EWE5M(O?:SEU<<[-_$<=QB;JZ^L9P +M.)QY]_R[^9MNFL!HF@;`!"A0VU`#29+@31V&1??=;]_^PN]V`"BY:@":HGY: +M7=^^X-K1A8*B&DC/+D)72$5WNQ\<-!05Y./]CX_&X_[_?8GK^;RNC66%6"Q> +MG9N7ZU$4=9_5:NTAA-`_?_H7*1:-SJRLK"Q8_.`2CN?CXT^-J@1QXOV"BSZ0TXQI%46B@O>OCO-Q\;N*$F^7,S$R?S^=S +MI:>G>PH+"]..GSBF;]J\D?W)WRTC&1D^I*5X<6O)-'A3TQ#LZ8:NZ4WHWPN@ +M`$Q"B`'`H)0:Y_G[IDY,"&'PU>$GF&UV^VBIFEF)!*A/7T]-!Z-2+U]?=;. +MK@Z^H:YA%R?P,V?,N"/]EBE3)5EV(!0.X;777HT>.7KD5Z^^\C]EZ-]",@#H +M26F#:^.2``,ECZ^V-CD`7$KQ@D)'UO6_%@2A$!2,DDB$(S7O_=>H3,,HR"\8 +MY?&XKA-$*97G.9L@\%9"6`(@2DTCHJI:H"_4=ZRAL>GDQX<.5_7U]<7M=GMH +MWORY*R1)F"?+#DLD$J%^O[]\_]Z#NP#T`-`&C`]HL.=OJX'!``.O10`R9_&D +M@"%V/=JMH/_,:^"PS[Q``R5'DS'89(E&DZ(`7`"`0W\$X4,DG!!")HT/!AH\/-,,BZYX-F!9J,FC5_4 +MZ/\!2S].,X_^M[8`````245.1*Y"8((````````````````````````````` +M````````````:6-O;G,O-#AX-#@O<&QA8V5S+P`````````````````````` +M```````````````````````````````````````````````````````````` +M`````````````````````````#`P,#`W-34`,#`P,3;[CP:```*JTE$051H@>V97:Q<5W7'?WO/F9D[<^=^VDZ, +MTYAK.8Z3$L3((@N!_^>^RQ/WFG0+[=*!+04Z=.`=!]]1_QS4L_ +M]1\I31^B]M#G`(CCF(L7+W:B*/I6%$5_]/CCC[_^CJ,NC/][N&\SRN4R#S[X +MX/C"PL*'5U=7GSA__GP#WC[U?I94-<:$UMH_>_CAA_\<"@JK<*(`E$4W1E4/^-0U4IVGQ,PQM!L-N\,HI]C#"GPJTC` +MJ"H7O_+Y;YA*X\F?ZA/I\2$_1VAAL?"LA75%![^BV?-@JOKD[ZFF5T%%`4$4 +MC`HJ`J3KXO&=C0MQM_6!`#`FJ'_DKJ-'*`55L!9,":S%6`O8=,U@*($UR1J2 +MO$@E024)$%1`LC6/BB3K(J`>]5B- +M0=2SJ)(2T@2X^"1R&;F4&.E4$7J1Y5^OWD?9"H&`=V.1XY<0IO:S@O."^(@$4HX;%XK`MY^:7S+&Y.!7MG +M]J4$T)YXCS463<&9+'TR!7(EAG?'!'`:45,`IT6@V=K.TZAGK5?GGMJ;]*Y[ +MRK.'H?DF?N4"46N%?M\1Q0[Q!ENN43%[:-L]'/N#O^NF"FB(=Q!DP$SA8H:N +M";%"VAC-"]EH%F'%X`N13Z.O:2&KIM>DZ$64C?X8LY4V=FPB+2JAV^VPM=6C +MWW?TG2*4T,TUZGOW$`;3YNFGGZZD-:`=\1X;['0\T$$TU223+'.R**8.1"%= +MM$`@3Z,,=$*`E$"K/T:]%%$BQE0F415Z?4=SLT6G$]&+/'$,WG41K]A("7Q7 +M(EM^,"4@'16?1%K(P:HD>9\GC)B"XQ=R/HMHYBP%P&0>+H-G)".16.QFO\Q$ +MN8N*IU2=HM\-"7L1K7:7L.OH]SV14[P31(1RV">0OHO@<))"(BUU<1)=<6`2 +M'L:81`!C,#9U2TG!&]+H,@"<@D_L,=D'DIGM"9F=^M0^/7BA'569#$(0AY8G +M"=>:+-Y8XP2KYSDGI^0D03<%*(?@9XVS[@:4=5VE^MH`UM/C1%%$N+Y.N+C(\M6K[!^K847WIPJXMH_Z3K16T91`LE]I6@R9`FFT +M$Q:I"CY136)$7`+2QTDM29IBDLZL2"WG?8\B^*3(U*$2Y_=Y +MXZ:,=)B9(NES@40./B6SO[;`_I./\/IS+_#:N7,T9F8(9F=9O7F3*M``IH`Z +M,`8<>>()EI>7U9;+S]B"`EY=A$8AVF\AX1JNLX1K+1"W;N);M_"=921<1WMM +M-.J2F'/B)'B/>LDGA9D_2^$Y!:^BW%-^B[GYDY2J5?[]RU^FN;S,[ID9W@.\ +MMS#G@/?MV\>CG_D,BU$OQIBO!P#1YM*:H>,G9D*DOY84<;&!,XF59LH,;HIG +M@J("%#K3$154\I3*NM5=9H6YB55^X_>_R,6O?HU73I]F3Z/!KP&3P$0ZIV=G +M>>!+7^+LE4M49?WED,;W`P`?]5JN9U2]2R)E3`+8D),8N%"A$\U'>H`I=*9Y +M6ZW%S2[-_Y&44E&.!3_`W7V"TJ<_0>V'/X*+%P&8!B:-X=[Y>6:>>HH7%_^; +ML?B:VW/YV7_ZT.E5S7JA+8F=R=(@;]C,P#]UJ"\:PCZX*9#828$A,CNH7^?";WV(F2-'F'..J6:3RK%C7%?ENZLKW,_+C"]^I[>%MB$]$RNZI2S][WS%&M>`[W7AR\2I11!3K>:]G%#G62%Z\I@"[$>3B/ +MBC\H@->"&J.[]:@*NBVEE+)T\!;",$2PE'V(2U\6>S5#!.;_^I*\^'L'X[C; +M*QMUPV??@O/HVP@P9*5%!=`!H9WJ8(2,%-PIJ,2$W0XEZ2,B^:N<5VN'%`"\ +MUW[4[9>MU8)]DGP[,03AS[#O8*8/[(5N]G3NI,J9=MOHUZM+%R>"% +M3C2HV!$"HMJ-NE&C7+&%KTZ*X'>VH)R(%DGDBX6"+JBRTX97))6.,=>F:2>I +MR192D-^+EK%F1`&AZYS'6!V`'?J*>RCD.Q-1TE9[B-GM00]-4`R+E8.T@MUT +M*W?1+M^%B:`]=B_?[CZ!M!?85]DBD%;PT=,KX1"!V&NO&SHL06J56>`+8=^Q +M!H;3)\$^7`>Y*".`B]%VMLI+,Q]G[_[[.'SP$+5:G^[99U]X,R?PXUO=/WT@KORM68LF%=7!=YB%*(ZF +M1KZT_?=TY/-#KK3#:.X^:B8/[C,?.'*,&Y=?UTN+"W0BS^[I*;/O@^]GO%[C +MW@/W\:G//L4_/W-:FK'Y)/`7.8$_?G[YF\!+)/V3W_DUO[!A#ARX/O>%]V[\ +MP\N7KE6.O.]DZ<`C51-'L3\11=IH-"JSNV;+UEC^\\RWW;4;-]KGO_>#%XPQ +M)O\?&@!CS%A*(/Y_)@!0FIV=/?0['W_RR=E=NQZ8F9XZM&O7[GL:C<9DI]-I +MKZRNW-I86[_2W-Q\]=^>>_Z9I:6E"ZKJAPC\,@QC3(7DW%)/9YDDH&$Z>ZJ: +M_U?2_P#\C%BJZ78!1`````!)14Y$KD)@@@`````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M`````````````&EC;VYS+S(R>#(R+P`````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````P,#`P-S4U`#`P,#$W-3``,#`P,3@H*8W)E871E9"!W:71H('1H92!'24U0+`IH='1P.B\O=W=W+F=I;7`N +M;W)G%O._%```!`I)1$%4.,N=E5UL4V48QW_GHV=K-U@_<*M5V90M`T)<2(R# +MQ"A&$0C'+YQ^Q4W[SZ/O]?6E92::$"='OW'3LWE@%>Y/M`%[![D7X]^/8" +M/?G[6\!NOAE^EVZO0U3]\2$`>WJ+DMFAV[M/O/KR#@8'!W$ZG<3C<1P.!Z%0 +M"(_'0R*1H*&A@6`PB,?C(1*)X/%XT'6=JU>OXI[<3^?A`2;Z3_'3Z7)S8^OD80Z-1`U#,*`3PV*.-K'AB!9(D,3;F9^#R17:^OFM!@(JBF!H.A_GK +MBY?N0`,QXKXS2BD*M=N[K]GE=+)^W7IT74=55=K;UV$4"_A\(]AL-8M./!J- +MXN_92N?A`8(_]G!E.$PF\*V9;\GQ,[E_<[A<+FPV&]ELEF0RB=5J0[6H-#4U +M+8!.3T_?@?[0PY_79A9!2^`UDB23S^7XY<(%XC,S1#,9K'5+2202:):JQ4X/ +MS4-]$PF2HV?)K?T(>KL6&%`+L]GUQF^#_)K,,+9W+]6%`E9-0UN[EFS'3M.Q +MZ?30`-?[3S)R/4YL^#2.35\2UO]9%)$P?>DTM:D4 +M]4#[MJTL?7P%C8V-]!]\FHX#%PF2)4L( +M!`)DLBG>?Z]+NMNQ#+#ME1W@$`@'V]!9YH>$:$6,YB98/ +M<#J=.)U.6EI:<#@_4-3@6H`N]U.;4TM16&P>O5JA!`((=!U'2$$;P"& +M89C3)TD2A4(!M]O->##-;KJZDP'DB0A25+%D2Z5Q6*AJLJ\ +MYU8@!QB`I&YX_CF7HB@M\'HJQY>5>A;MZR +MZ;.ZI?9LC:W69G?D2:?3)!,I\OD<\?C,(I>5*GTS?0Z8*\4`H$Z'0KN$*'X< +MB\T\*82P%XR"7"P:LW.YN<#I4V<^\?O'4A58I1,K`+-`&LB6[9M/B5Q^0RJ= +M\CW`I77QKCW^`[V#'VTD6Q/F`````$E%3D2N0F""```````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M`````````````````````````````&EC;VYS+S(R>#(R+V%P<',O=VEN92YP +M;F<````````````````````````````````````````````````````````` +M```````````````````````````````````````````P,#`P-C0T`#`P,#$W +M-3``,#`P,3````!ET15AT4V]F='=AP]&+"Z.PF +M=SFPI>Y&1IV1]>>'EY_C\>_L_[OHR($"3#,`P` +M)P$H`,2MXS:`#0#?ZKI^,`\@'D`%P#LW5J7`/P*X,)634<)@>T" +MJ;&QL95,)O-^O5[_L%PN2SS/(Y%(M%55]9:7E_]<7%Q,[01\:&%AX7`VFSW7 +MU]?WERB*Y=7557]F9F9M=G;6FIB8V!>-1K_:%M@PC#@`5==U"X!8+!;KHZ.C +MOP.(A<-AE8B2U6J5CT:CFF$8<5W7S5X['@+P#X`AV[:E>W-S_9EF\SU!DJ(V +M4:NA*)NE4DE+I]//MVH7>P:WUMN/'@P5L'!P=%;7.3[39-"``4(G!$DN_[J+INO/KB!=4& +M!XMD$1Y*`'@`AT9&`$7A&6,_=`*PH)?WY=6K/U;NWS]2 +MOG-'Z9#M1@!.$SY/[]]^+R_(P;M_F +M0@`&`+PQ,H+&\>-X*HIKO"P?#?('=@P`AF$DW9IY4XPH[PX\?LQ"DH1GNW:! +MK(V[7BQ^3-?UZH[``#`U78AP'/\B31(J+\?T&![G_%ZUKRR7>(/`!8ZL70*[CHNJY`Y`-`\?\$EXC\ +MT*M]+X:NPYN:+GP`X+0LRWO;[?8X$3%-TU:;3?NAZSJ_,,:NY'.3K4[>P.%- +M31=.Q&+Q&Y]^- +M0A`$Q@M"TO<\;W?JS;\9N+437YST!P;Z]]3K=9Z(&&-LQU&&P6SE/M3&X`````$E%3D2N0F""```````` +M```````````````````````````````````````````````````````````` +M`````````````````````````````````````&EC;VYS+S(R>#(R+V%P<',O +M=VEN92UU;FEN`````=T +M24U%!]D(&`D<%D%*`'4```,0241!5#C+[97?:UQ%%,<_,W?N_LC=W23=;&K: +MDH#5F+2T38PH*@&M$?KH2RVI5&F+0?!%95F?6OK4:BT&!&OH'V!!1(6"E()M +M5"+5E&Y_:%/)TFI_;+IQJ;N;[J_LO3-]2&*76.CJHW@>AIG#S&=FSCGS'?C? +M%DW4#T:'91^0;'2QCCV%%WL&I`(5FD':%2G$P7C\W3&U'#IR^!K9U'>4YO*` +M`4`*D'+A#)8`(01""K[X,4=?5PM=G:OY^O#N#K-VQX>NO^T38$S40W<=.D.H^E?&0N'2=[?8I*>0X`8T!:%JY;HS8_C^MY5*ME +MTJ5F'*>%AQ_M036UDOMMDMB:;J:3W[2YMS6-EI7K67V^B\H@)G4)`#K +MGW\=G;T`1F.,QC,:8SPP^B_?4O]&JD#QT\]YI.\)Y)Z]]&M-15FX/8\Q^]+F +M!?")(R,`[-Y_:C%=#S:#(%THTWJGR-50B(CCX)5*>*4*0OE0;Q_5XNA;#VVZ +ME9D]YV$;V=8OZNM0U*'NM=#1=9%C-[\DU-W-=+%(>SY/#.A\>:N>:HI^)NK* +M+0&\WV@-&Q6BO'J8P'B2Z$]GZ`2:7]G.Q+J>3%6Y&Y<_$+-EVSOD4J<:@L^; +M`&?+@P1=B52*HJVR-2NP(9%(W%++)_O\33B1:$-@!Q@,7^#DW+,8H[&DUYN( +M)[(`]P$'(;*B84UP`%U8"'X\OB^[Y%=U.8H`V$$']0_`RV0G"OP):%6W@0W@ +MBZQ"^T(/Q!1*+E/I"B4=`/X`(1@[\O%X+I^?,*YXKSYY_M$=H8]P2R,-*5OO +MFSS^Y"#AH.+BK]>H>E1[U_47C-'A[R>^O2SNL\8&@D`8:`+\BS>REIB`.S3T +MW(K-0T.OMK>O[&MI;G:$E#*7NUU)I],_!/WJ@/@7NFW^FU_37=F^)Y<]#RBF +M`````$E%3D2N0F""```````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M`````````````````````````````````````````````&EC;VYS+S(R>#(R +M+V%P<',O=VEN92UW:6YE8V9G+G!N9P`````````````````````````````` +M```````````````````````````````````````````````````````````P +M,#`P-C0T`#`P,#$W-3``,#`P,3````!ET15AT4V]F='=A +MW6(=6UH]WI];3=SGG]`"0.&8+/QS=Y?OF_ +MMX=02C%=N=WNSP&\"$`+0'E[.0<@">"0R^5R3=0`> +M!?`.@+,`WG*[W1W3]2NFC0L4V^UV;WEYN2,>CS\Q.CK**!0*8C*9LAS'37J] +MWBL7+EPH_C]P36]O[Y*ZNKHW32:37RZ7A_Q^OWCDR)%P=W=WJK&Q<;Y>K__T +MH6"WVVT$P+E3CL4#*,7*,TFM-I,,!C4E965W010VM;6E@0@-36]_4&N-C+P0"P\GE*U;(F.(BQ`0!88,!9R0)?:*($``6 +M@+WA6>@+\Y6I9(+T>CR_12,1YXZM+3]..6.693\$P'9TMC_#,(R%$"`MI#"C +MK`S'WO\`:D%`&0`S`",`KG8QV(8UR(DYD8^-']J^M67CW9#:+83F!V600 +M51K5X>U;6UZ9YE7=@@'@RZ\Z'2J6;56IU7-$49242H6RLJK2&AH-@56Q&.B_ +M"+_?CRN7+U.+U?S3_GV=#=.A4^`[M6__9S9*:5RAD"^`3'ETL;TZ+Q:+0<6R +M"(7#N';U:IP04K1]V\[40\%W:K9SS]H\HZ9KP]-YZM+B/)A->L3X.-1JM>3Q +MG/,G$HG&YIWO7IH.ON?8G.W)QJ-%B/7`[S/Y_LU$4^\]-ZNW<)]$S.,LN5YYQ+-B;XA@#%`C/V%DWTC +MDDZ9H;EL$K_T]&0SF:QHM5I075UMM"^R-V@X[0]W._\:0I)$1WR!L4_*4DIOK7VV26:U6 +MY<6+_3C^\W$5I],)T6CT&``+(20'0*"43DPY8T*('("*T15PYOEKZN?GIW55 +M\VS+S";+'(O5/(OC.$TZG0Z&PZ&A&!_S=!TXV,[IN)E#_J'K`'@`*0`Y2BG^ +M!HRG&7N"#U8I`````$E%3D2N0F""```````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M````````````````:6-O;G,O,C)X,C(O<&QA8V5S+P`````````````````` +M```````````````````````````````````````````````````````````` +M`````````````````````````````#`P,#`W-34`,#`P,3;[CP:```$W$E$051(B6646VA<512&OWTNTTDR.9E$ +MTV)+V[0-1NL%\5(QTD+!"VJKHNB#*&K%)Z%//OK@HT\^!`J^5%2HB.";"%J- +M+43%2Z%MC*VW5DFM23O3)#.GF9FS]U[+AW,RJ>V"??;9F\WZ^?^U_F6FIJ:. +MJ>IV`%4UY&&*!6""(&B(R&L[=^[\J+AC8F+B/N`#8#U0!@+``VW@+/#,_OW[ +M3YLC1XZT=NS848ZB"&-6!%X!2D"/F9R<;(V/CY<[,^_A%O_@ZHB&;J+OMI=86%A@>GK:B4BT +MO+Q,O5YG[]Z]6&NIU6HTFTV2)*%:K4I/3\^E0X<.H:KW1MY[(R*4;WWYFN0K +MX;TG21+&Q\II*I4*2)`!4JU72-"5-4XX>/>_QW@-P[I/7,6K@*JE`_[>=6UY+$G982A9PSC,[,\6EBW7:3HBL#U[=.7S, +MQRG]-.^*1,2L`."%&W8]@`GCU5+_#T-`E)/?763#2!\#VVZC-G>>AD]8:"U# +M%*.](6HZQ'%`V_7U1=[[+H"(Q\0Q=G$&`@43K&974,D!%AN]?/;6^SSXGX++UB&%A,&6LL,P#$[0QM0PM(SU]B?L,(70!%?84"TQ-#;&3Y.31-4J)X.`R%H&@`08#@*&-F^BU/E+(Q')N\AE +MB/.(ZR"=RX67M0!PJ'C4=E#79G0P9?L3C_+C.P=9/SS,IB@BR3(&@0%@Y(47 +M^+._PO8+O]#U@3J+:S?0+$72BR@.50OJ4;'@75%DX?I`N/,&C^Q[D(=^UB[?P\%S=O9EXS[BD=89W,\K>(667@'6!0:]%.48^N$8HV +MU14`1;VPJ31+LUKBI!DEV[:-M)-R?^4XZV06]1X5T:Z3Q69@<@#)[#6##U54 +MR1N@8*)>N"DZSL1Y47%;%0S,RFSK,NCN!%\Y)Q[X]?I8^^,'?\XK`&U<_\6&FGZ +M$"N605+V/?T8PUNV,[3Q1@Y__14-W_NS456,,1%0C0+6!L:D:T*(0V-*89XQ +M#@QQB(D"4YPQ&[>.5G8\]/AK/7W]MU2K@R.52O]:Y^SE>KTVES86?]/&_($W +MWW[W\_\`KFL<'$S?X4X`````245.1*Y"8((````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M`````````&EC;VYS+S,R>#,R+P`````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````P,#`P-S4U`#`P,#$W-3``,#`P,3;[CP:```'>$E$0518A<66:VQ4 +MQQ7'?W-?NXO7NW>]?F`PKV+`M0D$)0WF;9NX)(5&%%$:*10IBAJUT*JD4FE: +MJ5*_I`KD0P(H4D5#0ZB`EE)440K$-88*-R$0&K;8AF`PQO@%ML'>7>_SWCO] +M8.S&@"'`AXPT=X_FSL[YG9FY_W.$E)*OLBE?J7=`&^G%.Z\;O[/2]AI-5W<" +M/*J]_LW4#^\'(`:/8//FS7D>C_N49=GC`:*-/^;E5RMX?UL-P"/;[DEO`V`8 +MKFN)1&+V^O7K.^ZY`ZJJ+ILP<6)^5L`$H.:B)"OH91#P4>WI,Z:#E/3TW,J_ +MWGG]6\#VD8X@Z/&XU1M=-^CN[D((P*$((@$>VSYPYS9@Q8\GT9JI`\,XC +M&`)0%"57TS3%MFT`O*/+V?F'6C+RRD!*/MA>RZB<14@&;$_V`B3PP?9:7,'Y +M0W.,P+RA.9HY!QNP+0M5U82B*+DC`NBZ/CHKD,63,V?A.`ZP"@`IG8'?VX][ +M?[9RN'7'/%55:6V]1EMK>_Z(`$*(7)_/CV$8MQW?[>AQQC(S?0@A1MX!*66. +M81A(*:FJJGK@HE]6P*245%96#@:6?4^`K5NW/@F4[-V[%]NVD5(BA$#3-+Q> +M+Q45%02#P6&+/@CPBV-22G1=1TH9N`M@RY8M+N`TH!87%U-04$!=71VI5(IX +M/$Y?7Q_[]^]GPH0)""&^U$[<.59968FF:41N7@N\\DW?`575GG$9MI=H +MP`Q=USM7K%A1H"@*75U=Y.;F8IHFIFGB=KLY<.``,V;,("5*I/$QXW'AMK86K]<[M.CBQ8L?Z/Q2PR<Y.;U*\Q[:BK?6_(B=J2=OH8&6@,!KH>[J2UV+"'8KP$3 +MA1#'_7Z_C/3VTA0*<:.Y&4?74;Q>I*YC&`9]?7VW]6'DJ.L^K>;PGHW$PIW, +M?[J(F=]>23K22KBY&BL5H[$N2'W],:?]"2NM"+$];1-A&#BZ#KJ.?^5*>DM*J*ZNO@L`).V7SW#Q]#XT&:=LSA-, +M+YY+LK>9\)5JTJDX]2U)+G9(NOO^(O51@=VVPVL[:L+=`)ITG"FNEA8]X'() +M^OJ8TM.#*25Z(H%()$@"T986;A4545%1,2SJLQ\?XA^[WD`CP7/S2RB:\C42 +MMR[3>_E#DLD4YYH3-'8*XI9*Y8J?H)E3^J^VM.U?MVY=]R"^AA"WKBC*Z+9( +MA)98C#HI\>LZ5CI-!`@#4[.R4("C1X\..6\*?4AK_2&6/?L-"B>-(]'32._E +M(_3'+4)-<2YV.MC"P^19+_#2J[_$[?80"H54*5NSOKA_FE"4`SDS9[YRJKI: +M]65G4Z=ID$YC`C[`+P1YA85X)DQ@P<*%`/SKX._IN'"$'VUX'9_/1^?1-^CK +MMSA[.<:5+H$O.);O_.!GE#S][)!V2"EQN]VZE/(.`"%V%"Y9\O)GV[:I^5E9 +M%&@:F99%`/`#DU:MXI+?3U8\3DU-S4#D#56L_OX*A!VGI:F#?_^WGXOM*7S! +M\10M>H'L,47. +M$4BGR3$,_&O6\/FT:93,GLW8L6,Y[Q>-!U?2!23:.MK8VJJJI=&S9L6/W_.P!$H]%H17DY#8I`G3>/ +MO/9V>L:/IU,1N(-!KEZ]RKFSIW%+A^=7_P;#8Z*Y?#BH6):%HBBX7"[B\?C0 +M'=$T;>C"2BEQ'`=-TT@FD\,RH@:03":S"\:-0ZB"3S\YR;7"0J+I),^4EO+U +MHN*AA1S'P;9M;-O&LBS2Z3122E15'=8514%1!@KN0>UP'`?#,$@FD]EW`<1B +ML8"NZTR;6L39T&>@ZK@MA6E3BX:)SV"&5%5UJ&X8;/=*4G>JI:[KQ./Q81EQ +M$,`_6`OX,C.)1*)D>+T/G7;O-\>V;71=)Q:+^>X"Z._O]_K]?E15)1#(HKNG +MAX)Q!61GWU4_/+#=KU"Q+(M().(30N0`82EE4A-">)8N7>IJ;&RDKJZ.<*07 +MQ['I[+C.OGW['AI@I":$H+BXF%@LI@$Y#$A`EP;HJ71*GK_0(%)6`D?:M__B +MD+(2J(I*P=AQ^/WF8T/T]_>32"0DX`'Z`54K*U\H%Y4M"(\:Y?'GY^<3CR4( +MG?L/M2<^0M=UEB]?3FM[*^]M?X_KG3<>"T!1%,=QG(-`[#9`2GON^25)554[ +M`F;`#@2":=NT4ZUMV>;:M>OZ\_+R/*9I>H[6_-/)S\_[Z9[=?_K[8_AW`P*( +MW.X)*>6`$FY\Z[<>(<2O#<.8FS'*6^@9Y]S0_P$(U]%>O2B&]0````!)14Y$KD)@@@``````:6-O;G,O,S)X +M,S(O87!PO0````$ +MH*@\F(TI!:`42/*"( +MIA*($0]1!4A0154JRE,3Q9(E(.!&9\YUO_O.?.;^04K+=<%U7!W``*U+* +MW[BN^XNX7"WNB\#XP,#`V\O+RY]1%"4'++7;[3NV;2.ES"F*DI=2C@P,#%Q= +M65GY0EQHK"UP7=<&2I.3DS^)HNB+01#HON\+W_<5`%W7/4W3?$W3&L#LV;-G +MGP<>[Q\?$L +M,-&9,[U3`D>!*T`"L`'6U]>C;#:;-4TSE4@DDF-C8^GIZ6D,P[#S^?P_A1!' +MXPC$+<)'@*O`("!:K98Z,S,C;-ONR6:S/7U]?7TW;MS(5*O5KMNW;V=U76]V +MYFP:<07V`@M`/HHB4:E4S-G96=6RK&Y=UWM\W^^V+*O7-,W[BL6BU=75E9!2 +M[M\1`==U56`86`0&JVMKZ>*U:P\LO?[ZIQ^M5+YZI%(Y<;#1>/Q!SWNX3U6' +M:K5:)I5*:4*(W9VY_S?BU,`N&47EV>>>>^7WR\M/#.[9DRR_\XY\:'Y>C#:; +M21V(ZO5V*(0?"B&%$*$Q-547^_;=E;`+^->]"NRY^_[[F6%X:J2G![/=)N'[ +MB&:3)&``NI2&*J4!$`%*J=15RN5:3=O>LQ,">ZMW[J@5H&%9A$#9\UC/Y[&' +MALCT]^,+@5>OT_C@`]:+1:)6BW84J6S4SJ5[%2B;O;V-ZY"^.C_/[@,'F< +M>+-4PBR54-BX!#PV+H8D\&0^C]`T'RAO!H]S"BYTCXQD5%WGS8L7"8,`L[N; +MNJ:Q"MSM+)H#=@,/61:/'#M&8%D:<.&>!1S'J2#$E<$C1RKE4HG+Y\^C2$DN +MG6:(C2K;U5E\%_#Y9YZA5"Q&2#GC.$YE,WZL/Z&BJM_<]_33?U*BR*_-S>DW +M%Q;H;S:Q@"R0`=+`T,0$XN!!;E8J531M,@X[=C_@NNZ!R/?_'+[Q1M:^=4MX +MUZ^3:C2P@=[N;H:??9:E?)Z_!D$CU+0CCN- +MIEQ^_MO?^>Q665MI2/X;K89W8JU5OYG0C'2[[2$463>3Z1/;8<5NR?XW"H7" +MAW97]K7!^_/D\CG2F?1KA4+AP^VPMI4!@#`(%UNM9N1Y;:1D<;N<;0L(2%Y?C0\/"P.'SX4MKQFJ*CBAX7O_>"%.-Q8 +M6R"$$"^<.5UX\O%CY50JU5I<7"S7:C4MG4H%HV-CR8'^CY63R:1^_/A3`X:1 +MT,^]\G)!"'%&QOBZN#4@5E=6?W7Y+W^8//KH8_[8V.C]4A*U_7;XY2\=5VW; +M'LYFL^K2TE)T\=*%<&5E]9>``#85B+4%0@@!V!,3GWML=/03$YEL=F]/;\_' +M[:R=$XHBJI7J\NKJRC\:]?K\>^_-34U-3<\`U3@9V%(1"B$4-MI`$TAU1H`F +M4.^,GI0RBLO\-\1P1))/%:YZ`````$E%3D2N0F""```````````````````` +M``````````````````!I8V]N; +M[CP:```%DTE$0518A>V76VQ4QQG'?S-GSF777N\>7[`A#A23A%P`0Y.V0>6% +MMD+M2U5<0:D$3E!;X2C4J2HHM90H4?O4EU2NHJ25VJ0;M0FH0_;L&0K#H15?_Y'?TK9(YLX/FH,O/R4P`A`HRZ`L@9(" +MVP*EJ+4%*`FC[C(\]05*1T[@W[O-E#*OF,KPH#QVZHP9NCC>O_=X_*7N[NY? +M6);U1>`-^2GQ=N5XAU=]\\>ICLYOR&HQP_'#KP@=:;2.T#K$Z*A6S-6B-49K +M,!HP3`B?.CV"=.HH??*ZT/X*>6[H+**2=7"86UN3-"U;179DA/-'WV:DM(R13P:(Q^K=>0U!KRA?.J;C;1-3`.F>1+-R +M8H>;VN^9?^'#(^7W]_]>K>[J0[A)*J5+P%2((80$444("R$DD10@+$""D.1S +M!?ZQ]R^8;V]B]-0I3CS]#'9VE*0%VA(F84DGX9V^_\J]C5<`5+HGD5)._%!8 +M'5^<'3YQ(0S*ASI6?FO#O"5?(1H]C1V/`P9C]%4O&#`&8ZI3]%X0V+^ +M!YWK'B8:/8,)QJ8)SPRCI^JN&^><;3-<*#`\,<&@UOA*40U#BD`.6-K9[O_2D\I!-=U\O/"\/F'XK<88WUUW[./5(0PGK1L3!3. +M(C5S`@O=-A:NVOXL+[_QY3E[(J25\S&JJ!]^$`P?PJU5:7)?&K5LYV=%A*B+'5S!F@E3ZC.U_>S'?\2GQ5`*1LW-G<` +M@(Y8G@\#P/-048GQL6K_-)WK#;:4_9D\,&D).V`LBI!A@<-DQ^K4N>E0AGONNH/VEA25Z@1[ +M!X[Q[E_WA8&5'-FX<8.M362?&_KHX5V['OO3U!(((2QJ2^*\^MYXOS9[?WIT +M_^X%-SI[(RR*[=WDKB00$Y>HE+(D[4JP:7/WV25+5SHM+?/\`Z_O!ZQP)@_X +M0!.0HG9CCFX4`*"QL='9\L#F;C^5O,OW_46)1*(UTE$YG\N=SQ=+)QW+>N;1 +M1Y\X.`W@*H1++6U;0#`7@!G,I3:9$C!N:L!6G +M`9\`````245.1*Y"8((````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M````````````:6-O;G,O,S)X,S(O87!PO0````$4MC(D*4@AJ%516F24&`B&0FQC".%E +M[YJUO5Z\Z]W9G9V9VS],JY#@L*B1>J7Y:V;.^=WS?5?W(XPQ_#\7?S +M!'"14MK%1@4J`)010FH88^6,L1=6KUZ],1==FBLI@"<%08@PQD*$D&%*:=8T +M31MCS$X(,0`D&6,1410CA)"?Y"J:4P)OO_VV'(_'!U>L6'%0T[2)F4R&J*K* +M4JD4**544113412(HJB+HGBUN;GY,8?#X5NV;%GZ3MHY]4`\'J\&T"&*XM.B +M*+YJL]D&`%P%<#$<#NNMK:WJKEV[U(J*"FG.G#E>`!-N_O/)MP(`H)8QU@:` +M`^`!$#8,HY_G^2M6J]4B"()<65GIZ^CHX%TNE\/K]5X@A-1^:P"$D.D`#@$H +M`$!U7:=M;6UPN5P>2JG5Z71:>GM[Q6PV2TI+2QU^OS\.8'HNVCDU(6/L7L98 +M-X!"QAABL9A\_/AQ3A`$MRS+'L,PW!S'>2P6BZ^GI\?J=#H%QEA%+MJY)$`` +M3%04Y0*`A]/IM!B/QY6+QXYY[]6T\3Q@30A".JTH64((W]_?3UPNEW3CQHT) +M`,@;;[QA$V3:HFF9/S2L;3KX-?$[G8(WWWRSR#3-DVUKUFQ:TMBXNJB\W''] +MS!GSS.[=66YXF!<`P@AA9/0Q*"%:>4-#Y++?7\H8JS:9]L[4*=,>Z.KNU$;B +M(T_7US=^,&8"[[WW'A>+19=S`OG35=4N_ZZLM*RFJFHR/W[\>/XO!][?^_JF +M5Q]M>+ZI];8`2Y@AT[FE?N +MV+%#`(!GGOGY58?=51V+#27Z!R)(9Y*86C,-25%`EC'`Y4(/I3@#H`NCMQ`/ +MP`6@6)(@U=9@7$D)M5AD\=-/VQ.]H;YW8>K3OFI^2PD()1LI1Y[=MF=;W7,_ +M?:XG%HLI'`]33:5@F#P"@0!$MQ.G#Q^&NZ``?IL-?#P..P`;``L`"\]#_G4] +M[(%QL%H5=':=2QC`_,:UC<>_%O-7`2@EV?S\_,K(]>N=.W9N;^1XX9`!1%?'#V*8I\/`5V'#,!Q$\#*\QCYY2JX*RI@L6E9765%55"8F1!`@AT(TLBHJ+4+NN +M"5Z?#_YT&H4`B@`4BR*&GE\-5W4U%(N,SJYN%:;Y<'U]T[%O,@>^U(3-.YOG +MRH)X:.'"A19!$*!E-6A:!@#`3!,&,R&*$L*](9QJ/PUO3R\*VT_!ZG#@0'$` +MU.E"45$`_8-1E5$ZKW%M8]N=S&\!`(`]>W:M)Y2NOF]2I<7G\T,W=`P.#L)F +ML\+I47'^PGDD4BEX/6XDDDG5Z78_^MHKK[5^@^?8 +M`/])0N+XEW3#F,J8R0@EGQJZ.>.>B1.5>\HGJ`6HB3A +MTJ5+\'H\L-HL:#WZ<2JCJD>RFOG#AH:&X5P!^M,#WUW$R8$J +M?/3/5H1Z0ZBLK(2:4A&)#&#^O'F6PL+"AREEY]:O?ZDZ5X`[)E!6M^$)299: +M7EA19Y$5!?L/M\/KMB-HGD,@SX&''IR%P<$H!B+]*"TK120286UM;1G39+]J +M:OS-EO\)8/QC&^I$2=S7\+/'+;(LX\#A4W#[\Y%)IE#D`F[TGD70:^![\Q=` +M%`55X#T2!(.+HG#QR[JW>$,TS)I=O###_3>WAXV:=(DJ*H*J\V&'RQ=8BDN +M+IYOR\KGFIJ:`F/YC#D1!1]?/]7G\5HD6<&AU@ZX_05(Q1.P<4F%AV*@E***Y>O8.Z<>32;SWA?@:`"&$`!``B(!=&O?0\L62S5?/3$.V +MZZ&+L\N)4C2NL,3C<>;[CP:```%J$E$0518A>V736A>[J8-V^> +M9-=M,"6;7'CO7N;CG=_Y_^\YEZ=$A$]S>)]J],\`/@,`@MYB<7'Q[\:8$THI +ME%(`[%\#>)[G?-__E8B\,C_-SI5JM$4<3P +M\##EQUN*<0RFE%A<7 +MWSIW[MPKF0+7?_`WUGAH[FLH)8@X$`>DL[,(Z2P.G`.QB+-@$\3UUAHQ"96:QSB. +MY[[^#,'0&(G6)$F"`G`)G7J5/UVY]KZU=C8#P#F4)^BM:[#/RWR6"'V(7F!G +MP3G$&L0YMAN'&/6W\3<64+LCM%?>87OM-LUV@C:PO:711[YYR_?]/H!`MRV% +M`2A(]^V^P!;$H9QT%5&I2@A@000ECD82GB:^M<^CR31[6.BLYHQ04WWE^]=2I1A_`6L"` +METKJ`9[JQDN#JS2`B`,L@DEG"V(0I\%I$F^0UGH-OU3")`G*6L8G)O#*94RA +M0-QJT;&VI`J%0A\@T8A+$&?`2T40E5I@N_X[`R[!60TFQAD-)L$E&FP"UB+6 +M,>37^7ATE)N5"JO&<-E:!C8V2#8VB($B\,R9,QBM5S,`E\2(Z2!&HY3#81!) +MP!E$-+BDN\NM`>NZ>\;VJJ%[]6QY9&B+1Y\^P>6+%SEZX@1QL4@0QXP"9>#0 +M@0,,3TZZ3A#\/@-H;:Y@&__"1+=23]6>(H"N#=T2E'Y`VPO>!YDJW>+&4T^S +MO%KAW0L7>,PY#@*'@-$PY/#\/!\,##2#(/AY!I!$V]A.A.A.V@=R`#T(Z68H +MO6KH0>05L(X!VIP96\*^8+!A2L^^HL/%.0.(W$.%W<0;=+,[V%!"B%99?1`_8^ +MD?_G(5[(ZE/?Y=FI<:+W%XAJ.U1&3O'K7[[)Y.O-C,% +ME%*#P`2@'Q0@#$/UXU?/OS8]??1;3QR=V1DH#MA*96WX\<>G71"$P]6=;;?X +M]I5FL]GXAOI_OIZ_\>;K7P:^)")3(C(%['B>]P_@!G#I1^=?K?\;`4WIU%85 +MB0<`````245.1*Y"8((````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +` +end --- wine1.2-1.1.39.orig/debian/ttf-tahoma-replacement.defoma-hints +++ wine1.2-1.1.39/debian/ttf-tahoma-replacement.defoma-hints @@ -0,0 +1,15 @@ +category truetype +begin /usr/share/fonts/truetype/ttf-tahoma-replacement/tahoma-replacement.ttf + Family = Tahoma + FontName = Tahoma-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 + GeneralFamily = SansSerif + Weight = Medium + Width = Variable + Shape = NoSerif Upright + Alias = tahoma + Foundry = Wine + Priority = 10 +end --- wine1.2-1.1.39.orig/debian/wine1.2.templates +++ wine1.2-1.1.39/debian/wine1.2.templates @@ -0,0 +1,18 @@ +Template: wine/memory +Type: select +Choices: normal, zeropage +Default: normal +Description: What memory range should be used? + When Wine runs most applications (Win32), it only needs access to normal + application memory ranges. Some applications (Win16) require access to + the zero-page of memory, which is reserved for administrative purposes. + . + Allowing access to the zero-page of memory weakens system security by + allowing for a class of kernel security exploits that can elevate a + normal user process to root privileges by using the zero-page of memory. + Because of this, the "zeropage" option is not recommended. However, + there are some Wine applications that require this setting. + . + For more information, see http://wiki.debian.org/mmap_min_addr + . + If unsure, choose "normal". --- wine1.2-1.1.39.orig/debian/wine1.2.install.i386 +++ wine1.2-1.1.39/debian/wine1.2.install.i386 @@ -0,0 +1,5 @@ +usr/bin +usr/share +usr/lib/wine +usr/lib/*.so.* +etc/xdg --- wine1.2-1.1.39.orig/debian/rules +++ wine1.2-1.1.39/debian/rules @@ -0,0 +1,175 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# 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 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +# Rational http://www.winehq.org/pipermail/wine-bugs/2007-July/062505.html +LDFLAGS = +CFLAGS = -Wall -g + + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +# Support passing of parallel= in build options +ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) + NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) + MAKEFLAGS += -j$(NUMJOBS) +endif + + +ifeq ($(DEB_BUILD_ARCH), amd64) + # Support for 64-bit windows binaries is disabled for now until + # Wine can be built with both 64 and 32 bit support + # CONFFLAGS += --enable-win64 + + # Wine installs 32 bit libraries, place those into /usr/lib32 + CONFFLAGS += --libdir=\$${prefix}/lib32 +endif + + +config.status: configure + dh_testdir + dh_quilt_patch + # Add here commands to configure the package. + + CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info $(CONFFLAGS) + + +build: build-stamp +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) depend + $(MAKE) + + # Make the documentation. The dh_installdocs command should install them + # Remember to have the files wine.docs and wine-dev.docs point to any new + # documentation files made + # As of 20050524 as the documentation was split into another package + # and all that's here are the foreign language readmes and the manpages. + # It should be compiled automatically as the package compiles + # $(MAKE) -C documentation txt + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + #-$(MAKE) -C documentation clean + +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + dh_quilt_unpatch + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp + $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr + + # Create a system-wide Wine Applications folder + mkdir -p $(CURDIR)/debian/tmp/etc/xdg/menus/applications-merged + cp -f $(CURDIR)/debian/wine.menu $(CURDIR)/debian/tmp/etc/xdg/menus/applications-merged + + # Install application-specific desktop files + mkdir -p $(CURDIR)/debian/tmp/usr/share/applications + cp -f $(CURDIR)/debian/wine-uninstaller.desktop $(CURDIR)/debian/tmp/usr/share/applications/ + cp -f $(CURDIR)/debian/wine-notepad.desktop $(CURDIR)/debian/tmp/usr/share/applications/ + cp -f $(CURDIR)/debian/wine-browsedrive.desktop $(CURDIR)/debian/tmp/usr/share/applications/ + cp -f $(CURDIR)/debian/wine-winecfg.desktop $(CURDIR)/debian/tmp/usr/share/applications/ + + mkdir -p $(CURDIR)/debian/tmp/usr/share/desktop-directories/ + cp -f $(CURDIR)/debian/wine-wine.directory $(CURDIR)/debian/tmp/usr/share/desktop-directories/ + cp -f $(CURDIR)/debian/wine-Programs.directory $(CURDIR)/debian/tmp/usr/share/desktop-directories/ + cp -f $(CURDIR)/debian/wine-Programs-Accessories.directory $(CURDIR)/debian/tmp/usr/share/desktop-directories/ + # Drop MIME-sensing .desktop file: execution must use binfmt-support + # Re-enabled for usability purposes, ultimately to be replaced by exe-handler + # rm -f $(CURDIR)/debian/tmp/usr/share/applications/wine.desktop + + # Install icons (uuencoded to allow binary existence in debian/ folder) + # These should be moved to be part of the icon themes upstream, but it hasn't happened yet + cp -f $(CURDIR)/debian/icons.tar.coded $(CURDIR)/debian/tmp + uudecode -o $(CURDIR)/debian/tmp/icons.tar $(CURDIR)/debian/tmp/icons.tar.coded + tar -C $(CURDIR)/debian/tmp -xf $(CURDIR)/debian/tmp/icons.tar + mkdir -p $(CURDIR)/debian/wine1.2/usr/share/icons + mv $(CURDIR)/debian/tmp/icons $(CURDIR)/debian/wine1.2/usr/share/icons/hicolor + # Clean up (so dh_install --fail-missing doesn't complain) + rm $(CURDIR)/debian/tmp/icons.tar + rm $(CURDIR)/debian/tmp/icons.tar.coded + + # Set up binfmt-support file + mkdir -p $(CURDIR)/debian/tmp/usr/share/binfmts + cp $(CURDIR)/debian/wine.binfmt $(CURDIR)/debian/tmp/usr/share/binfmts/wine + + # Set up wineserver restart notificition + mkdir -p $(CURDIR)/debian/tmp/usr/share/wine/ + cp -f $(CURDIR)/debian/wineserver-restart-required.update-notifier $(CURDIR)/debian/tmp/usr/share/wine/ + + # Install fontconfig file for Tahoma replacement (LP: #412195) + cp -f $(CURDIR)/debian/20-tahoma.conf $(CURDIR)/debian/ttf-tahoma-replacement/etc/fonts/conf.avail + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + # The changelog was removed upstream in 1.0-rc4 as it was very large + dh_installchangelogs + dh_installdocs -a + dh_installexamples + dh_install --fail-missing --sourcedir=debian/tmp + dh_installmime + dh_installman + dh_installdebconf + dh_link + dh_strip -Xwine-pthread -Xwine-kthread --dbg-package=wine1.2-dbg + dh_compress + dh_fixperms + dh_icons + dh_makeshlibs + dh_installdeb +ifeq ($(DEB_BUILD_ARCH), amd64) + dh_gencontrol -- -V"shlibs:Depends= ia32-libs (>= 1.6), lib32asound2 (>> 1.0.14), libc6-i386 (>= 2.6-1), lib32nss-mdns (>= 0.10-3)" +else + dh_shlibdeps -L wine -l debian/wine/usr/lib + dh_gencontrol +endif + dh_md5sums + dh_builddeb -- -Z lzma + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- wine1.2-1.1.39.orig/debian/ttf-tahoma-replacement.dirs +++ wine1.2-1.1.39/debian/ttf-tahoma-replacement.dirs @@ -0,0 +1,2 @@ +usr/share/fonts/truetype/ttf-tahoma-replacement/ +etc/fonts/conf.avail --- wine1.2-1.1.39.orig/debian/wine1.2.preinst +++ wine1.2-1.1.39/debian/wine1.2.preinst @@ -0,0 +1,63 @@ +#!/bin/sh +# preinst script for wine +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +# Prepare to remove a no-longer used conffile +prep_rm_conffile() +{ + PKGNAME="$1" + CONFFILE="$2" + MD5CONF="$3" + if [ -z "$MD5CONF" ]; then + MD5CONF="$CONFFILE" + fi + if [ -e "$CONFFILE" ]; then + md5sum="`md5sum \"$MD5CONF\" | sed -e \"s/ .*//\"`" + # md5sum from the "wine" package + wine_md5sum="6eb1c09e24335b0058c3fc60013f1837" + old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $MD5CONF'{s/ obsolete$//;s/.* //p}\"`" + if [ "$md5sum" != "$old_md5sum" ] && [ "$md5sum" != "$wine_md5sum" ]; then + echo "Obsolete conffile $CONFFILE has been modified by you, renaming to .dpkg-bak" + mv -f "$CONFFILE" "$CONFFILE".dpkg-bak + else + mv -f "$CONFFILE" "$CONFFILE".dpkg-obsolete + fi + fi +} + + +case "$1" in + install|upgrade) + if dpkg --compare-versions "$2" lt 1.1.36-0ubuntu3; then + prep_rm_conffile wine1.2 /etc/sysctl.d/wine.sysctl.conf /etc/sysctl.d/30-wine.conf + prep_rm_conffile wine1.2 /etc/sysctl.d/30-wine.conf + fi + ;; + + abort-upgrade) + # Do nothing + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- wine1.2-1.1.39.orig/debian/wine-winecfg.desktop +++ wine1.2-1.1.39/debian/wine-winecfg.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Name=Configure Wine +Name[sv]=Konfigurera Wine +Name[de]=Konfiguriere Wine +Name[fi]=Winen asetukset +Name[pl]=Konfiguracja Wine +Name[ca]=Configureu el Wine +Comment=Change application-specific and general Wine options +Comment[sv]=Ändra programspecifika och allmänna Wine-alternativ +Comment[de]=Ändere Wine Optionen und Applikations-spezifische Einstellungen +Comment[fi]=Muuta yleisiä ja sovelluskohtaisia Winen asetuksia +Comment[pl]=Konfigurowanie ustawień aplikacji i ogólnych opcji Wine +Comment[ca]=Canvieu la configuració general del Wine i especifiqueu opcions per a programes concrets +Exec=winecfg +Terminal=false +Icon=wine-winecfg +Type=Application +Categories=Wine; --- wine1.2-1.1.39.orig/debian/copyright +++ wine1.2-1.1.39/debian/copyright @@ -0,0 +1,18 @@ +Wine has been 1st debianized by Brian White, first +taken over by Vincent Renardias, then by Andrew Lenharth, then by Ove Kaaven. +This package is currently maintained by Scott Ritchie: scott@open-vote.org + +The Wine homepage is http://www.winehq.com/ +Download locations are listed in the ANNOUNCE file. + +Copyright (c) 1993-2009 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 Lesser General Public +License can be found in /usr/share/common-licenses/LGPL-2.1 file. + --- wine1.2-1.1.39.orig/debian/wine-uninstaller.desktop +++ wine1.2-1.1.39/debian/wine-uninstaller.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Name=Uninstall Wine Software +Name[sv]=Avinstallera Wine-programvara +Name[de]=Deinstalliere Wine Applikationen +Name[fi]=Poista Wine-ohjelmien asennuksia +Name[pl]=Deinstalacja oprogramowania Wine +Name[ca]=Elimineu programes del Wine +Comment=Uninstall Windows applications for Wine +Comment[sv]=Avinstallera Windows-program för Wine +Comment[de]=Wine Applikations Deinstallations Programm +Comment[fi]=Poista Wineen asennettuja Windows-sovelluksia +Comment[pl]=Deinstalowanie oprogramowania dla Wine +Comment[ca]=Elimineu programes del Windows que hageu instaŀlat amb el Wine +Exec=wine uninstaller +Terminal=false +Type=Application +Icon=wine-uninstaller +Categories=Wine; --- wine1.2-1.1.39.orig/debian/ttf-tahoma-replacement.install +++ wine1.2-1.1.39/debian/ttf-tahoma-replacement.install @@ -0,0 +1,2 @@ +usr/share/wine/fonts/tahoma.ttf /usr/share/fonts/truetype/ttf-tahoma-replacement/tahoma-replacement.ttf +usr/share/wine/fonts/tahomabd.ttf /usr/share/fonts/truetype/ttf-tahoma-replacement/tahomabd-replacement.ttf --- wine1.2-1.1.39.orig/debian/wine1.2.config +++ wine1.2-1.1.39/debian/wine1.2.config @@ -0,0 +1,15 @@ +#!/bin/sh +set -e +. /usr/share/debconf/confmodule + +# Default to "normal", then read system config +db_set wine/memory normal +if [ -e /etc/sysctl.d/31-wine.conf ]; then + MEM=`egrep '^vm\.mmap_min_addr=[0-9]+$' /etc/sysctl.d/31-wine.conf | cut -d= -f2` + if [ "$MEM" -eq 0 ]; then + db_set wine/memory zeropage + fi +fi + +db_input medium wine/memory || true +db_go || true --- wine1.2-1.1.39.orig/debian/wine1.2-dev.install.i386 +++ wine1.2-1.1.39/debian/wine1.2-dev.install.i386 @@ -0,0 +1,2 @@ +usr/lib/*.so +usr/include --- wine1.2-1.1.39.orig/debian/wine1.2.links +++ wine1.2-1.1.39/debian/wine1.2.links @@ -0,0 +1 @@ +usr/bin/wine usr/bin/wine-auto --- wine1.2-1.1.39.orig/debian/compat +++ wine1.2-1.1.39/debian/compat @@ -0,0 +1 @@ +5 --- wine1.2-1.1.39.orig/debian/wine1.2-dev.dirs +++ wine1.2-1.1.39/debian/wine1.2-dev.dirs @@ -0,0 +1,3 @@ +usr/include +usr/include/wine +usr/share/doc/wine-dev --- wine1.2-1.1.39.orig/debian/wine-winehelp.desktop +++ wine1.2-1.1.39/debian/wine-winehelp.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Wine Help Browser +Name[fi]=Wine-ohjeselain +Name[ca]=Ajuda del Wine +Comment=Windows Help Browser +Comment[fi]=Winen Windows-ohjeselain +Comment[ca]=Visualitzeu l'ajuda dels programes del Windows +Exec=winhelp +Terminal=false +Type=Application +Icon=wine +Categories=Wine;Utility;Emulator; --- wine1.2-1.1.39.orig/debian/wine-regedit.desktop +++ wine1.2-1.1.39/debian/wine-regedit.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Wine RegEdit +Name[fi]=Wine RegEdit +Name[ca]=Editor del registre del Wine +Comment=Wine Registry Editor +Comment[fi]=Wine-rekisterieditori +Comment[ca]=Editeu les entrades del registre del Wine +Exec=regedit +Terminal=false +Type=Application +Icon=wine.xpm +Categories=Wine;Application;Settings;Emulator; --- wine1.2-1.1.39.orig/debian/wineserver-restart-required.update-notifier +++ wine1.2-1.1.39/debian/wineserver-restart-required.update-notifier @@ -0,0 +1,8 @@ +Name: WineServer restart required +Priority: High +Terminal: False +DontShowAfterReboot: True +Description: Wine has been upgraded and you are running wineserver. + Please reboot your computer or restart wineserver. +END + --- wine1.2-1.1.39.orig/debian/wine1.2.prerm +++ wine1.2-1.1.39/debian/wine1.2.prerm @@ -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# --- wine1.2-1.1.39.orig/debian/wine.binfmt +++ wine1.2-1.1.39/debian/wine.binfmt @@ -0,0 +1,3 @@ +package wine +interpreter /usr/bin/wine +magic MZ --- wine1.2-1.1.39.orig/debian/20-tahoma.conf +++ wine1.2-1.1.39/debian/20-tahoma.conf @@ -0,0 +1,11 @@ + + + + + + + + Tahoma + false + + --- wine1.2-1.1.39.orig/debian/wine-wine.directory +++ wine1.2-1.1.39/debian/wine-wine.directory @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Directory +Name=Wine +Icon=wine --- wine1.2-1.1.39.orig/debian/wine-winefile.svg +++ wine1.2-1.1.39/debian/wine-winefile.svg @@ -0,0 +1,1073 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- wine1.2-1.1.39.orig/debian/wine1.2.install.amd64 +++ wine1.2-1.1.39/debian/wine1.2.install.amd64 @@ -0,0 +1,5 @@ +usr/bin +usr/share +usr/lib32/wine +usr/lib32/*.so.* +etc/xdg --- wine1.2-1.1.39.orig/debian/wine.menu +++ wine1.2-1.1.39/debian/wine.menu @@ -0,0 +1,26 @@ + + + Applications + + wine-wine + wine-wine.directory + + Wine + + + wine-Programs + wine-Programs.directory + + Wine-Programs + + + wine-Programs-Accessories + wine-Programs-Accessories.directory + + Wine-Programs-Accessories + + + + + --- wine1.2-1.1.39.orig/debian/wine-winefile.desktop +++ wine1.2-1.1.39/debian/wine-winefile.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Wine File +Name[fi]=Wine File +Name[ca]=Explorador d'arxius del Wine +Comment=Wine File Browser +Comment[fi]=Winen tiedostoselain +Comment[ca]=Exploreu les vostres unitats +Exec=winefile +Terminal=false +Type=Application +Icon=wine +Categories=Wine;Utility;Emulator; --- wine1.2-1.1.39.orig/debian/wine1.2-dev.install.amd64 +++ wine1.2-1.1.39/debian/wine1.2-dev.install.amd64 @@ -0,0 +1,2 @@ +usr/lib32/*.so +usr/include --- wine1.2-1.1.39.orig/debian/ttf-symbol-replacement.defoma-hints +++ wine1.2-1.1.39/debian/ttf-symbol-replacement.defoma-hints @@ -0,0 +1,15 @@ +category truetype +begin /usr/share/fonts/truetype/ttf-symbol-replacement/symbol-replacement.ttf + Family = Symbol + FontName = Symbol + Encoding = Unicode + Location = English + Charset = ISO8859-1 + GeneralFamily = SansSerif + Weight = Medium + Width = Variable + Shape = NoSerif Upright + Alias = symbol + Foundry = Wine + Priority = 5 +end --- wine1.2-1.1.39.orig/debian/control +++ wine1.2-1.1.39/debian/control @@ -0,0 +1,133 @@ +Source: wine1.2 +Section: otherosfs +Priority: optional +XSBC-Original-Maintainer: Scott Ritchie +Maintainer: Ubuntu MOTU Developers +Uploaders: Arthur Loiret , Scott Ritchie , Stephan Hermann +Build-Depends: debhelper (>= 5.0.51~), flex, bison, libx11-dev, libxt-dev, + libncurses5-dev [i386] | libncurses-dev [i386], + lib32ncurses5-dev [amd64], + libcups2-dev, libfontconfig1-dev | libfontconfig-dev, libfreetype6-dev, libgl1-mesa-dev | nvidia-glx-dev | fglrx-driver-dev | libgl-dev, libgif-dev | libungif4-dev, libjack-dev, libaudio-dev, + libasound2-dev [i386], + lib32asound2-dev [amd64], + libglu1-mesa-dev | libglu-dev, libxext-dev, + linux-kernel-headers, + libssl-dev, libgnutls-dev, + libcapi20-dev, docbook-utils, docbook-xsl, docbook-to-man, libjpeg62-dev, fontforge, libstdc++6-4.2-dev | libstdc++6-4.1-dev | libstdc++-dev, libldap2-dev, libxml2-dev, libxslt1-dev, libxxf86vm-dev, prelink [i386 amd64], libsane-dev, libhal-dev, libhal-storage-dev, libgphoto2-2-dev, libxrender-dev, libxcursor-dev, libesd0-dev, libxrandr-dev, liblcms1-dev, x11proto-xinerama-dev, libpng12-dev, libxcomposite-dev, libgsm1-dev, + libc6-dev-i386 [amd64], lib32z1-dev [amd64], ia32-libs [amd64], gcc-multilib [amd64], libxi-dev, libxinerama-dev, libgsm1-dev, libopenal-dev, + libmpg123-dev, + sharutils, quilt +Standards-Version: 3.8.3 + +Package: wine1.2 +Architecture: any +Section: otherosfs +Pre-Depends: dpkg (>= 1.14.12ubuntu3) +Depends: procps, binfmt-support (>= 1.1.2), ${shlibs:Depends}, ${misc:Depends} +Recommends: ttf-tahoma-replacement, ttf-symbol-replacement, ttf-liberation, winbind, wine1.2-gecko, ttf-mscorefonts-installer +Suggests: xdg-utils +Conflicts: wine (<< 1.1.36-0ubuntu2), binfmt-support (<< 1.1.2), winesetuptk, wine-doc, wine-utils, libwine-alsa, libwine-arts, libwine-capi, libwine-cms, libwine-esd, libwine-gl, libwine-gphoto2, libwine-jack, libwine-ldap, libwine-nas, libwine-print, libwine-sane, libwine-twain, xwine, libwine +Replaces: wine (<< 1.1.36-0ubuntu2), winesetuptk, wine-doc, wine-utils, libwine-alsa, libwine-arts, libwine-capi, libwine-cms, libwine-esd, libwine-gl, libwine-gphoto2, libwine-jack, libwine-ldap, libwine-nas, libwine-print, libwine-sane, libwine-twain, xwine +Provides: wine +Homepage: http://www.winehq.org/ +Description: Microsoft Windows Compatibility Layer (Binary Emulator and Library) + Wine is a compatibility layer for running Windows applications on Linux. + Applications are run at full speed without the need of cpu emulation. Wine + does not require Microsoft Windows, however it can use native system dll + files in place of its own if they are available. + . + This package includes a program loader for running unmodified Windows executables + as well as the Wine project's free version of the Windows API for running programs + ported from Windows. + . + This package is based on a recent Wine beta. While many more applications will + work, there may be some loss of functionality compared with the stable release + provided by the regular wine package. + +Package: wine1.2-dev +Architecture: any +Section: libdevel +Pre-Depends: dpkg (>= 1.14.12ubuntu3) +Depends: wine1.2 (= ${binary:Version}), libc6-dev +Conflicts: wine-dev (<< 1.2), libwine-dev +Replaces: wine-dev (<< 1.2), libwine-dev, libwine +Provides: wine-dev +Homepage: http://www.winehq.org/ +Description: Microsoft Windows Compatibility Layer (Development files) + Wine is a compatibility layer for running Windows applications on Linux. + Applications are run at full speed without the need of cpu emulation. Wine + does not require Microsoft Windows, however it can use native system dll + files in place of its own if they are available. + . + This package consists of the development files needed to compile programs + using wine's free version of the Microsoft Windows API. + . + This package is based on a recent Wine beta. While many more applications will + work, there may be some loss of functionality compared with the stable release + provided by the regular wine-dev package. + +Package: ttf-tahoma-replacement +Architecture: all +Section: fonts +Pre-Depends: dpkg (>= 1.14.12ubuntu3) +Depends: ${misc:Depends}, defoma +Homepage: http://www.winehq.org/ +Description: Free font with the same metrics as Tahoma + A free font from the Wine project with exactly the same metrics as Tahoma. + This implies it can serve as a drop-in replacement. + +Package: ttf-symbol-replacement +Architecture: all +Section: fonts +Pre-Depends: dpkg (>= 1.14.12ubuntu3) +Depends: ${misc:Depends}, defoma +Homepage: http://www.winehq.org/ +Description: Free font with the same metrics as Symbol + A free font from the Wine project with exactly the same metrics as Symbol. + This implies it can serve as a drop-in replacement. + +Package: wine1.2-dbg +Architecture: any +Section: debug +Depends: wine1.2 (= ${binary:Version}) +Priority: extra +Homepage: http://www.winehq.org/ +Description: Microsoft Windows Compatibility Layer (debugging symbols) + Wine is a compatibility layer for running Windows applications on Linux. + Applications are run at full speed without the need of cpu emulation. Wine + does not require Microsoft Windows, however it can use native system dll + files in place of its own if they are available. + . + This package includes debugging symbols useful for reporting crashes and other + failures. + +Package: wine +Architecture: all +Section: otherosfs +Depends: wine1.2 +Priority: extra +Homepage: http://www.winehq.org/ +Description: Microsoft Windows Compatibility Layer (dummy package) + This package is to ease upgrades for users of the original Wine package. It + can be safely removed. + +Package: wine-dev +Architecture: all +Section: libdevel +Depends: wine1.2-dev +Priority: extra +Homepage: http://www.winehq.org/ +Description: Microsoft Windows Compatibility Layer (dummy package) + This package is to ease upgrades for users of the original Wine package. It + can be safely removed. + +Package: wine-gecko +Architecture: all +Section: otherosfs +Depends: wine1.2-gecko +Priority: extra +Homepage: http://www.winehq.org/ +Description: Microsoft Windows Compatibility Layer (dummy package) + This package is to ease upgrades for users of the original Wine package. It + can be safely removed. + --- wine1.2-1.1.39.orig/debian/changelog +++ wine1.2-1.1.39/debian/changelog @@ -0,0 +1,3765 @@ +wine1.2 (1.1.39-0ubuntu1) lucid; urgency=low + + * New upstream release + - Support for registry symbolic links. + - Many MSI fixes. + - Build process improvements. + - MSXML cleanups and fixes. + - A number of MSHTML improvements. + - Various bug fixes. + * debian/control: build with mpg123 on amd64 + - The 1.10.1 prerelease should fix the previous build failure. (LP: #522916) + + -- Scott Ritchie Fri, 19 Feb 2010 15:26:37 -0800 + +wine1.2 (1.1.38-0ubuntu1) lucid; urgency=low + + * New upstream release + - Better support for memory allocations debugging. + - Improved MIDI support. + - A wide range of Direct3D fixes. + - OLEDB fixes (should fix Clipart in Office). + - Improved debugger support on x86-64. + - Many MSI fixes. + - Various bug fixes. + * Also rebuild (LP: #506320) + + -- Scott Ritchie Sun, 07 Feb 2010 14:53:05 -0800 + +wine1.2 (1.1.37-0ubuntu2) lucid; urgency=low + + * No changes rebuild to force building with new ia32-libs + + -- Scott Ritchie Tue, 02 Feb 2010 15:25:14 -0800 + +wine1.2 (1.1.37-0ubuntu1) lucid; urgency=low + + * New upstream release + - A number of fixes in AVI file support. + - Several MSXML improvements. + - A few MSI fixes. + - Various bug fixes. + + -- Scott Ritchie Tue, 02 Feb 2010 11:15:03 -0800 + +wine1.2 (1.1.36-0ubuntu3) lucid; urgency=low + + * debian/{rules,wine.sysctl.conf}: actually drop the static sysctl files. + * debian/wine.{dirs,install}.*: remove the no longer shipped /etc/sysctl.d. + * debian/rules: add missing dh_installdebconf for debconf (LP: #511014). + * debian/control: fix Conflict/Replace versions of wine (LP: #511052). + * debian/wine1.2.postrm: include confmodule sooner (Debian bug 133029). + * debian/wine1.2.{postinst,preinst,postrm}: + - clean up sysctl files using wine1.2 package and version. + - use "lt" instead of "lt-nl" to handle the case of a newly installed + wine1.2 package replacing an older wine package. + - include the wine package's 30-wine.conf md5sum for comparison. + + -- Kees Cook Fri, 22 Jan 2010 02:03:07 -0800 + +wine1.2 (1.1.36-0ubuntu2) lucid; urgency=low + + * Port to Lucid + * Port Kees' changes from wine package: + * debian/{control,*.lpia}: removed lpia arch since it is not supported. + * debian/rules: support "parallel=N" in DEB_BUILD_OPTIONS. + * implement an execute bit checker for the Ubuntu Non-Exec Policy + (LP: #506702): + - debian/wine1.2.mime: update mime handlers to use new launcher. + - fix a typo in kees patch that removed x-winexe mimetype. + - debian/patches/nonexec-launcher.diff: use new launcher for desktop file. + * debian/wine1.2.{postinst,preinst,postrm}: clean up old static sysctl + files (LP: #352119). + * debian/control, debian/wine1.2.{templates,config,postinst,postrm}: add + debconf question for selecting a sensible mmap_min_addr system setting + (LP: #475540). + * debian/wine1.2.{postinst,postrm}: + - use "start procps || true" instead of invoke-rc.d (LP: #447197) + * debian/control: update text in wine, wine-dev, and wine-gecko to say that + its for easing wine upgrades and not just for PPA users now. + + -- Scott Ritchie Sat, 16 Jan 2010 17:12:15 -0800 + +wine1.2 (1.1.36-0ubuntu1) karmic; urgency=low + + * New upstream release + - Completion of the 16-bit separation. + - Improved Shader Model 4 support. + - A ton of memory leak fixes. + - Improved debugging support for MinGW. + - A number of MSHTML fixes. + - Various bug fixes. + + -- Scott Ritchie Fri, 08 Jan 2010 15:22:46 -0800 + +wine1.2 (1.1.35-0ubuntu1) karmic; urgency=low + + * New upstream release + - Support for OLE transacted storage. + - Better certificate checking on secure connections. + - More progress on the 16-bit separation. + - Left 4 Dead 2 DRM really supported now. + - MSI performance improvements. + - 64-bit fixes in debugger support. + - Various bug fixes. + + -- Scott Ritchie Fri, 18 Dec 2009 18:01:30 -0800 + +wine1.2 (1.1.34-0ubuntu1) karmic; urgency=low + + * New upstream release + - Many fixes for crypto certificates support. + - A lot of MSHTML improvements. + - Various fixes to support the Left 4 Dead 2 DRM. + - A number of OLE marshalling fixes. + - More Listview improvements. + - Various bug fixes. + + -- Scott Ritchie Sun, 06 Dec 2009 15:59:38 -0800 + +wine1.2 (1.1.33-0ubuntu1~ppa1) karmic; urgency=low + + * New upstream release + - Gecko now installed at wineprefix creation time. + - Better support for certificates in crypt32. + - Improved sound support in mciwave. + - Some more Direct3D 10 functions. + - Many cleanups for issues spotted by Valgrind. + - Various bug fixes. + + -- Scott Ritchie Fri, 13 Nov 2009 17:43:31 -0800 + +wine1.2 (1.1.32-0ubuntu1~ppa2) karmic; urgency=low + + * Remove photoshop patch to fix FTBFS + + -- Scott Ritchie Tue, 27 Oct 2009 00:40:11 -0700 + +wine1.2 (1.1.32-0ubuntu1~ppa1) karmic; urgency=low + + * New upstream release + - Many crypto fixes, particularly on 64-bit. + - Improved DVD access on Mac OS. + - Several common controls improvements. + - Various HTML support improvements. + - More DIB optimizations. + - Various bug fixes. + * debian/control: add dummy wine, wine-dev, and wine-gecko packages to point + to their wine1.2 equivalents for upgrading users + + -- Scott Ritchie Sun, 25 Oct 2009 02:38:47 -0700 + +wine1.2 (1.1.31-0ubuntu2) karmic; urgency=low + + * Use Quilt patch system + * Apply small installer workaround patch that may help Photoshop installs + * debian/control: + - ttf-tahoma-replacement and ttf-symbol-replacement are Recommends + * Symbol should no longer install an empty tahoma dir (LP: #397254) + * debian/wine1.2.postinst: replace invoke-rc.d with service (LP: #447197) + + -- Scott Ritchie Sun, 11 Oct 2009 21:29:59 -0700 + +wine1.2 (1.1.31-0ubuntu1) karmic; urgency=low + + * New upstream release + - Vastly improved monthcal control. + - Performance improvements for DIB sections. + - Several sound driver fixes. + - Beginning of ActiveX support in JScript. + - More Direct3D 10 work. + - More 16-bit dlls split off to separate modules. + - Support for attachments in MAPI. + - Various bug fixes. + + -- Scott Ritchie Fri, 09 Oct 2009 14:03:59 -0700 + +wine1.2 (1.1.30-0ubuntu4) karmic; urgency=low + + * debian/control: + - update package description to show beta release (LP: #443965) + - move homepage into actual homepage field + - bump standards version to 3.8.3 + - put fonts in section fonts instead of x11 + - put wine1.2-dbg in debug section + - explicit wine1.2 in otherosfs section + - bump debhelper build-depends version to clear lintian warning + + -- Scott Ritchie Mon, 05 Oct 2009 12:17:08 -0700 + +wine1.2 (1.1.30-0ubuntu3) karmic; urgency=low + + * Add all of Joel Hodsworths icons using uuencode + * debian/control: build-depend on sharutils + * debian/rules: use proper name for wine.sysctl.conf + * debian/copyright: + - remove reference to unused ubuntustudio icons + - bump year from 2004 to 2009 + * debian/wine-browsedrive.desktop: use folder-wine icon + + -- Scott Ritchie Tue, 29 Sep 2009 02:06:59 -0700 + +wine1.2 (1.1.30-0ubuntu2) karmic; urgency=low + + * Build-depend on libopenal-dev + * Delete unused debian/patches + + -- Scott Ritchie Mon, 28 Sep 2009 10:02:44 -0700 + +wine1.2 (1.1.30-0ubuntu1) karmic; urgency=low + + * New upstream release + - Support for OpenAL. + - Many improvements in HTML and JavaScript support. + - Many common controls fixes and improvements. + - More Direct3D 10 work. + - Better MAPI support. + - Various bug fixes. + * Drop Roderick's patch as it's integrated upstream. + * Add new wine icon at different sizes + - icons by Joel Holdsworth + - replacements for the other icons coming soon + - debian/rules: install as a subfolder + - only the 32x32 one is used and installed to /usr/share/pixmaps + * debian/rules: remove deprecated dh_desktop + + -- Scott Ritchie Sat, 26 Sep 2009 07:56:57 -0700 + +wine1.2 (1.1.29-0ubuntu3) karmic; urgency=low + + * debian/rules: fix debug package misspelling so it actually builds + + -- Scott Ritchie Wed, 23 Sep 2009 04:26:39 -0700 + +wine1.2 (1.1.29-0ubuntu2) karmic; urgency=low + + * debian/rules: create separate wine1.2-debug package + * debian/control: only build libmpg123 on i386 (seems amd64 is broken) + * fontconfig file for tahoma to disable embedded bitmaps (LP: #412195) + + -- Scott Ritchie Wed, 16 Sep 2009 18:06:42 -0700 + +wine1.2 (1.1.29-0ubuntu1) karmic; urgency=low + + * New upstream release + - Improved Gecko integration by using Wine's network layers. + - Use of external libmpg123 for mp3 decoding. + - Support for JPEG and PNG formats in WindowsCodecs. + - Many regression test fixes for Win64 and Windows 7. + - Various bug fixes. + * Debian/control: build-depend on libmpg123-dev + * Include Roderick Colenbranders steam regression fix patch + + -- Scott Ritchie Mon, 07 Sep 2009 11:36:25 -0700 + +wine1.2 (1.1.28-0ubuntu1) karmic; urgency=low + + * New upstream release + - Support for IRDA protocol. + - Faster initial wineprefix creation. + - Axis remapping with evdev joysticks. + - More image formats in WindowsCodecs. + - Various bug fixes. + + -- Scott Ritchie Tue, 25 Aug 2009 19:07:47 -0700 + +wine1.2 (1.1.27-0ubuntu2) karmic; urgency=low + + * debian/control: build-depend on libgsm1-dev + + -- Scott Ritchie Wed, 19 Aug 2009 05:49:48 -0700 + +wine1.2 (1.1.27-0ubuntu1) karmic; urgency=low + + * New upstream release + - New version of the Gecko engine. + - New GSM 06.10 codec support. + - Improved support for the disk volume APIs. + - Support for XShm pixmaps for better performance. + - Various bug fixes. + * debian/control: wine-dev depends on wine1.2 (LP: #410911) + + -- Scott Ritchie Mon, 10 Aug 2009 03:43:41 -0700 + +wine1.2 (1.1.26-0ubuntu1) karmic; urgency=low + + * New upstream release + - Still more translation updates. + - Faster bitmap stretching using XRender. + - Proxy support in WinHTTP. + - Many more JScript functions. + - Various bug fixes. + + -- Scott Ritchie Fri, 17 Jul 2009 23:15:37 -0700 + +wine1.2 (1.1.25-0ubuntu1) karmic; urgency=low + + * New upstream release + - A ton of translation updates. + - Support for various Unicode file encodings in Notepad. + - Improved memory management, especially for OpenGL. + - Desktop menus now cleaned up automatically. + - Beginnings of a windowscodecs DLL implementation. + - Various bug fixes. + + -- Scott Ritchie Wed, 08 Jul 2009 14:32:46 -0700 + +wine1.2 (1.1.24-0ubuntu2) karmic; urgency=low + + * Split ttf-symbol-replacement into separate package + * Have Wine depend on ttf-tahoma-replacement and ttf-symbol-replacement + * Change defoma hints for tahoma-replacement to not say just "tahoma" + * ttf-tahoma-replacement.install: install as tahoma-replacement not "tahoma" + * Recommend wine1.2-gecko instead of wine-gecko + + -- Scott Ritchie Sun, 28 Jun 2009 23:34:52 -0700 + +wine1.2 (1.1.24-0ubuntu1) karmic; urgency=low + + * Port to Karmic, create 1.2 branch, basing off Jaunty PPA version + * debian/control: conflict/replace/provide old Wine + * Split Tahoma replacement font into separate package, ttf-tahoma-replacement + * debian: rename all files to wine1.2.foo + + -- Scott Ritchie Sun, 28 Jun 2009 12:22:31 -0700 + +wine (1.1.24~winehq0~ubuntu~9.04-0ubuntu1) jaunty; urgency=low + + * New upstream release + - Support for freedesktop file associations. + - Support for exception handling on 64-bit. + - Improved ARB shaders. + - Fixes for the FBO mode. + - Many listview improvements. + - Various bug fixes. + * Change suggests: msttcorefonts to recommends: ttf-mscorefonts-installer + + -- Scott Ritchie Sat, 20 Jun 2009 21:52:45 -0700 + +wine (1.1.23~winehq0~ubuntu~9.04-0ubuntu1) jaunty; urgency=low + + * New upstream release + - Support for registering MIME types with the Linux desktop. + - FBO mode is now the default for Direct3D. + - Support for COM proxy delegation. + - Improved support for the Mingw cross-compile. + - Proper fullscreen mode for the virtual desktop. + - Various bug fixes. + + -- Scott Ritchie Fri, 05 Jun 2009 12:30:12 -0700 + +wine (1.1.22~winehq0~ubuntu~9.04-0ubuntu1) jaunty; urgency=low + + * New upstream release + - More improvements to OLE copy/paste. + - Beginnings of x86_64 exception handling. + - Direct3D locking fixes. + - ARB shaders improvements. + - Better OpenGL pixel format support. + - Various bug fixes. + + -- Scott Ritchie Fri, 22 May 2009 15:18:18 -0700 + +wine (1.1.21~winehq0~ubuntu~9.04-0ubuntu1) jaunty; urgency=low + + * New upstream release + - Beginnings of shader model 4 support. + - Support for copying/pasting images from X11 applications. + - A number of GDIPlus improvements. + - Various listview fixes. + - 64-bit support in winemaker. + - Support for building on Mac OS X Snow Leopard. + - Various bug fixes. + * New icons for wine, winecfg, winefile, and notepad + - Thanks to Christian Dannie Storgaard + - No small sized icons yet; they will be pushed upstream + - No icon for uninstall (will be phased out) + + -- Scott Ritchie Fri, 08 May 2009 13:09:33 -0700 + +wine (1.1.20~winehq0~ubuntu~9.04-0ubuntu1) jaunty; urgency=low + + * New upstream release + - Show a dialog on application crashes. + - Much improved OLE copy/paste support. + - Various listview improvements. + - More Direct3D code cleanups. + - Various bug fixes. + * New icons taken from the ubuntustudio-icon-theme package + * Remove unused wine-regedit, wine-winehelp, and wine-winemine icons + * debian/copyright: mention ubuntustudio icons CC-by-SA license + + -- Scott Ritchie Fri, 24 Apr 2009 15:48:22 -0700 + +wine (1.1.19~winehq0~ubuntu~9.04-0ubuntu1) jaunty; urgency=low + + * New upstream release + - Support for Visual C++ project files in winemaker. + - Improvements to the Esound driver. + - Many Direct3D code cleanups. + - Fixes to OLE clipboard handling. + - OpenBSD compilation fixed. + - Various bug fixes. + + -- Scott Ritchie Fri, 10 Apr 2009 15:27:45 -0700 + +wine (1.1.18~winehq0~ubuntu~9.04-0ubuntu2) jaunty; urgency=low + + * debian/rules: remove cleanup of temporary library directory + on amd64 (should have gone with the rest of it last update) + + -- Scott Ritchie Mon, 30 Mar 2009 02:35:06 -0700 + +wine (1.1.18~winehq0~ubuntu~9.04-0ubuntu1) jaunty; urgency=low + + * Port to Jaunty + * New upstream release + - RPC over HTTP support. + - Improved support for upgrades in MSI. + - Debug symbols in WineDbg on Mac OS X. + - Many Direct3D code cleanups. + - Various bug fixes. + * debian/rules: + Remove all the manual links to libraries since .so symlinks are created in /usr/lib32 for us + Delete some old comments when the rules file was created + * debian/changelog: + Change libjack0.100.0-dev build depends to libjack-dev + + -- Scott Ritchie Fri, 27 Mar 2009 18:40:44 -0700 + +wine (1.1.17~winehq0~ubuntu~8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - Joystick support on Mac OS X. + - Implementation of iphlpapi on Solaris. + - A number of 64-bit improvements. + - Obsolete LinuxThreads support has been removed. + - Many fixes to the regression tests on Windows. + - Various bug fixes. + + -- Scott Ritchie Fri, 13 Mar 2009 14:05:48 -0700 + +wine (1.1.16~winehq0~ubuntu~8.10-0ubuntu2) intrepid; urgency=low + + * debian/wine-uninstaller.desktop: fix exec link + + -- Scott Ritchie Wed, 04 Mar 2009 11:11:13 -0800 + +wine (1.1.16~winehq0~ubuntu~8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - Improved SANE scanner support. + - Support for digital CD audio playback. + - Improved cookies management in Wininet. + - Support for building stand-alone 16-bit modules. + - Many fixes to the regression tests on Windows. + - Various bug fixes. + * Reverse previous patch as it's now included + + -- Scott Ritchie Fri, 27 Feb 2009 21:53:15 -0800 + +wine (1.1.15~winehq0~ubuntu~8.10-0ubuntu4) intrepid; urgency=low + + * Cherry pick a patch from git to prevent build failure + - Should be included in 1.1.16 + * Revert previous (nonworking) changes with binutils build dep + + -- Scott Ritchie Wed, 18 Feb 2009 13:55:56 -0800 + +wine (1.1.15~winehq0~ubuntu~8.10-0ubuntu3) intrepid; urgency=low + + * Change build depend on binutils to binutils-multiarch + + -- Scott Ritchie Sat, 14 Feb 2009 16:55:25 -0800 + +wine (1.1.15~winehq0~ubuntu~8.10-0ubuntu2) intrepid; urgency=low + + * Build depend on binutils to prevent launchpad build failure + + -- Scott Ritchie Sat, 14 Feb 2009 11:28:37 -0800 + +wine (1.1.15~winehq0~ubuntu~8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - Gecko engine update. + - Better region support in GdiPlus. + - Support for cross-compilation in winegcc. + - Beginnings of MS Text Framework support. + - Many fixes to the regression tests on Windows. + - Various bug fixes. + * Gecko package will be updated separately + + -- Scott Ritchie Sat, 14 Feb 2009 02:16:31 -0800 + +wine (1.1.14~winehq0~ubuntu~8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - Various bug fixes for Internet Explorer 7. + - Many crypt32 improvements, including new export wizard. + - Better support for windowless Richedit. + - Improvements to the print dialog. + - Many fixes to the regression tests on Windows. + - Various bug fixes. + + -- Scott Ritchie Fri, 30 Jan 2009 10:41:27 -0800 + +wine (1.1.13~winehq0~ubuntu~8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - Freedesktop.org-compliant startup notifications. + - Many fixes for 64-bit application support. + - Improved graphics support in Internet Explorer. + - Various Richedit improvements. + - Better certificate manager dialog. + - Various bug fixes. + + -- Scott Ritchie Sat, 17 Jan 2009 10:40:07 -0800 + +wine (1.1.12~winehq0~ubuntu~8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - Some simple 64-bit apps should now run. + - Support for subpixel font rendering. + - 64-bit code generation in the IDL compiler. + - New version of the Gecko engine. + - Various bug fixes. + * wine-gecko will be updated separately + + -- Scott Ritchie Fri, 02 Jan 2009 13:29:19 -0800 + +wine (1.1.11~winehq0~ubuntu~8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - Numerous fixes for IE7 support. + - Support for 64-bit cross-compile using Mingw64. + - User interface support for crypto certificates. + - Better support for MSI installation patches. + - Various Direct3D optimizations. + - Various bug fixes. + * Remove libx86-dev from build depends (not sure why I added it) + + -- Scott Ritchie Sat, 20 Dec 2008 17:39:51 -0800 + +wine (1.1.10~winehq0~ubuntu~8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - Support for virtual memory write watches. + - Workarounds for the WINAPI compiler bug on Mac OS. + - Several fixes for the 64-bit build. + - Some more GdiPlus functions. + - Various bug fixes. + + -- Scott Ritchie Fri, 05 Dec 2008 13:39:52 -0800 + +wine (1.1.9~winehq0~ubuntu~8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - A large number of regression test fixes. + - Performance improvements in memory management. + - Improved POP3 support in inetcomm. + - Initial implementation of the XInput DLL. + - Various bug fixes. + + -- Scott Ritchie Fri, 21 Nov 2008 11:14:16 -0800 + +wine (1.1.8~winehq0~ubuntu~8.10-0ubuntu2) intrepid; urgency=low + + * Link libgnutls.so.26 on amd64 + * Fix link for libdbus-1.so.3 on amd64 + * Build-depend on libgnutls-dev + + -- Scott Ritchie Mon, 10 Nov 2008 20:32:50 -0800 + +wine (1.1.8~winehq0~ubuntu~8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - Substantial parts of inetcomm implemented (for Outlook). + - Still better crypt32 support. + - Memory management improvements. + - Theming support for buttons. + - Various bug fixes. + * Rebase around Intrepid packages (re-adds sysctl.d files) + * Add libx86-dev to build depends + + -- Scott Ritchie Fri, 07 Nov 2008 14:03:12 -0800 + +wine (1.0.1-0ubuntu2) intrepid; urgency=low + + * debian/wine-browsedrive.desktop: + - remove $HOME in Exec=xdg-open .wine/dosdevices/c: + - Should make "Brose C:\ Drive" work again. (LP: #223989) + * debian/control: + - Replace libcupsys2-dev build depend with renamed libcups2-dev + + -- Scott Ritchie Sun, 26 Oct 2008 12:06:10 -0700 + +wine (1.0.1-0ubuntu1) intrepid; urgency=low + + * New upstream release + - Bug Fix only release (LP: #285341) + * Update includes our tools/wine.desktop patch, so we no longer have that + + -- Scott Ritchie Sat, 18 Oct 2008 00:44:19 -0700 + +wine (1.0.0-1ubuntu11) intrepid; urgency=low + + * debian/control: add new wine-gecko to Recommends for Wine + + -- Scott Ritchie Tue, 14 Oct 2008 16:05:17 -0700 + +wine (1.0.0-1ubuntu10) intrepid; urgency=low + + * Reverting last revision, moved procps from Build-Dep to Depends. + + -- Nicolas Valcárcel Sat, 23 Aug 2008 13:43:08 -0500 + +wine (1.0.0-1ubuntu9) intrepid; urgency=low + + * Added procps to Build-Depends to make postinst happy. + + -- Nicolas Valcárcel Sat, 16 Aug 2008 01:16:58 -0500 + +wine (1.0.0-1ubuntu8) intrepid; urgency=low + + * create debian/wine.sysctl.conf + - now Wine can access the lower 64k of memory (LP: #114025) + * debian/rules: add rules for installing wine.sysctl.conf + * debian/wine.dirs.*: add /etc/sysctl.d folder + * debian/wine.install.*: add /etc/sysctl.d install folder + * remove non arch-specific .install and .dirs files. + * debian/wine.postinst: add invoke-rc.d procps start + - so no reboot is required for Wine's sysctl.conf setting + + -- Scott Ritchie Thu, 07 Aug 2008 04:28:31 -0700 + +wine (1.0.0-1ubuntu7) intrepid; urgency=low + + * debian/control: add ttf-liberation to recommends + + -- Scott Ritchie Tue, 15 Jul 2008 03:15:53 -0700 + +wine (1.0.0-1ubuntu6) intrepid; urgency=low + + * debian/control: change winbind from depends to recommends (LP: 247746) + + -- Scott Ritchie Sat, 12 Jul 2008 01:43:52 -0700 + +wine (1.0.0-1ubuntu5) intrepid; urgency=low + + * debian/wine-browsedrive.desktop: + - change xdg-open ~.wine/drive_c to xdg-open $HOME/.wine/dosdevices/c: + - Opens correct folder even if c drive changed (LP: 223989) + + -- Scott Ritchie Thu, 10 Jul 2008 13:09:33 -0700 + +wine (1.0.0-1ubuntu4) intrepid; urgency=low + + * Re-add dh_installchangelogs to install this changelog (LP: #242072) + + -- Scott Ritchie Fri, 27 Jun 2008 13:22:56 -0700 + +wine (1.0.0-1ubuntu3) intrepid; urgency=low + + * tools/wine.desktop: associate wine with .msi files + * tools/wine.desktop: change to "Wine Windows Program Loader" + - retranslate all current entries (LP: #235593) + - add ca, pt, pt_br, it, da, nb, nn translations + + -- Scott Ritchie Sat, 21 Jun 2008 17:42:12 -0700 + +wine (1.0.0-1ubuntu2) intrepid; urgency=low + + * debian/wine.mime: associate wine with .msi files + + -- Scott Ritchie Fri, 20 Jun 2008 03:12:37 -0700 + +wine (1.0.0-1ubuntu1) intrepid; urgency=low + + * New upstream release + - First stable release of Wine + * Change to 1.0.0 versioning scheme since Wine will make a 1.0.1 + * Remove dh_installchangelogs since the upstream changelog was removed + - It is now available online at winehq.org + + -- Scott Ritchie Tue, 17 Jun 2008 10:22:39 -0700 + +wine (1.0-rc3-1ubuntu1) intrepid; urgency=low + + * New upstream release + - Bugfixes only due to feature freeze pending 1.0 release + + -- Scott Ritchie Fri, 30 May 2008 08:48:53 -0700 + +wine (1.0-rc2-1ubuntu1) intrepid; urgency=low + + * Bump version number because Debian autosynced on top + + -- Scott Ritchie Tue, 27 May 2008 18:46:28 -0700 + +wine (1.0~rc2-1) intrepid; urgency=low + + * New upstream release + - Bugfixes only due to feature freeze pending 1.0 release + * Depend explicitly on winbind package for ntlm_auth + - This provides some added functionality, even though Wine doesn't use it + at build time, which is why it isn't included with shlibs:Depends + + -- Scott Ritchie Sat, 24 May 2008 08:16:24 -0700 + +wine (1.0~rc1-0ubuntu1) intrepid; urgency=low + + * Port from winehq package; update to intrepid + + -- Scott Ritchie Tue, 13 May 2008 23:56:19 -0700 + +wine (1.0~rc1~winehq0~ubuntu~8.04-1) hardy; urgency=low + + * New upstream release + - Bugfixes only due to feature freeze pending 1.0 release + + -- Scott Ritchie Fri, 09 May 2008 15:02:02 -0700 + +wine (0.9.61~winehq0~ubuntu~8.04-1) hardy; urgency=low + + * Added lib32dns-mdns to dependencies for amd64 version + - Internet applications doing domain lookups should work now on amd64 + * New upstream release + - Automatic updating of the WINEPREFIX directory. + - Winhelp now uses Richedit as display engine. + - Many RichEdit fixes. + - More improvements to IME support. + - More quartz fixes. + - Implementation for many more Gdiplus functions. + - Lots of bug fixes. + + -- Scott Ritchie Sat, 03 May 2008 02:17:45 -0700 + +wine (0.9.60~winehq0~ubuntu~8.04-1ubuntu1) hardy; urgency=low + + * Pre-Depends on newer dpkg instead of lzma + + -- Scott Ritchie Fri, 18 Apr 2008 22:05:58 -0700 + +wine (0.9.60~winehq0~ubuntu~8.04-1) hardy; urgency=low + + * New upstream release + - Better support for Windows IMEs. + - Option for Windows-style window decorations. + - Improved system tray behavior. + - Window management fixes. + - Improved quartz audio support. + - Better support for launching apps from Unix file managers. + - Lots of bug fixes. + * The backported system tray regression patch no longer applies + * Compress package with lzma and add Pre-Depends: lzma + + -- Scott Ritchie Fri, 18 Apr 2008 10:27:19 -0700 + +wine (0.9.59-0ubuntu4) hardy; urgency=low + + * Remove MIME entry for application/x-zip-compressed (LP: #213062) + * Fix the 32 bit links for libldap, libldap_r, and liblber in amd64 version + + -- Scott Ritchie Thu, 10 Apr 2008 03:40:33 -0700 + +wine (0.9.59-0ubuntu3) hardy; urgency=low + + * Backport patch to fix system tray regression (LP: #214659) + * Delete old font patches in debian/patches + + -- Scott Ritchie Thu, 10 Apr 2008 01:53:33 -0700 + +wine (0.9.59-0ubuntu2) hardy; urgency=low + + * Re-introduced lpia changes which were forgotten with last upload + + -- Stephan Hermann Wed, 09 Apr 2008 18:21:35 +0200 + +wine (0.9.59-0ubuntu1) hardy; urgency=low + + * New upstream release + - Improved support for the .NET framework. + - Better services handling through a separate services.exe process. + - Support for ATI fragment shader. + - Better support for http proxies. + - Window management fixes. + - Pre-compiled fonts are now available in the source tree. + - Lots of bug fixes. + * The old font patches are gone now since they're included + + -- Scott Ritchie Sat, 05 Apr 2008 23:58:26 -0700 + +wine (0.9.58-0ubuntu3) hardy; urgency=low + + * Make Wine Ready for LPIA + + debian/control: + - added to some build-deps the lpia arch where it's + necessary + - added myself to uploaders + + debian/*.lpia: + - copied *.i386 suffixed files to *.lpia suffixed files to install wine + correctly on lpia + + -- Stephan Hermann Fri, 04 Apr 2008 15:57:20 +0200 + +wine (0.9.58-0ubuntu2) hardy; urgency=low + + * add lithuanian glyphs to fonts file. + For reference the patch is in debian/patches/ and will go away with 0.9.59 + + -- Stephan Hermann Wed, 26 Mar 2008 11:26:42 +0100 + +wine (0.9.58-0ubuntu1) hardy; urgency=low + + * New upstream release + - The default version is now Windows XP. + - Many Richedit improvements. + - Beginning of jscript dll support. + - Shell folders now respect XDG directory configuration. + - Many translation updates. + - Lots of bug fixes. + + -- Scott Ritchie Fri, 21 Mar 2008 23:45:25 -0700 + +wine (0.9.57-0ubuntu3) hardy; urgency=low + + * debian/wine-*.desktop: + - fixed some broken utf8 chars in catalan translation in .desktop files + (LP: #199211) + + -- Stephan Hermann Wed, 19 Mar 2008 21:05:35 +0100 + +wine (0.9.57-0ubuntu2) hardy; urgency=low + + * debian/control: + - added libxi-dev and libxinerama-dev to let wine recognize both libs on + i386 + * debian/wine-*.desktop: + - fixed some broken utf8 characters inside .desktop files (LP: #198761) + + + -- Stephan Hermann Wed, 19 Mar 2008 20:41:57 +0100 + +wine (0.9.57-0ubuntu1) hardy; urgency=low + + [Stephan Hermann] + * Add catalanian translation (LP: #199211) + + [Scott Ritchie] + * New upstream release + - Support for multiple OpenGL pixel formats. + - Improved support for color profiles. + - Many window management fixes. + - Better fullscreen support. + - Lots of bug fixes. + * Reverse dlls/winealsa.drv/waveinit.c patch as it is now upstream + * debian/rules: + - Add 64 bit symlink for libcapi20.so, libjack.so, libodbc.so + - Now Wine builds with capi20, jack, and odbc support on amd64 + * debian/control: + - Update the package description text to be clear and simple (LP: #159412) + * fonts/Makefile.in: + - Workaround an incompatible change in fontforge (LP: #199331) + * Add Polish translation to .desktop files (LP: #198761) + - The translation to wine.desktop was sent upstream + + -- Scott Ritchie Fri, 07 Mar 2008 17:43:22 -0800 + +wine (0.9.56-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #197588) + - Proper handling of OpenGL/Direct3D windows with menu bars. + - Stubs for all the d3dx9_xx dlls. + - Several graphics optimizations. + - Many installer fixes. + - Improved MIME message support. + - Lots of bug fixes. + * debian/rules: + - reset LDFLAGS to let wine not crash anymore, (LP: #191575) + thx to Albert Damen who came up with this solution. + (http://www.winehq.org/pipermail/wine-bugs/2007-July/062505.html) + - adjust dh_strip call (LP: #185513) + * debian/control: + - remove gcc-3.4 build-dep + - get rid of quilt + * cleaned debian/patches + * Add finnish translation to desktop files (LP: #196916) + * dlls/winealsa.drv/waveinit.c: (LP: #195507) + - let wine use the default alsa device + (http://bugs.winehq.org/show_bug.cgi?id=10942) + * Preloader warning (preloader: Warning: failed to reserve range + 00000000-60000000) does not occure anymore (LP: #114025) + + -- Stephan Hermann Fri, 22 Feb 2008 20:10:36 +0100 + +wine (0.9.55-0ubuntu1) hardy; urgency=low + + The "Just before FF" Release + * New upstream release + - Direct3D improvements, including driver version emulation. + - Beginnings of support for OLE objects in Richedit. + - Several fixes to the animation control. + - A bunch of fixes for regression test failures. + - Lots of bug fixes. + + -- Stephan Hermann Wed, 13 Feb 2008 21:00:57 +0100 + +wine (0.9.54-0ubuntu4) hardy; urgency=low + + * debian/rules: + - revert dh_shlibdeps change from 0.9.54-0ubuntu3 + - synced with scotts list of symlinks + - for amd64 arch: (LP: #187222) + + removed dh_shlibdeps because of a broken shlibs handling in ia32-libs + it failes + + instead add shlibs:Depends=* to dh_gencontrol -- -V + * debian/control: + - added unixodbc-dev to b-d (needed for a configure check against libodbc) + + -- Stephan Hermann Wed, 30 Jan 2008 19:35:31 +0100 + +wine (0.9.54-0ubuntu3) hardy; urgency=low + + * debian/rules: + - dh_shlibdeps: add -Xusr/lib32/wine/ to ignore the wine dll dir + + -- Stephan Hermann Mon, 28 Jan 2008 01:42:28 +0100 + +wine (0.9.54-0ubuntu2) hardy; urgency=low + + * debian/rules: + - amd64 specific: + + added symlink for libjpeg (LP: #144419) + + added symlink for libcups (LP: #155665) + + added symlink for libxml2 (LP: #135417) + * debian/control: + - add quilt to build-dep as patch system + * debian/patches/01_ubuntu_fix_libpng_check.patch: + - added patch to fix the libpng check to actually catch libpng12 + * debian/patches/90_ubuntu_update_configure.patch: + - configure patch after "autoconf" run to use the updated libpng12 fix + * debian/wine-*.desktop + - Added Swedish Translation (LP: #152745) + - Added German Translation + + -- Stephan Hermann Sun, 27 Jan 2008 16:35:13 +0100 + +wine (0.9.54-0ubuntu1) hardy; urgency=low + + * New upstream version: + - Photoshop CS/CS2 should now work, please help us testing it. + See http://wiki.winehq.org/AdobePhotoshop for details. + - A number of RPC fixes. + - Various improvements to the debugger support. + - Lots of bug fixes. + + * debian/control: + - get rid of libjpeg-mmx-dev + + -- Stephan Hermann Fri, 25 Jan 2008 19:32:45 +0100 + +wine (0.9.53-0ubuntu1) hardy; urgency=low + + * New upstream version + - RunOnce and Run entries now executed on startup. + - Beginnings of support for emulated disk devices. + - Many Richedit improvements. + - Nicer looking color dialog. + - Lots of bug fixes. + + -- Stephan Hermann Sat, 12 Jan 2008 17:21:50 +0100 + +wine (0.9.52-0ubuntu1) hardy; urgency=low + + [ Stephan Hermann ] + [Scott Ritchie] + * New upstream version + - Improved graphics tablet support. + - Support for RPC context handles. + - Fixes for some longstanding screen depth issues. + - Implementation of "My Network Places" shell folder. + - Lots of bug fixes. + * Use bzip2 compression rather than gzip for deb to save bandwidth + * Use gcc-3.4 to actually fix copy protection + + [Stephan Hermann] + * debian/control: + - Bumped Standards-Version to 3.7.3 + - Changed giflib3g-dev to libgif-dev + + [ Scott Kitterman ] + * debian/control: + - Prefer libgif-dev to libungif4-dev in build-dep to avoid later problem + with fontforge needing libgif which conflicts with libungif4 + + -- Scott Kitterman Sat, 05 Jan 2008 11:55:30 -0500 + +wine (0.9.51-0ubuntu1) hardy; urgency=low + + * New Upstream Release + - Using Scott Ritchies packages from winehq.org + * debian/rules: + - Changed dh_iconcache to dh_icons + - Added dh_desktop because we install some .desktop files + + + -- Stephan Hermann Sat, 22 Dec 2007 14:32:10 +0100 + +wine (0.9.51~winehq0~ubuntu~7.10-1) gutsy; urgency=low + + * New upstream release + - A bunch of WinHelp improvements. + - Better Japanese font support. + - A ton of rpcrt4 fixes. + - Several Alsa capture fixes. + - Improved support for screen resolution changes. + - Lots of bug fixes. + + -- Scott Ritchie Fri, 14 Dec 2007 15:32:11 -0800 + +wine (0.9.50~winehq0~ubuntu~7.10-2) gutsy; urgency=low + + * Use gcc-4.2 instead of default to fix copy protection + + -- Scott Ritchie Tue, 11 Dec 2007 15:18:44 -0800 + +wine (0.9.50~winehq0~ubuntu~7.10-1) gutsy; urgency=low + + * New upstream release + - Completed I/O completion. + - Improved user credentials management, including Mac Keychain support. + - More Valgrinding. + - Lots of bug fixes. + + -- Scott Ritchie Fri, 30 Nov 2007 21:38:43 -0800 + +wine (0.9.46-0ubuntu1) gutsy; urgency=low + + * New upstream release + - A variety of fixes to improve Photoshop CS2 support. + - More complete support for device installation in setupapi. + - New Bidi text implementation that doesn't depend on libicu. + - The usual assortment of Direct3D improvements. + - Beginning of I/O completion ports support. + - Lots of bug fixes. + * Remove libicu36-dev from build depends - Wine no longer uses it + * Remove libgl1-mesa-dev | libgl-dev from build depends - it was a duplicate + * Link to the ssl and crypto libraries on amd64 + * Added all the pretty icons someone sent to the wine mailing list a while ago + * Modified the .desktop files to use the pretty icons + - Also changed the location of some of the tools to more logical places + - And removed some of the unimportant ones + * Added dh_installmime to rules to make the .mime file actually work + * Created a wine.menu file to make the Applications->Wine folder system-wide + + -- Scott Ritchie Fri, 28 Sep 2007 14:47:50 -0700 + +wine (0.9.45-0ubuntu1) gutsy; urgency=low + + * New upstream release + - Better heuristics for making windows managed. + - Automatic detection of timezone parameters. + - Improvements to the builtin WordPad. + - Better signatures support in crypt32. + - Still more gdiplus functions. + - Lots of bug fixes. + * Incorporate the 32 bit building procedure from winehq packages + - This procedure works around the lack of .so links in /usr/lib32 + - Configure requires .so files, so we make temp .so's in a temp folder + * Comment out the --enable-win64 in 64 bit configure + - Support for Win 64 bit binaries is completely broken in Wine at the moment + - 64 mode prevents Wine from working with 32 bit binaries, making it nearly worthless. + * Updated the build depends: + - Added libpng12-dev (Wine now uses it) + - Removed freeglut (Wine now doesn't use it) + - Added many amd64 specific ones for packages that have 32 bit versions + - Added gcc-multilib [amd64] + * Set myself as uploader rather than original maintainer + * Removed libwine and libwine-dev dummy packages + - They were only needed to work around bugs in apt when users had an old libwine-* package + - Feisty users won't have them, so they're no longer needed + - Removed libwine.links and libwine-dev.links as well + * Added the wine.mime file from upstream to handle .exe files + * The 64 bit package should install libraries into /usr/lib32 now + - Removed wine.install, wine-dev.install, wine.dirs + - And then replaced them with wine.install.i386, wine.install.amd64, etc + + -- Scott Ritchie Tue, 18 Sep 2007 21:11:38 -0700 + +wine (0.9.42-0ubuntu1) gutsy; urgency=low + + * New upstream release. (LP: #128980) + * Changes from upstream: + - Support for activation contexts and side-by-side assemblies. + - Many more gdiplus functions. + - More messaging support in crypt32.dll. + - Many HTTP protocol handling fixes. + - Lots of bug fixes. + + -- Arthur Loiret Fri, 27 Jul 2007 18:23:02 +0200 + +wine (0.9.41-0ubuntu2) gutsy; urgency=low + + * debian/rules: ignore dh_strip errors to fix FTBFS in buildds + + -- Arthur Loiret Sun, 15 Jul 2007 06:33:51 +0200 + +wine (0.9.41-0ubuntu1) gutsy; urgency=low + + * New upstream release + * debian/rules: + - Remove comments in binary-arch target + - Fix debian-rules-ignores-make-clean-error + * debian/control: + - Make wine-dev bin-NMU safe + - Add Uploaders field + * Changes from version 0.9.40: + - Many MSHTML improvements. + - A few more sound fixes. + - Many Direct3D fixes. + - Lots of bug fixes. + * Changes from version 0.9.41: + - A number of gdiplus functions. + - More complete pdh.dll implementation. + - Support for MSI remote calls. + - Messaging support in crypt32.dll. + - Lots of bug fixes. + + -- Arthur Loiret Sat, 14 Jul 2007 14:27:25 +0200 + +wine (0.9.39-0ubuntu1) gutsy; urgency=low + + * New upstream release + * Add debian/watch + * Update Standards-Version to 3.7.2 + * Update compat and debhelper version to 5 + * debian/control: + - remove duplicate Depends on libstdc++6 + - Add homepage to extended description + * debian/libwine{,-dev}.links: link /usr/share/doc/libwine{,-dev} to + /usr/share/doc/wine{,-dev} to fix missing debian changelogs. + * Changes from upstream: + - Many MSHTML improvements. + - Several improvements to the sound support. + - A number of Winsock fixes. + - Several new supported constructs in the IDL compiler. + - Many Direct3D threading fixes. + - Lots of bug fixes. + + -- Arthur Loiret Sun, 17 Jun 2007 11:23:24 +0200 + +wine (0.9.38-0ubuntu1) gutsy; urgency=low + + * New Upstream Version + * Changes from Upstream: + - Beginnings of support for copy protected kernel drivers + - More MSI automation support + - Many 64-bit compilation fixes + - A number of OLE fixes + - Lots of bug fixes + + -- Stephan Hermann Sat, 2 Jun 2007 08:41:21 +0000 + +wine (0.9.37-0ubuntu3) gutsy; urgency=low + + * debian/wine.binfmt: + - changed /usr/bin/wine-auto to /usr/bin/wine + + -- Stephan Hermann Fri, 25 May 2007 11:52:01 +0200 + +wine (0.9.37-0ubuntu2) gutsy; urgency=low + + * debian/control: + - Added libstdc++6-4.1-dev to build-dep for easier backports to Ubuntu + releases < Gutsy Gibbon + * Added debian/wineserver-restart-required.update-notifier for notifiying + the user when wine is upgraded + * debian/wine.postinst: + - added rule for package upgrade to copy + usr/share/wine/wineserver-restart-required.update-notifier to + var/lib/update-notifier/user.d/wineserver-restart-required + * debian/rules: + - removed -fno-stack-protector + + (Upstream Fix: http://bugs.winehq.org/show_bug.cgi?id=6035) + + (Ubuntu Closes: LP #56965) + - copied debian/winserver-restart-required.update-notifier to usr/share/wine + + -- Stephan Hermann Fri, 18 May 2007 06:36:52 +0000 + +wine (0.9.37-0ubuntu1) gutsy; urgency=low + + * New Upstream Release + - MSI automation with JScript/VBScript support. + - Various MSHTML improvements. + - The usual assortment of Direct3D fixes. + - Support for a few more exe protection schemes. + - Lots of bug fixes. + + -- Stephan Hermann Sat, 12 May 2007 14:18:53 +0200 + +wine (0.9.36-0ubuntu2) gutsy; urgency=low + + * Removed debian/patches/* completly and updated debian/rules accordingly + Fixes were applied upstream + * Removed dpatch from build-deps + + -- Stephan Hermann Wed, 2 May 2007 10:08:23 +0200 + +wine (0.9.36-0ubuntu1) gutsy; urgency=low + + * New Upstream release + * Merged with winehq package again + * debian/control: + - Changed libstdc++-4.0-dev to libstdc++-4.2-dev + + -- Stephan Hermann Sun, 29 Apr 2007 14:49:53 +0200 + +wine (0.9.36~winehq0~ubuntu~7.04-1) feisty; urgency=low + + * Add missing build depends libesd0-dev libxrandr-dev liblcms1-dev + x11proto-xinerama-dev + * Should fix issues with screen scrolling, color management, multiple + monitors and esd + * Remove one of the duplicate build-depends libxt-dev + * Updated the list of debian split libwine-* packages this replaces + * New upstream release + - Midi support in the CoreAudio driver. + - Mixer support in the Alsa driver. + - A lot of MSI fixes. + - Implementation for most D3DRM functions. + - The usual assortment of Direct3D fixes. + - Lots of bug fixes. + + -- Scott Ritchie Fri, 27 Apr 2007 11:34:05 -0700 + +wine (0.9.35-0ubuntu1) gutsy; urgency=low + + * New Upstream Version + * Added additional xrender.c patch to wine-0.9.35 + (http://www.winehq.org/pipermail/wine-devel/2007-April/055637.html) + + -- Stephan Hermann Sun, 15 Apr 2007 11:30:19 +0200 + +wine (0.9.35~winehq0~ubuntu~6.10-1) edgy; urgency=low + + * New upstream release + - Broken aRts sound driver now removed for good. + - Many fixes to the Quartz DLL sound support. + - File I/O performance improvements. + - The usual assortment of Direct3D fixes. + - Lots of bug fixes. + * Removed no longer needed build-depends: libarts1-dev + + -- Scott Ritchie Fri, 13 Apr 2007 21:54:02 -0700 + +wine (0.9.34-0ubuntu1) feisty; urgency=low + + * New Upstream Release + + -- Stephan Hermann Fri, 6 Apr 2007 14:26:57 +0200 + +wine (0.9.34~winehq0~ubuntu~6.10-1) edgy; urgency=low + + * New upstream release + - Support for Xcursor. + - A range of fixes for various installers. + - New builtin xcopy tool. + - The usual assortment of Direct3D fixes. + - Lots of bug fixes. + + -- Scott Ritchie Fri, 30 Mar 2007 18:43:45 -0700 + +wine (0.9.33-0ubuntu1) feisty; urgency=low + + * New Upstream Release + - Many Direct3D fixes and performance improvements. + - More comctl32 tests and some bug fixes. + - Compatibility improvements in cmd.exe. + - Still more fixes to builtin OLE. + - Support for process control on Solaris. + - Lots of bug fixes. + + -- Stephan Hermann Mon, 19 Mar 2007 19:39:57 +0100 + +wine (0.9.32-0ubuntu1) feisty; urgency=low + + * New Upstream Release + - Remaining Ubuntu Changes: + * debian/wine.mime, debian/rules: stop MIME-based execution, drop + upstream .desktop file. + * debian/wine.prerm, debian/wine.postinst, debian/wine.binfmt, + debian/rules, debian/control: adding execution via binfmt-support + (LP: #85338). + * debian/control: dropped libjpeg-mmx-dev; no longer in archives. + * debian/wine-*.desktop: + - Added desktopfiles (Closes: LP #82776, #82778, #82778, #82779, + #82780, #82781) + * debian/control: + - added | libstdc++6-dev to build deps + * debian/rules: + - copy desktop files to the right position + - added dh_iconcache + + + -- Stephan Hermann Sat, 3 Mar 2007 18:08:28 +0100 + +wine (0.9.32~winehq0~ubuntu~6.10-1) edgy; urgency=low + + * New upstream release + - Many Direct3D fixes and performance improvements. + - Several new features in the builtin cmd.exe. + - Improvements to HTML help support. + - Lots of bug fixes. + + -- Scott Ritchie Fri, 2 Mar 2007 13:51:43 -0800 + +wine (0.9.31-0ubuntu1) feisty; urgency=low + + * New Upstream release + - Remaining Ubuntu Changes: + * debian/wine.mime, debian/rules: stop MIME-based execution, drop + upstream .desktop file. + * debian/wine.prerm, debian/wine.postinst, debian/wine.binfmt, + debian/rules, debian/control: adding execution via binfmt-support + (LP: #85338). + * debian/control: dropped libjpeg-mmx-dev; no longer in archives. + * debian/wine-*.desktop: + - Added desktopfiles (Closes: LP #82776, #82778, #82778, #82779, #82780, + #82781) + * debian/control: + - added | libstdc++6-dev to build deps + * debian/rules: + - copy desktop files to the right position + - added dh_iconcache + + -- Stephan Hermann Wed, 28 Feb 2007 14:08:56 +0100 + +wine (0.9.31~winehq0~ubuntu~6.10-1) edgy; urgency=low + + * New upstream release + - Many Direct3D fixes and performance improvements. + - Several new comctl32 test cases. + - IDL compiler improvements. + - More OLE32 marshalling fixes. + - Lots of bug fixes. + * Removed build depend libxxf86dga-dev, depend libxxf86dga1 + + -- Scott Ritchie Fri, 16 Feb 2007 18:57:10 -0800 + +wine (0.9.30-0ubuntu4) feisty; urgency=low + + * debian/wine.mime, debian/rules: stop MIME-based execution, drop + upstream .desktop file. + * debian/wine.prerm, debian/wine.postinst, debian/wine.binfmt, + debian/rules, debian/control: adding execution via binfmt-support + (LP: #85338). + * debian/control: dropped libjpeg-mmx-dev; no longer in archives. + + -- Kees Cook Fri, 16 Feb 2007 11:17:03 -0800 + +wine (0.9.30-0ubuntu3) feisty; urgency=low + + * debian/wine-*.desktop: + - Added desktopfiles (Closes: LP #82776, #82778, #82778, #82779, #82780, + #82781) + * debian/control: + - added | libstdc++6-dev to build deps + * debian/rules: + - copy desktop files to the right position + - added dh_iconcache + + -- Stephan Hermann Thu, 8 Feb 2007 10:57:25 +0100 + +wine (0.9.30-0ubuntu2) feisty; urgency=low + + * debian/rules: + - Removed dpatch rules + + -- Stephan Hermann Fri, 26 Jan 2007 19:27:06 +0100 + +wine (0.9.30-0ubuntu1) feisty; urgency=low + + * New Upstream release + * What's new in this release: + - Many improvements to Direct3D shaders and state management. + - Support for inter-process memory allocations. + - OLE32 marshalling fixes. + - Lots of bug fixes. + * debian/control: + - Removed dpatch from build-deps + - Removed debian/patches/ directory, because all bugfixes are now in + upstream. + + -- Stephan Hermann Fri, 26 Jan 2007 17:45:43 +0100 + +wine (0.9.29-0ubuntu3) feisty; urgency=low + + * debian/control: introduced dpatch to build-deps + * added 01_ubuntu_mdi_c.dpatch (Closes: LP #81182) + + -- Stephan Hermann Thu, 25 Jan 2007 09:41:25 +0100 + +wine (0.9.29-0ubuntu2) feisty; urgency=low + + * debian/control: + - Added Suggest: xdg-utils (Closed: LP #80849) + + -- Stephan Hermann Tue, 23 Jan 2007 11:33:21 +0100 + +wine (0.9.29-0ubuntu1) feisty; urgency=low + + * New Upstream release + + -- Stephan Hermann Thu, 11 Jan 2007 13:30:36 +0100 + +wine (0.9.29~winehq0~ubuntu~6.10-1) edgy; urgency=low + + * New upstream release + - More work on the new Direct3D state management. + - Debugger support for Mac OS. + - Many OLE fixes and improvements. + - Audio input support on Mac OS. + - Lots of bug fixes. + + -- Scott Ritchie Tue, 9 Jan 2007 21:09:52 -0800 + +wine (0.9.28-0ubuntu1) feisty; urgency=low + + * New Upstream release + + -- Stephan Hermann Mon, 8 Jan 2007 13:33:11 +0100 + +wine (0.9.28~winehq0~ubuntu~6.10-1) edgy; urgency=low + + * New upstream release + - OpenGL in child windows should work again. + - Better mouse support in games. + - Beginnings of new state management in Direct3D. + - Improved audio and font support on Mac OS. + - Lots of bug fixes. + + -- Scott Ritchie Sat, 23 Dec 2006 21:48:25 -0800 + +wine (0.9.27-0ubuntu1) feisty; urgency=low + + * New Upstream Release + + -- Stephan Hermann Wed, 13 Dec 2006 13:30:08 +0100 + +wine (0.9.27~winehq0~ubuntu~6.10-1) edgy; urgency=low + + * New upstream release + - Better support for noexec kernels. + - Better Dwarf support in dbghelp. + - Several Winsock fixes. + - Various code cleanups. + - Lots of bug fixes. + + -- Scott Ritchie Sat, 9 Dec 2006 16:32:53 -0800 + +wine (0.9.26-0ubuntu1) feisty; urgency=low + + * New Upstream Release + + -- Stephan Hermann Thu, 30 Nov 2006 11:01:59 +0100 + + +wine (0.9.26~winehq0~ubuntu~6.10-1) edgy; urgency=low + + * New upstream release + - Better support for Unix locale settings. + - Improved X11 keyboard support. + - Various MSI fixes. + - Winecfg improvements. + - Lots of bug fixes. + + -- Scott Ritchie Mon, 27 Nov 2006 23:25:44 -0800 + +wine (0.9.25-0ubuntu1) feisty; urgency=low + + * New Upstream release + * debian/control: + - Changed build-deps + + linux-kernel-headers => linux-libc-dev + + libfontconfig-dev => libfontconfig1-dev + + -- Stephan Hermann Fri, 24 Nov 2006 10:05:00 +0100 + +wine (0.9.25~winehq0~ubuntu~6.10-1) edgy; urgency=low + + * New upstream release + - Many more fixes for installer support. + - Many MSHTML improvements. + - Support for NTLMv2. + - RPC over TCP improvements. + - Lots of bug fixes. + + -- Scott Ritchie Sat, 11 Nov 2006 17:33:14 -0800 + +wine (0.9.24~winehq0~ubuntu~6.10-1) edgy; urgency=low + + * New upstream release + - Support for multiple monitors using Xinerama. + - Various MSI fixes and improvements. + - A ton of memory leaks fixed. + - Many common controls fixes. + - Lots of bug fixes. + + -- Scott Ritchie Sun, 29 Oct 2006 17:12:35 -0800 + +wine (0.9.22-0ubuntu4) feisty; urgency=low + + * Rebuild for ldbl128 change on powerpc and sparc. + + -- Matthias Klose Thu, 2 Nov 2006 10:27:26 +0000 + + +wine (0.9.22-0ubuntu3) edgy; urgency=low + + * Re-apply dropped change from dapper: (Closes: Ubuntu #63492) + + Remove insecure mailcap entries; MS Windows '.exe' files should be run + using 'binfmt-misc' support instead. (Closes: Ubuntu #24829) + + -- Paul Sladen Fri, 13 Oct 2006 02:15:26 +0100 + +wine (0.9.22-0ubuntu2) edgy; urgency=low + + * Fixed diff.gz + + -- Stephan Hermann Wed, 11 Oct 2006 14:03:46 +0200 + +wine (0.9.22-0ubuntu1) edgy; urgency=low + + * New Upstream Release + - The usual assortment of MSI improvements. + - Several bug fixes to the various common controls. + - Pixel shaders enabled by default in D3D. + - Various improvements to the build process. + - Many translation updates. + - Lots of bug fixes. + + Thx Scott Ritchie + * debian/control: + - added build-deps libhal-dev, libhal-storage-dev, libgphoto2-2-dev + + -- Stephan Hermann Fri, 6 Oct 2006 15:49:27 +0200 + +wine (0.9.21-0ubuntu1) edgy; urgency=low + + * New upstream version + * Changelog from Upstream: + - OpenGL restructurations. + - The usual assortment of MSI improvements. + - Several Richedit fixes. + - WCMD Winelib app renamed to CMD for compatibility. + - Many improvements to the Wintrust DLL. + - Some code cleanups. + - Lots of bug fixes. + + -- Stephan Hermann Thu, 14 Sep 2006 14:39:06 +0200 + +wine (0.9.20-0ubuntu3) edgy; urgency=low + + * debian/rules: changed x86_64 to amd64 to provide amd64 packages + + -- Stephan Hermann Tue, 12 Sep 2006 12:42:46 +0200 + +wine (0.9.20-0ubuntu2) edgy; urgency=low + + * debian/rules: changed ARCH = $(DEB_BUILD_ARCH) to + ARCH += $(DEB_BUILD_ARCH) (trying to fix amd64 build) + + -- Stephan Hermann Mon, 11 Sep 2006 15:20:47 +0200 + +wine (0.9.20-0ubuntu1) edgy; urgency=low + + * New WineHQ Release + * debian/rules: + - added to CFLAGS -fno-stack-protector + - added some code to build wine on x86_64 archs + * debian/control: + - Removed libjack0.80.0-dev from build-deps + + -- Stephan Hermann Wed, 30 Aug 2006 12:47:41 +0200 + +wine (0.9.20~winehq0~ubuntu~6.06-1) unstable; urgency=low + + * New upstream release + - XEmbed system tray support. + - Many improvements to NTLM support. + - Many messages made localizable instead of hardcoded to English. + - Improved support for various OpenGL platforms. + - More improvements to the IDL compiler. + - Lots of bug fixes. + + -- Scott Ritchie Thu, 24 Aug 2006 16:06:35 -0700 + +wine (0.9.19~winehq0~ubuntu~6.06-2) unstable; urgency=low + + * Added my own patch to make Full Tilt Poker work + + -- Scott Ritchie Fri, 11 Aug 2006 00:19:57 -0700 +wine (0.9.19-0ubuntu3) edgy; urgency=low + + * debian/rules: Added -fno-stack-protector to CFLAGS to fix segmentation + faults (Closes: lp #56965) + + -- Stephan Hermann Wed, 23 Aug 2006 13:15:31 +0200 + +wine (0.9.19-0ubuntu2) edgy; urgency=low + + * debian/rules: Fix rules file to determina $DEB_BUILD_ARCH and build wine + for 64bit + + -- Stephan Hermann Sun, 20 Aug 2006 10:19:05 +0200 + +wine (0.9.19-0ubuntu1) edgy; urgency=low + + * New upstream version + * debian/control: + - Removed libicu28-dev,libjack0.80.0-dev from build-dep + + -- Stephan Hermann Sat, 19 Aug 2006 23:14:28 +0200 + +wine (0.9.19~winehq0~ubuntu~6.06-1) unstable; urgency=low + + * New upstream release + - Support for a proper Trash folder. + - Many improvements to the IDL compiler. + - Better FreeBSD support. + - A number of MSI bug fixes. + - Many RichEdit improvements. + + -- Scott Ritchie Thu, 10 Aug 2006 23:20:48 -0700 + +wine (0.9.18~winehq0~ubuntu~6.06-1) unstable; urgency=low + + * New upstream release + - Still more work on Direct3D. + - A lot of MSI bug fixes and improvements. + - More compatible memory management. + - Several fixes for Win64 support. + - Some performance improvements. + + -- Scott Ritchie Sat, 29 Jul 2006 20:34:02 -0700 + +wine (0.9.17~winehq0~ubuntu~6.06-1) unstable; urgency=low + + * New upstream release + - Still more work on Direct3D shaders. + - Now using the Gecko engine directly for MSHTML. + - Better support for apps switching to full screen mode. + - Support for multiple joysticks. + + -- Scott Ritchie Wed, 12 Jul 2006 21:36:19 -0700 + +wine (0.9.16~winehq0~ubuntu~6.06-1) unstable; urgency=low + + * New upstream release + - More work on Direct3D shaders. + - Major DirectDraw rewrite on top of Direct3D. + - Support for debug information in Dwarf format. + - Beginnings of an OleView Winelib application. + - Lots of bug fixes. + + -- Scott Ritchie Thu, 22 Jun 2006 00:44:54 -0700 + +wine (0.9.15~winehq0~ubuntu~6.06-1) unstable; urgency=low + + * New upstream release + - More MS/RPC improvements. + - Core Audio driver for Mac OS X. + - More complete DNSAPI dll. + - Improvements to Web browser support. + - Lots of bug fixes. + + -- Scott Ritchie Thu, 8 Jun 2006 16:30:06 -0700 + +wine (0.9.14~winehq1~ubuntu~6.06-1) unstable; urgency=low + + * New upstream release + - Better MS/RPC compatibility. + - Many fixes to Direct3D shaders. + - Several improvements to the header control. + - Lots of bug fixes. + * Added libgl-dev, libicu-dev, libjack-dev, freeglut-dev virtual packages as + options in build-depends + * Added ${shlibs:Depends} to depends + + -- Scott Ritchie Sun, 28 May 2006 21:26:30 -0700 + +wine (0.9.13~winehq1~ubuntu~6.06-1) unstable; urgency=low + + * New upstream release + - New GPhoto backend for TWAIN. + - Dynamic drive configuration using HAL. + - A gazillion Direct3D fixes. + - New TCP transport for RPC. + - Lots of bug fixes. + + -- Scott Ritchie Sat, 13 May 2006 02:16:47 -0700 + +wine (0.9.12~winehq2~ubuntu~6.06-1) unstable; urgency=low + + * Changed libicu28-dev to libicu34-dev + * Package is now separate from the Breezy version + * This is the first package to enter the winehq dapper repo + + -- Scott Ritchie Thu, 4 May 2006 01:04:44 -0700 + +wine (0.9.12~winehq1-1) unstable; urgency=low + + * New upstream release + - New Winelib Internet Explorer application (all 5 lines of it). + - Several improvements to the font support. + - More work on the IDL compiler. + - Faster drawing of the cards in Solitaire (very important feature). + - A number of fixes for issues found by the Coverity code cheker. + + -- Scott Ritchie Mon, 17 Apr 2006 01:17:15 -0700 + +wine (0.9.11~winehq1-1) unstable; urgency=low + + * New upstream release + - Fake dll files created in the system directory to help installers. + - Desktop mode now properly supports multiple processes. + - Better type parsing in dbghelp. + - Several OpenGL fixes. + - A bunch of Unicode functions in advpack. + - Lots of bug fixes. + + -- Scott Ritchie Fri, 31 Mar 2006 15:18:06 -0800 + +wine (0.9.10~winehq1-2) unstable; urgency=low + + * Added new build depends, libglut3-dev | freeglut3-dev + + -- Scott Ritchie Mon, 20 Mar 2006 10:15:13 -0800 + +wine (0.9.10~winehq1-1) unstable; urgency=low + + * New upstream release + - Improved ESD audio driver. + - More Web browser improvements in mshtml and wininet. + - Direct3D fixes and preparation for ddraw code migration. + - Explorer process now managing the desktop window. + - Lots of bug fixes. + * New naming scheme uses ~winehq1 at end of version name. This should make Dapper packages replace. + + -- Scott Ritchie Wed, 15 Mar 2006 23:04:54 -0800 + +wine (0.9.9-winehq-2) unstable; urgency=low + + * Adjusted build depends to make compatible with Dapper by allowing different packages + - libjack0.80.0-dev | libjack0.100.0-dev + - libicu28-dev | libicu34-dev + * Next release will use newer version numbering system to make Dapper have higher numbers (-00winehq) + + -- Scott Ritchie Sun, 12 Mar 2006 12:41:39 -0800 + +wine (0.9.9-winehq-1) unstable; urgency=low + + * New upstream release + - Many new features and improvements in Richedit. + - More Web browser support. + - Recursive directory change notifications. + - Wine installation is now fully relocatable. + - Direct3D 8 and 9 now use the same code. + - Many debugger improvements. + - Systray is now handled by the explorer process. + - Lots of bug fixes. + + -- Scott Ritchie Fri, 3 Mar 2006 18:05:17 -0800 + +wine (0.9.8-winehq-1) unstable; urgency=low + + * New upstream release + - Better Web browser support. + - Beginnings of a Wordpad application. + - Many richedit improvements. + - A number of Direct3D fixes. + - A few more options in winecfg. + - Lots of bug fixes. + + -- Scott Ritchie Wed, 15 Feb 2006 21:45:23 -0800 + +wine (0.9.7-winehq-1) unstable; urgency=low + + * New upstream release + - Directory change notifications can use inotify now. + - Hardware breakpoints in the Wine debugger. + - Beginnings of support for tape APIs. + - A bunch of improvements to the IDL compiler. + - Better scheme for mapping My Documents etc. to Unix directories. + - Lots of bug fixes. + * The BUGS textfile is gone, and is now removed from the docs file + -- Scott Ritchie Thu, 2 Feb 2006 18:01:46 -0800 + +wine (0.9.6-winehq-1) unstable; urgency=high + + * New upstream release + - A bunch of OLE fixes and improvements. + - DirectSound improvements, including full duplex support. + - Fix for the Windows metafile vulnerability. + - Many static control improvements. + - Some fixes for copy protection support. + - Lots of bug fixes. + * Package now replaces libwine-gl properly + -- Scott Ritchie Thu, 19 Jan 2006 22:01:04 -0800 + +wine (0.9.5-winehq-1) unstable; urgency=low + + * New upstream release + - A number of MSI fixes. + - More improvements to the IDL compiler. + - Lots of bug fixes. + -- Scott Ritchie Wed, 4 Jan 2006 08:34:21 -0800 + +wine (0.9.4-winehq-1) unstable; urgency=low + + * New upstream release + - Improvements to the IDL compiler. + - Some infrastructure work for loadable driver support. + - The usual assortment of Direct3D improvements. + - IME support in the edit control. + - Better support for AVI animations. + - Debugging support improvements. + - Relay traces now work on NX platforms. + + -- Scott Ritchie Thu, 29 Dec 2005 18:44:00 -0800 + +wine (0.9.3-winehq-1) unstable; urgency=low + + * New upstream release + - Many marshalling fixes in rpcrt4. + - Various OLE improvements and fixes. + - Better audio driver management in winecfg. + - Many wininet fixes. + - Several Web browser improvements. + - More dbghelp APIs implemented. + - Directory objects in wineserver. + - Lots of bug fixes. + * Add new build depends: prelink, libsane-dev, libsane-extras-dev. + * Remove build-dependency valgrind. Doesn't have any use in a binary package. + * The above two should make some things faster and scanners work. + + -- Scott Ritchie Thu, 8 Dec 2005 21:49:54 -0800 + +wine (0.9.2-winehq-1) unstable; urgency=low + + * New upstream release + - Winelib Explorer app (just a wrapper around winefile for now). + - Debugger cleanups and improvements. + - Many wininet fixes. + - Better autogenerated API manpages. + - A bunch of Korean translations. + - Lots of bug fixes. + * Added missing build depends: libxt-dev + + -- Scott Ritchie Mon, 28 Nov 2005 18:10:51 -0800 + +wine (0.9.1-winehq-3) unstable; urgency=low + + * Added a dependency on libxxf86dga1, since it is now required. + In the future, I may make a Wine package without X at all, but + when X is compiled in we need to have it as a dependency here. + + -- Scott Ritchie Sat, 12 Nov 2005 11:52:17 -0800 + +wine (0.9.1-winehq-2) unstable; urgency=low + + * Added some missing build-depends: libldap2-dev, libxml2-dev, + libxslt1-dev, valgrind, libxxf86vm-dev, libxxf86dga-dev + * Replaced build dependency mesa-common-dev with the package that + replaces it, libgl1-mesa-dev + -- Scott Ritchie Thu, 10 Nov 2005 23:02:55 -0800 + +wine (0.9.1-winehq-1) unstable; urgency=low + + * New upstream release + - Support for Find function in regedit. + - Winelib app to eject a CD. + - Many MSI improvements. + - Better support for running text-mode apps without X. + - Improved support for various code obfuscation tools. + + -- Scott Ritchie Thu, 10 Nov 2005 12:52:27 -0800 + +wine (0.9.0-winehq-2) unstable; urgency=low + + * Wine now depends on libstc++6 + * Added missing build-depend libstdc++6-4.0-dev + * Since Mono no longer attempts to use Wine, libwine-cil is added to + conflicts and replaces section like the other legacy libwine-* packages + * xwine is also added to the replaces and conflicts section, since it + does nothing just like winesetuptk. + + -- Scott Ritchie Tue, 1 Nov 2005 15:04:32 -0800 + +wine (0.9.0-winehq-1) unstable; urgency=low + + * MASSIVE New upstream release + - This is Wine's first beta release, meaning things + are going to be a lot more stable, and further + regressions in numbered versions shouldn't happen. + - Too many changes to list. + + -- Scott Ritchie Tue, 25 Oct 2005 12:14:34 -0700 + +wine (0.0.20050725-winehq-1) unstable; urgency=low + + * Actually two new upstream releases in this one - I skipped the last due to + all the config file weirdness. + * New upstream release (older one): + - Configuration settings moved to the registry. + - Graphical Wine configuration tool is now enabled. + - More MSI and OLE improvements. + - Reorganisation of the DirectDraw directory. + - Initial support for webcams. + - Lots of bug fixes. + * New upstream release (newer one): + - Beginnings of theme support in common controls. + - Many MSHTML improvements. + - A bunch of OLE fixes for InstallShield installers. + - Many Direct3D fixes and improvements. + - Beginnings of LDAP support. + - Various cleanups after removal of the config file. + - Lots of bug fixes. + + -- Scott Ritchie Thu, 28 Jul 2005 11:58:28 -0700 + +wine (0.0.20050524-winehq-1) unstable; urgency=low + + * New upstream release + - Many MSI improvements. + - More features in the file manager. + - Better compatibility for Winelib import libraries. + - SGML documentation moved out of the source tree. + - Header files cleanups. + - Lots of bug fixes. + * Documentation files have been moved into a seperate package due to upstream + changes + + -- Scott Ritchie Tue, 31 May 2005 20:09:53 -0700 + +wine (0.0.20050419-winehq-1) unstable; urgency=low + + * New upstream release + - Mailslot support. + - Support for side mouse buttons (X buttons). + - More Richedit improvements. + - Loading of Windows registry files disabled for now. + - Many code cleanups. + - Lots of bug fixes. + * Now use winehq version numbering (-winehq) to not create weirdness with + other packages at same version number + + -- Scott Ritchie Sun, 8 May 2005 15:21:46 -0700 + +wine (0.0.20050310-1) unstable; urgency=low + + * New upstream release + - Initial implementation of a true Richedit control. + - Shell extension for browsing Unix directories. + - More MSI work. + - PBuffer support in OpenGL. + - Window painting regressions should be fixed. + - Lots of bug fixes + + -- Scott Ritchie Fri, 11 Mar 2005 00:11:06 -0800 + +wine (0.0.20050211-1) unstable; urgency=low + + * New upstream release + - Still more work on the MSI dll. + - More OLE work, including a builtin stdole32.tlb. + - Fixed inter-process window resize and repaint. + - Lots of bug fixes. + * Changed dummy packages to architecture "all", set rules file's + dh_installchangelog to only do architecture dependant ones. This should + keep the changelog out of the dummy packages, making them a good meg smaller + * Added MIME types application/x-msdownload, application/exe, + application/x-exe, application/dos-exe, vms/exe, application/x-winexe, + application/msdos-windows, application/x-msdos-program, + and application/x-zip-compressed + + -- Scott Ritchie Fri, 11 Feb 2005 23:19:14 -0800 + +wine (0.0.20050111-1) unstable; urgency=low + + * New upstream release + - Many OLE bug fixes and improvements. + - A lot more work on the MSI dll. + - Update regions now handled in the Wine server. + - Beginnings of typelib generation in the IDL compiler. + - Many janitorial cleanups. + - Lots of bug fixes. + + -- Scott Ritchie Tue, 11 Jan 2005 12:32:08 -0800 + +wine (0.0.20041201-1) unstable; urgency=high + + * New maintainer Scott Ritchie + * New Upstream release 20041201 + -Many changes since last package, most notably setup is much simpler and no + longer requires special tools or configuration files. + * Removed deprecated winesetuptk and wine-utils. + * Removed deprecated libwine-* packages, which are now merged into wine. + -Wine's binaries were required for running winelib compiled packages anyway + * Changed libwine-dev to wine-dev, all proper development files should now + be there (everything from /usr/include and the library symlinks). + * Merged libwine into wine upon advice from upstream authors, as all binaries + in wine were required by winelib compiled packages anyway. This package + should now replace everything wine related that is older. + * Added dummy packages libwine (which depends on wine) and libwine-dev (which + depends on wine-dev) in order to ease upgrade from older versions. + * Removed old Debian hacks into the source code - the source code should be + the standard winehq.org source now. + * Changed the package format to a more standard one - as wine was changed + upstream to be built more consistantly now, and a separate wine-docs package + is no longer needed. + -Wine docs such as the user guide are now in /usr/share/doc/wine along with + the rest of the documentation. + -Wine development docs such as the winelib user guide are now in + /usr/share/doc/wine-dev + * Updated build depends due to upstream changes + * Upstream wineprefixcreate program now removes the need for the package + maintainer to create special directories and configuration + * Many old bugs should be gone due to above changes + * Upgraded to new standards version of Debian Policy (also removing manual + prompting code that took place in preinstall script.) + + -- Scott Ritchie Mon, 22 Nov 2004 20:30:57 -0800 + +wine (0.0.20040716-1.3) unstable; urgency=high + + * NMU. + * Build against changed libcapi20 API. + + -- Matthias Klose Wed, 10 Nov 2004 19:21:13 +0100 + +wine (0.0.20040716-1.2) unstable; urgency=low + + * NMU. + * Change libcapi20 build dependency to libcapi20-dev. + + -- Matthias Klose Sat, 4 Sep 2004 10:16:31 +0200 + +wine (0.0.20040716-1.1) unstable; urgency=high + + * NMU. + * Fix libcapi build dependency (closes: #267536). + + -- Matthias Klose Sat, 28 Aug 2004 02:04:55 +0200 + +wine (0.0.20040716-1) unstable; urgency=low + + * New upstream release 20040716 (closes: #261547) + - Implementation of the Microsoft Installer dll. + - Beginnings of proper inter-process window repaints. + - Several DirectSound improvements. + - Fixes for the regressions caused by the new filesystem support. + - Lots of bug fixes. + * Applied winelauncher patch from Kevin Shanahan which allows + each $WINEPREFIX to have its own flag files to disable + prelaunch and debug windows. + * Remove binfmt-support-specific doubledash hack from winelauncher, + it's apparently no longer needed (nor does it work anymore). + Closes: #261855. + * Added Turkish debconf translation. Closes: #252942. + + -- Ove Kaaven Sat, 14 Aug 2004 17:11:52 +0200 + +wine (0.0.20040615-1) unstable; urgency=low + + * New upstream release 20040615 + - Major winedbg rewrite using the dbghelp dll. + - New Wine preloader to reserve memory areas at startup. + - Many improvements to the audio support. + - Lots of bug fixes. + * Acknowledge NMU (closes: #251107), which although imperfectly + executed, was well meant. + * Install wine-preloader into libwine. + * Add GLUT to build dependencies. Closes: #253715. + * Remove mention of unmaintained daily CVS builds from README.Debian. + Closes: #252370. + * Mention wineprefixcreate in README.Debian. + * Change default winebrowser registry key to "sensible-browser" instead + of a hardcoded list of common browsers. Closes: #249583. + This may not change existing installations, it may be necessary for + you to change the registry entry yourself on existing installations. + I've mentioned how to do this in README.Debian. + (It may be possible to make winebrowser ignore the registry entry + entirely and hardcode it to always use sensible-browser, but I + am not sure if that's a good idea.) + + -- Ove Kaaven Thu, 17 Jun 2004 08:22:56 +0200 + +wine (0.0.20040505-2) unstable; urgency=low + + * NMU. + * Rebuild against libcupsys2-gnutls10 (fixed: Bug#251107) + + -- Kenshi Muto Sun, 13 Jun 2004 03:45:00 +0000 + +wine (0.0.20040505-1) unstable; urgency=low + + * New upstream release 20040505 (Closes: #248554) + - Many more filesystem improvements, including autodetection + of drive types and devices, and support for editing the drive + configuration with winecfg. + - Many Direct3D improvements. + - Several fixes to the various sound drivers. + - Lots of bug fixes. + + -- Ove Kaaven Wed, 12 May 2004 02:04:29 +0200 + +wine (0.0.20040408-1) unstable; urgency=low + + * New upstream release 20040408 (Closes: #245679) + - DOS devices and drives are now configured through symlinks. + - Many shell32 improvements. + - New task manager merged from ReactOS. + - First version of wineprefixcreate tool for initial setup. + - Lots of bug fixes. + * Redirect errors from final "kill" command in winelauncher to + /dev/null, since any failures there should be harmless. + Closes: #238065. + * Install taskmgr into wine-utils. + * Set ICUUC_LIB and ICUDATA_LIB variables for configure, + needed to compile this Wine release against the old ICU + version in Debian, as instructed by Shachar Shemesh. + * Adapted skeleton wine configuration in /usr/share/wine/skel + to contain DOS device and drive symlinks. For existing + installs, it seems wine will convert the old config to the + new symlink-based scheme automatically, for a limited + transition period. But I thought it best to update the + packaging now anyway, to make sure I got it right before + it's too late. + * Install wineprefixcreate into wine. This seems to be + an alternative to copying /usr/share/wine/skel into ~/.wine. + * Added Danish debconf translation. Closes: #234064. + + -- Ove Kaaven Tue, 20 Apr 2004 15:14:11 +0200 + +wine (0.0.20040309-1) unstable; urgency=low + + * New upstream release 20040309 + - Much improved winegcc tool, now used to build Wine itself. + - VxDs are now separate libraries for better modularity. + - Improvements and simplifications to the drive configuration. + - New setupapi INF script to create the initial registry. + - Many improvements to the various multimedia dlls. + - Lots of bug fixes. + * Moved skeleton wine configuration from /usr/share/wine to + /usr/share/wine/skel. Updated README.Debian to reflect this. + * Install patched tools/wineinstall into /usr/share/wine. + If the script happens to work, it might be better to use it + than copying the /usr/share/wine/skel into ~/.wine, since + it would also be able to upgrade an old installation, and + has more tweaks, but I haven't tested this script much lately. + * Moved wineconf from /usr/lib/wine to /usr/share/wine. + * Install generic.ppd and wine.inf in /usr/share/wine. + * There's no longer a winedefault.reg. Everything is handled by + wine.inf. Added explanation on how to use wine.inf to + README.Debian. + * Create program symlinks manually in debian/rules instead of + using dh_link, since these symlinks must be absolute, otherwise + they won't work when "cp -r"-ed into ~/.wine. Closes: #235406. + * Try to make winelauncher look for an existing config file + in $WINEPREFIX (before complaining that you have to run + winesetup). Closes: #235405. + * There's now a man page for widl. + * There's now a man page for winebuild. Closes: #114673. + * Update libwine-* package list in README.Debian. + + -- Ove Kaaven Wed, 10 Mar 2004 22:10:06 +0100 + +wine (0.0.20040213-1) unstable; urgency=low + + * New upstream release 20040213 + - Improved support for screen resolution changes. + - More shell32 improvements. + - Several Winelib compatibility fixes. + - Beginnings of support for typelib creation. + - Lots of bug fixes. + * Moved wine.bin, wine-[kp]thread and wineserver from wine to libwine, + since these are going to be needed for Winelib programs too. + * Added winebrowser and expand to the wine package. + * Added libfontconfig1-dev, libssl-dev, and libcapi20-2 to + Build-Depends. + * Added new package libwine-capi to contain the capi20 module. + + -- Ove Kaaven Tue, 24 Feb 2004 14:09:34 +0100 + +wine (0.0.20040121-2) unstable; urgency=high + + * Urgency high since this should hit testing as + soon as possible (both to help jack migration, and + to supersede the currently NPTL-incompatible version + in testing). + * Fixed debian/rules to also make libwine-jack depend + on libjack0.80.0-0. Sorry for the mistake. + * Put dlls/twain/README into the libwine-twain package. + Closes: #224941. + + -- Ove Kaaven Tue, 27 Jan 2004 18:46:48 +0100 + +wine (0.0.20040121-1) unstable; urgency=low + + * New upstream release 20040121 + - Many improvements in the shell32 dll. + - Better support for constructors in C++ Winelib apps. + - Improved Regedit tool. + - Full support for graphic tablets. + - Lots of DirectMusic improvements. + - Better support for video playback. + - Full IME support for Asian locales. + - Lots of bug fixes. + * The exec shield workaround was also disabled again upstream + "because it caused too much trouble". Perhaps #224837 was + some of that trouble. Need verification. + * Build-Depend on libjack0.80.0-dev instead of libjack0.71.2-dev. + Closes: #228786. + + -- Ove Kaaven Thu, 22 Jan 2004 05:08:49 +0100 + +wine (0.0.20031212-1) unstable; urgency=low + + * New upstream release 20031212 + - Initial implementation of XDND drag&drop support. + - Improved startup performance on remote displays. + - Major improvements in the oleaut32 dll. + - Some support for Netbios functions. + - Work around for Exec Shield and prelinking troubles. + - Many code cleanups. + - Lots of bug fixes. + * It seems regapi is no more, have to remove it from the + packages. (A man page for it is not needed anymore then, + which closes #83261) + * The tool regedit supersedes it, so I'm using that now to + build the skeleton configuration in /usr/share/wine. I + patched regedit to accept input from stdin if a filename + of "-" is given, so input can still be zcat-ed to it. + * Updated README.Debian for regedit instead of regapi, and + mention that regedit is in wine-utils (still). + + -- Ove Kaaven Sat, 20 Dec 2003 05:41:29 +0100 + +wine (0.0.20031118-1) unstable; urgency=low + + * New upstream release 20031118 (closes: #211906) + - Many printing improvements. + - Run-time detection of NPTL threading. (closes: #218476) + - Lots of code merges from Crossover Office 2.1. + - Some reorganization of the source tree. + - Lots of bug fixes. + * Install wine.bin-kthread and wine.bin-pthread binaries into + /usr/bin to allow the threading autoselection to work. + * The DNS lookup issues is also claimed to have been fixed now, + probably because of the NPTL detection. Closes: #214252. + * Added winecpp to libwine-dev. + + -- Ove Kaaven Wed, 17 Dec 2003 03:14:12 +0100 + +wine (0.0.20031016-1) unstable; urgency=low + + * New upstream release 20031016 + - Support for the Xrandr extension. + - Dll separation of kernel and ntdll is finished. + - Many enhanced metafile improvements. + - Lots of bug fixes. + * DocBook DSSSL stylesheets are apparently no longer included in the + upstream source. However, they have one available separately + (in the "tools" module of CVS), so I put it into the debian/ + directory and let the debian/rules file generate the documentation + itself (without using upstream makefile) using that stylesheet. + I also chose to continue to build each book as many small HTML + files instead of as one big HTML file, since that's the "tried and + true" way, or something. + * Some old plaintext documentation has also been removed upstream, + they've been removed from the packaging too. + * Added HURD and FreeBSD to architecture fields, as requested. + Closes: #222227. + + -- Ove Kaaven Sun, 30 Nov 2003 17:36:44 +0100 + +wine (0.0.20030911-1) unstable; urgency=low + + * New upstream release 20030911 + - Many improvements to the winecfg configuration tool. + - Massive header files cleanup for better source compatibility. + - Some more progress on the kernel/ntdll separation. + - Lots of bug fixes. + (Yes, newer upstream releases exist, I plan to upload each of + them with a few days in between to allow them to be archived + on snapshot.debian.net) + * Install rpcss, rundll32, start, winemenubuilder into libwine. + * Install *.def files into libwine-dev. + * Build-depend on libicu-dev, so that support for non-Western + languages gets compiled in. Suggest libicu21c102 for libwine. + * Added missing "]" in winedefault.reg. Closes: #218612. + * Fixed doc-base (it apparently got broken after the wine-doc + changes). Closes: #215393. + * Fixed dash compatibility of winelauncher. Closes: #219624. + * Noted that daily builds haven't been working lately + in README.Debian. Closes: #213729. + * Tried to fix configure to detect current freetype. + * Started rewriting the build system a little bit to make it + possible to make winelauncher configure Wine automatically + without winesetup's help. This is not finished yet, though, + and since I'm far behind on Wine releases now, I think I'll + do it later. Still, I did get around to po-debconfify the + still unused debconf templates (closes: #203286), and put + a skeleton per-user no-Windows configuration into + /usr/share/wine that it's possible to copy into ~/.wine for + those who want to do so. + * Updated README.Debian to reflect (some of) the above. + * /var/lib/wine/drivec is no longer in the package. + + -- Ove Kaaven Fri, 28 Nov 2003 13:28:20 +0100 + +wine (0.0.20030813-2) unstable; urgency=low + + * Pthread changes in current glibc CVS caused Wine to not work. + This has to be fixed both Wine-side and glibc-side. This upload + fixes it on the Wine side by applying a patch from WineHQ CVS + for this. Closes: #210300. + (The glibc side is bug #210347, which must also be fixed before + Wine runs again, sorry.) + + -- Ove Kaaven Thu, 11 Sep 2003 14:16:33 +0200 + +wine (0.0.20030813-1) unstable; urgency=low + + * New upstream release 20030813 + - Partial implementation of the Microsoft Installer (msi.dll). + - GUI for regedit (from ReactOS). + - DirectMusic dlls reorganization. + - Many Wininet improvements. + - Lots of bug fixes. + + -- Ove Kaaven Wed, 20 Aug 2003 19:29:44 +0200 + +wine (0.0.20030709-3) unstable; urgency=low + + * Place winspool.drv into libwine, not libwine-print, so that programs + that link to it don't need libwine-print. Closes: #202050. + * Remove stale libwine.so and libwine_unicode.so symlinks + in preinst. Closes: #202116. + * Build-depend on libjack0.71.2-dev instead of libjack0.50.0-dev. + I am not sure that this jack version will work with Wine, but since + 0.50.0 is apparently no longer in unstable, I guess I have no choice. + Closes: #202237. + * Changed wine-doc build rules a bit to be more in line with upstream + documentation layout. This will change the directory layout in the + wine-doc package, you may have to adjust your bookmarks. Closes: #202310. + * Added winecfg program to wine-utils. + * Updated Standards-Version to 3.6.0, rearranged debian/rules file + a bit to have a separate binary-indep rule for building wine-doc. + * Corrected sections in control file (finally). + + -- Ove Kaaven Mon, 21 Jul 2003 16:18:16 +0200 + +wine (0.0.20030709-2) unstable; urgency=low + + * Fixed shlibs so we don't depend on nvidia-glx. Closes: #201257, #201300. + * Found out that wine was never ported to alpha after all (the alpha + references in the win32 headers must be from NT or something, there's + apparently no actual code in Wine for alpha), so I removed that again. + Now only i386, powerpc, and sparc remain. + + -- Ove Kaaven Tue, 15 Jul 2003 10:05:32 +0200 + +wine (0.0.20030709-1) unstable; urgency=low + + * New upstream release 20030709 + - Still more Direct3D and DirectSound improvements. + - Inter-process clipboard support. + - Locale handling improvements. + - More progress on the kernel/ntdll separation. + - Lots of bug fixes. + * Added powerpc, sparc, and alpha to architectures, let's see + if the packages actually build on those... + + -- Ove Kaaven Mon, 14 Jul 2003 15:13:27 +0200 + +wine (0.0.20030618-1) unstable; urgency=low + + * New upstream release 20030618 (closes: #198646) + - Still more Direct3D and DirectSound improvements. + - Tons of fixes merged from Crossover Office 2.0. + - New iphlpapi dll. + - Lots of bug fixes. + * There's supposed to be a fix for Lotus Notes in this release. + Closes: #196156, #196938. + * Build-depend on libartsc0-dev (yeah, finally someone told me). + Closes: #197255. + * Build-depend on libjpeg62-dev | libjpeg-dev instead of just + libjpeg-dev. Closes: #196136. + + -- Ove Kaaven Tue, 24 Jun 2003 21:52:30 +0200 + +wine (0.0.20030508-2) unstable; urgency=low + + * Added winevdm.exe.so to the wine package (no, not wine-utils). + Closes: #195950, #196013. + * Make it possible to build from source with libjack0.71.2. However, + I'm not convinced that the code might work with a new jack version, + so I'll still be compiling against the older version myself. + Closes: #196014. + * Since people keep complaining about libwine-arts depending on arts + 4:2.2.2, without telling me what's wrong with that, I now + depend on arts 1.1.2, clearly an even older arts, but if they can't + tell me what they want me to do, I'll teach'em to. Closes: #195518. + + -- Ove Kaaven Wed, 4 Jun 2003 07:26:12 +0200 + +wine (0.0.20030508-1) unstable; urgency=low + + * New upstream release 20030508 (closes: #192873) + - Some more reorganizations of the source tree. + - A few more steps towards kernel/ntdll separation. + - Many Direct3D improvements. + - More compatible COM interfaces definitions. + - Lots of bug fixes. + * Build-depend on flex-old | flex (<< 2.5.31) + + -- Ove Kaaven Mon, 2 Jun 2003 04:40:08 +0200 + +wine (0.0.20030408-1) unstable; urgency=low + + * Long overdue Wine updates for Debian + (Closes: #181499, #183854). + Wonder if I should RFA. + * New upstream release 20030408 + - Some reorganizations of the source tree. + - File change notifications. + - Support for all variants of glibc 2.3. + - Many documentation updates. + - Lots of bug fixes. + * New upstream release 20030318 + - Many Direct Sound improvements. + - File locking support. + - Progress on kernel/ntdll dll separation. + - Lots of bug fixes. + * New upstream release 20030219 (Closes: #183854) + - Better dead keys support. + - Many debugger fixes. + - More Direct3D work. + - Lots of bug fixes. + * Fixed winelauncher bashism (Closes: #178986) + * Created libwine-jack package. + * Changed build dependencies (added glu, ungif and jack). + They're no longer compatible with potato. + + -- Ove Kaaven Thu, 17 Apr 2003 14:55:30 +0200 + +wine (0.0.20030115-2) unstable; urgency=low + + * Added workaround for the broken docbook-utils in woody + in debian/rules. Closes: #172082. + * Hopefully less winelauncher failures in case of Ctrl-C. + Closes: #176615. + * Automatically add "--" if launched as wine-auto, and + make binfmt-support launch that. Closes: #178521. + + -- Ove Kaaven Mon, 27 Jan 2003 18:18:26 +0100 + +wine (0.0.20030115-1) unstable; urgency=low + + * New upstream release 20030115 + - Much better header files compatibility in Winelib. + - A ton of Direct3D work. + - Many improvements in sound support. + - New wineboot tool to simulate a Windows reboot. + - Lots of bug fixes. + * New tool wineboot placed in wine-utils. + * Installed winewrap and winegcc/wineg++ into libwine-dev. + + -- Ove Kaaven Sun, 19 Jan 2003 21:03:50 +0100 + +wine (0.0.20021219-1) unstable; urgency=low + + * New upstream release 20021219 + - DLL linking now done through import libraries. + - A couple of new tools to make Winelib easier to use. + - Many Direct3D improvements. + - Improved Windows compatibility of the regression tests. + - Lots of bug fixes. + + -- Ove Kaaven Sat, 21 Dec 2002 21:03:21 +0100 + +wine (0.0.20021125-1) unstable; urgency=low + + * New upstream release 20021125 + - Finished conversion to STRICT compilation mode. + - WinHelp revival. + - Client-side fonts supported even without RENDER extension. + - Regression tests no longer require Perl. + - Lots of bug fixes. + * Removed libperl-dev from build dependencies accordingly. + * CUPS is now loaded dynamically, so I made debian/rules add + the necessary libcupsys2 dependency itself. + + -- Ove Kaaven Thu, 28 Nov 2002 17:25:21 +0100 + +wine (0.0.20021031-1) unstable; urgency=low + + * New upstream release 20021031 + - Complete listview overhaul. + - Beginnings of real RPC support. + - Most dlls now build properly in STRICT mode. + - Inter-process window activation and focus handling. + - Many improvements to AVI support. + - Lots of bug fixes. + + -- Ove Kaaven Wed, 6 Nov 2002 15:36:15 +0100 + +wine (0.0.20021007-1) unstable; urgency=low + + * New upstream release 20021007 (closes: #164607) + - Massive listview rewrite. + - New MS RLE codec. + - winemaker should be working again. + - Beginnings of Direct3D 8 support. + - Lots of bug fixes. + * Patched to work with glibc 2.3. Closes: #165323. + + -- Ove Kaaven Sun, 20 Oct 2002 23:11:17 +0200 + +wine (0.0.20020904-1) unstable; urgency=low + + * New upstream release 20020904 + - Much improved PowerPC support. + - More correct locale definitions. + - Progress on the conversion of handle types to pointers. + - Many Visio and Quicken fixes merged from Crossover. + - Lots of bug fixes. + * Yeah, I know I'm late in packaging this release, + but I've been sick. Closes: #159867. + * Fixed debian/*.dirs (many of them accidentally contained + /usr/share/doc/libwine-twain). Closes: #157063. + * Changed gluck.debian.org to people.debian.org in README.Debian + since it's reported that the apt source doesn't work otherwise. + * Fixed path of system.ini in README.Debian. Closes: #159833. + + -- Ove Kaaven Fri, 13 Sep 2002 15:44:32 +0200 + +wine (0.0.20020804-2) unstable; urgency=low + + * Made comdlg32 import winspool using delayed imports + instead of regular imports. This should make comdlg32 + work without libwine-print as long as the print + dialog isn't opened (trying that will probably crash). + Closes: #156338. + + -- Ove Kaaven Thu, 15 Aug 2002 21:38:38 +0200 + +wine (0.0.20020804-1) unstable; urgency=low + + * New upstream release (closes: #155542) + - Beginnings of an IDL compiler. + - Several new winedbg features. + - More OLE and shell improvements. + - NAS and AudioIO sound drivers. + - Still more Sparc portability fixes. + - Lots of bug fixes. + * New tool widl placed in libwine-dev. + * The new NAS driver is placed in a new libwine-nas package. + For some reason, the build system makes this driver depend on X11, + but I don't know enough about NAS to know if it's supposed to. + * The AudioIO driver is for Solaris, so it isn't built. + * There's now a man page for winebuild (closes: #83274). + + -- Ove Kaaven Tue, 6 Aug 2002 19:42:51 +0200 + +wine (0.0.20020710-1) unstable; urgency=low + + * New upstream release 20020710 + - DirectSound 8 and DirectInput 8 support. + - Many OLE improvements. + - Support for font downloading in Postscript driver. + - ALSA sound driver. + - More portability fixes, particularly for Sparc. + - Lots of bug fixes. + * Split off libwine components with heavy dependencies + into separately installable packages (closes: #148479): + libwine-print (depends on CUPS) + libwine-twain (depends on SANE) + libwine-alsa (depends on ALSA) + libwine-arts (depends on aRts) + * List all the Wine packages in README.Debian. + + -- Ove Kaaven Thu, 25 Jul 2002 04:48:55 +0200 + +wine (0.0.20020605-1) unstable; urgency=low + + * New upstream release 20020605 (Closes: #150139) + - Better Mingw support, including cross-compilation on Linux. + - Still more dll separation work. + - Winelib applications now get loaded much like builtin dlls. + - Some command-line options replaced by config entries. + - Multimedia improvements, including an MP3 decoder. + - Massive whitespace cleanup. + - New Winelib file manager. + - Lots of bug fixes. + * Fixed wine-doc.doc-base. Closes: #149649. + * Added Catalan debconf template. Closes: #139745. + * New tool regsvr32 placed in wine. + * New tool winefile placed in wine-utils. + * Wine build system has changed and installs hardlinked binaries. + I'll just package the hardlinked files as ordinary files for now. + But at least there's no longer .so files in /usr/bin (closes: #148357). + * Removed README.Debian reference to my old apt repository on WineHQ; + since they no longer run Debian, I can't host it there anymore. + + -- Ove Kaaven Sun, 23 Jun 2002 04:55:39 +0200 + +wine (0.0.20020509-1) unstable; urgency=low + + * New upstream release 20020509 + - More dll separation work. + - Many async I/O improvements. + - Still more unit tests. + - A lot less multimedia code. + - Many portability fixes, esp. for ReactOS. + - Lots of bug fixes. + * New tool winepath placed in wine-utils. + * clock and hlp2sgml removed from wine-utils. + * Added German debconf templates. Closes: #139095. + * Added Catalan debconf template. Closes: #139746. + * Doubled size of MAX_FONTS. Closes: #145033. + * Explicitly depend on libfreetype6, and changed Wine code + to look for libfreetype.so.6 instead of libfreetype.so. + Closes: #146136. + + -- Ove Kaaven Mon, 13 May 2002 05:58:19 +0200 + +wine (0.0.20020411-1) unstable; urgency=low + + * New upstream release 20020411 + - Beginnings of an SMB client implementation. + - New naming scheme and location for builtin dlls. + - aRts sound driver. + - A bunch of unit tests. + - Much more complete setupapi implementation. + - Some dll separation progress. + - The usual common controls rewrites. + - Much improved Microsoft Office support. + - Lots of bug fixes. + * Wine license changed to LGPL. Updated debian/copyright. + * Build system changed. Updated debian/* files. + * New build dependency libarts-dev added for aRts driver. + * New build dependency libsane-dev added for TWAIN support. + * New tool regedit placed in wine-utils. + + -- Ove Kaaven Sat, 13 Apr 2002 14:31:02 +0200 + +wine (0.0.20020228-1) unstable; urgency=low + + * New upstream release 20020228 + - Client-side font rendering using Xrender. + - Local server COM support. + - Many DrawText improvements. + - A ton of fixes for better MS Office support. + - Preliminary support for C unit tests. + - Lots of bug fixes. + * Updated the build dependencies, been too long since last time. + * Added tchar.h to list of headers to install in include/Makefile.in. + Closes: #131918. + * Made winelauncher errors about not finding winesetup more + helpful. Closes: #135263. + + -- Ove Kaaven Fri, 8 Mar 2002 12:21:08 +0100 + +wine (0.0.20020122-2) unstable; urgency=low + + * Sigh. Conflict with binfmt-support (<< 1.1.2), then. + Closes: #130887. + + -- Ove Kaaven Sat, 26 Jan 2002 23:21:36 +0100 + +wine (0.0.20020122-1) unstable; urgency=low + + * New upstream release 20020122 + - Lots of improvements to asynchronous I/O. + - Beginnings of unit testing infrastructure. + - Inter-process DDE should work now. + - Lots of bug fixes. + * dosmod no longer exist. (Closes: #83260) + * Tried to make the winelauncher script behave in the absence + of a display. Closes: #128068. (Also tried to make the script + return the correct error code while I was at it. Didn't I have + a bug on that once?) + * Updated Spanish debconf templates. Closes: #120241, #128927. + * Changed short description of wine-utils from "Wine Emulator" + to "Windows Emulator" to match the other binary packages... + * Install wine.xpm and wine_small.xpm into /usr/share/pixmaps. + + -- Ove Kaaven Fri, 25 Jan 2002 15:58:51 +0100 + +wine (0.0.20011226-2) unstable; urgency=low + + * Added xlibmesa-dev to the build dependencies. + * Added "undocumented" manpage for wineconsole. + * Added support for the binfmt-support package. Closes: #89386. + * Prepend "--" to arguments in wineshelllink. Closes: #128124. + + -- Ove Kaaven Sat, 12 Jan 2002 00:06:15 +0100 + +wine (0.0.20011226-1) unstable; urgency=low + + * New upstream release 20011226 + - Many improvements to audio support. + - Lots of new actions in SystemParametersInfo. + - New console based on Win32 window instead of xterm. + - Server protocol redesigned. + - More shlwapi improvements. + - Lots of bug fixes (Closes: #115482). + * Placed the new wineconsole program into the wine package. + * Changed build dependency cygnus-stylesheets to docbook-utils. + Closes: #123736. + * Updated Standards-Version to 3.5.6. + + -- Ove Kaaven Thu, 27 Dec 2001 10:41:11 +0100 + +wine (0.0.20011108-2) unstable; urgency=low + + * Revert to debhelper v2 compatibility, and wrote ldconfig into + postinst manually, since debhelper no longer likes libwine.so + anyway. Closes: #119051. + + -- Ove Kaaven Sun, 11 Nov 2001 13:18:40 +0100 + +wine (0.0.20011108-1) unstable; urgency=low + + * New upstream release 20011108 + - Shared windows support starts doing something useful. + - Overlapped I/O improvements. + - Support for running files from removable media. + - Many shlwapi improvements. + - Quartz dll keeps growing. + - Lots of bug fixes (Closes: #115319). + * Present a verification question if Wine is launched + as a MIME handler from mailcap (Closes: #114977). + * Tried to add a KDE file association (Closes: #118430). + If anyone has suggestions for improving that (I didn't manage + to make Wine launch on left-click, only on right-click + and then selecting WINE), please let me know. + + -- Ove Kaaven Fri, 9 Nov 2001 03:05:30 +0100 + +wine (0.0.20011004-1) unstable; urgency=low + + * New upstream release 20011004 + - Beginnings of shared window handles. + - Much improved typelib support. + - Tons of new code in quartz dll. + - Lots of bug fixes (Closes: #109668). + * The specmaker tool has been replaced by the winedump tool + (Closes: #87552). + * This release was apparently badly timed (it was exceedingly broken). + However, one day after the release, all the major breakages were + fixed in the CVS tree (i.e. business as usual in the Wine project). + So I've applied the current CVS patches to make this Debian + release somewhat useful. + + -- Ove Kaaven Sat, 6 Oct 2001 13:15:44 +0200 + +wine (0.0.20010824-1) unstable; urgency=low + + * New upstream release 20010824 + - Inter-process SendMessage support + - More DDE improvements + - Preparation work for shared window handles + - Several debugger improvements + - Better GDI objects management + - Lots of bug fixes + + -- Ove Kaaven Sun, 26 Aug 2001 15:27:56 +0200 + +wine (0.0.20010731-1) unstable; urgency=low + + * New upstream release 20010731 + - 16-bit comm routines reimplemented properly + - More improvements to the Postscript driver + - A few more steps towards dll separation + - Lots of bug fixes + * And from release 20010629 (which I didn't package + because I think it was a very unstable release) + - Better font metrics support in Postscript driver using Freetype + - Major window management redesign (still in progress) + - Message queues in wineserver to prepare for inter-process messaging + - DDE merged from Corel tree, plus various fixes + - 64-bit file size support + - Lots of bug fixes + * You wanted a more recent Wine, you got it (closes: #109230) + * Applied another Linux 2.4 winsock patch. + * Updated README.Debian to point to WineHQ resources and such + (troubleshooting guide, FAQ, etc). + + -- Ove Kaaven Sun, 26 Aug 2001 15:21:57 +0200 + +wine (0.0.20010510-3) unstable; urgency=low + + * Applied patch from Marcus Meissner to make CUPS support + build on potato. + + -- Ove Kaaven Thu, 17 May 2001 20:05:46 +0200 + +wine (0.0.20010510-2) unstable; urgency=low + + * Added CUPS build dependency, and installed it on my build + machines, so users that need printing can take advantage of + Wine's new support for CUPS. + * Moved sample config files potentially referenced from postinst + from /usr/share/doc/wine to /usr/share/wine, and added symlinks + to them in /usr/share/doc/wine, as per Debian policy. + * There's a new generic.ppd among the sample config files, I'm + not sure what to do with it other than stuff it into + /usr/share/doc/wine. + * Updated Standards-Version to 3.5.4. + + -- Ove Kaaven Thu, 17 May 2001 13:10:06 +0200 + +wine (0.0.20010510-1) unstable; urgency=low + + * New upstream release 20010510 + - Many improvements to printing support + - Some graphics driver restructures + - Lots of bug fixes + * And from release 20010418 (which I didn't package + because I think it was a very bad release) + - DirectDraw restructuration and improvements + - MSVCRT headers for compiling Winelib apps + - Postscript driver enhancements + - Several multimedia fixes + - Lots of bug fixes + * Declared versioned dependency on debhelper v3. + + -- Ove Kaaven Sat, 12 May 2001 12:15:41 +0200 + +wine (0.0.20010326-3) unstable; urgency=low + + * Maybe tell postinst too that I moved documentation/samples/* + (system.ini) from libwine to wine. Closes: #92446. + * Added Spanish to wine.templates. Closes: #92316. + + -- Ove Kaaven Sun, 1 Apr 2001 21:52:30 +0200 + +wine (0.0.20010326-2) unstable; urgency=low + + * Implemented DEB_BUILD_OPTIONS *properly*. + * Cleaner .a file handling in debian/rules. + + -- Ove Kaaven Fri, 30 Mar 2001 11:39:04 +0200 + +wine (0.0.20010326-1) unstable; urgency=low + + * New upstream release + - Serial async I/O improvements + - Support for app-specific dll overrides in config file + - Lots of bug fixes. + * New build dependency libperl-dev (because of the new + winetest program, which is supposed to be wine's new + API test suite, but though it was necessary to compile + it, I don't think it's useful to have in the debian + packages, is it?) + * There's a new winecheck script too, but I didn't include + it either, as I'm not sure how it works and whether it + would be useful in Debian packages. + * Made the dependency on xbase-clients versioned >= 4.0, + so it doesn't satisfy potato xfree86 3.x users, forcing + the ORed xcontrib dependency instead. + * Added Suggests: msttcorefonts (neat package). + * Moved documentation/samples/* from libwine to wine. + * Implemented DEB_BUILD_OPTIONS stuff. + Upgraded Standards-Version to 3.5.2. + + -- Ove Kaaven Wed, 28 Mar 2001 16:31:47 +0200 + +wine (0.0.20010305-1) unstable; urgency=low + + * New upstream release 20010305. + - Some improvements to the wineserver protocol. + - The usual common controls fixes/improvements. + - Version information in builtin dlls. + - Lots of bug fixes. + + -- Ove Kaaven Tue, 6 Mar 2001 00:35:21 +0100 + +wine (0.0.20010216-5) unstable; urgency=low + + * Added dependency on xbase-clients | xcontrib, since the + winelauncher needs xmessage in order to operate. + * Made winelauncher handle filenames with spaces. Closes: #87710. + * Moved libwine's unused config stuff to wine (though still not used). + * Fixed bashism in libwine.preinst. Closes: #87864. + * Added French debconf translations. Closes: #87749, #87750. + + -- Ove Kaaven Mon, 26 Feb 2001 17:19:50 +0100 + +wine (0.0.20010216-4) unstable; urgency=low + + * Gave in and killed the OSMesa support, by overriding + the config.cache with a debian/config.anticache in rules. + Sadly, users most likely can no longer use plain old non-GLX + Mesa (without hardware acceleration) to play Half-Life at 0.2 fps + anymore, but maybe that's no big loss anyway. + Closes: #83391, #83393. + * Removed MesaGL mess explanation from README.Debian again. + * Changed german translation of libwine.templates. Closes: #87604. + + -- Ove Kaaven Sun, 25 Feb 2001 19:23:11 +0100 + +wine (0.0.20010216-3) unstable; urgency=low + + * Made Wine a handler of the application/x-msdos-program MIME + type. (Soon your Unix mailers will also be able to run all + those Windows viruses, muahahaha...) + * Added a GNOME file association for that too. + (But I don't know how to do that for KDE... if there's anything + extra I need to do to make it work in KDE too, send a patch + to the bug tracker or something) + * Moved winemaker manpage to where winemaker is now (wine-utils). + * Added "undocumented" manpage for specmaker and wine.bin. + + -- Ove Kaaven Sun, 25 Feb 2001 11:26:35 +0100 + +wine (0.0.20010216-2) unstable; urgency=low + + * Oops... seems that as I moved from one machine to another, the + 0.0.20010216-1 was built on top of 0.0.20010112-2, not -3. + Now I've imported the changes that was done to -3 + (changelog and shlibs.local)... + + -- Ove Kaaven Wed, 21 Feb 2001 20:34:55 +0100 + +wine (0.0.20010216-1) unstable; urgency=low + + * New upstream release 20010216. + - Several PostScript driver enhancements. + - Improved enhanced metafiles support. + - Beginnings of PowerPC support. + - Lots of bug fixes. (Closes: #83214) + * libwine_tsx11.so is new, placed it in /usr/lib. + * specmaker is new, placed it in wine-utils. + * Updated README.Debian to explain the MesaGL mess. + * Built with debhelper v3. + * Moved winemaker from libwine-dev to wine-utils, since it's just a + porting tool for preparing windows for winelib compilation, not + a build requirement once the sources have been prepared. + * Removed rpath hack from debian/rules, assuming that winelauncher + does a good enough job (or recognizing that the upstream configure + adds rpath itself so I wouldn't have to anyway). + * Patched winelauncher a lot, so now it works without rpath in the + Debian packaging, and works with the winelib apps. + * Moved /usr/lib/*.so symlinks to libwine-dev. + * Finally moved the /var/lib/wine stuff from libwine to wine. + * Someone apparently translated libwine.templates to German. + While not terribly useful (the first message might be obsolete + and the other isn't actually used, at least not right now), + especially not without also translating wine.templates, I just + threw it into libwine.templates anyway to close the bug. + Closes: #83366. + + -- Ove Kaaven Mon, 19 Feb 2001 22:00:36 +0100 + +wine (0.0.20010112-3) unstable; urgency=low + + * Added shlibs.local, to use "xlibosmesa3 | mesag3" instead of just + xlibosmesa3, so that users that use mesag3 can just add a symlink + (or mesag3 can be made to provide such a symlink itself). + On the other hand, would adding a Build-Conflicts: xlibosmesa-dev + (and build without OSMesa support) be a better idea...? + * Removed bashism from winelauncher script. Closes: #83559. + + -- Ove Kaaven Fri, 26 Jan 2001 16:36:03 +0100 + +wine (0.0.20010112-2) unstable; urgency=low + + * Updated README.Debian. Closes: #82624. + + -- Ove Kaaven Wed, 17 Jan 2001 16:52:06 +0100 + +wine (0.0.20010112-1) unstable; urgency=low + + * New upstream release 20010112. + This version of Wine unfortunately doesn't support a global config + file, so the default wine.conf is now removed from the package. + I'll just have to recommend using winesetuptk for now. + * Using debconf to notify the sysadmin of the above issue, and ask + whether to delete /etc/wine.conf. + * Decided to use winelauncher like it was intended; rename the main + wine binary to wine.bin, and rename winelauncher to wine. + This will also automatically launch winesetup if there's no config. + * Removing wine.conf in postrm if wine is purged. + + -- Ove Kaaven Sat, 13 Jan 2001 16:38:56 +0100 + +wine (0.0.20001222-2) unstable; urgency=low + + * Added usr/lib to libwine-dev.dirs. (Oops.) + * Added ldconfig to libwine.postinst. + * Now that winesetuptk is available, I added winesetup to Suggests, + and mentioned it in README.Debian. The next Wine release ought to + have support for a new global config file, I plan to remove wine.conf + from the package once that happens. + * Added information about other sources for Wine .deb packages + (from the WineHQ download page) to README.Debian. + + -- Ove Kaaven Thu, 11 Jan 2001 18:34:39 +0100 + +wine (0.0.20001222-1) unstable; urgency=low + + * New upstream release 20001222. + The configuration file format has changed, but I've kept the wine.conf + in here since the winesetuptk tool isn't ready yet (I'm waiting for it + to handle the new configuration file format), and wine will simply + automatically generate a ~/.wine/config using the old wine.conf. + * Updated README.Debian to explain these config issues. + * Built more of the winelib apps, put some of them (including the + all-important "winemine") into wine-utils. + + -- Ove Kaaven Sat, 23 Dec 2000 04:54:03 +0100 + +wine (0.0.20001202-1) unstable; urgency=low + + * New upstream release 20001202. + New tools winelauncher and wineshelllink. + Updated wine.conf. + (I ought to use winelauncher for something, maybe soon.) + * Updated Build-Depends for XFree86 4.0. + * Install regapi into wine. Closes: #76138, #47857. + Also put winedefault.reg into wine instead of libwine. + Will clean up the inconsistencies, such as drive setup + and files being in libwine instead of wine, later. + * Moved winebuild, wmc, and wrc from wine-utils and + into libwine-dev, since these are tools required for + compiling Winelib apps. + * Added LDFLAGS with rpath set to /usr/lib/wine as arguments + to make during build, so that regapi and winedbg works. + Closes: #72243 (may have been closed by 20001026-2 too). + Eventually DLL separation will remove the need for rpath, + but I'll keep it until then. + * Added a new fake drive for /usr/bin, so that wine can find + winedbg. + + -- Ove Kaaven Sun, 3 Dec 2000 11:15:53 +0100 + +wine (0.0.20001026-2) unstable; urgency=low + + * Repackaged with debhelper, since debmake proved too limited. + Closes: #69467, #69469, #69570, #70820, #71461. + * The default wine.conf update and the libdir fix (and + the repackaging) closes: #67381, #67382. + * Reorganized wine-doc package, it now features HTML docs. + * Took Windows directories with spaces out of the package proper, + since debhelper didn't cope with them. Created them in postinst + instead for now. + * Some initial debconf support. But doing real configuration + questions must wait until I've patched the upstream + tools/wineinstall script for easier debconf integration. + * Moved Drive C path from /usr/share/wine/drivec to + /var/lib/wine/drivec for FHS compliance. (libwine.preinst takes + care of moving the actual contents and performing a search & + replace in wine.conf.) Closes: #70618, #70619, #70620. + + -- Ove Kaaven Sat, 28 Oct 2000 23:40:07 +0200 + +wine (0.0.20001026-1) unstable; urgency=low + + * New upstream release + + -- Ove Kaaven Fri, 27 Oct 2000 05:11:28 +0200 + +wine (0.0.20001002-1) unstable; urgency=low + + * New maintainer Ove Kaaven. + * New upstream release + * Update default wine.conf, fixed EXTRA_LD_LIBRARY_PATH. + * Set --libdir=/usr/lib/wine explicitly, the $${exec_prefix} didn't work. + * Added a few Windows directories into the /usr/share/wine/drivec. + * Add an empty winsock.dll file to Windows directory in libwine. + * Initialize win.ini and system.ini in Windows directory in + libwine.postinst. (Hmm. Wonder if a --purge should remove everything? + If the user only wanted to remove the .deb to compile wine himself, + that might be a bad idea if the user installed something...) + + -- Ove Kaaven Thu, 26 Oct 2000 12:52:42 +0200 + +wine (0.0.20000909-1) unstable; + + * New version for unstable. Hopefully, this one will run. + + -- Andrew D. Lenharth Wed, 20 Sep 2000 10:01:17 -0800 + +wine (0.0.20000801-1) unstable; urgency=low + + * New version for unstable. Enjoy. + * elfdlls are seperated from libwine and put into /usr/lib/wine + * lib directories moved, should close a few bugs in 20000614 + + -- Andrew D. Lenharth Mon, 20 May 2000 10:01:17 -0800 + +wine (0.0.20000614-1) unstable; urgency=low + + * New version for unstable. Enjoy. + * Many new upstream bug fixes. wine-utils now contains utilities. + * Directory structure reorganized for debian. + * elfdlls are seperated from libwine and put int /usr/share/wine/lib + * winebuild now included. Closes#62395 + * fnt2bdf now included. Closes#61214 Closes#64892 + + -- Andrew D. Lenharth Mon, 20 May 2000 10:01:17 -0800 + +wine (0.0.20000430-1) unstable; urgency=low + + * New version for unstable. Enjoy. + * Many new upstream bug fixes, and a few file moves, so expect bugs. + * Directory structure reorganized for debian. + * elfdlls are seperated from libwine and put int /usr/share/wine/lib + + -- Andrew D. Lenharth Sat, 13 May 2000 10:01:17 -0800 + +wine (0.0.20000326-2) unstable; urgency=low + + * Tryed out the elfdll stuff. Didn't work yet. + + -- Andrew D. Lenharth Mon, 14 Feb 2000 18:01:17 -0800 + +wine (0.0.20000326-1) unstable; urgency=low + + * New version for unstable. Enjoy. + * Many new upstream bug fixes, and a few file moves, so expect bugs. + + -- Andrew D. Lenharth Mon, 14 Feb 2000 18:01:17 -0800 + +wine (0.0.20000130-1) unstable; urgency=low + + * New version for unstable. Closes a few bugs. + + -- Andrew D. Lenharth Mon, 14 Feb 2000 18:01:17 -0800 + +wine (0.0.20000109-2) frozen; urgency=low + + * OpenGL depends fixed. Closes 55313 55365 55186 + + -- Andrew D. Lenharth Wed, 14 Dec 1999 18:01:17 -0800 + +wine (0.0.20000109-1) unstable; urgency=low + + * Assorted upstream Bug fixs as always :). + * Compiled with Xpm again. Closes #54910 + + -- Andrew D. Lenharth Wed, 14 Dec 1999 18:01:17 -0800 + +wine (0.0.991212-1) unstable; urgency=low + + * Assorted upstream Bug fixs as always :). + + -- Andrew D. Lenharth Wed, 14 Dec 1999 18:01:17 -0800 + +wine (0.0.991114-2) unstable; urgency=low + + * Added check for /usr/X11R6/lib/libwine*. Closes: 43322 43597 + * fixed dependency on libwine. + * Assorted upstream Bug fixs as always :). + + -- Andrew D. Lenharth Wed, 21 Nov 1999 18:01:17 -0800 + +wine (0.0.991114-1) unstable; urgency=low + + * New upstream version. + * Assorted upstream Bug fixs as always :). + + -- Andrew D. Lenharth Wed, 14 Nov 1999 18:01:17 -0800 + +wine (0.0.991031-1) unstable; urgency=low + + * New upstream version. + * Changed a to point to /floppy instead of /mnt/fd0. + * Now links to mesa. Closes: #47312 + * symtable is now set correctly in wine.conf. Closes: #43601 + * Assorted upstream Bug fixs as always :). + + -- Andrew D. Lenharth Wed, 3 Nov 1999 18:01:17 -0800 + +wine (0.0.990923-2) unstable; urgency=low + + * Packaging fix. + * libgl1 dependecy now libmesagl. Closes: #47351 #47014 #46937 #46937 + + -- Andrew D. Lenharth Sat, 16 Oct 1999 09:09:27 -0700 + +wine (0.0.990923-1) unstable; urgency=low + + *New Upstream release. + *Lots of bug fixes (of course). + *Reworked msacm driver. + + -- Andrew D. Lenharth Tue, 05 Oct 1999 14:21:46 -0700 + +wine (0.0.990815-1) unstable; urgency=low + + * New Upstream release. + * Lots of bug fixes. + * Many more dlls are seperate from the main library. + * includes documentation/ directory included. Closes: #29103 + * fixed depend problem. Closes: #43320 #43325 #43332 + * wine.conf is now back in /etc. Closes: #43387 + + -- Andrew D. Lenharth Tue, 24 Aug 1999 14:21:46 -0700 + +wine (0.0.990731-1) unstable; urgency=low + + * New upstream version + * Lots of bug fixes. + + -- Andrew D. Lenharth Tue, 24 Aug 1999 12:18:25 -0700 + +wine (0.0.990704-2) unstable; urgency=low + + * New maintainer Andrew Lenharth. + * Repackaged. + * libwine0.0.971116 renamed to libwine + + -- Andrew D. Lenharth Sun, 1 Aug 1999 14:36:54 -0700 + +wine (0.0.990704-1) unstable; urgency=low + + * New upstream release: + - Server communication optimized. + - Many window painting fixes. + - Portability improvements. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 5 Jul 1999 13:17:44 +0200 + +wine (0.0.990613-1) unstable; urgency=low + + * New upstream release: + - All tasks now run in their own thread. + - Win32 debug API preliminary implementation. + - New Winelib app: a command-line interpreter. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 14 Jun 1999 12:47:10 +0200 + +wine (0.0.990523-1) unstable; urgency=low + + * New upstream release: + - Printing improvements + - X input and multimedia timers moved to service thread. + - More threading and locking fixes. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 31 May 1999 17:49:52 +0200 + +wine (0.0.990508-1) unstable; urgency=low + + * New upstream release: + - Lots of threading fixes. + - Start of enhanced metafile support. + - Several common controls improvements. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 10 May 1999 16:14:26 +0200 + +wine (0.0.990426-1) unstable; urgency=low + + * New upstream release: + - Resources in built-in DLLs. + - Threading support for FreeBSD and Solaris. + - Lots of threading and synchronization changes. + - Loader reorganization and new load order support. + - Lots of bug fixes. + + -- Vincent Renardias Tue, 27 Apr 1999 14:16:38 +0200 + +wine (0.0.990328-1) unstable; urgency=low + + * New upstream release: + - Lots of new OLE stuff. + - Use separate threads for Win32 processes. + - Various multimedia improvements. + - Lots of bug fixes. + + -- Vincent Renardias Sun, 28 Mar 1999 21:54:03 +0200 + +wine (0.0.990214-1) unstable; urgency=low + + * New upstream release: + - More reorganizations of headers and drivers. + - Still more OLE stuff. + - Many new functions and stubs. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 15 Feb 1999 14:24:45 +0100 + +wine (0.0.990131-1) unstable; urgency=low + + * Add menu support (Fix bug #19196). + * Correct dosmod.1 symlink (Bugs #32361, #32342, #32236). + * New upstream release: + - Tons of new OLE stuff. + - Several improvements to DirectDraw support. + - Better message queues. + - Many new functions and stubs. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 1 Feb 1999 11:08:20 +0100 + +wine (0.0.990110-3) unstable; urgency=low + + * Rebuild with OpenGL dev. libs so DirectX emulation works. + * Make dosmod.1 point to wine.1 rather than undocumented.7. + + -- Vincent Renardias Tue, 19 Jan 1999 18:25:22 +0100 + +wine (0.0.990110-2) unstable; urgency=low + + * Updated documentation (Fix bug #31873). + * Add missing dep. on libwine (Fix bug #31982). + + -- Vincent Renardias Sat, 16 Jan 1999 22:43:48 +0100 + +wine (0.0.990110-1) unstable; urgency=low + + * New upstream release: + - Many more COM interfaces definitions. + - Improvements to the resource compiler. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 11 Jan 1999 04:36:02 +0100 + +wine (0.0.990103-1) unstable; urgency=low + + * New upstream release: + WHAT'S NEW with Wine-990103: (see ChangeLog for details) + - Improved console support. + - Tons of new stubs. + - Improvements to header files compatibility. + - More features in Wine server. + - Lots of bug fixes. + * Added several more READMEs. + + -- Vincent Renardias Mon, 4 Jan 1999 13:05:48 +0100 + +wine (0.0.981211-1) unstable; urgency=low + + * New upstream release: + WHAT'S NEW with Wine-981211: + - A lot of code moved around for a better structure. + - New console support. + - Beginnings of TTY driver. + - Tons of new stubs. + - More DOS and native USER support. + - Lots of bug fixes. + WHAT'S NEW with Wine-981108: + - More common controls. + - Better separation of X11-dependent code. + - More DOS support. + - Winsock IPX support. + - Lots of bug fixes. + WHAT'S NEW with Wine-981025: + - KDE drag&drop support. + - Still more common controls and SHELL32 features. + - More Postscript driver functions. + - Lots of bug fixes. + * Updated FAQ. + * Removed installation of texinfo manual (doesn't work since 2 releases) + + -- Vincent Renardias Tue, 29 Dec 1998 14:52:20 +0100 + +wine (0.0.981018-1.1) frozen unstable; urgency=low + + * Non-maintainer release. + * Recompiled with new libc, to fix __register_frame_info problem, + at maintainer's request. + * Build manpages with "c2man-wine" (now packaged as such), because + the mainline c2man lacks an option wine uses. + * A bugfix in c2man-wine fixes the problem of manpages with spaces in + their names. Removed the attempted workaround (which didn't work :) + of removing those manpages after they are generated. + + -- Richard Braakman Mon, 14 Dec 1998 14:28:48 +0100 + +wine (0.0.981018-1) unstable; urgency=low + + * New upstream release: + - ELF DLL loader. + - Some more DOS support. + - Still more common controls and SHELL32 features. + - Using Windows native USER.DLL may work. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 19 Oct 1998 17:33:08 +0200 + +wine (0.0.980927-1) unstable; urgency=low + + * New upstream release: + - Still more common controls and SHELL32 features. + - MIDI I/O support. + - Several new undocumented KERNEL functions. + - More DOS exe stuff including some debugger support. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 28 Sep 1998 15:35:42 +0200 + +wine (0.0.980913-2) unstable; urgency=low + + * Just fixed a bug that made libwine-dev useless + since ~ 1 year ago (Which makes we wonder if anyone + actually used this package since this bug has never + been reported to me ;). + * Include graphics/psdrv/README as /usr/doc/wine/README.psdrv + (Bug #26699). + * Patches included from winehq.com: + - callproc.diff: Fix the CallProc{Ex}32W function. + - file_fix: Fix FILE_Read & FILE_Write behavior. + - int_fix: Missing last minute change. + - more_tsx: Fixed ``threadsafeness''. + + -- Vincent Renardias Tue, 15 Sep 1998 16:02:56 +0200 + +wine (0.0.980913-1) unstable; urgency=low + + * New upstream release: + - Even more common controls stuff. + - Many PostScript driver improvements. + - More DOS executables support. + - Lots of bug fixes. + + -- Vincent Renardias Sun, 13 Sep 1998 20:48:23 +0200 + +wine (0.0.980822-1) unstable; urgency=low + + * New upstream release: + - Improved mmio support. + - VxDCall support. + - More common controls and shell32 stuff. + - Better DOS executables support. + - Lots of bug fixes. + * Patches included from winehq.com: + - SetWindowLong: it's now possible to switch between the listview + and the iconview in the word95 File open dialog. + - RevokeDragDrop: New stub. + * Put the manpages in the correct directory! + + -- Vincent Renardias Thu, 27 Aug 1998 14:17:26 +0200 + +wine (0.0.980809-3) unstable; urgency=low + + * Patches from winehq.com applied: + - glibc2-dos: nows builds dosmod properly on libc6. + + -- Vincent Renardias Thu, 13 Aug 1998 14:03:24 +0200 + +wine (0.0.980809-2) unstable; urgency=low + + * Added loader/dos/dosmod in the binary package. + + -- Vincent Renardias Mon, 10 Aug 1998 18:09:26 +0200 + +wine (0.0.980809-1) unstable; urgency=low + + * New upstream release: + - Preliminary DOS executables support. + - Postscript driver improvements. + - More client/server stuff. + - Better shell32.dll builtin support. + - Proper Win16 mutex locking. + - Lots of bug fixes. + + -- Vincent Renardias Sun, 9 Aug 1998 16:25:30 +0200 + +wine (0.0.980726-1) unstable; urgency=low + + * New upstream release: + - Still more common controls stuff. + - More DirectDraw support. + - Compilation problems should be gone. + - Lots of bug fixes. + - Much improved manual pages generation. + * Now takes over 2 hours to build... ;( + + -- Vincent Renardias Mon, 27 Jul 1998 12:58:43 +0200 + +wine (0.0.980712-1) unstable; urgency=low + + * tried to fix #24140. + * New upstream release: + - More common controls stuff. + - Win32s VxD support. + - Beginnings of client/server architecture. + - More NLS support. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 13 Jul 1998 12:47:47 +0200 + +wine (0.0.980628-2) unstable; urgency=low + + * Added more doc. files (Bug #24139). + * Patches from www.winehq.com included: + - stub-for-fontview (Allows c:\windows\fontview.exe to start). + - winelib_snoop16 (Fix pbm when linking with libwine.so). + + -- Vincent Renardias Thu, 2 Jul 1998 16:23:49 +0200 + +wine (0.0.980628-1) unstable; urgency=low + + * New upstream release: + - Common controls improvements. + - Win16 DLL snooping. + - Preliminary internal Postscript driver. + - Improved DIB section handling. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 29 Jun 1998 12:27:40 +0200 + +wine (0.0.980614-1) unstable; urgency=low + + * New upstream release: + - Many drawing fixes. + - Inter-DLL calls snooping. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 15 Jun 1998 11:37:51 +0200 + +wine (0.0.980601-1) unstable; urgency=low + + * New upstream release: + - New resource compiler. + - Toolbar control. + - Partial implementation of CreateDIBSection. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 1 Jun 1998 17:05:08 +0200 + +wine (0.0.980517-2) unstable; urgency=low + + * Patches from www.winehq.com included: + commdlg_crash + + -- Vincent Renardias Wed, 20 May 1998 12:58:43 +0200 + +wine (0.0.980517-1) unstable; urgency=low + + * New upstream release: + - Lots of common controls improvements. + - Better thunking support. + - Lots of bug fixes. + + -- Vincent Renardias Sun, 17 May 1998 20:13:29 +0200 + +wine (0.0.980503-3) unstable; urgency=low + + * Correct dependencies... *sigh* + + -- Vincent Renardias Thu, 14 May 1998 16:05:00 +0200 + +wine (0.0.980503-2) unstable; urgency=low + + * Fix debian/rules (Fix #22382) + * Patch from www.winehq.com included: + - word980503.diff: makes Word95's file dialog boxes work. + + -- Vincent Renardias Tue, 12 May 1998 16:28:49 +0200 + +wine (0.0.980503-1) unstable; urgency=low + + * New upstream release: + - Module loading restructuration. + - Some rotated text support. + - Documentation for many more functions. + - Lots of bug fixes. + * Patches from www.winehq.com included: + - crtdll.diff: More functions implemented. + - module.diff: Fix patch mess in LoadModule16. + - profile: Make PROFILE_GetSection work properly. + - region: Fixes a problem with CombineRgn(). + + -- Vincent Renardias Tue, 12 May 1998 16:28:49 +0200 + +wine (0.0.980413-2) unstable; urgency=low + + * Patches from www.winehq.com included: + - arc_fix: Allows tk/tcl 8.0 (wish80.exe) to draw properly. + - default_bitmap_depth: fix buglet in displaying. + - metafile32: improved matefile support. + - mohr.diff: missing 'break;' statement. + - profile2: tweak profile reading in registry. + - rootcursor: Don't change the cursor look on the rootwindow. + * Updated FAQ. + * Updated html documentation. + + -- Vincent Renardias Fri, 17 Apr 1998 21:49:55 +0200 + +wine (0.0.980413-1) unstable; urgency=low + + * New upstream release: + - Flat thunks support. + - Many more autoconf checks for better portability. + - DIALOGEX resource support. + - Lots of bug fixes. + + -- Vincent Renardias Mon, 13 Apr 1998 16:26:48 +0200 + +wine (0.0.980329-1) unstable; urgency=low + + * New upstream release: + - More ImageLists support. + - More Win32 metafile support. + - Still some debugging output changes. + - Lots of bug fixes. + * Fix ugly shlibs.local bug (fortunatly, noone noticed ;) + * Patches included from winehq.com: init_crash, managed_winpos, relay_string. + + -- Vincent Renardias Mon, 30 Mar 1998 19:18:42 +0200 + +wine (0.0.980315-1) frozen unstable; urgency=low + + * New upstream release: + - Preliminary ImageLists support. + - Beginnings of enhanced metafiles. + - More debugging macros changes. + - Lots of bug fixes. + * Fix critical Bug #19429: libwine now depends on wine since + for now this library is totally useless without it. + + -- Vincent Renardias Fri, 20 Mar 1998 22:18:05 +0100 + +wine (0.0.980301-1) unstable; urgency=low + + * New upstream release: + - New debugging printfs scheme. + - Better DOS device handling. + - Lots of bug fixes. + * Polished debian/rules file. + * Updated html doc & FAQ. + + -- Vincent Renardias Mon, 2 Mar 1998 20:21:44 +0100 + +wine (0.0.980104-2) unstable; urgency=low + + * Include GNU Info & Postscript documentation as well as extra + manpages in wine-doc. + + -- Vincent Renardias Sat, 10 Jan 1998 15:49:19 +0100 + +wine (0.0.980104-1) unstable; urgency=low + + * New upstream release: + - Beginnings of DirectDraw/DirectSound support. + - Preliminary threading support based on clone(). + - Lots of bug fixes. + + -- Vincent Renardias Thu, 8 Jan 1998 01:43:26 +0100 + +wine (0.0.971221-2) unstable; urgency=low + + * Included the following patches from www.winehq.com/patches/ : + - ComboBox Fix (Bertho Stultiens). + - Console Fix (Karl Garrison). + - SetMetaFileBitsEx function updated. + - fd_set Winsock fixes (Ove Kaaven). + * Now compiled with egcs (gcc dies with sig 11 on misc/shellord.c). + + -- Vincent Renardias Thu, 1 Jan 1998 16:06:13 +0100 + +wine (0.0.971221-1) unstable; urgency=low + + * New upstream release (Bug #16209): + - Preliminary GDI paths support. + - DrawFrameControl implementation. + - Multimedia support for time and joystick functions. + - Win32 spec files now generate C code for Winelib. + - Tons of new Win32 functions and stubs. + - Lots of bug fixes. + * Corrected 2 buglets in debian/rules; closes:#15054, #15051. + * strip fnt2bdf (Fix #15724). + * Added libwine-dbg binary package. + * Adjusted packages section/priority. + * Moved libwine.a from libwine0.0.971116 to libwine-dbg. + * Compile with '-O3' flag. + + -- Vincent Renardias Sun, 28 Dec 1997 21:13:53 +0100 + +wine (0.0.971116-1) unstable; urgency=low + + * New upstream code. + - Emulator and library unification. + - New About dialog. + - Menus improvements. + - Lots of bug fixes. + - Now compiles under libc6 without additional patch. + * Added libwine0.0.971116 (Yes, the name is ugly ;) & libwine-dev packages; + They allow to compile Win32 C code as native Linux executable. + (Examples included in libwine-dev) + * Added wine.sym file to aid debugging. + * Added wine-doc package (FAQ + misc. documentation). + * Updated packages descriptions. + * Include more documentation in main package. + + -- Vincent Renardias Mon, 17 Nov 1997 16:11:34 +0100 + +wine (0.0.971101-1) unstable; urgency=low + + * New upstream code (#14057). + * Recompiled with libc6/xlib6g/xpm4g (#12715,#12918). + * Added documentation/fonts file. + + -- Vincent Renardias Sat, 20 Sep 1997 21:56:44 +0200 + +wine (0.0.970914-1) unstable; urgency=low + + * New Upstream Source: + - Better resource handling. + - New Progress control. + - Improved PE module support. + - Many relay code changes. + - Lots of bug fixes. + * Include wineconf configuration script. + * Use pristine source. + + -- Vincent Renardias Fri, 29 Aug 1997 22:06:05 +0200 + +wine (0.0.970804-1) unstable; urgency=low + + * New Upstream Source: + - Joystick support, + - More Win32 stuff, + - Lots of bug fixes. + + -- Vincent Renardias Sat, 9 Aug 1997 17:31:05 +0200 + +wine (0.0.970720-1) unstable; urgency=low + + * new upstream source. + * new maintainer. + * released to unstable. + * compiled with libc6. + * modified dependencies (Fixes #5992). + * moved /usr/bin/wine to /usr/X11R6/bin. + * use /usr/lib/wine [ (c) bcwhite ]. + * Modified numbering scheme after agreement with upstream maintainer. + + -- Vincent Renardias Sat, 26 Jul 1997 17:47:45 +0200 + +wine (970629-1) experimental; urgency=LOW + + * new upstream source + + -- Brian White Wed, 4 Dec 1996 20:49:55 -0500 + +wine (951124-1) experimental; urgency=LOW + + * first Debianized packages + + -- Brian White Sun, 26 Nov 1996 23:02:47 -0400 + + +Local variables: +mode: debian-changelog +End: --- wine1.2-1.1.39.orig/debian/wine1.2.dirs.i386 +++ wine1.2-1.1.39/debian/wine1.2.dirs.i386 @@ -0,0 +1,7 @@ +usr/bin +usr/share +usr/share/man +usr/share/man/man1 +usr/share/man/man5 +usr/lib +usr/lib/wine --- wine1.2-1.1.39.orig/debian/wine-winemine.desktop +++ wine1.2-1.1.39/debian/wine-winemine.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Winemine +Name[fi]=Winemiina +Name[ca]=Buscamines del Wine +Comment=Wine Minesweeper +Comment[fi]=Winen Miinaharava +Comment[ca]=Jugueu a un clon del buscamines del Windows +Exec=winemine +Terminal=false +Type=Application +Icon=wine +Categories=Wine;Game;LogicGame; --- wine1.2-1.1.39.orig/debian/wine1.2.dirs.amd64 +++ wine1.2-1.1.39/debian/wine1.2.dirs.amd64 @@ -0,0 +1,7 @@ +usr/bin +usr/share +usr/share/man +usr/share/man/man1 +usr/share/man/man5 +usr/lib32 +usr/lib32/wine --- wine1.2-1.1.39.orig/debian/ttf-tahoma-replacement.links +++ wine1.2-1.1.39/debian/ttf-tahoma-replacement.links @@ -0,0 +1,2 @@ +etc/fonts/conf.avail/20-tahoma.conf etc/fonts/conf.d/20-tahoma.conf + --- wine1.2-1.1.39.orig/debian/wine1.2.docs +++ wine1.2-1.1.39/debian/wine1.2.docs @@ -0,0 +1,9 @@ +documentation/README.de +documentation/README.es +documentation/README.fr +documentation/README.it +documentation/README.pt +documentation/README.pt_br +ANNOUNCE +AUTHORS +README --- wine1.2-1.1.39.orig/debian/watch +++ wine1.2-1.1.39/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/wine/wine-(.*)\.tar\.bz2 --- wine1.2-1.1.39.orig/debian/ttf-symbol-replacement.install +++ wine1.2-1.1.39/debian/ttf-symbol-replacement.install @@ -0,0 +1,2 @@ +usr/share/wine/fonts/symbol.ttf /usr/share/fonts/truetype/ttf-symbol-replacement/symbol-replacement.ttf + --- wine1.2-1.1.39.orig/debian/wine-notepad.desktop +++ wine1.2-1.1.39/debian/wine-notepad.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Name=Notepad +Name[sv]=Anteckningar +Name[de]=Editor +Name[fi]=Muistio +Name[pl]=Notatnik +Name[ca]=Bloc de notes +Comment=A clone of Windows Notepad +Comment[sv]=En klon av Windows Anteckningar +Comment[de]=Ein Windows Editor Klon +Comment[fi]=Windows Muistio -klooni +Comment[pl]=Klon Notatnika Windows +Comment[ca]=Un clon del Windows Notepad +Exec=notepad +Terminal=false +Type=Application +Icon=wine-notepad +Categories=Wine-Programs-Accessories; --- wine1.2-1.1.39.orig/debian/ttf-symbol-replacement.dirs +++ wine1.2-1.1.39/debian/ttf-symbol-replacement.dirs @@ -0,0 +1 @@ +usr/share/fonts/truetype/ttf-symbol-replacement/ --- wine1.2-1.1.39.orig/debian/wine1.2.postinst +++ wine1.2-1.1.39/debian/wine1.2.postinst @@ -0,0 +1,73 @@ +#!/bin/sh +set -e + +. /usr/share/debconf/confmodule + +# Remove a no-longer used conffile +rm_conffile() +{ + CONFFILE="$1" + + if [ -e "$CONFFILE".dpkg-obsolete ]; then + echo "Removing obsolete conffile $CONFFILE" >&2 + rm -f "$CONFFILE".dpkg-obsolete + fi +} + +case "$1" in + configure|reconfigure) + db_get wine/memory + case "$RET" in + normal) + rm -f /etc/sysctl.d/31-wine.conf + ;; + zeropage) + cat >>/etc/sysctl.d/31-wine.conf <&2 + exit 1 + ;; +esac + + +if [ "$1" = "configure" ] ; then + + if [ -x /usr/sbin/update-binfmts ]; then + /usr/sbin/update-binfmts --import wine || true + fi +fi + +if [ "$1" = "upgrade" ] ; then + if ps -C wineserver > /dev/null && test -d /var/lib/update-notifier/user.d/ ; then + cp -f /usr/share/wine/wineserver-restart-required.update-notifier /var/lib/update-notifier/user.d/wineserver-restart-required + fi +fi + +#DEBHELPER# + --- wine1.2-1.1.39.orig/debian/wine1.2.postrm +++ wine1.2-1.1.39/debian/wine1.2.postrm @@ -0,0 +1,80 @@ +#!/bin/sh +# postrm script for wine +# +# see: dh_installdeb(1) +set -e + +. /usr/share/debconf/confmodule + +# Undo removal of a no-longer used conffile +undo_rm_conffile() +{ + CONFFILE="$1" + + if [ ! -e "$CONFFILE" ]; then + if [ -e "$CONFFILE".dpkg-bak ]; then + echo "Restoring modified conffile $CONFFILE" + mv -f "$CONFFILE".dpkg-bak "$CONFFILE" + elif [ -e "$CONFFILE".dpkg-obsolete ]; then + mv -f "$CONFFILE".dpkg-obsolete "$CONFFILE" + fi + fi +} + +# Finish removal of a no-longer used conffile +finish_rm_conffile() +{ + CONFFILE="$1" + + if [ -e "$CONFFILE".dpkg-bak ]; then + rm -f "$CONFFILE".dpkg-bak + fi +} + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + abort-install|abort-upgrade) + if dpkg --compare-versions "$2" lt 1.1.36-0ubuntu3; then + undo_rm_conffile /etc/sysctl.d/wine.sysctl.conf + undo_rm_conffile /etc/sysctl.d/30-wine.conf + fi + ;; + + purge) + if dpkg --compare-versions "$2" lt 1.1.36-0ubuntu3; then + finish_rm_conffile /etc/sysctl.d/wine.sysctl.conf + finish_rm_conffile /etc/sysctl.d/30-wine.conf + fi + rm -f /etc/sysctl.d/31-wine.conf + # Reload the sysctl file + start procps || true + ;; + + remove|upgrade|failed-upgrade|disappear) + # Do nothing + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- wine1.2-1.1.39.orig/debian/wine1.2.mime +++ wine1.2-1.1.39/debian/wine1.2.mime @@ -0,0 +1,11 @@ +application/x-msdos-program; /usr/bin/cautious-launcher '%s' /usr/bin/wine ; description=Windows Executable +application/x-msdownload; /usr/bin/cautious-launcher '%s' /usr/bin/wine ; description=Windows Executable +application/exe; /usr/bin/cautious-launcher '%s' /usr/bin/wine ; description=Windows Executable +application/x-exe; /usr/bin/cautious-launcher '%s' /usr/bin/wine ; description=Windows Executable +application/dos-exe; /usr/bin/cautious-launcher '%s' /usr/bin/wine ; description=Windows Executable +vms/exe; /usr/bin/cautious-launcher '%s' /usr/bin/wine ; description=Windows Executable +application/x-winexe; /usr/bin/cautious-launcher '%s' /usr/bin/wine ; description=Windows Executable +application/msdos-windows; /usr/bin/cautious-launcher '%s' /usr/bin/wine ; description=Windows Executable +application/x-msdos-program; /usr/bin/cautious-launcher '%s' /usr/bin/wine ; description=Windows Executable +application/x-msi; /usr/bin/cautious-launcher '%s' /usr/bin/wine ; description=Windows Installer archive + --- wine1.2-1.1.39.orig/debian/wine-Programs.directory +++ wine1.2-1.1.39/debian/wine-Programs.directory @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Directory +Name=Programs +Name[sv]=Program +Name[de]=Programme +Icon=folder --- wine1.2-1.1.39.orig/debian/patches/desktop-launcher-noexec +++ wine1.2-1.1.39/debian/patches/desktop-launcher-noexec @@ -0,0 +1,14 @@ +Index: wine1.2-1.1.36/tools/wine.desktop +=================================================================== +--- wine1.2-1.1.36.orig/tools/wine.desktop 2010-01-21 12:05:21.898049345 -0800 ++++ wine1.2-1.1.36/tools/wine.desktop 2010-01-21 13:19:18.248049137 -0800 +@@ -15,7 +15,8 @@ + Name[da]=Wine, Programstarter til Windows-programmer + Name[nb]=Wine Programlaster for Windowsapplikasjoner + Name[nn]=Wine Programlaster for Windowsapplikasjoner +-Exec=wine start /unix %f ++Exec=cautious-launcher %f wine start /unix + MimeType=application/x-ms-dos-executable;application/x-msi;application/x-win-lnk; + NoDisplay=true ++Icon=wine + StartupNotify=true --- wine1.2-1.1.39.orig/debian/patches/series +++ wine1.2-1.1.39/debian/patches/series @@ -0,0 +1 @@ +desktop-launcher-noexec