diff -Nru wxwidgets3.0-3.0.0/config.guess wxwidgets3.0-3.0.0/config.guess --- wxwidgets3.0-3.0.0/config.guess 2013-11-11 13:10:39.000000000 +0000 +++ wxwidgets3.0-3.0.0/config.guess 1970-01-01 00:00:00.000000000 +0000 @@ -1,1508 +0,0 @@ -#! /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, 2010 -# Free Software Foundation, Inc. - -timestamp='2010-09-24' - -# 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 (context -# diff format) to and include a 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. -# -# You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD - -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, 2009, 2010 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' HUP INT TERM - -# 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" HUP INT PIPE TERM ; -: ${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:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) - echo i386-pc-auroraux${UNAME_RELEASE} - 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:*:[4567]) - 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*:*) - case ${UNAME_MACHINE} in - x86) - echo i586-pc-interix${UNAME_RELEASE} - exit ;; - authenticamd | genuineintel | EM64T) - 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 ;; - 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 ;; - 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 ;; - i*86:Linux:*:*) - LIBC=gnu - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" - 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 | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } - ;; - or32:Linux:*:*) - echo or32-unknown-linux-gnu - exit ;; - padre:Linux:*:*) - echo sparc-unknown-linux-gnu - exit ;; - parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-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 ;; - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu - exit ;; - ppc:Linux:*:*) - echo powerpc-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 ;; - tile*:Linux:*:*) - echo ${UNAME_MACHINE}-tilera-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: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 - i386) - eval $set_cc_for_build - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - UNAME_PROCESSOR="x86_64" - fi - fi ;; - 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 ;; - NEO-?:NONSTOP_KERNEL:*:*) - echo neo-tandem-nsk${UNAME_RELEASE} - 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: diff -Nru wxwidgets3.0-3.0.0/config.sub wxwidgets3.0-3.0.0/config.sub --- wxwidgets3.0-3.0.0/config.sub 2013-11-11 13:10:39.000000000 +0000 +++ wxwidgets3.0-3.0.0/config.sub 1970-01-01 00:00:00.000000000 +0000 @@ -1,1739 +0,0 @@ -#! /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, 2010 -# Free Software Foundation, Inc. - -timestamp='2010-09-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 GNU 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. - -# You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD - -# 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, 2009, 2010 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-android* | 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 | -microblaze) - 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 \ - | nds32 | nds32le | nds32be \ - | nios | nios2 \ - | ns16k | ns32k \ - | or32 \ - | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ - | pyramid \ - | rx \ - | 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 | tic54x | tic55x | tic6x | tic80 | tron \ - | ubicom32 \ - | v850 | v850e \ - | we32k \ - | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ - | z8k | z80) - basic_machine=$basic_machine-unknown - ;; - c54x) - basic_machine=tic54x-unknown - ;; - c55x) - basic_machine=tic55x-unknown - ;; - c6x) - basic_machine=tic6x-unknown - ;; - m6811 | m68hc11 | m6812 | m68hc12 | picochip) - # 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-* \ - | 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-* | microblaze-* \ - | 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-* \ - | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* \ - | none-* | np1-* | ns16k-* | ns32k-* \ - | orion-* \ - | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ - | pyramid-* \ - | romp-* | rs6000-* | rx-* \ - | 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-* | tilegx-* \ - | tron-* \ - | ubicom32-* \ - | 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 - ;; - c54x-*) - basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c55x-*) - basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c6x-*) - basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - 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 - ;; - microblaze) - basic_machine=microblaze-xilinx - ;; - 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 - ;; - neo-tandem) - basic_machine=neo-tandem - ;; - nse-tandem) - basic_machine=nse-tandem - ;; - 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 - ;; - # This must be matched before tile*. - tilegx*) - basic_machine=tilegx-unknown - os=-linux-gnu - ;; - 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. - -auroraux) - os=-auroraux - ;; - -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* | -auroraux* | -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-android* \ - | -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* | -es*) - # 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 - ;; - -nacl*) - ;; - -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 - ;; - tic54x-*) - os=-coff - ;; - tic55x-*) - os=-coff - ;; - tic6x-*) - 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: diff -Nru wxwidgets3.0-3.0.0/debian/README.Debian wxwidgets3.0-3.0.0/debian/README.Debian --- wxwidgets3.0-3.0.0/debian/README.Debian 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/README.Debian 2013-11-12 11:10:12.000000000 +0000 @@ -1,77 +1,63 @@ -wxwidgets for Debian ----------------------- +wxWidgets for Debian +==================== -The following packages are built from the wxWidgets CVS source. - -libwxbase wxBase runtime shared libraries -libwxbase-dev extra files and static libs for building wxBase apps -libwxbase-dbg wxBase libraries built with -g and __WXDEBUG__ - -libwxgtk wxGTK runtime shared libraries, including selected - contrib libs. -libwxgtk-dev extra files required for building wxGTK apps -libwxgtk-dbg wxGTK libraries built with -g and __WXDEBUG__ - -python-wxgtk Python binding to wxGTK (from 2.2.3 onward, this - obsoletes the libwxgtk-python-contrib package as - all python modules are built into a single monolith) -python-wxversion The wxversion.py version selector, new to wxPython2.6 -python-wxtools The ancillary tools from the wxPython distribution. - -wx-common common helper files and support applications. -wx-headers common header files for building wxWidgets apps -wx-doc HTML version of the wxWidgets manual -wx-examples wxWidgets and wxPython demos and samples (source) -wx-i18n message catalogs for native language support +The following packages are built from the wxWidgets source: +libwxbase3.0- wxBase runtime shared libraries +libwxbase3.0--dbg detached debugging symbols for libwxbase3.0- +libwxbase3.0-dev extra files required for building wxBase apps + +libwxgtk3.0- wxGTK runtime shared libraries +libwxgtk3.0--dbg detached debugging symbols for libwxgtk3.0- +libwxgtk3.0-dev extra files required for building wxGTK apps + +libwxgtk-media3.0- wxGTK runtime shared libraries for wxMediaCtrl + - these are in a separate package as they pull + in a lot of large dependencies +libwxgtk-media3.0--dbg detached debugging symbols for libwxgtk-media3.0- +libwxgtk-media3.0-dev extra files required for building wxGTK apps + +wx-common common helper files and support applications. +wx3.0-headers common header files for building wxWidgets apps +wx3.0-examples wxWidgets demos and samples (source) +wx3.0-i18n message catalogs for native language support Note that static libraries are no longer supplied in these packages. Please read, or have understood: http://people.redhat.com/drepper/no_static_linking.html among others before reporting this as a bug. - The following binaries can be built from the source package - with the mingw32 cross compiler, but are not distributed - as a part of the main Debian distribution. - - Please do *not* file bug reports for these packages to the - Debian bts. But do feel free to email me personally if you - find problems and/or have patches to fix them. +Notable changes from the wxwidgets2.8 packages +---------------------------------------------- -libwxmsw-dev mingw32-cross wxMSW libs. -libwxmsw-dbg mingw32-cross wxMSW (debug) libs. -wx-headers-msw extra headers needed for wxMSW. +In the wxwidgets2.8 packaging, there were -dbg packages which contained +binaries built with __WXDEBUG__ and -g. Upstream now enable __WXDEBUG__ by +default, so the 3.0 -dbg packages just contain detached debugging symbols. For +more information on the upstream __WXDEBUG__ changes since 2.8, please see: + + http://docs.wxwidgets.org/3.0.0/overview_debugging.html - You can build these extra packages using the binary-cross target - in debian/rules. +In the 2.8 packaging, the HTML docs were packaged in wx2.8-doc. There's +currently no corresponding wx3.0-doc - for now you can fetch these docs +from: +http://sourceforge.net/projects/wxwindows/files/3.0.0/wxWidgets-3.0.0-docs-html.tar.bz2/download - It is also possible to build a python-wxgtk-dbg package. - There are some limitations (like this package cannot be installed - concurrently with the release version), but some developers may - find such a thing useful in any case. It will transparently - replace the release package for installed apps that depend on the - release package, but should NEVER be used when preparing packages - for upload. This package may be created from the source using the - binary-dbg-py target in debian/rules. (note that doing this will - also destroy any release build that exists in the same tree, they - cannot coexist there either yet) - - - Finally, because all of these packages can take quite some time to - build, the source package supports the use of distcc. The package - builds will automatically parallelise to suit the number of hosts - you have listed in DISTCC_HOSTS. This will work for both native - and cross builds of the c++ libraries, if you have the relevant - compilers on all your build hosts. - You may override that heuristic by setting the CONCURRENCY_LEVEL - environment variable to the number of jobs you wish make to fork. - That variable is also supported by the kernel-package scripts and - is respected for consistency here. +Cross-compiling with mingw32 +---------------------------- - wxPython builds cannot be parallelised at this stage and will run - serially regardless of your configuration. +The following binary packages can be built from the source package with the +mingw32 cross compiler, but are not distributed as a part of the main Debian +distribution. + +Please do *not* file bug reports for these packages to the Debian BTS. But do +feel free to email me personally if you find problems and/or have patches to +fix them. + +libwxmsw-dev mingw32-cross wxMSW libs. +wx-headers-msw extra headers needed for wxMSW. +You can build these extra packages using the binary-cross target in debian/rules. - -- Ron Lee , Sun, 13 Feb 2000 18:40:00 +1030 + -- Olly Betts Tue, 12 Nov 2013 10:13:08 +0000 diff -Nru wxwidgets3.0-3.0.0/debian/README.HowToBuild.txt wxwidgets3.0-3.0.0/debian/README.HowToBuild.txt --- wxwidgets3.0-3.0.0/debian/README.HowToBuild.txt 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/README.HowToBuild.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,170 +0,0 @@ -How to build the Debian wx packages -=================================== - -This file is currently just a brain dump of my experiences with -building the Debian wx packages, based on various experimentations, -and Googling around. Please don't take anything said here as -authoritative or written in stone. Although I've been able to get -things to work fairly reliably, I still feel pretty clueless about -some things. - - -Overview --------- - -Contrary to how RPM and other packaging systems work, building Debian -packages is done with an expanded source tree instead of using a -tarball. Inside the toplevel of the source tree you'll find a subdir -named debian, and within this dir are various files used by the build. -The most important of these are the control file and the rules file. -The control file specifies the metadata about each package, such as -name, description, dependencies, etc. Interestingly, the version -number of the current build is not in the control file as might be -expected, but is instead taken from the changelog file. I guess this -is a way for debian to make sure that there is always an updated -changelog for every release, but it is very non-intuitive to say the -least. The rules file is a Makefile, and is executable with a #! that -runs make on itself. This lets you execute commands from the toplevel -source dir like: - - ./debian/rules build - -While theoretically you could build the wx packages directly from your -CVS workspace this won't work (currently) for a couple reasons. -First, the debian/rules file is currently looking at the name of the -toplevel source dir and extracting from it the flavour name (if -present) for use in passing to --with-flavor configure flag. (I'm -considering changing how it finds this value for 2.7 so, for example, -the debian packages could also be built from the wxPython source -tarball...) Second, since the build tools use the current source dir -for creating the source package, you'll probably want to start with a -clean source tree that has had unnecessary things removed from it. -There is a Makefile target that will create a minimized and clean -source tree for you, and will name it as debian/rules expects. To use -it go to a build dir where you've already run configure, and then run: - - make debian-dist - -This will result in a new source tree with a name like -wxwidgets2.7-2.7.0.0 that is located as a sibling to the toplevel of -the current source tree. - - -Environment ------------ - -The various dpkg helper tools will use some environment settings to -provide default values. I have these set: - - DEBFULLNAME='Robin Dunn' - DEBEMAIL=robin@alldunn.com - DEBSIGN_KEYID='Robin Dunn ' - DEBUILD_DPKG_BUILDPACKAGE_OPTS='-i -ICVS -I.svn' - -Notice the DEBSIGN_KEYID value. If this is set (and you have a -matching gnupg key) then the packages will be digitally signed when -they are built. - -If you are building packages that you intend to be installable on -machines other than your own, then I recommend that you either have a -separate machine with a minimal OS install, or set up a chroot -environment and do the builds there. The reason for this is to -minimize unexpected extra dependencies that the built packages will -have because of extra things you have installed on your desktop -system, for example OpenGL libs installed by your video card drivers. -Using a chroot will also allow you to build packages for different -versions of Debian (or Ubuntu) if desired. There is a good -description of setting up a chroot environment here: - - https://wiki.ubuntu.com/DebootstrapChroot - -In addition to the base system packages, you'll need to install in -the chroot environment any packages needed for building wxWidgets -(compilers, make, autoconf, gtk and image libs, lib-dev's, python, -python-dev, etc.) as well as the packages listed in the next section. - - -Build Packages --------------- - -There are a number of helper packages that are used when building -debian packages. Here are some that I have in my chroot, there may be -some others that I am not seeing at the moment: - - debhelper - devscripts - dh-make - dpkg-dev - fakeroot - lintian - diff - patch - - -Doing the Build ---------------- - -Ok, if you are not totally confused by this point you should have a -minimal source tree produced by "make debian-dist" that is accessible -by your chroot or other minimal install system. (Unless you are only -making packages for yourself, then doing the build on in your main -desktop environment would be okay.) The first step is to chdir to -the top level of this source tree. - -If you haven't already you'll want to edit debian/changelog to make an -entry for the current build. If the version number is changing since -the last build then you'll need a whole new section. If you are just -updating something in the same version then you can just get by with -editing the current changelog entry. The 'dch' tool can be used to -open the file in an editor with the cursor positioned for you. If you -use 'dch -i' then it will create a new changelog entry for you with -the proper syntax. Don't forget to copy this file back to your CVS -workspace if appropriate. - -Our debian/control file is generated from debian/control.in, so you -can force it to be created now by running the following. You may want -to do this to verify its contents before proceeding with the build. - - ./debian/rules debian/control - -To run just the compile/link/etc. portions of the build you can do -this: - - ./debian/rules build - -To also make a set of test binaries you can do this: - - fakeroot ./debian/rules binary - -To clean up from prior builds you can do this: - - fakeroot ./debian/rules clean - -And to automate the entire process (build, binaries, source packages, -digital signing, etc.) you can do this: - - dpkg-buildpackage -rfakeroot - -When finished the binary and source packages will be left in the -parent dir of the source tree. - - -Automating the process ----------------------- - -The script debian/build_all automates the above stepds and builds both -wxWidgets and wxPython packages in both ANSI and Unicode modes. You should do -the build manually at least the first time however to make sure you have all -the prerequisites and the build doesn't fail. - - -Other Sources of Information ----------------------------- - -http://liw.iki.fi/liw/talks/debian-packaging-tutorial.pdf -http://women.alioth.debian.org/wiki/index.php/English/BuildingTutorial -http://women.alioth.debian.org/wiki/index.php/English/AdvancedBuildingTips -http://www.wiggy.net/presentations/2001/DebianWalkThrough/handouts/handouts.html -http://www.debian.org/doc/manuals/maint-guide/index.en.html -http://www.isotton.com/debian/docs/repository-howto/repository-howto.html - diff -Nru wxwidgets3.0-3.0.0/debian/README.examples wxwidgets3.0-3.0.0/debian/README.examples --- wxwidgets3.0-3.0.0/debian/README.examples 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/README.examples 2013-11-12 10:34:37.000000000 +0000 @@ -1,4 +1,3 @@ - These examples are provided as extended documentation for the wxWidgets package. If you wish to actually run them rather than just browse them as documents you should copy them into a working directory elsewhere @@ -13,12 +12,9 @@ The examples provided here typically show a minimal implementation of the feature(s) they are demonstrating. There are examples of more -complete (mini) applications, available in the /wxPython/samples and -/demos directories of the wxWidgets cvs repository (which is browsable -via http://cvs.wxwidgets.org), or of course you can always apt-get the -source of any wx using package for some less contrived examples of -real world wx applications. +complete (mini) applications, available in the /demos directories of the +wxWidgets repository), or of course you can always apt-get the source of +any wx using package for some less contrived examples of real world wx +applications. Ron - - diff -Nru wxwidgets3.0-3.0.0/debian/README.source wxwidgets3.0-3.0.0/debian/README.source --- wxwidgets3.0-3.0.0/debian/README.source 1970-01-01 00:00:00.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/README.source 2013-11-12 11:34:43.000000000 +0000 @@ -0,0 +1,12 @@ +All of these packages can take quite some time to build, so if you have +multiple processors available, the source package supports parallel building +via the standard mechanism of putting parallel=N in the environmental variable +DEB_BUILD_OPTIONS - e.g. to build using sbuild with up to 4 concurrent jobs: + +env DEB_BUILD_OPTIONS=parallel=4 sbuild -dunstable wxwidgets3.0_3.0.0-1.dsc + +----------------------------------------------------------------------- + +After new upstream versions of this package are uploaded, you need to +ask the release team to binnmu libalien-wxwidgets-perl, and then +libwx-perl. diff -Nru wxwidgets3.0-3.0.0/debian/build_all wxwidgets3.0-3.0.0/debian/build_all --- wxwidgets3.0-3.0.0/debian/build_all 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/build_all 1970-01-01 00:00:00.000000000 +0000 @@ -1,50 +0,0 @@ -#!/bin/sh -############################################################################## -# Name: debian/build_all -# Purpose: build both ANSI and Unicode Debian packages at once -# Created: 2006-12-13 -# RCS-ID: $Id$ -# Copyright: (c) 2006 Vadim Zeitlin -# Licence: wxWindows licence -############################################################################## - -# The following variables may be defined: -# wx The wxWidgets root directory (if it's unset you have to run the -# script from this directory) -# debsrc_dir If set, suppose there are already debian sources in this dir - -set -e -wx_dir=${wx-`pwd`} -if [ ! -f $wx_dir/debian/build_all ]; then - echo "Please run the script from the root wx directory" >&2 - exit 1 -fi - -( -if [ -z $debsrc_dir ]; then - configure_dir=/tmp/wxtmp-$$ - - mkdir $configure_dir - cd $configure_dir - $wx_dir/configure --without-subdirs > /dev/null - make debian-dist > /dev/null - debsrc_dir=`grep 'DEBIAN_SOURCE_DIR =' Makefile | sed 's@.*/@@'` - cd .. - rm -rf $configure_dir -fi - -cd $wx_dir/../$debsrc_dir -./debian/rules debian/control -dpkg-buildpackage -rfakeroot > /dev/null - -fakeroot ./debian/rules clean - -sed -i '/^WX_UNICODE := /s/1/0/' debian/rules -rm debian/control -./debian/rules debian/control -dpkg-buildpackage -rfakeroot > /dev/null - -sed -i '/^WX_UNICODE := /s/0/1/' debian/rules -fakeroot ./debian/rules clean - -) 2>&1 | tee $wx_dir/debian/build.log diff -Nru wxwidgets3.0-3.0.0/debian/changelog wxwidgets3.0-3.0.0/debian/changelog --- wxwidgets3.0-3.0.0/debian/changelog 2013-11-18 11:44:26.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/changelog 2013-11-27 17:50:30.000000000 +0000 @@ -1,5 +1,6 @@ -wxwidgets3.0 (3.0.0-makson1~saucy2) saucy; urgency=low +wxwidgets3.0 (3.0.0-makson2~saucy1) saucy; urgency=low * New Upstream Release - -- Tomasz Makarewicz Mon, 18 Nov 2013 10:15:06 +0100 + -- Tomasz Makarewicz Sun, 24 Nov 2013 14:06:11 +0100 + diff -Nru wxwidgets3.0-3.0.0/debian/compat wxwidgets3.0-3.0.0/debian/compat --- wxwidgets3.0-3.0.0/debian/compat 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/compat 2013-11-12 10:32:58.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru wxwidgets3.0-3.0.0/debian/control wxwidgets3.0-3.0.0/debian/control --- wxwidgets3.0-3.0.0/debian/control 2013-11-18 11:44:02.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/control 2013-11-15 20:32:16.000000000 +0000 @@ -1,29 +1,32 @@ Source: wxwidgets3.0 Section: libs Priority: optional -Build-Depends: debhelper (>= 5.0.37.1), flex, bison, gettext, libgtk2.0-dev, - zlib1g-dev, libjpeg-dev, - libpng12-dev, libtiff4-dev, libsm-dev, libgl1-mesa-dev | libgl-dev, - libglu1-mesa-dev | libglu-dev, libesd0-dev, libgnomeprintui2.2-dev, - libgconf2-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, - bc, dpatch, sharutils -Maintainer: Ubuntu MOTU developers -XSBC-Original-Maintainer: Ron Lee -Homepage: http://wxwidgets.org/ -Standards-Version: 3.8.2 +Build-Depends: debhelper (>= 9), gettext, libgtk2.0-dev, + zlib1g-dev, libjpeg-dev, libpng-dev, libtiff4-dev|libtiff5-dev, libsm-dev, + libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libesd0-dev, + autotools-dev, libexpat1-dev, dpkg-dev (>= 1.16.1~), + libxt-dev, libgstreamer-plugins-base0.10-dev, libgconf2-dev +Maintainer: wxWidgets Maintainers +Uploaders: Olly Betts +Standards-Version: 3.9.4 +Vcs-Git: git://anonscm.debian.org/freewx/wx.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=freewx/wx.git +Homepage: http://www.wxwidgets.org/ Package: libwxbase3.0-0 Architecture: any -Depends: ${shlibs:Depends} -Conflicts: libwxbase2.9-0 +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same Description: wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit wxBase is a collection of C++ classes providing basic data structures (strings, lists, arrays), powerful wxDateTime class for date manipulations, - portable wrappers around many OS-specific functions allowing to build the - same program under all supported folders, wxThread class for writing - multithreaded programs using either Win32 or POSIX threads and much more. + portable wrappers around many OS-specific functions allowing the same + program to work for all supported platforms, wxThread class for writing + multithreaded programs, and much more. + . wxBase currently supports the following platforms: Generic Unix (Linux, - FreeBSD, Solaris, HP-UX, ...), win32, and BeOS. + FreeBSD, Solaris, HP-UX, ...), Microsoft Windows, and Mac OS X. . This package is only useful for non-GUI apps. It offers a subset of the classes in libwx_gtk3.0 for use in console apps and daemons. You do not need @@ -32,50 +35,50 @@ Package: libwxbase3.0-dev Architecture: any Section: libdevel -Depends: wx3.0-headers (= ${binary:Version}), libwxbase3.0-0 (= ${binary:Version}), libc6-dev | libc-dev, -Conflicts: libwxbase2.9-dev +Depends: wx3.0-headers (= ${binary:Version}), libwxbase3.0-0 (= ${binary:Version}), libc6-dev | libc-dev, ${misc:Depends} Suggests: wx3.0-doc, gettext Description: wxBase library (development) - non-GUI support classes of wxWidgets toolkit wxBase is a collection of C++ classes providing basic data structures (strings, lists, arrays), powerful wxDateTime class for date manipulations, - portable wrappers around many OS-specific functions allowing to build the - same program under all supported folders, wxThread class for writing - multithreaded programs using either Win32 or POSIX threads and much more. + portable wrappers around many OS-specific functions allowing the same + program to work for all supported platforms, wxThread class for writing + multithreaded programs, and much more. + . wxBase currently supports the following platforms: Generic Unix (Linux, - FreeBSD, Solaris, HP-UX, ...), win32, and BeOS. + FreeBSD, Solaris, HP-UX, ...), Microsoft Windows, and Mac OS X. . This package provides the files needed to compile apps using the wxBase library. -Package: libwxbase3.0-dbg +Package: libwxbase3.0-0-dbg Architecture: any +Pre-Depends: ${misc:Pre-Depends} Section: debug Priority: extra -Depends: wx3.0-headers (= ${binary:Version}), libwxbase3.0-0 (= ${binary:Version}), libc6-dev | libc-dev -Conflicts: libwxbase2.9-dbg -Description: wxBase library (debug) - non-GUI support classes of wxWidgets toolkit +Depends: libwxbase3.0-0 (= ${binary:Version}), ${misc:Depends} +Multi-Arch: same +Description: debugging symbols for the wxBase library + This package contains detached debugging symbols for the wxBase library + (part of wxWidgets). + . wxBase is a collection of C++ classes providing basic data structures (strings, lists, arrays), powerful wxDateTime class for date manipulations, - portable wrappers around many OS-specific functions allowing to build the - same program under all supported folders, wxThread class for writing - multithreaded programs using either Win32 or POSIX threads and much more. - wxBase currently supports the following platforms: Generic Unix (Linux, - FreeBSD, Solaris, HP-UX, ...) win32, and BeOS. + portable wrappers around many OS-specific functions allowing the same + program to work for all supported platforms, wxThread class for writing + multithreaded programs, and much more. . - This package provides a debug version of the wxBase library. It is compiled - both with -g for normal debugger tracing and with the __WXDEBUG__ flag which - provides many internal checks by wxWidgets itself that are not performed on - apps compiled with the 'release version' libs in the -dev package. + wxBase currently supports the following platforms: Generic Unix (Linux, + FreeBSD, Solaris, HP-UX, ...), Microsoft Windows, and Mac OS X. Package: libwxgtk3.0-0 Architecture: any -Depends: ${shlibs:Depends} -Conflicts: libwxgtk2.9-0 -Suggests: libgnomeprintui2.2-0 +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some - unpopular ones as well). + unpopular ones as well). For more information see http://wxwidgets.org . This package provides the shared libraries needed to run programs linked against wxWidgets. To use the (optional) glcanvas library you will need @@ -84,11 +87,8 @@ Package: libwxgtk3.0-dev Architecture: any Section: libdevel -Depends: wx3.0-headers (= ${binary:Version}), - libwxgtk3.0-0 (= ${binary:Version}), libwxbase3.0-dev (= ${binary:Version}) -Suggests: wx-common, wx3.0-doc, libstdc++-dev, gettext, libgl-dev, - xlibmesa-glu-dev | libglu-dev -Conflicts: libwxgtk2.9-dev +Depends: wx-common, wx3.0-headers (= ${binary:Version}), libwxgtk3.0-0 (= ${binary:Version}), libwxbase3.0-dev (= ${binary:Version}), ${misc:Depends} +Suggests: wx3.0-doc, libstdc++-dev, gettext, libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some @@ -97,31 +97,68 @@ This package provides files needed to compile wxWidgets programs. If you want to compile apps using the (optional) glcanvas library you will need to have Mesa or OpenGL installed too. + . + This package also provides the wx-config script. -Package: libwxgtk3.0-dbg +Package: libwxgtk3.0-0-dbg Architecture: any +Pre-Depends: ${misc:Pre-Depends} Section: debug Priority: extra -Depends: wx3.0-headers (= ${binary:Version}), - libwxbase3.0-dbg (= ${binary:Version}), ${shlibs:Depends}, - libwxgtk3.0-0 (= ${binary:Version}) -Conflicts: libwxgtk2.9-dbg -Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ debugging) +Depends: libwxgtk3.0-0 (= ${binary:Version}), libwxbase3.0-0-dbg (= ${binary:Version}), ${misc:Depends} +Description: debugging symbols for the wxGTK GUI toolkit library + This package contains detached debugging symbols for the wxGTK library + (part of wxWidgets). + . wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). + +Package: libwxgtk-media3.0-0 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ media library runtime) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). For more information see http://wxwidgets.org + . + This package provides the media shared libraries needed to run programs linked + against libwx_gtk2u_media. + +Package: libwxgtk-media3.0-0-dbg +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Section: debug +Priority: extra +Depends: libwxgtk-media3.0-0 (= ${binary:Version}), libwxgtk3.0-0-dbg (= ${binary:Version}), ${misc:Depends} +Description: debugging symbols for the wxGTK media library + This package contains detached debugging symbols for the wxGTK media library + (part of wxWidgets). . - This package provides a debug version of the wxGTK library. It is compiled - both with -g for normal debugger tracing and with the __WXDEBUG__ flag which - provides many internal checks by wxWidgets itself that are not performed on - apps compiled with the 'release version' libs in the -dev package. + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + +Package: libwxgtk-media3.0-dev +Architecture: any +Section: libdevel +Depends: wx-common, wx3.0-headers (= ${binary:Version}), libwxgtk-media3.0-0 (= ${binary:Version}), libwxgtk3.0-dev (= ${binary:Version}), ${misc:Depends} +Suggests: wx3.0-doc, libstdc++-dev, gettext, libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev +Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ media library development) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + . + This package provides files needed to compile wxWidgets programs using the + wxgtk-media library. Package: wx-common Architecture: any Section: devel -Depends: ${shlibs:Depends} -Conflicts: wx2.6-common -Replaces: wxwin2.4-headers, libwxgtk2.4-contrib-dev, wx2.6-common +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: zip Description: wxWidgets Cross-platform C++ GUI toolkit (common support files) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some @@ -134,7 +171,7 @@ Package: wx3.0-headers Architecture: any Section: devel -Conflicts: wx2.9-headers +Depends: ${misc:Depends} Description: wxWidgets Cross-platform C++ GUI toolkit (header files) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some @@ -145,9 +182,9 @@ Package: wx3.0-i18n Architecture: all -Conflicts: wx-i18n, wxwin-i18n, wx2.4-i18n, wx2.9-i18n -Replaces: wx-i18n, wxwin-i18n, wx2.4-i18n, wx2.5-i18n, wx2.6-i18n +Depends: ${misc:Depends} Provides: wx-i18n +Section: localization Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some @@ -155,28 +192,30 @@ . This package provides the i18n message catalogs for wxWidgets. +Package: wx3.0-examples +Architecture: all +Section: devel +Depends: ${misc:Depends} +Suggests: libwxgtk3.0-dev (= ${binary:Version}), wx3.0-doc +Description: wxWidgets Cross-platform C++ GUI toolkit (examples) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + . + This package contains examples of using the wxWidgets toolkit in + C++. + Package: libwxmsw3.0-dev -Architecture: i386 +Architecture: any Section: otherosfs -Depends: wx3.0-headers-msw (= ${binary:Version}) -Conflicts: libwxmsw2.9-dev +Depends: wx3.0-headers-msw (= ${binary:Version}), ${misc:Depends} Description: wxMSW mingw32msvc-cross mingw32msvc-cross wxMSW libs. -Package: libwxmsw3.0-dbg -Architecture: i386 -Section: debug -Depends: wx3.0-headers-msw (= ${binary:Version}) -Conflicts: libwxmsw2.9-dbg -Description: wxMSW mingw32msvc-cross (debug) - mingw32msvc-cross wxMSW libs. - __WXDEBUG__ version. - Package: wx3.0-headers-msw -Architecture: i386 +Architecture: any Section: otherosfs -Depends: wx2.9-headers-msw -Conflicts: wx3.0-headers-msw +Depends: wx3.0-headers (= ${binary:Version}), ${misc:Depends} Description: Extra wxWidgets headers for mingw32msvc-cross Headers required by the wxWidgets mingw32msvc-cross libraries. diff -Nru wxwidgets3.0-3.0.0/debian/control.in wxwidgets3.0-3.0.0/debian/control.in --- wxwidgets3.0-3.0.0/debian/control.in 1970-01-01 00:00:00.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/control.in 2013-11-12 11:08:47.000000000 +0000 @@ -0,0 +1,221 @@ +Source: wxwidgets=V +Section: libs +Priority: optional +Build-Depends: debhelper (>= 9), gettext, libgtk2.0-dev, + zlib1g-dev, libjpeg-dev, libpng-dev, libtiff5-dev, libsm-dev, + libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libesd0-dev, + autotools-dev, libexpat1-dev, dpkg-dev (>= 1.16.1~), + libxt-dev, libgstreamer-plugins-base0.10-dev, libgconf2-dev +Maintainer: wxWidgets Maintainers +Uploaders: Olly Betts +Standards-Version: 3.9.4 +Vcs-Git: git://anonscm.debian.org/freewx/wx.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=freewx/wx.git +Homepage: http://www.wxwidgets.org/ + +Package: libwxbase=SOV +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Description: wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit + wxBase is a collection of C++ classes providing basic data structures + (strings, lists, arrays), powerful wxDateTime class for date manipulations, + portable wrappers around many OS-specific functions allowing the same + program to work for all supported platforms, wxThread class for writing + multithreaded programs, and much more. + . + wxBase currently supports the following platforms: Generic Unix (Linux, + FreeBSD, Solaris, HP-UX, ...), Microsoft Windows, and Mac OS X. + . + This package is only useful for non-GUI apps. It offers a subset of the + classes in libwx_gtk=V for use in console apps and daemons. You do not need + this package to build or use wxWidgets GUI apps. + +Package: libwxbase=V-dev +Architecture: any +Section: libdevel +Depends: wx=V-headers (= ${binary:Version}), libwxbase=SOV (= ${binary:Version}), libc6-dev | libc-dev, ${misc:Depends} +Suggests: wx=V-doc, gettext +Description: wxBase library (development) - non-GUI support classes of wxWidgets toolkit + wxBase is a collection of C++ classes providing basic data structures + (strings, lists, arrays), powerful wxDateTime class for date manipulations, + portable wrappers around many OS-specific functions allowing the same + program to work for all supported platforms, wxThread class for writing + multithreaded programs, and much more. + . + wxBase currently supports the following platforms: Generic Unix (Linux, + FreeBSD, Solaris, HP-UX, ...), Microsoft Windows, and Mac OS X. + . + This package provides the files needed to compile apps using the wxBase + library. + +Package: libwxbase=SOV-dbg +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Section: debug +Priority: extra +Depends: libwxbase=SOV (= ${binary:Version}), ${misc:Depends} +Multi-Arch: same +Description: debugging symbols for the wxBase library + This package contains detached debugging symbols for the wxBase library + (part of wxWidgets). + . + wxBase is a collection of C++ classes providing basic data structures + (strings, lists, arrays), powerful wxDateTime class for date manipulations, + portable wrappers around many OS-specific functions allowing the same + program to work for all supported platforms, wxThread class for writing + multithreaded programs, and much more. + . + wxBase currently supports the following platforms: Generic Unix (Linux, + FreeBSD, Solaris, HP-UX, ...), Microsoft Windows, and Mac OS X. + +Package: libwxgtk=SOV +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). For more information see http://wxwidgets.org + . + This package provides the shared libraries needed to run programs linked + against wxWidgets. To use the (optional) glcanvas library you will need + to have Mesa or OpenGL installed. + +Package: libwxgtk=V-dev +Architecture: any +Section: libdevel +Depends: wx-common, wx=V-headers (= ${binary:Version}), libwxgtk=SOV (= ${binary:Version}), libwxbase=V-dev (= ${binary:Version}), ${misc:Depends} +Suggests: wx=V-doc, libstdc++-dev, gettext, libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev +Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + . + This package provides files needed to compile wxWidgets programs. If you + want to compile apps using the (optional) glcanvas library you will need + to have Mesa or OpenGL installed too. + . + This package also provides the wx-config script. + +Package: libwxgtk=SOV-dbg +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Section: debug +Priority: extra +Depends: libwxgtk=SOV (= ${binary:Version}), libwxbase=SOV-dbg (= ${binary:Version}), ${misc:Depends} +Description: debugging symbols for the wxGTK GUI toolkit library + This package contains detached debugging symbols for the wxGTK library + (part of wxWidgets). + . + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + +Package: libwxgtk-media=SOV +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ media library runtime) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). For more information see http://wxwidgets.org + . + This package provides the media shared libraries needed to run programs linked + against libwx_gtk2u_media. + +Package: libwxgtk-media=SOV-dbg +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Section: debug +Priority: extra +Depends: libwxgtk-media=SOV (= ${binary:Version}), libwxgtk=SOV-dbg (= ${binary:Version}), ${misc:Depends} +Description: debugging symbols for the wxGTK media library + This package contains detached debugging symbols for the wxGTK media library + (part of wxWidgets). + . + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + +Package: libwxgtk-media=V-dev +Architecture: any +Section: libdevel +Depends: wx-common, wx=V-headers (= ${binary:Version}), libwxgtk-media=SOV (= ${binary:Version}), libwxgtk=V-dev (= ${binary:Version}), ${misc:Depends} +Suggests: wx=V-doc, libstdc++-dev, gettext, libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev +Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ media library development) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + . + This package provides files needed to compile wxWidgets programs using the + wxgtk-media library. + +Package: wx-common +Architecture: any +Section: devel +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: zip +Description: wxWidgets Cross-platform C++ GUI toolkit (common support files) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + . + This package provides common support files not bound to any + particular wxWidgets release, such as font metrics required by some + ports, and miscellaneous developer aids and binary utilities. + +Package: wx=V-headers +Architecture: any +Section: devel +Depends: ${misc:Depends} +Description: wxWidgets Cross-platform C++ GUI toolkit (header files) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + . + This package provides the common header files required to build applications + using the wxWidgets toolkit. + +Package: wx=V-i18n +Architecture: all +Depends: ${misc:Depends} +Provides: wx-i18n +Section: localization +Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + . + This package provides the i18n message catalogs for wxWidgets. + +Package: wx=V-examples +Architecture: all +Section: devel +Depends: ${misc:Depends} +Suggests: libwxgtk=V-dev (= ${binary:Version}), wx=V-doc +Description: wxWidgets Cross-platform C++ GUI toolkit (examples) + wxWidgets (formerly known as wxWindows) is a class library for C++ providing + GUI components and other facilities on several popular platforms (and some + unpopular ones as well). + . + This package contains examples of using the wxWidgets toolkit in + C++. + +Package: libwxmsw=V-dev +Architecture: any +Section: otherosfs +Depends: wx=V-headers-msw (= ${binary:Version}), ${misc:Depends} +Description: wxMSW mingw32msvc-cross + mingw32msvc-cross wxMSW libs. + +Package: wx=V-headers-msw +Architecture: any +Section: otherosfs +Depends: wx=V-headers (= ${binary:Version}), ${misc:Depends} +Description: Extra wxWidgets headers for mingw32msvc-cross + Headers required by the wxWidgets mingw32msvc-cross libraries. + diff -Nru wxwidgets3.0-3.0.0/debian/copyright wxwidgets3.0-3.0.0/debian/copyright --- wxwidgets3.0-3.0.0/debian/copyright 2012-11-12 17:29:17.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/copyright 2013-11-12 11:34:07.000000000 +0000 @@ -1,35 +1,35 @@ -This package was debianized by Tomasz Makarewicz on -Mon, 12 Nov 2012 18:27:33 +0100 +This package was debianized by Ron Lee on +Sun, 13 Feb 2000 18:40:00 +1030. -more information about wxWindows, as well as the source these debs -are produced from can be found at www.wxwindows.org +More information about wxWidgets, as well as the source these debs +are produced from can be found at http://www.wxwidgets.org/ Note for Debian users: ====================== -Most of the core wxWindows library is licenced under the wxWindows Library +Most of the core wxWidgets library is licensed under the wxWindows Library Licence (included below), however some additional features of the library -may include source licenced under terms which do not include the exception +may include source licensed under terms which do not include the exception permitting you to licence binary object code versions of works based on the Library under terms of your own choice. At any time and without warning, newer versions of the Debian binary packages may include such code. -In short, if you plan to licence apps built against these debs under terms +In short, if you plan to license apps built against these debs under terms compatible with the GPL or LGPL, then you have nothing to worry about. If you wish to release your code under a licence which does not grant all of the same rights as the LGPL would assert but would be permitted under the terms of the exception, then you are strongly advised to either check the -licencing terms of all components that these debs (and all future versions -that you use) are built with, or build your own binaries of wxWindows which +licensing terms of all components that these debs (and all future versions +that you use) are built with, or build your own binaries of wxWidgets which include only such code as is definitely covered by the exception. You should presume that these debs will fall under the provisions of the unmodified LGPL unless you can prove otherwise, however this note in no way -alters the actual terms of the authorative licence detailed below, it is +alters the actual terms of the authoritative licence detailed below, it is intended to be purely informative of the fact that the Debian binary packages will be built primarily with features useful to Free Software developers and may not be suitable "as is" for compiling software for distribution that is -licenced incompatibly with the LGPL. See /usr/share/common-licenses for +licensed incompatibly with the LGPL. See /usr/share/common-licenses for the full text of the LGPL. Modifications and additions to the Library itself are encouraged to be @@ -80,7 +80,7 @@ wxWindows Library Licence, Version 3.1 ====================================== - Copyright (C) 1998-2005 Julian Smart, Robert Roebling et al + Copyright (c) 1998-2005 Julian Smart, Robert Roebling et al Everyone is permitted to copy and distribute verbatim copies of this licence document, but changing it is not allowed. @@ -100,8 +100,8 @@ You should have received a copy of the GNU Library General Public Licence along with this software, usually in a file named COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301, USA. + write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. EXCEPTION NOTICE @@ -193,105 +193,294 @@ ----------------------------------------------------------------------------- -XRCed is released under the following terms: +src/stc/scintilla is licensed as follows: -Copyright (c) 2002, Roman Rolinsky -All rights reserved. +License for Scintilla and SciTE -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Copyright 1998-2003 by Neil Hodgson -* Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +All Rights Reserved +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation. + +NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY +SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE +OR PERFORMANCE OF THIS SOFTWARE. ----------------------------------------------------------------------------- -License of: wxPython/wx/tools/Editra/pixmaps/theme/Tango/* +src/expat (unused in the debian binary packages) is licensed as follows: -Creative Commons Attribution-ShareAlike 2.5 License Agreement +Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd + and Clark Cooper +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. +----------------------------------------------------------------------------- + +src/jpeg (unused in the debian binary packages) is licensed as follows: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-1998, Thomas G. Lane. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, +sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. +ansi2knr.c is NOT covered by the above copyright and conditions, but instead +by the usual distribution terms of the Free Software Foundation; principally, +that you must include source code if you redistribute it. (See the file +ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part +of any program generated from the IJG code, this does not limit you more than +the foregoing paragraphs do. + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltconfig, ltmain.sh). Another support script, install-sh, is copyright +by M.I.T. but is also freely distributable. + +It appears that the arithmetic coding option of the JPEG spec is covered by +patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot +legally be used without obtaining one or more licenses. For this reason, +support for arithmetic coding has been removed from the free JPEG software. +(Since arithmetic coding provides only a marginal gain over the unpatented +Huffman mode, it is unlikely that very many implementations will support it.) +So far as we are aware, there are no patent restrictions on the remaining +code. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent, GIF reading support has +been removed altogether, and the GIF writer has been simplified to produce +"uncompressed GIFs". This technique does not use the LZW algorithm; the +resulting GIF files are larger than usual, but are readable by all standard +GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + +----------------------------------------------------------------------------- + +src/png (unused in the debian binary packages) is licensed as follows: + +This code is released under the libpng license. + +libpng versions 1.2.6, August 15, 2004, through 1.6.2, April 25, 2013, are +Copyright (c) 2004, 2006-2012 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-1.2.5 +with the following individual added to the list of Contributing Authors + + Cosmin Truta -License +libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are +Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-1.0.6 +with the following individuals added to the list of Contributing Authors -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + Simon-Pierre Cadieux + Eric S. Raymond + Gilles Vollant -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. +and with the following additions to the disclaimer: -1. Definitions + There is no warranty against interference with your enjoyment of the + library or against infringement. There is no warranty that our + efforts or the library will fulfill any of your particular purposes + or needs. This library is provided with all faults, and the entire + risk of satisfactory quality, performance, accuracy, and effort is with + the user. - 1. "Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License. - 2. "Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License. - 3. "Licensor" means the individual or entity that offers the Work under the terms of this License. - 4. "Original Author" means the individual or entity who created the Work. - 5. "Work" means the copyrightable work of authorship offered under the terms of this License. - 6. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. - 7. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. +libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are +Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-0.96, +with the following individuals added to the list of Contributing Authors: -2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws. + Tom Lane + Glenn Randers-Pehrson + Willem van Schaik -3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: +libpng versions 0.89, June 1996, through 0.96, May 1997, are +Copyright (c) 1996, 1997 Andreas Dilger +Distributed according to the same disclaimer and license as libpng-0.88, +with the following individuals added to the list of Contributing Authors: - 1. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works; - 2. to create and reproduce Derivative Works; - 3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works; - 4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works. - 5. + John Bowler + Kevin Bracey + Sam Bushell + Magnus Holmgren + Greg Roelofs + Tom Tanner - For the avoidance of doubt, where the work is a musical composition: - 1. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work. - 2. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions). - 6. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions). +libpng versions 0.5, May 1995, through 0.88, January 1996, are +Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. -The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved. +For the purposes of this copyright and license, "Contributing Authors" +is defined as the following set of individuals: -4. Restrictions.The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: + Andreas Dilger + Dave Martindale + Guy Eric Schalnat + Paul Schmidt + Tim Wegner - 1. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(c), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(c), as requested. - 2. You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License, a later version of this License with the same License Elements as this License, or a Creative Commons iCommons license that contains the same License Elements as this License (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or the Uniform Resource Identifier for, this License or other license specified in the previous sentence with every copy or phonorecord of each Derivative Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Derivative Works that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder, and You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Derivative Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Derivative Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Derivative Work itself to be made subject to the terms of this License. - 3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit. +The PNG Reference Library is supplied "AS IS". The Contributing Authors +and Group 42, Inc. disclaim all warranties, expressed or implied, +including, without limitation, the warranties of merchantability and of +fitness for any purpose. The Contributing Authors and Group 42, Inc. +assume no liability for direct, indirect, incidental, special, exemplary, +or consequential damages, which may result from the use of the PNG +Reference Library, even if advised of the possibility of such damage. -5. Representations, Warranties and Disclaimer +Permission is hereby granted to use, copy, modify, and distribute this +source code, or portions hereof, for any purpose, without fee, subject +to the following restrictions: -UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. +1. The origin of this source code must not be misrepresented. -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +2. Altered versions must be plainly marked as such and must not + be misrepresented as being the original source. -7. Termination +3. This Copyright notice may not be removed or altered from any + source or altered source distribution. - 1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. - 2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. +The Contributing Authors and Group 42, Inc. specifically permit, without +fee, and encourage the use of this source code as a component to +supporting the PNG file format in commercial products. If you use this +source code in a product, acknowledgment is not required but would be +appreciated. -8. Miscellaneous - 1. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. - 2. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. - 3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - 4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. - 5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. +A "png_get_copyright" function is available, for convenient use in "about" +boxes and the like: -Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. + printf("%s",png_get_copyright(NULL)); -Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. +Also, the PNG logo (in PNG format, of course) is supplied in the +files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). + +Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a +certification mark of the Open Source Initiative. + +Glenn Randers-Pehrson +glennrp at users.sourceforge.net +April 25, 2013 + +----------------------------------------------------------------------------- + +src/tiff (unused in the debian binary packages) is licensed as follows: + +Copyright (c) 1988-1997 Sam Leffler +Copyright (c) 1991-1997 Silicon Graphics, Inc. + +Permission to use, copy, modify, distribute, and sell this software and +its documentation for any purpose is hereby granted without fee, provided +that (i) the above copyright notices and this permission notice appear in +all copies of the software and related documentation, and (ii) the names of +Sam Leffler and Silicon Graphics may not be used in any advertising or +publicity relating to the software without the specific, prior written +permission of Sam Leffler and Silicon Graphics. + +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR +ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF +LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE +OF THIS SOFTWARE. + +----------------------------------------------------------------------------- -Creative Commons may be contacted at http://creativecommons.org/. +src/zlib (unused in the debian binary packages) is licensed as follows: + (C) 1995-2013 Jean-loup Gailly and Mark Adler -.orig.tar.gz file is a repacked tarball derived from upstream .tar.bz2. -You can get it by using get-orig-source target in debian/rules. + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + +If you use the zlib library in a product, we would appreciate *not* receiving +lengthy legal documents to sign. The sources are provided for free but without +warranty of any kind. The library has been entirely written by Jean-loup +Gailly and Mark Adler; it does not include third-party code. + +If you redistribute modified sources, we would appreciate that you include in +the file ChangeLog history information documenting your changes. Please read +the FAQ for more information on the distribution of modified source versions. diff -Nru wxwidgets3.0-3.0.0/debian/desktop_files/editra.desktop wxwidgets3.0-3.0.0/debian/desktop_files/editra.desktop --- wxwidgets3.0-3.0.0/debian/desktop_files/editra.desktop 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/desktop_files/editra.desktop 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Editra -Comment=Programmer's Text Editor -Exec=editra -Icon=editra -Terminal=false -Type=Application -Categories=Development; -StartupNotify=true diff -Nru wxwidgets3.0-3.0.0/debian/desktop_files/pycrust.desktop wxwidgets3.0-3.0.0/debian/desktop_files/pycrust.desktop --- wxwidgets3.0-3.0.0/debian/desktop_files/pycrust.desktop 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/desktop_files/pycrust.desktop 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=PyCrust -Comment=GUI Python Shell with Filling -Exec=pycrust -Icon=pycrust -Terminal=false -Type=Application -Categories=Development; -StartupNotify=true diff -Nru wxwidgets3.0-3.0.0/debian/desktop_files/pyshell.desktop wxwidgets3.0-3.0.0/debian/desktop_files/pyshell.desktop --- wxwidgets3.0-3.0.0/debian/desktop_files/pyshell.desktop 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/desktop_files/pyshell.desktop 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=PyShell -Comment=GUI Python Shell -Exec=pyshell -Icon=pyshell -Terminal=false -Type=Application -Categories=Development; -StartupNotify=true diff -Nru wxwidgets3.0-3.0.0/debian/desktop_files/xrced.desktop wxwidgets3.0-3.0.0/debian/desktop_files/xrced.desktop --- wxwidgets3.0-3.0.0/debian/desktop_files/xrced.desktop 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/desktop_files/xrced.desktop 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=XRCed -Comment=wxPython XRC resource editor and UI designer -Exec=xrced -Icon=xrced -Terminal=false -Type=Application -Categories=Development; -StartupNotify=true diff -Nru wxwidgets3.0-3.0.0/debian/icons/editra.uuencoded wxwidgets3.0-3.0.0/debian/icons/editra.uuencoded --- wxwidgets3.0-3.0.0/debian/icons/editra.uuencoded 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/icons/editra.uuencoded 1970-01-01 00:00:00.000000000 +0000 @@ -1,171 +0,0 @@ -begin-base64 755 editra.uuencode -iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAKRWlDQ1BJQ0Mg -UHJvZmlsZQAAeNqdU2dUU+kWPffe9EJLiICUS29SFQggUkKLgBSRJiohCRBK -iCGh2RVRwRFFRQQbyKCIA46OgIwVUSwMigrYB+Qhoo6Do4iKyvvhe6Nr1rz3 -5s3+tdc+56zznbPPB8AIDJZIM1E1gAypQh4R4IPHxMbh5C5AgQokcAAQCLNk -IXP9IwEA+H48PCsiwAe+AAF40wsIAMBNm8AwHIf/D+pCmVwBgIQBwHSROEsI -gBQAQHqOQqYAQEYBgJ2YJlMAoAQAYMtjYuMAUC0AYCd/5tMAgJ34mXsBAFuU -IRUBoJEAIBNliEQAaDsArM9WikUAWDAAFGZLxDkA2C0AMElXZkgAsLcAwM4Q -C7IACAwAMFGIhSkABHsAYMgjI3gAhJkAFEbyVzzxK64Q5yoAAHiZsjy5JDlF -gVsILXEHV1cuHijOSRcrFDZhAmGaQC7CeZkZMoE0D+DzzAAAoJEVEeCD8/14 -zg6uzs42jrYOXy3qvwb/ImJi4/7lz6twQAAA4XR+0f4sL7MagDsGgG3+oiXu -BGheC6B194tmsg9AtQCg6dpX83D4fjw8RaGQudnZ5eTk2ErEQlthyld9/mfC -X8BX/Wz5fjz89/XgvuIkgTJdgUcE+ODCzPRMpRzPkgmEYtzmj0f8twv//B3T -IsRJYrlYKhTjURJxjkSajPMypSKJQpIpxSXS/2Ti3yz7Az7fNQCwaj4Be5Et -qF1jA/ZLJxBYdMDi9wAA8rtvwdQoCAOAaIPhz3f/7z/9R6AlAIBmSZJxAABe -RCQuVMqzP8cIAABEoIEqsEEb9MEYLMAGHMEF3MEL/GA2hEIkxMJCEEIKZIAc -cmAprIJCKIbNsB0qYC/UQB00wFFohpNwDi7CVbgOPXAP+mEInsEovIEJBEHI -CBNhIdqIAWKKWCOOCBeZhfghwUgEEoskIMmIFFEiS5E1SDFSilQgVUgd8j1y -AjmHXEa6kTvIADKC/Ia8RzGUgbJRPdQMtUO5qDcahEaiC9BkdDGajxagm9By -tBo9jDah59CraA/ajz5DxzDA6BgHM8RsMC7Gw0KxOCwJk2PLsSKsDKvGGrBW -rAO7ifVjz7F3BBKBRcAJNgR3QiBhHkFIWExYTthIqCAcJDQR2gk3CQOEUcIn -IpOoS7QmuhH5xBhiMjGHWEgsI9YSjxMvEHuIQ8Q3JBKJQzInuZACSbGkVNIS -0kbSblIj6SypmzRIGiOTydpka7IHOZQsICvIheSd5MPkM+Qb5CHyWwqdYkBx -pPhT4ihSympKGeUQ5TTlBmWYMkFVo5pS3aihVBE1j1pCraG2Uq9Rh6gTNHWa -Oc2DFklLpa2ildMaaBdo92mv6HS6Ed2VHk6X0FfSy+lH6JfoA/R3DA2GFYPH -iGcoGZsYBxhnGXcYr5hMphnTixnHVDA3MeuY55kPmW9VWCq2KnwVkcoKlUqV -JpUbKi9Uqaqmqt6qC1XzVctUj6leU32uRlUzU+OpCdSWq1WqnVDrUxtTZ6k7 -qIeqZ6hvVD+kfln9iQZZw0zDT0OkUaCxX+O8xiALYxmzeCwhaw2rhnWBNcQm -sc3ZfHYqu5j9HbuLPaqpoTlDM0ozV7NS85RmPwfjmHH4nHROCecop5fzfore -FO8p4ikbpjRMuTFlXGuqlpeWWKtIq1GrR+u9Nq7tp52mvUW7WfuBDkHHSidc -J0dnj84FnedT2VPdpwqnFk09OvWuLqprpRuhu0R3v26n7pievl6Ankxvp955 -vef6HH0v/VT9bfqn9UcMWAazDCQG2wzOGDzFNXFvPB0vx9vxUUNdw0BDpWGV -YZfhhJG50Tyj1UaNRg+MacZc4yTjbcZtxqMmBiYhJktN6k3umlJNuaYppjtM -O0zHzczNos3WmTWbPTHXMueb55vXm9+3YFp4Wiy2qLa4ZUmy5FqmWe62vG6F -WjlZpVhVWl2zRq2drSXWu627pxGnuU6TTque1mfDsPG2ybaptxmw5dgG2662 -bbZ9YWdiF2e3xa7D7pO9k326fY39PQcNh9kOqx1aHX5ztHIUOlY63prOnO4/ -fcX0lukvZ1jPEM/YM+O2E8spxGmdU5vTR2cXZ7lzg/OIi4lLgssulz4umxvG -3ci95Ep09XFd4XrS9Z2bs5vC7ajbr+427mnuh9yfzDSfKZ5ZM3PQw8hD4FHl -0T8Ln5Uwa9+sfk9DT4FntecjL2MvkVet17C3pXeq92HvFz72PnKf4z7jPDfe -Mt5ZX8w3wLfIt8tPw2+eX4XfQ38j/2T/ev/RAKeAJQFnA4mBQYFbAvv4enwh -v44/Ottl9rLZ7UGMoLlBFUGPgq2C5cGtIWjI7JCtIffnmM6RzmkOhVB+6NbQ -B2HmYYvDfgwnhYeFV4Y/jnCIWBrRMZc1d9HcQ3PfRPpElkTem2cxTzmvLUo1 -Kj6qLmo82je6NLo/xi5mWczVWJ1YSWxLHDkuKq42bmy+3/zt84fineIL43sX -mC/IXXB5oc7C9IWnFqkuEiw6lkBMiE44lPBBECqoFowl8hN3JY4KecIdwmci -L9E20YjYQ1wqHk7ySCpNepLskbw1eSTFM6Us5bmEJ6mQvEwNTN2bOp4WmnYg -bTI9Or0xg5KRkHFCqiFNk7Zn6mfmZnbLrGWFsv7Fbou3Lx6VB8lrs5CsBVkt -CrZCpuhUWijXKgeyZ2VXZr/Nico5lqueK83tzLPK25A3nO+f/+0SwhLhkral -hktXLR1Y5r2sajmyPHF52wrjFQUrhlYGrDy4irYqbdVPq+1Xl65+vSZ6TWuB -XsHKgsG1AWvrC1UK5YV969zX7V1PWC9Z37Vh+oadGz4ViYquFNsXlxV/2Cjc -eOUbh2/Kv5nclLSpq8S5ZM9m0mbp5t4tnlsOlqqX5pcObg3Z2rQN31a07fX2 -Rdsvl80o27uDtkO5o788uLxlp8nOzTs/VKRU9FT6VDbu0t21Ydf4btHuG3u8 -9jTs1dtbvPf9Psm+21UBVU3VZtVl+0n7s/c/romq6fiW+21drU5tce3HA9ID -/QcjDrbXudTVHdI9VFKP1ivrRw7HH77+ne93LQ02DVWNnMbiI3BEeeTp9wnf -9x4NOtp2jHus4QfTH3YdZx0vakKa8ppGm1Oa+1tiW7pPzD7R1ureevxH2x8P -nDQ8WXlK81TJadrpgtOTZ/LPjJ2VnX1+LvncYNuitnvnY87fag9v77oQdOHS -Rf+L5zu8O85c8rh08rLb5RNXuFearzpfbep06jz+k9NPx7ucu5quuVxrue56 -vbV7ZvfpG543zt30vXnxFv/W1Z45Pd2983pv98X39d8W3X5yJ/3Oy7vZdyfu -rbxPvF/0QO1B2UPdh9U/W/7c2O/cf2rAd6Dz0dxH9waFg8/+kfWPD0MFj5mP -y4YNhuueOD45OeI/cv3p/KdDz2TPJp4X/qL+y64XFi9++NXr187RmNGhl/KX -k79tfKX96sDrGa/bxsLGHr7JeDMxXvRW++3Bd9x3He+j3w9P5Hwgfyj/aPmx -9VPQp/uTGZOT/wQDmPP8ELrHaAAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlz -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 -==== diff -Nru wxwidgets3.0-3.0.0/debian/icons/editra.xpm wxwidgets3.0-3.0.0/debian/icons/editra.xpm --- wxwidgets3.0-3.0.0/debian/icons/editra.xpm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/icons/editra.xpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,675 +0,0 @@ -/* XPM */ -static char * editra_xpm[] = { -"32 32 640 2", -" c None", -". c #E5E6E9", -"+ c #E4E4E9", -"@ c #DADBE4", -"# c #9BA4C4", -"$ c #3C4F8F", -"% c #878FAB", -"& c #A92B2C", -"* c #AA292A", -"= c #AA2929", -"- c #AB2929", -"; c #AB2A2A", -"> c #B34141", -", c #C46F6F", -"' c #DCB7B7", -") c #BFBACA", -"! c #6071AB", -"~ c #4960AB", -"{ c #3F5AAF", -"] c #5D6DA2", -"^ c #C69F9F", -"/ c #B75151", -"( c #AA2627", -"_ c #AA2324", -": c #AA2424", -"< c #A92324", -"[ c #B52626", -"} c #EA6969", -"| c #EF7F7F", -"1 c #EF7F80", -"2 c #EF8081", -"3 c #F08C8D", -"4 c #F2A0A1", -"5 c #F0C3C4", -"6 c #D0C4CF", -"7 c #737FAF", -"8 c #374E9A", -"9 c #3D57A9", -"0 c #3E5AB5", -"a c #4462C0", -"b c #4962B1", -"c c #C1ACB1", -"d c #ECA0A1", -"e c #EF7C7C", -"f c #EF7677", -"g c #EE7474", -"h c #EE7374", -"i c #ED7172", -"j c #CC3031", -"k c #B92828", -"l c #E73A3A", -"m c #EA4344", -"n c #EB4747", -"o c #EB4A4B", -"p c #EC5A5A", -"q c #EF8989", -"r c #EDB2B3", -"s c #918BAD", -"t c #52629F", -"u c #374D96", -"v c #4D5C8E", -"w c #767990", -"x c #7D8099", -"y c #5168AE", -"z c #4962AF", -"A c #8B819E", -"B c #E18687", -"C c #E93435", -"D c #E82C2D", -"E c #E82B2C", -"F c #CF2627", -"G c #B92829", -"H c #E73A3B", -"I c #ED5A5B", -"J c #EE6C6C", -"K c #F08F8F", -"L c #E7AFB2", -"M c #A69FB9", -"N c #52619C", -"O c #3B5096", -"P c #4D5B90", -"Q c #8D7F88", -"R c #B68A8B", -"S c #C89B9B", -"T c #E0A8A9", -"U c #B3A0A8", -"V c #56649A", -"W c #646791", -"X c #D49799", -"Y c #EC5556", -"Z c #EA3F40", -"` c #E92D2E", -" . c #E92B2C", -".. c #E83C3D", -"+. c #EC5252", -"@. c #F07F80", -"#. c #F1AEAE", -"$. c #CBB4C1", -"%. c #787EAA", -"&. c #3F549C", -"*. c #435693", -"=. c #72728A", -"-. c #A68F94", -";. c #D69191", -">. c #DA7778", -",. c #CA8B8B", -"'. c #F0A4A5", -"). c #E6ADAE", -"!. c #B89EA8", -"~. c #B39096", -"{. c #E08E8E", -"]. c #ED5C5C", -"^. c #EB494A", -"/. c #EA3C3D", -"(. c #E93434", -"_. c #E92C2D", -":. c #C03B3C", -"<. c #EB6969", -"[. c #EF9F9F", -"}. c #CFB5C2", -"|. c #8D92B9", -"1. c #455CA7", -"2. c #4A5FA5", -"3. c #6F738E", -"4. c #A39194", -"5. c #D69E9E", -"6. c #EA9697", -"7. c #EF8585", -"8. c #E07777", -"9. c #CA9494", -"0. c #F3B0B1", -"a. c #F4ABAB", -"b. c #F1B5B6", -"c. c #E7BCBF", -"d. c #EAB3B5", -"e. c #EF7878", -"f. c #ED595A", -"g. c #EB3F40", -"h. c #E92E2E", -"i. c #CF2727", -"j. c #D78E8F", -"k. c #E7B2B5", -"l. c #ACA3BB", -"m. c #5A6DAE", -"n. c #586FBA", -"o. c #5572CA", -"p. c #5C6EA8", -"q. c #B69F9F", -"r. c #E0A6A6", -"s. c #EF999A", -"t. c #F19393", -"u. c #F19090", -"v. c #E28687", -"w. c #CB9E9F", -"x. c #F4BDBE", -"y. c #F6BABA", -"z. c #F4D2D2", -"A. c #75799B", -"B. c #9D96AB", -"C. c #EB9494", -"D. c #EE696A", -"E. c #EC5455", -"F. c #D02929", -"G. c #D8D9E0", -"H. c #A5A7BE", -"I. c #52639F", -"J. c #3D56A8", -"K. c #657ECB", -"L. c #8098E0", -"M. c #5C7CD9", -"N. c #4C69C3", -"O. c #B5A6B2", -"P. c #EDB5B5", -"Q. c #F4A7A8", -"R. c #F4A6A6", -"S. c #E59B9C", -"T. c #CCACAC", -"U. c #F5CDCD", -"V. c #F7C8C8", -"W. c #EED5D4", -"X. c #42538E", -"Y. c #475895", -"Z. c #D2A7A9", -"`. c #ED8788", -" + c #EE6465", -".+ c #ED5858", -"++ c #D03131", -"@+ c #F6F4F3", -"#+ c #556290", -"$+ c #41518A", -"%+ c #56638D", -"&+ c #636D94", -"*+ c #5871BF", -"=+ c #4F71D5", -"-+ c #466CDF", -";+ c #496ACF", -">+ c #7C84B1", -",+ c #DDBFC1", -"'+ c #F5BCBC", -")+ c #F6B8B8", -"!+ c #F5B7B7", -"~+ c #E6ACAC", -"{+ c #CDB6B6", -"]+ c #F6D9D9", -"^+ c #F7D3D3", -"/+ c #ECD6D6", -"(+ c #5164A4", -"_+ c #354FA6", -":+ c #9D92A9", -"<+ c #E8A4A4", -"[+ c #EB4A4A", -"}+ c #D13939", -"|+ c #8D91A2", -"1+ c #978084", -"2+ c #C18283", -"3+ c #CD8B8C", -"4+ c #8F87A5", -"5+ c #4F6AC0", -"6+ c #5979DA", -"7+ c #496CD7", -"8+ c #415EBA", -"9+ c #9C9BB7", -"0+ c #F1D1D1", -"a+ c #F8CECE", -"b+ c #F7CCCC", -"c+ c #E8BFBF", -"d+ c #D0C3C3", -"e+ c #F7E8E8", -"f+ c #EFE0E2", -"g+ c #B7B7CC", -"h+ c #3855AE", -"i+ c #3B5ABD", -"j+ c #5065AC", -"k+ c #C2ADB6", -"l+ c #F09696", -"m+ c #F07777", -"n+ c #ED5959", -"o+ c #D24545", -"p+ c #BE6566", -"q+ c #E45555", -"r+ c #E96061", -"s+ c #D0989C", -"t+ c #6A75AE", -"u+ c #4062CD", -"v+ c #4A6DD6", -"w+ c #4162C8", -"x+ c #5B6EAF", -"y+ c #E0D0D0", -"z+ c #F6DBDB", -"A+ c #F9DBDB", -"B+ c #ECD3D3", -"C+ c #DBD5D5", -"D+ c #ECE7EA", -"E+ c #8790B7", -"F+ c #495FA8", -"G+ c #3253B9", -"H+ c #395AC0", -"I+ c #3956B0", -"J+ c #7D83AC", -"K+ c #E9AEAE", -"L+ c #F18A8A", -"M+ c #EF7272", -"N+ c #EE6A6A", -"O+ c #D76060", -"P+ c #BA292A", -"Q+ c #E73B3B", -"R+ c #EB4849", -"S+ c #E97E7E", -"T+ c #BC9CA6", -"U+ c #425DB5", -"V+ c #4F6FD0", -"W+ c #597ADB", -"X+ c #5673C8", -"Y+ c #999DB9", -"Z+ c #E9DADB", -"`+ c #F7EBEC", -" @ c #E6E0E4", -".@ c #9FA6C1", -"+@ c #4D609E", -"@@ c #344D9E", -"#@ c #41569B", -"$@ c #6B7496", -"%@ c #747C9C", -"&@ c #3E56A4", -"*@ c #334992", -"=@ c #C1ACB3", -"-@ c #EFA8A8", -";@ c #F18F90", -">@ c #F2A4A5", -",@ c #CBA7B0", -"'@ c #D8D1D6", -")@ c #B42627", -"!@ c #DF3839", -"~@ c #E34445", -"{@ c #E56464", -"]@ c #DE9999", -"^@ c #747EAF", -"/@ c #5370C8", -"(@ c #6887DE", -"_@ c #617FD6", -":@ c #677ABA", -"<@ c #C3C0CB", -"[@ c #C8C9D7", -"}@ c #7280B0", -"|@ c #384F9D", -"1@ c #354C98", -"2@ c #646D8E", -"3@ c #9697A0", -"4@ c #C6BFBF", -"5@ c #CFC3C3", -"6@ c #9395A9", -"7@ c #626B8E", -"8@ c #BAA5AA", -"9@ c #E7A9A9", -"0@ c #EDA0A0", -"a@ c #E0BCC1", -"b@ c #475387", -"c@ c #8A92AC", -"d@ c #9C5252", -"e@ c #C17879", -"f@ c #C58485", -"g@ c #C68F8E", -"h@ c #CEA4A5", -"i@ c #BCB4BD", -"j@ c #6679B6", -"k@ c #5D7CD6", -"l@ c #5C7DDE", -"m@ c #4869CC", -"n@ c #4E68BB", -"o@ c #344FA9", -"p@ c #3A519F", -"q@ c #5F6A91", -"r@ c #99999E", -"s@ c #C7C1C1", -"t@ c #D0C1C2", -"u@ c #CCB1B1", -"v@ c #CBA9A9", -"w@ c #D0AFAF", -"x@ c #C7A4A4", -"y@ c #C78F8F", -"z@ c #C57B7B", -"A@ c #CD8787", -"B@ c #C1A9B2", -"C@ c #2C428D", -"D@ c #586697", -"E@ c #CFCFCF", -"F@ c #BC6D6D", -"G@ c #ED9C9D", -"H@ c #F2AAAA", -"I@ c #F3B4B4", -"J@ c #F3BDBD", -"K@ c #E6C9CA", -"L@ c #9094B4", -"M@ c #4766C4", -"N@ c #5272D5", -"O@ c #4368DA", -"P@ c #395ED0", -"Q@ c #475DA5", -"R@ c #787E94", -"S@ c #B8B5B6", -"T@ c #E1DADA", -"U@ c #F4E2E2", -"V@ c #F6D8D8", -"W@ c #F5C7C7", -"X@ c #F4B9B9", -"Y@ c #F1A8A8", -"Z@ c #EF9999", -"`@ c #EE8686", -" # c #ED7778", -".# c #ED8B8C", -"+# c #C3A7B4", -"@# c #3E56A2", -"## c #4F63A0", -"$# c #C1C0C1", -"%# c #BF6666", -"&# c #EE8787", -"*# c #F29090", -"=# c #F39C9C", -"-# c #F4A5A5", -";# c #F3B9B9", -"># c #DEC3C3", -",# c #566AAE", -"'# c #3D5FCB", -")# c #3F67DF", -"!# c #4468D7", -"~# c #5D71B0", -"{# c #BCBABF", -"]# c #D7C8C9", -"^# c #F6DFDF", -"/# c #F9DEDE", -"(# c #F8D3D3", -"_# c #F7BEBE", -":# c #F5ACAD", -"<# c #F39595", -"[# c #F18383", -"}# c #EF6C6D", -"|# c #ED5F5F", -"1# c #ED8787", -"2# c #A795AE", -"3# c #3652AD", -"4# c #3752AA", -"5# c #B2B1B0", -"6# c #BF5F60", -"7# c #ED7E7E", -"8# c #F18788", -"9# c #F29393", -"0# c #F4AAAB", -"a# c #EFBEBF", -"b# c #9A9AB7", -"c# c #4A6CD5", -"d# c #4066DB", -"e# c #4562BD", -"f# c #9DA3BC", -"g# c #DBC6C6", -"h# c #F6D2D2", -"i# c #F8D2D2", -"j# c #F8CFCF", -"k# c #F6BEBE", -"l# c #F4ACAC", -"m# c #EF6E6E", -"n# c #EE6A6B", -"o# c #EAA0A1", -"p# c #7D7EAC", -"q# c #3453B8", -"r# c #3150B0", -"s# c #A8A7A8", -"t# c #BE5757", -"u# c #ED7373", -"v# c #F07C7C", -"w# c #F29091", -"x# c #F39C9D", -"y# c #F4ACAD", -"z# c #DCC0C3", -"A# c #727DB0", -"B# c #3B5ECA", -"C# c #4368D9", -"D# c #5575D1", -"E# c #5B71B5", -"F# c #CFBFC2", -"G# c #F2C8C8", -"H# c #F7BFBF", -"I# c #F5ACAC", -"J# c #F39697", -"K# c #F18889", -"L# c #F18787", -"M# c #EF9E9E", -"N# c #A89AB6", -"O# c #435AAA", -"P# c #3856B6", -"Q# c #4258A1", -"R# c #AAAAAA", -"S# c #BD5050", -"T# c #EC6A6B", -"U# c #EF7373", -"V# c #F17F7F", -"W# c #F29394", -"X# c #F39E9E", -"Y# c #EEB9BA", -"Z# c #BCAEB9", -"`# c #4964B8", -" $ c #5172D5", -".$ c #5B7CDA", -"+$ c #4362C2", -"@$ c #9596B3", -"#$ c #E8C5C5", -"$$ c #F5B2B2", -"%$ c #F5ADAD", -"&$ c #F4AAAA", -"*$ c #F4A3A3", -"=$ c #F3A8A8", -"-$ c #E7B5B9", -";$ c #9E90AF", -">$ c #475BA2", -",$ c #3550A8", -"'$ c #516198", -")$ c #818596", -"!$ c #BC4748", -"~$ c #EB6060", -"{$ c #EE6869", -"]$ c #EF7374", -"^$ c #F29191", -"/$ c #F3A4A5", -"($ c #EAC0C0", -"_$ c #838DB5", -":$ c #4F6BC2", -"<$ c #5979D7", -"[$ c #4468D4", -"}$ c #536AB7", -"|$ c #B6A9B8", -"1$ c #F0A9AA", -"2$ c #F39B9C", -"3$ c #F3A4A4", -"4$ c #F4B6B6", -"5$ c #E5C4C9", -"6$ c #B1A9BF", -"7$ c #4B5D9D", -"8$ c #334A98", -"9$ c #485894", -"0$ c #77748A", -"a$ c #AF9293", -"b$ c #C6BABA", -"c$ c #BC4242", -"d$ c #EA5859", -"e$ c #EE6061", -"f$ c #EF6B6B", -"g$ c #F07F7F", -"h$ c #F29696", -"i$ c #F2AFB0", -"j$ c #C2B6C1", -"k$ c #5B70B4", -"l$ c #496AD2", -"m$ c #6483DE", -"n$ c #5874C9", -"o$ c #7781B1", -"p$ c #E4B2B2", -"q$ c #F1A6A7", -"r$ c #F2C1C1", -"s$ c #CDB9C4", -"t$ c #6973A5", -"u$ c #40559B", -"v$ c #384E95", -"w$ c #61688B", -"x$ c #A0868D", -"y$ c #C98283", -"z$ c #D06262", -"A$ c #BB3A3B", -"B$ c #E94E4F", -"C$ c #EC5656", -"D$ c #EE6060", -"E$ c #F29495", -"F$ c #EAB8B8", -"G$ c #A09BB4", -"H$ c #526EC4", -"I$ c #6180DB", -"J$ c #5D7EDE", -"K$ c #526FC6", -"L$ c #9395B8", -"M$ c #B3AAC0", -"N$ c #6F7BAB", -"O$ c #3C5196", -"P$ c #415495", -"Q$ c #5D668E", -"R$ c #A48C8E", -"S$ c #CC8E8F", -"T$ c #E56868", -"U$ c #E94848", -"V$ c #D02E2E", -"W$ c #BB3535", -"X$ c #E84748", -"Y$ c #EC4E4F", -"Z$ c #ED6061", -"`$ c #F18888", -" % c #DAB9BB", -".% c #6477B6", -"+% c #5776D3", -"@% c #6585E4", -"#% c #5F7EDA", -"$% c #4C69C1", -"%% c #556BB3", -"&% c #3B529F", -"*% c #4E5C8E", -"=% c #8B8491", -"-% c #BC9495", -";% c #DE8283", -">% c #E96B6B", -",% c #EB4C4D", -"'% c #D02B2C", -")% c #BA2E2F", -"!% c #E83F40", -"~% c #EB4646", -"{% c #F18D8E", -"]% c #EEAFAF", -"^% c #9F9FBA", -"/% c #5672C7", -"(% c #5E7DD7", -"_% c #5A7BDA", -":% c #546EBF", -"<% c #5D6BA0", -"[% c #8D7F89", -"}% c #BB8E8E", -"|% c #E07A7A", -"1% c #E95F5F", -"2% c #EB4D4D", -"3% c #EB4546", -"4% c #E93C3C", -"5% c #CF2B2C", -"6% c #BA2A2B", -"7% c #E7393A", -"8% c #EB4848", -"9% c #EC4F4F", -"0% c #ED5859", -"a% c #EF6B6C", -"b% c #EF7575", -"c% c #F18E8E", -"d% c #F1B7B8", -"e% c #A3A5C2", -"f% c #556FC0", -"g% c #5876CF", -"h% c #586FB6", -"i% c #7A7A91", -"j% c #A68589", -"k% c #D47A7A", -"l% c #E45F60", -"m% c #E94546", -"n% c #EA3E3F", -"o% c #E9393A", -"p% c #D52F30", -"q% c #D83536", -"r% c #D93C3D", -"s% c #DA4243", -"t% c #DA4B4C", -"u% c #DB5252", -"v% c #DE6364", -"w% c #E48485", -"x% c #E6B5B7", -"y% c #B7AEC1", -"z% c #41579E", -"A% c #455CA4", -"B% c #6F7693", -"C% c #96898E", -"D% c #C58181", -"E% c #D45B5C", -"F% c #D83A3A", -"G% c #D83030", -"H% c #D82E2E", -"I% c #D82D2E", -"J% c #D72D2E", -"K% c #C02828", -"L% c #E8D6D7", -"M% c #8488A9", -"N% c #425492", -"O% c #4F5D8B", -"P% c #7B8091", -"Q% c #A6A4A5", -"R% c #848CA8", -"S% c #475481", -"T% c #6F7589", -"U% c #A4A3A4", -"V% c #BCBEC5", -"W% c #94959D", -" ", -" . + ", -" @ # $ % ", -" & * = * = = - ; > , ' ) ! ~ { ] ^ / ( _ _ _ : < ", -" [ } | 1 1 1 2 3 4 5 6 7 8 9 0 a b c d e f g h h i j ", -" k l m n n o p q r s t u v w x y z A B m C D E E E F ", -" G H n I J K L M N O P Q R S T U V W X Y Z C ` .E F ", -" G ..+.@.#.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.E F ", -" :.<.[.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f.^.g.C h.i. ", -" j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.A.B.C.D.E.^./.C F. ", -" G.H.I.J.K.L.M.N.O.P.Q.R.R.S.T.U.V.W.X.Y.Z.`. +.+^.Z ++ ", -" @+#+$+%+&+*+=+-+;+>+,+'+)+!+~+{+]+^+/+(+_+:+<+f +E.[+}+ ", -" |+1+2+3+4+5+6+7+8+9+0+a+b+c+d+e+f+g+h+i+j+k+l+m+ +n+o+ ", -" p+q+r+s+t+u+v+w+x+y+z+A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+ ", -" P+Q+R+S+T+U+V+W+X+Y+Z+`+ @.@+@@@#@$@%@&@*@=@-@;@>@,@'@ ", -" )@!@~@{@]@^@/@(@_@:@<@[@}@|@1@2@3@4@5@6@7@8@9@0@a@b@c@ ", -" d@e@f@g@h@i@j@k@l@m@n@o@p@q@r@s@t@u@v@w@x@y@z@A@B@C@D@E@ ", -" F@G@H@I@J@K@L@M@N@O@P@Q@R@S@T@U@V@W@X@Y@Z@`@ #.#+#@###$# ", -" %#&#*#=#-#;#>#,#'#)#!#~#{#]#^#/#(#_#:#<#[#}#|#1#2#3#4#5# ", -" 6#7#8#9#=#0#a#b#8+c#d#e#f#g#h#i#j#k#l#<#[#m#n#o#p#q#r#s# ", -" t#u#v#8#w#x#y#z#A#B#C#D#E#F#G#H#_#y.I#J#K#L#M#N#O#P#Q#R# ", -" S#T#U#V#8#W#X#Y#Z#`# $.$+$@$#$$$%$%$&$*$=$-$;$>$,$'$)$ ", -" !$~${$]$v#8#^$/$($_$:$<$[$}$|$1$2$3$4$5$6$7$8$9$0$a$b$ ", -" c$d$e$f$]$g$8#h$i$j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z$ ", -" A$B$C$D${$]$v#8#E$F$G$H$I$J$K$L$M$N$O$P$Q$R$S$T$U$V$ ", -" W$X$Y$.+Z$f$U#g$`$'. %.%+%@%#%$%%%&%*%=%-%;%>%,%/.'% ", -" )%!%~%Y$C$D${$]$v#{%]%^%/%(%_%:%<%[%}%|%1%2%^.3%4%5% ", -" 6%7%Z 8%9%0%Z$a%b%c%d%e%f%g%h%i%j%k%l%m%n%/././.o%5% ", -" p%q%r%s%t%u%v%w%x%y%z%A%B%C%D%E%F%G%H%H%H%H%I%J%K% ", -" L%M%N%O%P%Q% ", -" R%S%T%U% ", -" V%W% "}; diff -Nru wxwidgets3.0-3.0.0/debian/icons/pycrust.xpm wxwidgets3.0-3.0.0/debian/icons/pycrust.xpm --- wxwidgets3.0-3.0.0/debian/icons/pycrust.xpm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/icons/pycrust.xpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,145 +0,0 @@ -/* XPM */ -static char * pycrust_xpm[] = { -"32 32 110 2", -" c None", -". c #000000", -"+ c #4A2F00", -"@ c #B0A07F", -"# c #FFE0B0", -"$ c #E0D0A0", -"% c #D0B88F", -"& c #BFA880", -"* c #C0AF80", -"= c #AF781F", -"- c #AF7700", -"; c #C08700", -"> c #C0B08F", -", c #BFA07F", -"' c #C08000", -") c #CF8700", -"! c #CF8800", -"~ c #FFE0AF", -"{ c #D08F00", -"] c #E0C89F", -"^ c #AF906F", -"/ c #AF9060", -"( c #F0D8B0", -"_ c #B0A780", -": c #6F4700", -"< c #A08F60", -"[ c #C0A880", -"} c #B0986F", -"| c #EFD7AF", -"1 c #DFC090", -"2 c #706040", -"3 c #AF7000", -"4 c #E0CFA0", -"5 c #AC6C09", -"6 c #F0E0BF", -"7 c #BFA070", -"8 c #BF7F00", -"9 c #906700", -"0 c #A06F00", -"a c #504020", -"b c #A06A05", -"c c #907F50", -"d c #B46D0C", -"e c #B07800", -"f c #9F6700", -"g c #EFCFA0", -"h c #B09F70", -"i c #7F1830", -"j c #90173F", -"k c #CF7810", -"l c #BF6810", -"m c #FFDFAF", -"n c #8F004F", -"o c #8F0040", -"p c #8F103F", -"q c #8F0F40", -"r c #F0D8A0", -"s c #FFE0BF", -"t c #6F481F", -"u c #EFD0A0", -"v c #800040", -"w c #6F5020", -"x c #F0D7A0", -"y c #6F4F1F", -"z c #F0D0A0", -"A c #F0D8AF", -"B c #EFCF9F", -"C c #70582F", -"D c #6F4F10", -"E c #70402F", -"F c #7F3F2F", -"G c #7F1F3F", -"H c #7F183F", -"I c #801040", -"J c #800F40", -"K c #800840", -"L c #7F6850", -"M c #EFD09F", -"N c #C0A870", -"O c #E0D0AF", -"P c #DFC8A0", -"Q c #E0D0B0", -"R c #E0C8A0", -"S c #DFBF8F", -"T c #C0B78F", -"U c #6F4810", -"V c #6F381F", -"W c #802F20", -"X c #7F2F20", -"Y c #80103F", -"Z c #9F7730", -"` c #DFCFAF", -" . c #E0D7B0", -".. c #DFBF90", -"+. c #F0DFB0", -"@. c #D0C7A0", -"#. c #705F2F", -"$. c #F0D7AF", -"%. c #FFD8A0", -"&. c #F0D79F", -"*. c #F0CF9F", -"=. c #7F6840", -"-. c #FFDFB0", -";. c #AF986F", -">. c #D0C7B0", -",. c #7F6730", -"'. c #806F4F", -"). c #B0A77F", -"!. c #A09880", -"~. c #7F705F", -" ", -" ", -" ", -" ", -" . + + . ", -" . @ # $ % + ", -" + + + . & # $ * + ", -" + . = - ; + . > # $ , + ", -" . . ' = ' ) ! ) + . # ~ * . ", -" . . ' ' { ' ' { { ) { . ] # $ ^ . ", -" . . ' ' ' { { { { { { ! { + / # ( * . ", -" . . ' ' { { { { { { { { { { { { . _ # * . ", -" . : ' ' { { { { { { { { { { { { { ) + < # $ [ . ", -" . . = { { { { { { { { { { { { { { { ) ) { + # $ } . ", -" . . + { { ; ! { { { { { { { { { { { { { ) ) { + | | 1 . ", -" . . + 2 3 { { { { { { { { { { { ) ) { ) { ) ) { { + 4 ( * . ", -". . . . . . + + + 5 3 { { { { { { { { { { { { { { { { . 4 6 7 . ", -". 3 8 3 8 3 8 3 9 0 5 5 + . . + . + a b 5 b b 8 8 ) ) ' + + a c ", -". 9 9 9 9 d 9 d d 9 5 5 5 9 d 9 9 5 5 5 5 e f b b b + a 4 g h + ", -"i j . + . . + . + k l b k d d b d d 9 d 9 5 9 5 5 5 + | | m 6 + ", -"+ n n n n n n n o p q + + . . . . b b d b d d d 9 d + r m ~ s + ", -"+ n n n n n n n n n n n n n n n n n n + + . . . . . t # m m u + ", -"v n n n n n n n n n n n n n n n n n n n n n n n n n w x r m $ + ", -"+ n n n n n n n n n n n n n n n n n n n n n n n n n y z m A $ + ", -"+ n n n n n n n n n n n n n n n n n n n n n n n n n w z ~ B $ C ", -": . . . D . . + + + E F G H I J K n n n n n n n n n L A ~ M * + ", -"+ N 4 O P Q R S T * 2 + . . U + . . : V W X i J Y n Z ~ ~ x * + ", -"+ $ $ ~ ~ ~ ~ ~ A x g ` . ...+.` @.+ + + . . #.. . . u $.$ * + ", -"+ z $ # $ $ ~ m %.x ~ m m m m &.%.x # %.m r *.z z *.B x x $ * + ", -"+ + + + + + =.+ @ > ] $ $ $ ~ $ -.r r %.A m ~ ~ ~ ~ ~ A $ $ ;.+ ", -" >.,.+ + + + + ,.+ + + + + + + + '.$ $ $ $ ).+ ", -" !.~.+ + + + ,. "}; diff -Nru wxwidgets3.0-3.0.0/debian/icons/pyshell.uuencoded wxwidgets3.0-3.0.0/debian/icons/pyshell.uuencoded --- wxwidgets3.0-3.0.0/debian/icons/pyshell.uuencoded 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/icons/pyshell.uuencoded 1970-01-01 00:00:00.000000000 +0000 @@ -1,92 +0,0 @@ -begin-base64 644 pyshell.uuencode -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 -==== diff -Nru wxwidgets3.0-3.0.0/debian/icons/pyshell.xpm wxwidgets3.0-3.0.0/debian/icons/pyshell.xpm --- wxwidgets3.0-3.0.0/debian/icons/pyshell.xpm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/icons/pyshell.xpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,439 +0,0 @@ -/* XPM */ -static char * pyshell_xpm[] = { -"32 32 404 2", -" c None", -". c #292900", -"+ c #2F2F00", -"@ c #393900", -"# c #2C2C00", -"$ c #636300", -"% c #6C6C00", -"& c #464600", -"* c #5A5A00", -"= c #6F6F00", -"- c #727200", -"; c #454500", -"> c #323200", -", c #868600", -"' c #7A7A00", -") c #555500", -"! c #858500", -"~ c #878700", -"{ c #676700", -"] c #6A6A00", -"^ c #828200", -"/ c #D9D91A", -"( c #B5B539", -"_ c #7D7D06", -": c #E2E205", -"< c #B6B635", -"[ c #676725", -"} c #424200", -"| c #84875D", -"1 c #8F9365", -"2 c #969A69", -"3 c #959969", -"4 c #8D9163", -"5 c #767953", -"6 c #A2A201", -"7 c #8C8D6C", -"8 c #3031CC", -"9 c #6D6D26", -"0 c #C8C81F", -"a c #3838C1", -"b c #262694", -"c c #646400", -"d c #B8BC82", -"e c #CDD290", -"f c #DBE19B", -"g c #E4E9A0", -"h c #E9EFA4", -"i c #E2E89F", -"j c #BBBF84", -"k c #838300", -"l c #9B9C57", -"m c #3636AC", -"n c #6C6C1C", -"o c #D4D416", -"p c #4C4DA2", -"q c #262778", -"r c #484800", -"s c #A0A471", -"t c #D9DE99", -"u c #EBF1A6", -"v c #EDF3A7", -"w c #C6CB8C", -"x c #434300", -"y c #82820C", -"z c #5D5D1B", -"A c #5B5B03", -"B c #8F8F02", -"C c #74741A", -"D c #585811", -"E c #7D7D00", -"F c #5C5C00", -"G c #6E714E", -"H c #C9CD8D", -"I c #E5EBA1", -"J c #3A3A00", -"K c #505000", -"L c #707000", -"M c #757500", -"N c #787800", -"O c #7E7E00", -"P c #808000", -"Q c #3F4400", -"R c #4F5100", -"S c #4B4B00", -"T c #404000", -"U c #515329", -"V c #B7BC7F", -"W c #ECF2A6", -"X c #7C8400", -"Y c #619F00", -"Z c #24AA00", -"` c #448000", -" . c #7A7B00", -".. c #6D6D08", -"+. c #717328", -"@. c #BABF7F", -"#. c #E8EEA3", -"$. c #606000", -"%. c #7F7F00", -"&. c #728E00", -"*. c #51AF00", -"=. c #0EF100", -"-. c #00FF00", -";. c #04D500", -">. c #557200", -",. c #6A6A18", -"'. c #AEB271", -"). c #ECF1A6", -"!. c #656500", -"~. c #7F8100", -"{. c #7E8200", -"]. c #57A900", -"^. c #26D900", -"/. c #12EC00", -"(. c #02FC00", -"_. c #00FB00", -":. c #378000", -"<. c #7E7F00", -"[. c #787801", -"}. c #73752E", -"|. c #DDE39C", -"1. c #3F5700", -"2. c #727A00", -"3. c #5B5D00", -"4. c #7A7C00", -"5. c #777800", -"6. c #586000", -"7. c #7B8000", -"8. c #748B00", -"9. c #3AC500", -"0. c #2CD300", -"a. c #0CF000", -"b. c #00E400", -"c. c #02A400", -"d. c #03D600", -"e. c #00EE00", -"f. c #368E00", -"g. c #7A8400", -"h. c #6B6C07", -"i. c #B3B879", -"j. c #197D00", -"k. c #54A400", -"l. c #5AA100", -"m. c #5FA000", -"n. c #669900", -"o. c #3FBC00", -"p. c #4AB500", -"q. c #37C800", -"r. c #05FA00", -"s. c #02FB00", -"t. c #00C800", -"u. c #016E00", -"v. c #049F00", -"w. c #01EF00", -"x. c #00FA00", -"y. c #01CD00", -"z. c #13D400", -"A. c #53AC00", -"B. c #727201", -"C. c #9DA164", -"D. c #E8EEA4", -"E. c #BEC386", -"F. c #017100", -"G. c #06D700", -"H. c #06F900", -"I. c #08F700", -"J. c #0BF400", -"K. c #02FD00", -"L. c #01FE00", -"M. c #00E200", -"N. c #009E00", -"O. c #015900", -"P. c #02AE00", -"Q. c #00FD00", -"R. c #05CD00", -"S. c #12CE00", -"T. c #0BF300", -"U. c #11EE00", -"V. c #738D00", -"W. c #747400", -"X. c #989B5D", -"Y. c #EAEFA4", -"Z. c #EAF0A5", -"`. c #CAD08E", -" + c #B2B67E", -".+ c #A7AC76", -"++ c #A2A773", -"@+ c #028700", -"#+ c #01E600", -"$+ c #00FE00", -"%+ c #00BF00", -"&+ c #007000", -"*+ c #006100", -"=+ c #00CA00", -"-+ c #00F700", -";+ c #00FC00", -">+ c #12D70D", -",+ c #2E9D1B", -"'+ c #1CD402", -")+ c #13EC00", -"!+ c #04FB00", -"~+ c #60A000", -"{+ c #6F6F03", -"]+ c #A5A96C", -"^+ c #E4EAA1", -"/+ c #B4B97F", -"(+ c #B6BA80", -"_+ c #D1D794", -":+ c #C4C88A", -"<+ c #098E00", -"[+ c #308A00", -"}+ c #3E6C00", -"|+ c #3D3D00", -"1+ c #009800", -"2+ c #00E500", -"3+ c #09BA06", -"4+ c #76A553", -"5+ c #76B250", -"6+ c #14D905", -"7+ c #12ED00", -"8+ c #728D00", -"9+ c #6A6A15", -"0+ c #CBD08D", -"a+ c #A8AC76", -"b+ c #C7CC8C", -"c+ c #B60200", -"d+ c #9C0900", -"e+ c #285600", -"f+ c #02B400", -"g+ c #00F500", -"h+ c #00C400", -"i+ c #245D1A", -"j+ c #959E69", -"k+ c #419E24", -"l+ c #2DC701", -"m+ c #19E600", -"n+ c #48B800", -"o+ c #757502", -"p+ c #7F823F", -"q+ c #E5EBA2", -"r+ c #B1B67D", -"s+ c #CBCF8F", -"t+ c #513900", -"u+ c #A31E00", -"v+ c #795F00", -"w+ c #1AB600", -"x+ c #01F400", -"y+ c #00D900", -"z+ c #009200", -"A+ c #328318", -"B+ c #0AE600", -"C+ c #4CB400", -"D+ c #707122", -"E+ c #C2C784", -"F+ c #D1D693", -"G+ c #B2B67D", -"H+ c #C5CA8B", -"I+ c #BF0400", -"J+ c #902E00", -"K+ c #18D000", -"L+ c #01FB00", -"M+ c #00E100", -"N+ c #00A900", -"O+ c #006800", -"P+ c #04B800", -"Q+ c #16D601", -"R+ c #24DB00", -"S+ c #46BA00", -"T+ c #7A8600", -"U+ c #6C6C06", -"V+ c #A0A466", -"W+ c #C8CD8D", -"X+ c #AFB37B", -"Y+ c #CC0000", -"Z+ c #007C00", -"`+ c #146900", -" @ c #209E00", -".@ c #0BE300", -"+@ c #1DE200", -"@@ c #609F00", -"#@ c #6E6E0C", -"$@ c #8D9052", -"%@ c #ACB079", -"&@ c #DDE29C", -"*@ c #C6CA8B", -"=@ c #999D6C", -"-@ c #00AE00", -";@ c #09DA00", -">@ c #25D700", -",@ c #2BD400", -"'@ c #34CB00", -")@ c #669A00", -"!@ c #6E6F04", -"~@ c #8B8E4F", -"{@ c #D7DD96", -"]@ c #EBF1A5", -"^@ c #AAAE78", -"/@ c #B5BA80", -"(@ c #ABB079", -"_@ c #18AC00", -":@ c #19E300", -"<@ c #0CF300", -"[@ c #4CB300", -"}@ c #5D5E03", -"|@ c #676936", -"1@ c #D7DD98", -"2@ c #E7EDA3", -"3@ c #ABAF78", -"4@ c #B2B77E", -"5@ c #B0B57C", -"6@ c #0DAE00", -"7@ c #1EDA00", -"8@ c #21DE00", -"9@ c #5E5E00", -"0@ c #363602", -"a@ c #5D5E16", -"b@ c #797B43", -"c@ c #A5A970", -"d@ c #E0E69E", -"e@ c #BABF83", -"f@ c #A5A974", -"g@ c #066000", -"h@ c #02F400", -"i@ c #1FE000", -"j@ c #7D8300", -"k@ c #616100", -"l@ c #494900", -"m@ c #7C7C00", -"n@ c #666601", -"o@ c #606120", -"p@ c #8B8E53", -"q@ c #C7CC89", -"r@ c #E1E79F", -"s@ c #A9AE77", -"t@ c #D9DE98", -"u@ c #9DA26F", -"v@ c #07F700", -"w@ c #23DC00", -"x@ c #717100", -"y@ c #777700", -"z@ c #6D6D05", -"A@ c #676922", -"B@ c #898C58", -"C@ c #9FA26F", -"D@ c #D7DC97", -"E@ c #C1C588", -"F@ c #148900", -"G@ c #33CD00", -"H@ c #27D800", -"I@ c #16EA00", -"J@ c #6C9400", -"K@ c #6E9200", -"L@ c #709000", -"M@ c #636301", -"N@ c #4A4319", -"O@ c #544E32", -"P@ c #A3A773", -"Q@ c #058A00", -"R@ c #06F500", -"S@ c #03FC00", -"T@ c #30CF00", -"U@ c #5DA300", -"V@ c #5CA400", -"W@ c #46B900", -"X@ c #1FD800", -"Y@ c #24D300", -"Z@ c #50AF00", -"`@ c #6B9400", -" # c #778800", -".# c #768A00", -"+# c #6C7800", -"@# c #3C3C00", -"## c #676A49", -"$# c #E3E9A0", -"%# c #03D100", -"&# c #17E500", -"*# c #2AD600", -"=# c #14EB00", -"-# c #02ED00", -";# c #009D00", -"># c #018D00", -",# c #04DD00", -"'# c #10E700", -")# c #3CC200", -"!# c #1CDC00", -"~# c #18BC00", -"{# c #1A6800", -"]# c #0A7F00", -"^# c #1CBB00", -"/# c #11EC00", -"(# c #32CE00", -"_# c #04E800", -":# c #01A000", -"<# c #008200", -"[# c #208F00", -"}# c #03A900", -"|# c #96996A", -"1# c #DBE19A", -"2# c #009700", -"3# c #00C300", -"4# c #04D200", -"5# c #24A400", -"6# c #067200", -"7# c #A1A571", -" ", -" . + @ # ", -" . $ % & * = - ; ", -" > , ' ) ! ~ { ] ", -" ^ / ( _ : < [ % } | 1 2 3 4 5 ", -" 6 7 8 9 0 a b c ; 4 d e f g h h i j ", -" k l m n o p q = r s t u v v v v v v v w ", -" x y z A B C D E F G H I v v v v v v v v v w ", -" J K L M N E M M O P E Q R S T U V W v v v v v v v v v v w ", -" * - O P P P P P P P X Y Z ` .N ..+.@.#.v v v v v v v v v w ", -" $.O P P %.P P P P X &.*.=.-.;.>.%.P O ,.'.).v v v v v v v v w ", -"T - !.E ' c O P ~.{.].^./.(.-._.:.<.P P [.}.|.v v v v v v v v w ", -"1.2.3.4.5.6.7.8.9.0.a.b.c.d.-.e.f.g.P P P h.i.v v v v v v v v w ", -"j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.A.P P P B.C.u v v v v v v D.E.", -"F.G.H.I.J.K.K.L.M.N.O.P._.Q.R.S.T.U.V.P P W.X.Y.v v v Z.`. +.+++", -" @+#+$+-.-.e.%+&+*+=+-+;+>+,+'+)+!+~+P P {+]+W v v ^+/+(+_+I :+", -" <+[+}+|+ 1+2+$+x.3+4+5+6+!+7+8+P %.9+0+v v ^+a+b+W v v w ", -" c+d+e+f+g+-.g+h+i+j+k+l+m+n+P P o+p+q+v D.r+s+u v v v w ", -" t+u+v+w+x+$+g+y+z+ A+B+J.C+X P O D+E+v v F+G+v v v v v H+", -" I+J+K+L+g+M+N+ O+P+Q+R+S+T+P %.U+V+I v v E.W+v v v v ^+X+", -" Y+Y+ Z+ `+ @.@!++@@@X P P #@$@#.v v v %@&@v v v v *@=@", -" -@;@>@,@'@)@{.P %.!@~@{@v v v ]@^@i v v v v /@(@", -" _@:@<@U.[@T+P P O }@|@1@W v v v 2@3@^+v v v v 4@5@", -" 6@7@R+8@p.T+P P O 9@0@a@b@c@d@W v 2@3@^+v v v v e@f@", -" g@h@-.-.i@j@P P P k@l@N P m@n@o@p@q@r@s@r@v v v v t@u@", -" @+v@J.!+w@~.P P P x@y@P P P P ' z@A@B@C@D@v v v v u E@", -" F@G@q.H@I@J@~.P {.K@L@~.P P P P P M@N@O@P@v v v v v w ", -" Q@R@r.H.S@T@U@V@W@X@Y@Z@`@ #.#8.+#@# ##$#v v v v w ", -" %#&#*#=#S@)+v@-#;#>#,#'#)#!#~#{# 3 &@v v v w ", -" ]#^#/#H.I.(#_#:# <#v.[#}# |#1#W v w ", -" 2#3#4#5#6# 7#W+5@", -" "}; diff -Nru wxwidgets3.0-3.0.0/debian/icons/xrced.xpm wxwidgets3.0-3.0.0/debian/icons/xrced.xpm --- wxwidgets3.0-3.0.0/debian/icons/xrced.xpm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/icons/xrced.xpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,311 +0,0 @@ -/* XPM */ -static char * xrced_xpm[] = { -"32 32 276 2", -" c None", -". c #A8A9AB", -"+ c #B1B3B4", -"@ c #C8CACB", -"# c #CDCED0", -"$ c #B1B2B4", -"% c #C0C2C3", -"& c #C3C4C6", -"* c #CECFD0", -"= c #D6D7D8", -"- c #E2E3E4", -"; c #E3E4E5", -"> c #D9DADB", -", c #D7D9D9", -"' c #BFC2C3", -") c #A7A9AA", -"! c #C9C9CA", -"~ c #D0CFCF", -"{ c #D5D3D4", -"] c #DBDCDD", -"^ c #DADBDC", -"/ c #DDDEDF", -"( c #C1C2C3", -"_ c #BABBBC", -": c #B0B1B2", -"< c #969798", -"[ c #B6B9BA", -"} c #BDC0C2", -"| c #D1D2D3", -"1 c #DDDADA", -"2 c #BA8F88", -"3 c #A6766F", -"4 c #CAC8C7", -"5 c #B1B2B3", -"6 c #B6B7B8", -"7 c #828485", -"8 c #9CA0A1", -"9 c #A3A6A7", -"0 c #A4A9AA", -"a c #969B9C", -"b c #A9ADB0", -"c c #AAAEB1", -"d c #BBBCBD", -"e c #CBCCCE", -"f c #B7B8BA", -"g c #C8CACC", -"h c #D1CFD0", -"i c #985F58", -"j c #7A2C23", -"k c #938A89", -"l c #8B8E8F", -"m c #777A7C", -"n c #93999B", -"o c #A3AAAC", -"p c #A0A6A9", -"q c #979DA1", -"r c #93989C", -"s c #94999D", -"t c #909397", -"u c #C6C7C9", -"v c #E2E3E5", -"w c #E5E6E7", -"x c #AAAEB2", -"y c #B1B4B5", -"z c #AFB0B2", -"A c #AEB1B3", -"B c #B7BBBD", -"C c #7D7677", -"D c #858082", -"E c #86888B", -"F c #969B9F", -"G c #8E9498", -"H c #7F8387", -"I c #676367", -"J c #685E62", -"K c #C7CACB", -"L c #D4D7D9", -"M c #D9DBDD", -"N c #BCC3CB", -"O c #828F9D", -"P c #697F94", -"Q c #AAB0B6", -"R c #D7D8D9", -"S c #C8C9CA", -"T c #B3B5B6", -"U c #A2A7AB", -"V c #979B9F", -"W c #8B9094", -"X c #878B8F", -"Y c #271414", -"Z c #492B2B", -"` c #888C8E", -" . c #C1C5C7", -".. c #C1C6C8", -"+. c #BCC0C2", -"@. c #7D8996", -"#. c #47607A", -"$. c #748391", -"%. c #B1B4B6", -"&. c #C0C1C2", -"*. c #B3B4B5", -"=. c #C7C8C9", -"-. c #DFE0E1", -";. c #CCCDCE", -">. c #2C1515", -",. c #513131", -"'. c #919598", -"). c #9B9FA2", -"!. c #ABAFB3", -"~. c #8E9599", -"{. c #A6ACAF", -"]. c #9A9C9D", -"^. c #858586", -"/. c #898A8B", -"(. c #B7B8B9", -"_. c #E1E2E3", -":. c #D9DADA", -"<. c #3B1D1D", -"[. c #4F2F2F", -"}. c #6C5A5D", -"|. c #786D6F", -"1. c #909093", -"2. c #A3A8AB", -"3. c #A6ACAE", -"4. c #ABB0B2", -"5. c #B6BBBC", -"6. c #C9CCCE", -"7. c #D3D6D7", -"8. c #B7B9BB", -"9. c #231010", -"0. c #432323", -"a. c #4B2F2F", -"b. c #5B3737", -"c. c #512929", -"d. c #3C1D1D", -"e. c #3E3134", -"f. c #898E92", -"g. c #959A9E", -"h. c #9BA0A3", -"i. c #AAAFB2", -"j. c #B8BCBF", -"k. c #989C9E", -"l. c #2B1313", -"m. c #502D2D", -"n. c #5C3838", -"o. c #482323", -"p. c #341717", -"q. c #8C9093", -"r. c #1B0C0C", -"s. c #3E1E1E", -"t. c #583636", -"u. c #563232", -"v. c #432020", -"w. c #2F1515", -"x. c #2C1313", -"y. c #522C2C", -"z. c #573939", -"A. c #5B3D3D", -"B. c #5A3333", -"C. c #411E1E", -"D. c #2E1414", -"E. c #1E0D0D", -"F. c #3E1D1D", -"G. c #643D3D", -"H. c #634040", -"I. c #5C3131", -"J. c #3F1D1D", -"K. c #2A1212", -"L. c #2F1414", -"M. c #502525", -"N. c #592A2A", -"O. c #4A2121", -"P. c #291212", -"Q. c #241010", -"R. c #421D1D", -"S. c #542525", -"T. c #401C1C", -"U. c #220F0F", -"V. c #341616", -"W. c #4F2323", -"X. c #3C1A1A", -"Y. c #210E0E", -"Z. c #321616", -"`. c #4C2121", -" + c #3F1B1B", -".+ c #1D0D0D", -"++ c #482020", -"@+ c #2E1313", -"#+ c #461E1E", -"$+ c #3E1B1B", -"%+ c #1F0D0D", -"&+ c #451E1E", -"*+ c #AAACAE", -"=+ c #BABCBD", -"-+ c #514545", -";+ c #301515", -">+ c #461F1F", -",+ c #302020", -"'+ c #CFCFCF", -")+ c #D4D4D5", -"!+ c #CECECF", -"~+ c #D0D0D0", -"{+ c #C3C3C3", -"]+ c #726969", -"^+ c #311616", -"/+ c #403636", -"(+ c #929292", -"_+ c #BBBBBB", -":+ c #D1D1D1", -"<+ c #DCDCDC", -"[+ c #D8D8D8", -"}+ c #CBCBCB", -"|+ c #E9E9E9", -"1+ c #F0F0F0", -"2+ c #E8E8E8", -"3+ c #807777", -"4+ c #311717", -"5+ c #471F1F", -"6+ c #3E3434", -"7+ c #898989", -"8+ c #BCBCBC", -"9+ c #DBDBDB", -"0+ c #C0C0C0", -"a+ c #AAAAAA", -"b+ c #B6B6B6", -"c+ c #B1B1B1", -"d+ c #969696", -"e+ c #7E7676", -"f+ c #2E1515", -"g+ c #3D1B1B", -"h+ c #463A3A", -"i+ c #A2A2A2", -"j+ c #EFEFEF", -"k+ c #EAEAEA", -"l+ c #E3E3E3", -"m+ c #B9B9B9", -"n+ c #EDEDED", -"o+ c #7C7676", -"p+ c #472020", -"q+ c #3A1A1A", -"r+ c #4E4242", -"s+ c #ECECEC", -"t+ c #DADADA", -"u+ c #E4E4E4", -"v+ c #EBEBEB", -"w+ c #A9A7A7", -"x+ c #716666", -"y+ c #7B6464", -"z+ c #6B5656", -"A+ c #8A8282", -"B+ c #D7D7D7", -"C+ c #E6E5E5", -"D+ c #E0DEDE", -"E+ c #E2E2E2", -"F+ c #C8C8C8", -"G+ c #CDCDCD", -"H+ c #DFDFDF", -"I+ c #E7E7E7", -"J+ c #9D9D9D", -"K+ c #A6A6A6", -"L+ c #AEAEAE", -"M+ c #ABABAB", -"N+ c #C6C6C6", -"O+ c #D2D2D2", -"P+ c #D6D6D6", -"Q+ c #DEDEDE", -"R+ c #EEEEEE", -"S+ c #B4B4B4", -"T+ c #979797", -"U+ c #9E9E9E", -"V+ c #A1A1A1", -"W+ c #A8A8A8", -"X+ c #BFBFBF", -"Y+ c #D5D5D5", -"Z+ c #E5E5E5", -"`+ c #C9C9C9", -" . + @ # ", -" $ % & * = - ; > , ' ", -" ) ! ~ { ] ^ / = ( _ : < [ } ", -" | 1 2 3 4 5 6 7 8 9 0 a b c d ] e f ", -" g h i j k l m n o p q r s t u v w ; ^ x y z ", -" A B C D E F G H I J K L M N O P Q R R S T ", -" U V W X Y Z ` ...+.@.#.$.%.&.*.=.-.R ;.", -" >.,. '.).!.p ~.{.].^./.(._.; :.", -" <.[. }.|.1.2.3.4.5.6.7.8.", -" 9.0.a. b.c.d.e. f.g.h.i.j.k.", -" l.m. n.o.p. q. ", -" r.s.t. u.v.w. ", -" x.y.z. A.B.C.D. ", -" E.F.G.H.I.J.K. ", -" L.M.N.O.P. ", -" Q.R.S.T.U. ", -" E.V.W.X.U. ", -" Y.Z.`. +Y. ", -" .+D.++ + ", -" E.@+#+$+ ", -" %+L.&+$+ ", -" E.L.#+$+ ", -" *+=+ -+;+>+ +,+ ", -" '+)+!+~+{+]+^+>+ +/+(+_+:+<+[+}+ ", -" [+|+1+1+1+2+3+4+5+$+6+7+8+<+9+:+0+_+a+b+c+d+ ", -" <+2+1+1+1+1+2+e+f+5+g+h+i+<+j+1+1+j+k+|+l+m+ ", -" l+n+1+1+1+1+1+2+o+Y p+q+r+{+s+1+1+1+1+1+1+t+ ", -" :+u+1+1+1+1+1+1+1+v+w+x+y+z+A+2+1+1+1+1+1+1+k+a+ ", -" B+l+j+1+1+1+1+1+1+1+1+n+2+C+D+E+1+1+1+1+1+1+1+F+ ", -" G+H+I+2+v+n+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+9+ ", -" J+K+L+M+8+0+N+:+O+P+Q+u+k+R+1+1+1+1+1+1+1+1+2+S+ ", -" T+U+V+W+m+X+N+~+Y+Z+v+1+`+ "}; diff -Nru wxwidgets3.0-3.0.0/debian/libwxbase-dbg.postinst wxwidgets3.0-3.0.0/debian/libwxbase-dbg.postinst --- wxwidgets3.0-3.0.0/debian/libwxbase-dbg.postinst 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxbase-dbg.postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -#! /bin/sh -set -e - -update-alternatives --install /usr/bin/wx-config wx-config \ - /usr/lib/wx/config/base-unicode-debug-=V \ - $(( =PRIO * 10 + 5 )) - -#DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxbase-dbg.prerm wxwidgets3.0-3.0.0/debian/libwxbase-dbg.prerm --- wxwidgets3.0-3.0.0/debian/libwxbase-dbg.prerm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxbase-dbg.prerm 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -#! /bin/sh -set -e - -update-alternatives --remove wx-config /usr/lib/wx/config/base-unicode-debug-=V - -#DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxbase-dev.postinst wxwidgets3.0-3.0.0/debian/libwxbase-dev.postinst --- wxwidgets3.0-3.0.0/debian/libwxbase-dev.postinst 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxbase-dev.postinst 2013-11-12 10:32:58.000000000 +0000 @@ -1,9 +1,8 @@ -#! /bin/sh +#!/bin/sh set -e -update-alternatives --install /usr/bin/wx-config wx-config \ - /usr/lib/wx/config/base-unicode-=V \ +update-alternatives --install /usr/bin/wx-config wx-config \ + /usr/lib/=MA/wx/config/base-unicode-=V \ $(( =PRIO * 10 + 7 )) #DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxbase-dev.prerm wxwidgets3.0-3.0.0/debian/libwxbase-dev.prerm --- wxwidgets3.0-3.0.0/debian/libwxbase-dev.prerm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxbase-dev.prerm 2013-11-12 10:32:58.000000000 +0000 @@ -1,7 +1,6 @@ -#! /bin/sh +#!/bin/sh set -e -update-alternatives --remove wx-config /usr/lib/wx/config/base-unicode-release-=V +update-alternatives --remove wx-config /usr/lib/=MA/wx/config/base-unicode-=V #DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxgtk-dbg.postinst wxwidgets3.0-3.0.0/debian/libwxgtk-dbg.postinst --- wxwidgets3.0-3.0.0/debian/libwxgtk-dbg.postinst 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxgtk-dbg.postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -#! /bin/sh -set -e - -update-alternatives --install /usr/bin/wx-config wx-config \ - /usr/lib/wx/config/gtk2-unicode-debug-=V \ - $(( =PRIO * 10 + 6 )) - -#DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxgtk-dbg.prerm wxwidgets3.0-3.0.0/debian/libwxgtk-dbg.prerm --- wxwidgets3.0-3.0.0/debian/libwxgtk-dbg.prerm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxgtk-dbg.prerm 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -#! /bin/sh -set -e - -update-alternatives --remove wx-config /usr/lib/wx/config/gtk2-unicode-debug-=V - -#DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxgtk-dev.postinst wxwidgets3.0-3.0.0/debian/libwxgtk-dev.postinst --- wxwidgets3.0-3.0.0/debian/libwxgtk-dev.postinst 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxgtk-dev.postinst 2013-11-12 10:32:58.000000000 +0000 @@ -1,9 +1,8 @@ -#! /bin/sh +#!/bin/sh set -e -update-alternatives --install /usr/bin/wx-config wx-config \ - /usr/lib/wx/config/gtk2-unicode-=V \ +update-alternatives --install /usr/bin/wx-config wx-config \ + /usr/lib/=MA/wx/config/gtk2-unicode-=V \ $(( =PRIO * 10 + 8 )) #DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxgtk-dev.prerm wxwidgets3.0-3.0.0/debian/libwxgtk-dev.prerm --- wxwidgets3.0-3.0.0/debian/libwxgtk-dev.prerm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxgtk-dev.prerm 2013-11-12 10:32:58.000000000 +0000 @@ -1,7 +1,6 @@ -#! /bin/sh +#!/bin/sh set -e -update-alternatives --remove wx-config /usr/lib/wx/config/gtk2-unicode-release-=V +update-alternatives --remove wx-config /usr/lib/=MA/wx/config/gtk2-unicode-=V #DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxmsw-dbg.postinst wxwidgets3.0-3.0.0/debian/libwxmsw-dbg.postinst --- wxwidgets3.0-3.0.0/debian/libwxmsw-dbg.postinst 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxmsw-dbg.postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -#! /bin/sh -set -e - -update-alternatives --install /usr/bin/wx-config wx-config \ - /usr/lib/wx/config/=H-msw-ansi-debug-=V \ - $(( =PRIO * 10 + 2 )) - -#DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxmsw-dbg.prerm wxwidgets3.0-3.0.0/debian/libwxmsw-dbg.prerm --- wxwidgets3.0-3.0.0/debian/libwxmsw-dbg.prerm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxmsw-dbg.prerm 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -#! /bin/sh -set -e - -update-alternatives --remove wx-config /usr/lib/wx/config/=H-msw-ansi-debug-=V - -#DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxmsw-dev.postinst wxwidgets3.0-3.0.0/debian/libwxmsw-dev.postinst --- wxwidgets3.0-3.0.0/debian/libwxmsw-dev.postinst 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxmsw-dev.postinst 2013-11-12 10:32:58.000000000 +0000 @@ -1,9 +1,8 @@ -#! /bin/sh +#!/bin/sh set -e -update-alternatives --install /usr/bin/wx-config wx-config \ - /usr/lib/wx/config/=H-msw-ansi-=V \ +update-alternatives --install /usr/bin/wx-config wx-config \ + /usr/lib/wx/config/=H-msw-unicode-=V \ $(( =PRIO * 10 + 4 )) #DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/libwxmsw-dev.prerm wxwidgets3.0-3.0.0/debian/libwxmsw-dev.prerm --- wxwidgets3.0-3.0.0/debian/libwxmsw-dev.prerm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/libwxmsw-dev.prerm 2013-11-12 10:32:58.000000000 +0000 @@ -1,7 +1,6 @@ -#! /bin/sh +#!/bin/sh set -e -update-alternatives --remove wx-config /usr/lib/wx/config/=H-msw-ansi-release-=V +update-alternatives --remove wx-config /usr/lib/wx/config/=H-msw-unicode-=V #DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/lintian-override.in wxwidgets3.0-3.0.0/debian/lintian-override.in --- wxwidgets3.0-3.0.0/debian/lintian-override.in 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/lintian-override.in 2013-11-12 10:32:58.000000000 +0000 @@ -1,8 +1,3 @@ -libwxbase=V-dbg: non-dev-pkg-with-shlib-symlink -libwxbase=V-dbg: package-name-doesnt-match-sonames libwxbase=SOV: package-name-doesnt-match-sonames -libwxgtk=V-dbg: non-dev-pkg-with-shlib-symlink -libwxgtk=V-dbg: package-name-doesnt-match-sonames libwxgtk=SOV: package-name-doesnt-match-sonames -python-wxtools: python-script-but-no-python-dep - +libwxgtk-media=SOV: package-name-doesnt-match-sonames diff -Nru wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_gtk-dbg.in wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_gtk-dbg.in --- wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_gtk-dbg.in 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_gtk-dbg.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -libwxgtk=V-dbg: non-dev-pkg-with-shlib-symlink -libwxgtk=V-dbg: package-name-doesnt-match-sonames diff -Nru wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_gtk-lib.in wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_gtk-lib.in --- wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_gtk-lib.in 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_gtk-lib.in 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -libwxgtk=SOV: package-name-doesnt-match-sonames diff -Nru wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_wxbase-dbg.in wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_wxbase-dbg.in --- wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_wxbase-dbg.in 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_wxbase-dbg.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -libwxbase=V-dbg: non-dev-pkg-with-shlib-symlink -libwxbase=V-dbg: package-name-doesnt-match-sonames diff -Nru wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_wxbase-lib.in wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_wxbase-lib.in --- wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_wxbase-lib.in 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/lintian-overrides/lintian-override_wxbase-lib.in 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -libwxbase=SOV: package-name-doesnt-match-sonames diff -Nru wxwidgets3.0-3.0.0/debian/manpages/wx-config.1 wxwidgets3.0-3.0.0/debian/manpages/wx-config.1 --- wxwidgets3.0-3.0.0/debian/manpages/wx-config.1 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/manpages/wx-config.1 1970-01-01 00:00:00.000000000 +0000 @@ -1,156 +0,0 @@ -.TH wx\-config 1 "29 Sep 2004" "Debian GNU/Linux" "wxWidgets" - -.SH NAME -wx-config \- wxWidgets configuration search and query tool - -.SH SYNOPSIS -.nh -.HP -.B wx\-config [ OPTIONS ... ] [ LIB ... ] - -.SH DESCRIPTION -.I wx\-config -returns information about the wxWidgets libraries available on your system. -It may be used to retrieve the information you require to build applications -using these libraries. -.PP -Changing the library options you wish to use for an application previously -involved managing alternative configurations by a system dependent means. -It is now possible to select from any of the configurations installed -on your system via this single tool. You can view all available -configurations installed in the system default prefix with the command -.I wx\-config \-\-list -and select from them by using the feature options described below. -.PP -Optional LIB arguments (comma or space separated) may be used to specify -individually the wxWidgets component libraries that you wish to use, -or to specify additional components not ususally included by default. -The magic token -.B std -may be used to import all libraries that would be used by default if none -were specified explicitly. -.br -eg. -.I wx-config --libs std,gizmos -.hy - -.SH OPTIONS -\fIwx\-config\fP accepts the following options with no restrictions on -their order as was required in previous releases: - -.SS Installed root -These options change or query the filesystem root for the operations -listed below. - -.TP 15 -.B \-\-prefix[=PREFIX] -Without the optional argument, the current default prefix will be -output. If the argument is supplied, PREFIX will be searched for -matching configs in place of the default. You may use both forms -in the same command. -.TP 15 -.B \-\-exec\-prefix[=EXEC-PREFIX] -Similar to \-\-prefix, but acts on the exec-prefix. If not specified -will default to the value of prefix. - -.SS Query options -These options return information about the wxWidgets default version -and and installed alternatives. -.TP 15 -.B \-\-list -List all configs in prefix and show those that match any additional -feature options given. -.TP 15 -.B \-\-release -Output the wxWidgets release number. -.TP 15 -.B \-\-version\-full -Output the wxWidgets version number in all its glory. -.TP 15 -.B \-\-basename -Output the base name of the wxWidgets libraries. -.TP 15 -.B \-\-selected-config -Output the signature of the selected wxWidgets library. -This is a string of the form "port-unicode-release-version". - - -.SS Feature options -These options select features which determine which wxWidgets -configuration to use. - -.TP 15 -.B \-\-host=HOST -Specify a (posix extended) regex of host aliases to match for cross -compiled configurations. eg. \-\-host=i586-mingw32msvc, \-\-host=.* -If unspecified, the default is to match only configurations native to -the build machine. -.TP 15 -.B \-\-toolkit=TOOLKIT -Specify a (posix extended) regex of the toolkits to match. -The toolkit is responsible for look and feel of the compiled -application. eg. gtk, gtk2, motif, msw. -If unspecified the default is to prefer the system default toolkit, -but to match any toolkit in the absence of a stricter specification. -.TP 15 -.B \-\-version[=VERSION] -Without the optional argument, return the wxWidgets version. If the -argument is supplied it specifies a (posix extended) regex of the -versions to match. If unspecified the default is to prefer the system -default version, but to match any version in the absence of a stricter -specification. -.TP 15 -.B \-\-unicode[=yes|no]] -Specify the default character type for the application. -If unspecified, the system default will be preferred, but any type may -match in the absence of a stricter specification. -.TP 15 -.B \-\-debug[=yes|no]] -Specify whether to create a debug or release build for the application. -If unspecified, the system default (release) will be preferred, but any -type may match in the absence of a stricter specification. -Debug builds should never be uploaded to Debian, but are very useful -for finding certain common failure idioms. You are encouraged to use -them during active development of applications. They are not binary -compatible with the release libraries. -.TP 15 -.B \-\-static[=yes|no]] -Specify whether to statically or dynamically link wxWidgets libraries -into your application. If unspecified, the system default (dynamic) -will be preferred, but any type may match in the absence of a stricter -specification. Static linking is mainly useful still for cross ports -not natively supported by Debian, and can be hazardous in conjunction -with the gtk toolkits. Note that static libraries are no longer supplied -in the wxGTK packages any more. - -.SS Compiler options -These options generate output required to build an application using -a particular wxWidgets configuration. - -.TP 15 -.B \-\-libs -Output link flags required for a \fIwxWidgets\fP application. -.TP 15 -.B \-\-cppflags -Output parameters required by the C preprocessor. -.TP 15 -.B \-\-cflags -Output parameters required by the C compiler. -.TP 15 -.B \-\-cxxflags -Output parameters required by the C++ compiler. -.TP 15 -.B \-\-cc -Output the name of the C compiler \fB$(CC)\fP. -.TP 15 -.B \-\-cxx -Output the name of the C++ compiler \fB$(CXX)\fP. -.TP 15 -.B \-\-ld -Output the linker command. - -.SH COPYRIGHT -This manpage was written by Ron Lee for the Debian GNU/Linux -distribution of wxWindows. It may be freely distributed by anyone who finds -it useful. - diff -Nru wxwidgets3.0-3.0.0/debian/manpages/wxPython-tools.1 wxwidgets3.0-3.0.0/debian/manpages/wxPython-tools.1 --- wxwidgets3.0-3.0.0/debian/manpages/wxPython-tools.1 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/manpages/wxPython-tools.1 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -.TH wxPython\-tools 1 "3 Jan 2003" "Debian GNU/Linux" "wxWidgets" -.SH NAME -img2py \- wxPython tools. -.br -img2png \- wxPython tools. -.br -img2xpm \- wxPython tools. -.br -pycrust \- wxPython tools. -.br -pyshell \- wxPython tools. -.br -xrced \- wxPython tools. -.br -helpviewer \- wxPython tools. -.br -pyalacarte \- wxPython tools. -.br -pyalamode \- wxPython tools. -.br -pywrap \- wxPython tools. -.br -pywxrc \- wxPython tools. - -.SH DESCRIPTION -The real documentation for these tools is available in pydoc format. - -.SH SEE ALSO -.BR pydoc (1) - -.SH COPYRIGHT -This manpage was written by Ron Lee for the Debian GNU/Linux -distribution of wxWidgets. It may be freely distributed by anyone insane enough -to find it useful. - diff -Nru wxwidgets3.0-3.0.0/debian/manpages/wxrc-tools.1 wxwidgets3.0-3.0.0/debian/manpages/wxrc-tools.1 --- wxwidgets3.0-3.0.0/debian/manpages/wxrc-tools.1 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/manpages/wxrc-tools.1 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -.TH wxrc\-tools 1 "30 Jul 2004" "Debian GNU/Linux" "wxWindows" -.SH NAME -wxrc \- command line compiler for wx xml resources. - -.SH DESCRIPTION -The real documentation for this tool (what of it that exists) is available -in the wxWindows manual, which is packaged in html format in the wx2.6-doc -package and installed in /usr/share/doc/wx2.6-doc/wx-manual.html on Debian -systems. - -.SH COPYRIGHT -This manpage was written by Ron Lee for the Debian GNU/Linux -distribution of wxWindows. It may be freely distributed by anyone insane enough -to find it useful. - diff -Nru wxwidgets3.0-3.0.0/debian/pycrust.desktop wxwidgets3.0-3.0.0/debian/pycrust.desktop --- wxwidgets3.0-3.0.0/debian/pycrust.desktop 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/pycrust.desktop 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=PyCrust -Comment=GUI Python Shell with Filling -Exec=/usr/bin/pycrust -Icon=/usr/share/pixmaps/pycrust.png -Terminal=false -Type=Application -Categories=Application;Development; -StartupNotify=true diff -Nru wxwidgets3.0-3.0.0/debian/pyshell.desktop wxwidgets3.0-3.0.0/debian/pyshell.desktop --- wxwidgets3.0-3.0.0/debian/pyshell.desktop 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/pyshell.desktop 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=PyShell -Comment=GUI Python Shell -Exec=/usr/bin/pyshell -Icon=/usr/share/pixmaps/pyshell.png -Terminal=false -Type=Application -Categories=Application;Development; -StartupNotify=true diff -Nru wxwidgets3.0-3.0.0/debian/python-wxgtk-dbg.postinst wxwidgets3.0-3.0.0/debian/python-wxgtk-dbg.postinst --- wxwidgets3.0-3.0.0/debian/python-wxgtk-dbg.postinst 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/python-wxgtk-dbg.postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -#!/bin/sh - -set -e - -WXPYTHONDIR="=WXPYDIR" -PYVERS="=PYVERS" - -if [ "$1" = "configure" ]; then - for PY in $PYVERS; do - $PY /usr/lib/$PY/compileall.py -q /usr/lib/$PY/site-pacakges/${WXPYTHONDIR} - $PY -O /usr/lib/$PY/compileall.py -q /usr/lib/$PY/site-pacakges/${WXPYTHONDIR} - done -fi - -for PY in $PYVERS; do - update-alternatives --install /usr/lib/$PY/site-packages/wx.pth wx.pth \ - /usr/lib/wx/$PY/wx=V-dbg.pth $(( =PRIO - 10 )) -done - -#DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/python-wxgtk-dbg.prerm wxwidgets3.0-3.0.0/debian/python-wxgtk-dbg.prerm --- wxwidgets3.0-3.0.0/debian/python-wxgtk-dbg.prerm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/python-wxgtk-dbg.prerm 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -#!/bin/sh - -set -e - -PACKAGE="python-wxgtk=V-dbg" -dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2 - -for PY in =PYVERS; do - update-alternatives --remove wx.pth /usr/lib/wx/$PY/wx=V-dbg.pth -done - -#DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/python-wxgtk.docs wxwidgets3.0-3.0.0/debian/python-wxgtk.docs --- wxwidgets3.0-3.0.0/debian/python-wxgtk.docs 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/python-wxgtk.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -wxPython/docs/README.txt -wxPython/docs/CHANGES.txt -wxPython/docs/MigrationGuide.txt - diff -Nru wxwidgets3.0-3.0.0/debian/python-wxgtk.postinst wxwidgets3.0-3.0.0/debian/python-wxgtk.postinst --- wxwidgets3.0-3.0.0/debian/python-wxgtk.postinst 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/python-wxgtk.postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -#!/bin/sh - -set -e - -for pyver in =PYVERS; do - #pylib=$(python$pyver -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') - case "$pyver" in - 2.3|2.4|2.5) pylib=/usr/lib/python$pyver/site-packages;; - *) pylib=/usr/lib/python$pyver/dist-packages;; - esac - mkdir -p $pylib - update-alternatives --install $pylib/wx.pth wx$pyver.pth \ - /usr/lib/wx/python/wx=V.pth =PRIO -done; - -#DEBHELPER# diff -Nru wxwidgets3.0-3.0.0/debian/python-wxgtk.prerm wxwidgets3.0-3.0.0/debian/python-wxgtk.prerm --- wxwidgets3.0-3.0.0/debian/python-wxgtk.prerm 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/python-wxgtk.prerm 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -for pyver in =PYVERS; do - update-alternatives --remove wx$pyver.pth /usr/lib/wx/python/wx=V.pth -done; - -#DEBHELPER# - diff -Nru wxwidgets3.0-3.0.0/debian/python-wxtools.menu wxwidgets3.0-3.0.0/debian/python-wxtools.menu --- wxwidgets3.0-3.0.0/debian/python-wxtools.menu 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/python-wxtools.menu 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -?package(python-wxtools):needs="X11" section="Applications/Programming"\ - title="pycrust" command="/usr/bin/pycrust"\ - icon="/usr/share/pixmaps/pycrust.xpm" -?package(python-wxtools):needs="X11" section="Applications/Programming"\ - title="pyshell" command="/usr/bin/pyshell"\ - icon="/usr/share/pixmaps/pyshell.xpm" -?package(python-wxtools):needs="X11" section="Applications/Programming"\ - title="xrced" command="/usr/bin/xrced"\ - icon="/usr/share/pixmaps/xrced.xpm" -?package(python-wxtools):needs="X11" section="Applications/Editors"\ - title="editra" command="/usr/bin/editra"\ - icon="/usr/share/pixmaps/editra.xpm" diff -Nru wxwidgets3.0-3.0.0/debian/rules wxwidgets3.0-3.0.0/debian/rules --- wxwidgets3.0-3.0.0/debian/rules 2013-10-07 07:47:33.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/rules 2013-11-24 17:55:24.000000000 +0000 @@ -1,182 +1,127 @@ #!/usr/bin/make -f -# debian/rules file to build packages from wx CVS source +# debian/rules file to build packages from wx source # # Sculpted 13/2/2000 by Ron Lee from new and # variously stolen code :-) # It makes copious use of the debhelper utilities written by # Joey Hess and others. +SHELL = /bin/bash + #export DH_VERBOSE=1 -include /usr/share/dpatch/dpatch.make export DH_OPTIONS -#WXPYTHON_VERSION = 2.9.0 - -ifdef CONCURRENCY_LEVEL - - # A user who knows what they want, that's like gold... - # respect their precious opinion of how much blue smoke to use. - JOB_COUNT := $(CONCURRENCY_LEVEL) - -else ifdef DISTCC_HOSTS - - # Otherwise, if they have a cluster, try to put it to good use. - JOB_COUNT := $(shell set $${DISTCC_HOSTS} > /dev/null 2>&1 ; echo $$\#) - - # Not much faster, but it might keep you warm in winter... - #JOB_COUNT := $(shell set $${DISTCC_HOSTS} > /dev/null 2>&1 ; echo $$(($$\# + $$\#))) - -endif +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -ifdef JOB_COUNT - FAST_MAKE = $(MAKE) -j $(JOB_COUNT) +ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) + JOB_COUNT := $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) + FAST_MAKE = $(MAKE) -j $(JOB_COUNT) else FAST_MAKE = $(MAKE) endif -#python_ver := $(shell pyversions -d) -#PYVER := $(shell pyversions -vd) -#PYVERS := $(shell pyversions -vr) - -#include /usr/share/pycentral-data/pycentral.mk - # If another source package is to supply the common binary packages # for a particular Debian release, then define this variable to indicate # the $(release) that is expected to provide it. Do not define it at # all if this is to be the default (or only) wx source package for the # target release. +#Comment it to build common packages #DEBIAN_WX_DEFAULT_VERSION = 2.8 -# This will extract a flavour out of the name of the source directory -# and flavour the packages and binaries with it. 'Official' builds -# should use a source dir of the form wxwidgets$RELEASE-$VERSION. -# Flavoured builds may use wxwidgets$RELEASE-$FLAVOUR-$VERSION, where -# any descriptive alphanumeric name will do for FLAVOUR. This will -# allow a custom build to be installed alongside the mainline ones -# without conflict. You will also need to make a corresponding -# changelog entry for your flavour source package using: -# wxwidget$RELEASE-$FLAVOUR ($VERSION) to satify dpkg-source and -# to correctly set the release below. -DEBIAN_WXFLAVOUR := $(shell pwd | sed -e 's@.*/wxwidgets[0-9.]\+-\?\(.*\)-[0-9.]\+-\?.*@\1@') +# This will extract a flavour out of the changelog and flavour the +# packages and binaries with it. 'Official' builds should use a +# changelog entry with a source package of the form wxwidgets$RELEASE. +# Flavoured builds may use wxwidgets$RELEASE-$FLAVOUR, where any +# descriptive alphanumeric name will do for FLAVOUR. This will allow +# a custom build to be installed alongside the mainline ones without +# conflict. +DEBIAN_WXFLAVOUR := $(shell dpkg-parsechangelog | sed -ne '/^Source: /s@.*wxwidgets[0-9.]\+-\?\(.*\)@\1@p') wx_major_version_number := $(shell sed -n 's/^wx_major_version_number=//p' configure.in) wx_minor_version_number := $(shell sed -n 's/^wx_minor_version_number=//p' configure.in) wx_release_number := $(shell sed -n 's/^wx_release_number=//p' configure.in) -wx_subrelease_number := $(shell sed -n 's/^wx_subrelease_number=//p' configure.in) -##release := $(shell dpkg-parsechangelog | sed -n 's/^Source: wxwidgets//p' | sed 's/-ansi//') -release := $(wx_major_version_number).$(wx_minor_version_number) +release := $(wx_major_version_number).$(wx_minor_version_number) -# This is broken completely now by bakefiles changes. Until we add -# some hocus pocus to the main tree, to export these values from it -# again, we approximate its behaviour (fairly precisely fwiw) to -# specify $soversion below. Re-automate if incompatible changes -# result in it actually changing. -#soversion := $(shell grep '^WX_CURRENT=' configure.in | sed 's/WX_CURRENT=\([0-9]\+\).*/\1/') -soversion := 0 -sorelease := $(release:%-$(DEBIAN_WXFLAVOUR)=%)-$(soversion)$(addprefix -,$(DEBIAN_WXFLAVOUR)) +so_cur := $(shell sed 's,\([0-9]\+\),\1,p;d' build/bakefiles/version.bkl) +so_age := $(shell sed 's,\([0-9]\+\),\1,p;d' build/bakefiles/version.bkl) +soversion := $(shell expr $(so_cur) - $(so_age)) -# In some places we use the full version number, including the micro version, -# for the development releases (which can be incompatible for the same major -# and minor version) but just the major.minor for the stable releases (which -# are supposed to be compatible), this variable contains the appropriate value -ifeq ($(shell echo `echo $(release) | sed 's/.\+\.\(.\+\)/\1/'`%2 | bc),1) - # development release - compatible_release := $(release).$(wx_release_number) -else - compatible_release := $(release) -endif +sorelease := $(release:%-$(DEBIAN_WXFLAVOUR)=%)-$(soversion)$(addprefix -,$(DEBIAN_WXFLAVOUR)) # Base value for alternative priorities. alt_prio := $(subst .,,$(release)) -# overwrite; for feisty, we do not want to change the default. -alt_prio := 28 - -#pytoolkit := gtk2 -#pydir := usr/lib/$(python_ver)/$(call sitedir,$(python_ver)) -#wxsubdir := wx-$(compatible_release)-$(pytoolkit)-unicode -#wxpydir := $(pydir)/$(wxsubdir) cross_host := i586-mingw32msvc -cross_build := $(shell ./config.guess) +cross_build := $(shell /usr/share/misc/config.guess) config_cache = ../config_deb.cache config_cache_cross = ../config_deb_cross.cache # build options -COMMON_CONFIGURE_OPTIONS = \ +COMMON_CONFIGURE_OPTIONS := \ --prefix=/usr \ --cache-file=$(config_cache) \ --with-flavour=$(DEBIAN_WXFLAVOUR) \ --with-zlib=sys \ - --disable-reserved_virtual \ + --with-expat=sys \ + $(shell dpkg-buildflags --export=configure) + +ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) +COMMON_CONFIGURE_OPTIONS += --disable-optimise +endif BASE_CONFIGURE_OPTIONS = $(COMMON_CONFIGURE_OPTIONS) \ --disable-gui \ + --libdir=\$${exec_prefix}/lib/$(DEB_HOST_MULTIARCH) GTK_CONFIGURE_OPTIONS = $(COMMON_CONFIGURE_OPTIONS) \ --with-gtk \ - --enable-mediactrl \ + --without-gnomeprint \ + --with-opengl \ --enable-sound \ --with-sdl \ --enable-display \ --enable-geometry \ --enable-graphics_ctx \ + --enable-mediactrl \ --with-libjpeg=sys \ --with-libpng=sys \ --with-libtiff=sys \ - --disable-debug \ - - -#PY_WX_CONFIG_OPTIONS = --version=$(release) --toolkit=$(pytoolkit) --static=no + --libdir=\$${exec_prefix}/lib/$(DEB_HOST_MULTIARCH) -WX_UNICODE := 1 -WX_OPENGL := 1 - -ifeq ($(WX_UNICODE),1) - COMMON_CONFIGURE_OPTIONS += --enable-unicode - # PY_WX_CONFIG_OPTIONS += --unicode - # PY_UNICODE="UNICODE=1" - # wxpydir := $(pydir)/wx-$(compatible_release)-$(pytoolkit)-unicode - - # for compatibility with the existing 2.6 packages, we don't use "u" in - # the Unicode (default) package names - unicode_suffix := -else - # but we do need to use something for non-Unicode packages to distinguish - # them - unicode_suffix := -ansi -endif - -ifeq ($(WX_OPENGL),1) - GTK_CONFIGURE_OPTIONS += --with-opengl -else - GTK_CONFIGURE_OPTIONS += --without-opengl -endif +MSW_CONFIGURE_OPTIONS = \ + --with-msw \ + --with-opengl \ + --enable-display + +# For the MSW packages, enabling threads in wx means that your application will +# have a dependency on mingwm10.dll. If you don't use threads, this is just an +# annoyance, so default to disabling them. If you want a wx package to use in +# a threaded application then comment out the next line. +MSW_CONFIGURE_OPTIONS += --disable-threads # Packages to build: -package_wxbase_lib := libwxbase$(sorelease)$(unicode_suffix) -package_wxbase_dev := libwxbase$(release)$(unicode_suffix)-dev -package_wxbase_dbg := libwxbase$(release)$(unicode_suffix)-dbg - -package_gtk_lib := libwxgtk$(sorelease)$(unicode_suffix) -package_gtk_dev := libwxgtk$(release)$(unicode_suffix)-dev -package_gtk_dbg := libwxgtk$(release)$(unicode_suffix)-dbg - - - - -#package_gtk_py_lib := python-wxgtk$(release)$(unicode_suffix) -#package_gtk_py_ver = python-wxversion -#package_gtk_py_tools = python-wxtools +package_wxbase_lib := libwxbase$(sorelease) +package_wxbase_dbg := libwxbase$(sorelease)-dbg +package_wxbase_dev := libwxbase$(release)-dev + +package_gtk_lib := libwxgtk$(sorelease) +package_gtk_dbg := libwxgtk$(sorelease)-dbg +package_gtk_dev := libwxgtk$(release)-dev + +package_gtkmedia_lib := libwxgtk-media$(sorelease) +package_gtkmedia_dbg := libwxgtk-media$(sorelease)-dbg +package_gtkmedia_dev := libwxgtk-media$(release)-dev package_headers := wx$(release)-headers package_i18n := wx$(release)-i18n +package_doc := wx$(release)-doc package_examples := wx$(release)-examples package_common = wx-common @@ -185,58 +130,45 @@ common_packages := $(package_common) -package_msw_dev := libwxmsw$(release)$(unicode_suffix)-dev -package_msw_dbg := libwxmsw$(release)$(unicode_suffix)-dbg +package_msw_dev := libwxmsw$(release)-dev package_headers_msw := wx$(release)-headers-msw # The packages listed here will not be built by default. -extra_packages := \ - $(package_msw_dev) $(package_msw_dbg) $(package_headers_msw) - +extra_packages := $(package_msw_dev) $(package_headers_msw) ifdef DEBIAN_WX_DEFAULT_VERSION - - extra_packages += $(common_packages) - +extra_packages += $(common_packages) endif # Build directories: objdir_wxbase_shared = objs_wxbase_sh -objdir_wxbase_debug = objs_wxbase_d objdir_gtk_shared = objs_gtk_sh -objdir_gtk_debug = objs_gtk_d objdir_gtk_install = objs_gtk_install +objdir_doc = docs/wx-manual.html objdir_examples = docs/examples objdir_i18n = locale objdir_msw_shared = objs_msw_sh objdir_msw_static = objs_msw_st -objdir_msw_dbg = objs_msw_d objdir_msw_install = objs_msw_install -objdirs := $(objdir_wxbase_shared) $(objdir_wxbase_debug) \ - $(objdir_gtk_shared) $(objdir_gtk_debug) $(objdir_gtk_install) \ - $(objdir_examples) \ - $(objdir_msw_shared) $(objdir_msw_static) $(objdir_msw_dbg) \ - $(objdir_msw_install) +objdirs := $(objdir_wxbase_shared) $(objdir_gtk_shared) $(objdir_gtk_install) \ + $(objdir_doc) $(objdir_examples) \ + $(objdir_msw_shared) $(objdir_msw_static) $(objdir_msw_install) # note that the i18n package is actually arch indep (once built) # but must be built (and installed) during the arch any phase as # it's pulled out of the wxGTK shared lib package. -# -# similarly some of the wxpython packages are arch indep too, but -# all files for it are installed during the arch any phase. # Build stamps: -build_arch_stamps = build-wxbase-shared-stamp build-wxbase-debug-stamp \ - build-gtk-shared-stamp \ - build-gtk-debug-stamp \ +build_arch_stamps = build-wxbase-shared-stamp \ + build-gtk-shared-stamp build-gtk-shared-contrib-stamp \ build-i18n-stamp -build_indep_stamps = build-examples-stamp +build_indep_stamps = build-examples-stamp build-doc-stamp -build_cross_stamps = build-msw-shared-stamp build-msw-static-stamp build-msw-dbg-stamp +build_cross_stamps = build-msw-shared-stamp build-msw-static-stamp build_stamps_native := $(build_arch_stamps) $(build_indep_stamps) @@ -244,94 +176,66 @@ # Install targets: -install_all_arch = install-wxbase-lib install-wxbase-dev install-wxbase-dbg \ - install-gtk-lib install-gtk-dev install-gtk-dbg \ - install-headers install-i18n +install_all_arch = install-wxbase-lib install-wxbase-dev \ + install-gtk-lib install-gtk-dev \ + install-gtkmedia-lib install-gtkmedia-dev \ + install-headers install-i18n ifndef DEBIAN_WX_DEFAULT_VERSION - install_all_arch += install-common - endif -install_all_indep = install-examples +install_all_indep = install-examples install-doc -install_all_cross = install-msw-dev install-msw-dbg install-headers-msw +install_all_cross = install-msw-dev install-headers-msw install_all_native := $(install_all_arch) $(install_all_indep) install_all := $(install_all_native) $(install_all_cross) -# wxPython uses this to build in-tree -wxconfig := $(shell pwd)/$(objdir_gtk_shared)/wx-config --no_rpath -wxconfig-dbg := $(shell pwd)/$(objdir_gtk_debug)/wx-config --no_rpath - -#contrib_libs := $(subst CVS,,$(notdir $(wildcard contrib/include/wx/*))) - - # The Rules: -#debian/control: debian/control.in -# sed -e 's/=V/$(release)/g;s/=SOV/$(sorelease)/g;s/=PY/python/g;s/=U/$(unicode_suffix)/g'\ -# < debian/control.in > debian/control +config.guess config.sub: + ln -sf /usr/share/misc/config.guess /usr/share/misc/config.sub . + +debian/control: debian/control.in + sed -e 's/=V/$(release)/g;s/=SOV/$(sorelease)/g'\ + < debian/control.in > debian/control control-files-stamp: debian/control dh_testdir @for f in postinst prerm; do \ echo "generating control file $(package_wxbase_dev).$$f"; \ - sed -e 's/=V/$(release)/g;s/=PRIO/$(alt_prio)/g' \ + sed -e 's/=V/$(release)/g;s/=PRIO/$(alt_prio)/g;s/=MA/$(DEB_HOST_MULTIARCH)/g' \ < debian/libwxbase-dev.$$f \ > debian/$(package_wxbase_dev).$$f; \ - done; - @for f in postinst prerm; do \ - echo "generating control file $(package_wxbase_dbg).$$f"; \ - sed -e 's/=V/$(release)/g;s/=PRIO/$(alt_prio)/g' \ - < debian/libwxbase-dbg.$$f \ - > debian/$(package_wxbase_dbg).$$f; \ - done; + done @for f in postinst prerm; do \ echo "generating control file $(package_gtk_dev).$$f"; \ - sed -e 's/=V/$(release)/g;s/=PRIO/$(alt_prio)/g' \ + sed -e 's/=V/$(release)/g;s/=PRIO/$(alt_prio)/g;s/=MA/$(DEB_HOST_MULTIARCH)/g' \ < debian/libwxgtk-dev.$$f \ > debian/$(package_gtk_dev).$$f; \ - done; - @for f in postinst prerm; do \ - echo "generating control file $(package_gtk_dbg).$$f"; \ - sed -e 's/=V/$(release)/g;s/=PRIO/$(alt_prio)/g' \ - < debian/libwxgtk-dbg.$$f \ - > debian/$(package_gtk_dbg).$$f; \ - done; + done @for f in examples; do \ echo "generating control file $(package_examples).$$f"; \ cp debian/wx-examples.$$f debian/$(package_examples).$$f; \ - done; + done @for f in postinst prerm; do \ echo "generating control file $(package_msw_dev).$$f"; \ sed -e 's/=V/$(release)/g;s/=PRIO/$(alt_prio)/g' \ -e 's/=H/$(cross_host)/g;' \ < debian/libwxmsw-dev.$$f \ > debian/$(package_msw_dev).$$f; \ - done; - @for f in postinst prerm; do \ - echo "generating control file $(package_msw_dbg).$$f"; \ - sed -e 's/=V/$(release)/g;s/=PRIO/$(alt_prio)/g' \ - -e 's/=H/$(cross_host)/g;' \ - < debian/libwxmsw-dbg.$$f \ - > debian/$(package_msw_dbg).$$f; \ - done; -# @echo "generating control file $(package_common).menu"; \ -# sed -e 's/=V/$(release)/g' < debian/wx-common.menu \ -# > debian/$(package_common).menu; - @for p in gtk-dbg gtk-lib wxbase-dbg wxbase-lib; do \ - echo "generating control file lintian-override_$$p"; \ + done + @echo "generating control file lintian-override"; \ sed -e 's/=V/$(release)/g;s/=SOV/$(sorelease)/g' \ - < debian/lintian-overrides/lintian-override_$$p.in \ - > debian/lintian-overrides/lintian-override_$$p; \ - done; + < debian/lintian-override.in \ + > debian/lintian-override; \ touch $@ -build_arch: control-files-stamp $(build_arch_stamps) +build-arch: control-files-stamp $(build_arch_stamps) +build-indep: control-files-stamp $(build_indep_stamps) build_all: control-files-stamp $(build_stamps_native) # Really we should probably do nothing here until we know which @@ -340,17 +244,15 @@ # from the binary-arch target. Build all -arch files here then, and # let the -indep stuff fend for itself later. -build: build_arch - +build: build-stamp build-arch +build-stamp: -# The wx2.6 build system makes us run around in circles to get a separate -# libwxbase. We need to configure it here in order to get the correct -# config files to use it alone, but there is no point building it as the -# wxgtk build is going to do that again anyway. We'll move the relevant -# files out when that is done. +# Building wxgtk produces the wxbase libraries too, but we also need +# the config files for wxbase, so we configure a wxbase tree to get +# these (but we don't need to actually build it). -configure-wxbase-shared-stamp: +configure-wxbase-shared-stamp: config.guess dh_testdir mkdir -p $(objdir_wxbase_shared) cd $(objdir_wxbase_shared) \ @@ -360,23 +262,10 @@ build-wxbase-shared-stamp: configure-wxbase-shared-stamp dh_testdir # Nothing to build here, move along... - #cd $(objdir_wxbase_shared) && $(FAST_MAKE) - touch $@ - -configure-wxbase-debug-stamp: - dh_testdir - mkdir -p $(objdir_wxbase_debug) - cd $(objdir_wxbase_debug) \ - && ../configure $(BASE_CONFIGURE_OPTIONS) --enable-debug - touch $@ - -build-wxbase-debug-stamp: configure-wxbase-debug-stamp - dh_testdir - # Nothing to build here, move along... - #cd $(objdir_wxbase_debug) && $(FAST_MAKE) + #$(FAST_MAKE) -C $(objdir_wxbase_shared) touch $@ -configure-gtk-shared-stamp: +configure-gtk-shared-stamp: config.guess dh_testdir mkdir -p $(objdir_gtk_shared) cd $(objdir_gtk_shared) \ @@ -385,41 +274,45 @@ build-gtk-shared-stamp: configure-gtk-shared-stamp dh_testdir - cd $(objdir_gtk_shared) && $(FAST_MAKE) + $(FAST_MAKE) -C $(objdir_gtk_shared) + cd $(objdir_gtk_shared)/lib && ln -s . $(DEB_HOST_MULTIARCH) touch $@ - -configure-gtk-debug-stamp: +build-gtk-shared-contrib-stamp: build-gtk-shared-stamp dh_testdir - mkdir -p $(objdir_gtk_debug) - cd $(objdir_gtk_debug) \ - && ../configure $(GTK_CONFIGURE_OPTIONS) --enable-debug + $(FAST_MAKE) -C $(objdir_gtk_shared)/utils/wxrc touch $@ -build-gtk-debug-stamp: configure-gtk-debug-stamp +build-doc-stamp: build-gtk-shared-stamp dh_testdir - cd $(objdir_gtk_debug) && $(FAST_MAKE) - touch $@ + rm -rf $(objdir_doc) + mkdir $(objdir_doc) + #tar -C'$(objdir_doc)' --strip-components=1 -xf debian/wxWidgets-3.0.0-rc1-docs-html.tar.bz2 + # cp -a docs/doxygen/out/html/* $(objdir_doc) + + # Replace embedded copy of jquery with symlink to packaged version. + #rm -f $(objdir_doc)/jquery.js + #ln -s /usr/share/javascript/jquery/jquery.min.js $(objdir_doc)/jquery.js + touch $@ build-examples-stamp: build-gtk-shared-stamp dh_testdir mkdir -p $(objdir_examples) # copy all samples and the Makefile generated for libwxgtk. - cp -a samples $(objdir_examples) + # In the past, some files in the sources were randomly executable, so + # don't just use cp -a here in case that recurs. + cp -dR --preserve=timestamps samples $(objdir_examples) rm -f $(objdir_examples)/samples/Makefile cp -a $(objdir_gtk_shared)/samples/Makefile $(objdir_examples)/samples - cd $(objdir_examples)/samples \ - && find -name 'Makefile.in' -exec rm -f '{}' ';' \ - && for d in $$(find -type d); do \ - if [ -f $$d/makefile.unx ]; then \ - mv $$d/makefile.unx $$d/Makefile; \ - fi; \ - done \ + find $(objdir_examples)/samples -name 'Makefile.in' -delete + for f in `find $(objdir_examples)/samples -name makefile.unx` ; do \ + mv $$f `dirname $$f`/Makefile ; \ + done - echo "generating install_examples.sh script"; + echo "generating unpack_examples.sh script" sed -e 's/=V/$(release)/g' < debian/unpack_examples.sh.in \ > debian/unpack_examples.sh chmod 755 debian/unpack_examples.sh @@ -431,13 +324,12 @@ # touch .po files first, since if they are not already up # to date then _now_ is not the time to fix it. - # That should have been been done before cvs was tagged. - cd $(objdir_i18n) \ - && touch *.po \ - && $(MAKE) allmo + # That should have been been done before the release was tagged. + touch $(objdir_i18n)/*.po + $(MAKE) -C $(objdir_i18n) allmo touch $@ -configure-msw-shared-stamp: +configure-msw-shared-stamp: config.guess dh_testdir mkdir -p $(objdir_msw_shared) cd $(objdir_msw_shared) \ @@ -445,15 +337,16 @@ --cache-file=$(config_cache_cross) \ --host=$(cross_host) \ --build=$(cross_build) \ - --with-flavour=$(DEBIAN_WXFLAVOUR) + --with-flavour=$(DEBIAN_WXFLAVOUR) \ + $(MSW_CONFIGURE_OPTIONS) touch $@ build-msw-shared-stamp: configure-msw-shared-stamp dh_testdir - cd $(objdir_msw_shared) && $(FAST_MAKE) + $(FAST_MAKE) -C $(objdir_msw_shared) touch $@ -configure-msw-static-stamp: +configure-msw-static-stamp: config.guess dh_testdir mkdir -p $(objdir_msw_static) cd $(objdir_msw_static) \ @@ -462,59 +355,40 @@ --host=$(cross_host) \ --build=$(cross_build) \ --with-flavour=$(DEBIAN_WXFLAVOUR) \ + $(MSW_CONFIGURE_OPTIONS) \ --disable-shared touch $@ build-msw-static-stamp: configure-msw-static-stamp dh_testdir - cd $(objdir_msw_static) && $(FAST_MAKE) + $(FAST_MAKE) -C $(objdir_msw_static) touch $@ -configure-msw-dbg-stamp: - dh_testdir - mkdir -p $(objdir_msw_dbg) - cd $(objdir_msw_dbg) \ - && ../configure --prefix=/usr/$(cross_host) \ - --cache-file=$(config_cache_cross) \ - --host=$(cross_host) \ - --build=$(cross_build) \ - --with-flavour=$(DEBIAN_WXFLAVOUR) \ - --enable-debug - touch $@ -build-msw-dbg-stamp: configure-msw-dbg-stamp - dh_testdir - cd $(objdir_msw_dbg) && $(FAST_MAKE) - touch $@ - - -clean: +clean: debian/control dh_testdir dh_testroot - rm -rf config_deb.cache config_deb_cross.cache *-stamp $(objdirs) + rm -rf config_deb.cache config_deb_cross.cache $(objdirs) dh_clean - rm -f debian/$(package_wxbase_lib).* - rm -f debian/$(package_wxbase_dev).* - rm -f debian/$(package_wxbase_dbg).* - rm -f debian/$(package_gtk_lib).* - rm -f debian/$(package_gtk_dev).* - rm -f debian/$(package_gtk_dbg).* - rm -f debian/$(package_headers).* - rm -f debian/$(package_i18n).* - rm -f debian/$(package_examples).* - rm -f debian/$(package_msw_dev).* - rm -f debian/$(package_msw_dbg).* - rm -f debian/lintian-overrides/lintian-override_gtk-dbg - rm -f debian/lintian-overrides/lintian-override_gtk-lib - rm -f debian/lintian-overrides/lintian-override_wxbase-dbg - rm -f debian/lintian-overrides/lintian-override_wxbase-lib - rm -f debian/unpack_examples.sh + rm -f debian/$(package_wxbase_lib).* \ + debian/$(package_wxbase_dev).* \ + debian/$(package_wxbase_dbg).* \ + debian/$(package_gtk_lib).* \ + debian/$(package_gtk_dev).* \ + debian/$(package_gtk_dbg).* \ + debian/$(package_headers).* \ + debian/$(package_i18n).* \ + debian/$(package_doc).* \ + debian/$(package_examples).* \ + debian/$(package_msw_dev).* \ + debian/lintian-override \ + debian/unpack_examples.sh \ + config.guess config.sub rm -rf include/wx-$(release) - rm -f debian/icons/editra.png -install_arch: build_arch $(install_all_arch) +install_arch: build-arch $(install_all_arch) install: build_all $(install_all_native) @@ -522,85 +396,76 @@ install-wxbase-lib: build-wxbase-shared-stamp install-gtk-shared-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep @# No, this is not a typo, we steal these libs from the gtk build. - dh_install $(objdir_gtk_install)/lib/libwx_base*.so.* usr/lib + dh_install $(objdir_gtk_install)/lib/$(DEB_HOST_MULTIARCH)/libwx_base*.so.* usr/lib/$(DEB_HOST_MULTIARCH) dh_installdirs usr/share/lintian/overrides - cp debian/lintian-overrides/lintian-override_wxbase-lib debian/$(package_wxbase_lib)/usr/share/lintian/overrides/$(package_wxbase_lib) + grep ^$(package_wxbase_lib): debian/lintian-override > debian/$(package_wxbase_lib)/usr/share/lintian/overrides/$(package_wxbase_lib) install-wxbase-dev: DH_OPTIONS=-p$(package_wxbase_dev) install-wxbase-dev: build-wxbase-shared-stamp install-gtk-shared-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep @# No, this is not a typo, we steal these libs from the gtk build. - dh_install $(objdir_gtk_install)/lib/libwx_base*.so usr/lib - dh_install $(objdir_wxbase_shared)/lib/wx/include usr/lib/wx - dh_install $(objdir_wxbase_shared)/lib/wx/config/base* usr/lib/wx/config - -install-wxbase-dbg: DH_OPTIONS=-p$(package_wxbase_dbg) -install-wxbase-dbg: build-wxbase-debug-stamp - dh_testdir - dh_testroot - dh_clean -k - @# No, this is not a typo, we steal these libs from the gtk debug build. - dh_install $(objdir_gtk_debug)/lib/libwx_base* usr/lib - dh_install $(objdir_wxbase_debug)/lib/wx/include usr/lib/wx - dh_install $(objdir_wxbase_debug)/lib/wx/config/base* usr/lib/wx/config - dh_installdirs usr/share/lintian/overrides - cp debian/lintian-overrides/lintian-override_wxbase-dbg debian/$(package_wxbase_dbg)/usr/share/lintian/overrides/$(package_wxbase_dbg) + dh_install $(objdir_gtk_install)/lib/$(DEB_HOST_MULTIARCH)/libwx_base*.so usr/lib/$(DEB_HOST_MULTIARCH) + dh_install $(objdir_wxbase_shared)/lib/wx/include usr/lib/$(DEB_HOST_MULTIARCH)/wx + dh_install $(objdir_wxbase_shared)/lib/wx/config/base* usr/lib/$(DEB_HOST_MULTIARCH)/wx/config -install-gtk-shared-stamp: build-gtk-shared-stamp +install-gtk-shared-stamp: build-gtk-shared-stamp build-gtk-shared-contrib-stamp dh_testdir mkdir -p $(objdir_gtk_install) - cd $(objdir_gtk_shared) \ - && $(MAKE) install prefix=`pwd`/../$(objdir_gtk_install) + $(MAKE) -C $(objdir_gtk_shared) install prefix=`pwd`/$(objdir_gtk_install) touch $@ install-gtk-lib: DH_OPTIONS=-p$(package_gtk_lib) install-gtk-lib: install-gtk-shared-stamp dh_testdir dh_testroot - dh_clean -k - dh_install $(objdir_gtk_install)/lib/libwx_gtk*.so.* usr/lib + dh_prep + dh_install -Xmedia $(objdir_gtk_install)/lib/$(DEB_HOST_MULTIARCH)/libwx_gtk*.so.* usr/lib/$(DEB_HOST_MULTIARCH) dh_installdirs usr/share/lintian/overrides - cp debian/lintian-overrides/lintian-override_gtk-lib debian/$(package_gtk_lib)/usr/share/lintian/overrides/$(package_gtk_lib) + grep ^$(package_gtk_lib): debian/lintian-override > debian/$(package_gtk_lib)/usr/share/lintian/overrides/$(package_gtk_lib) install-gtk-dev: DH_OPTIONS=-p$(package_gtk_dev) install-gtk-dev: install-gtk-shared-stamp dh_testdir dh_testroot - dh_clean -k - dh_install $(objdir_gtk_install)/lib/libwx_gtk*.so usr/lib - dh_install $(objdir_gtk_install)/lib/wx/include usr/lib/wx - dh_install $(objdir_gtk_install)/lib/wx/config/gtk* usr/lib/wx/config - -install-gtk-dbg: DH_OPTIONS=-p$(package_gtk_dbg) -install-gtk-dbg: build-gtk-debug-stamp + dh_prep + dh_install -Xmedia $(objdir_gtk_install)/lib/$(DEB_HOST_MULTIARCH)/libwx_gtk*.so usr/lib/$(DEB_HOST_MULTIARCH) + dh_install -Xmediactrl $(objdir_gtk_install)/lib/$(DEB_HOST_MULTIARCH)/wx/include usr/lib/$(DEB_HOST_MULTIARCH)/wx + dh_install $(objdir_gtk_install)/lib/$(DEB_HOST_MULTIARCH)/wx/config/gtk* usr/lib/$(DEB_HOST_MULTIARCH)/wx/config + +install-gtkmedia-lib: DH_OPTIONS=-p$(package_gtkmedia_lib) +install-gtkmedia-lib: install-gtk-shared-stamp dh_testdir dh_testroot - dh_clean -k - dh_install $(objdir_gtk_debug)/lib/libwx_gtk* usr/lib - dh_install $(objdir_gtk_debug)/lib/wx/include usr/lib/wx - dh_install $(objdir_gtk_debug)/lib/wx/config/gtk* usr/lib/wx/config + dh_prep + dh_install $(objdir_gtk_install)/lib/$(DEB_HOST_MULTIARCH)/libwx_gtk*media*.so.* usr/lib/$(DEB_HOST_MULTIARCH) dh_installdirs usr/share/lintian/overrides - cp debian/lintian-overrides/lintian-override_gtk-dbg debian/$(package_gtk_dbg)/usr/share/lintian/overrides/$(package_gtk_dbg) + grep ^$(package_gtkmedia_lib): debian/lintian-override > debian/$(package_gtkmedia_lib)/usr/share/lintian/overrides/$(package_gtkmedia_lib) +install-gtkmedia-dev: DH_OPTIONS=-p$(package_gtkmedia_dev) +install-gtkmedia-dev: install-gtk-shared-stamp + dh_testdir + dh_testroot + dh_prep + dh_install $(objdir_gtk_install)/lib/$(DEB_HOST_MULTIARCH)/libwx_gtk*media*.so usr/lib/$(DEB_HOST_MULTIARCH) install-common: DH_OPTIONS=-p$(package_common) install-common: install-gtk-shared-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep dh_install $(objdir_gtk_install)/share/bakefile/presets usr/share/bakefile dh_install $(objdir_gtk_install)/share/bakefile/presets/wx*.bkl usr/share/bakefile/presets dh_install $(objdir_gtk_install)/share/aclocal usr/share - dh_installman debian/manpages/wx-config.1 + dh_installman debian/wx-config.1 dh_install $(objdir_gtk_shared)/utils/wxrc/wxrc usr/bin - dh_installman debian/manpages/wxrc-tools.1 + dh_installman debian/wxrc-tools.1 dh_link usr/share/man/man1/wxrc-tools.1 usr/share/man/man1/wxrc.1 @@ -608,49 +473,36 @@ install-headers: install-gtk-shared-stamp dh_testdir dh_testroot - dh_clean -k - -# The only way to be really sure we get the univ headers correct is to install -# them. Do that in a scratch dirs, and move the gtk ones last, so at least -# they win in the result of any uncaught conflict. - -# cd $(objdir_gtk_univ) \ -# && $(MAKE) install prefix=`pwd`/../$(objdir_univ_install)/usr + dh_prep -# dh_movefiles --sourcedir=$(objdir_univ_install) - dh_install $(objdir_gtk_install)/include usr + dh_install $(objdir_gtk_install)/include usr install-i18n: DH_OPTIONS=-p$(package_i18n) install-i18n: build-i18n-stamp install-gtk-shared-stamp dh_testdir dh_testroot - dh_clean -k - dh_install $(objdir_gtk_install)/share/locale usr/share + dh_prep + # We end up with usr/share/locale/zh/LC_MESSAGES/ empty in 2.8.12.1. + find $(objdir_gtk_install)/share/locale -type d -empty -delete + dh_install $(objdir_gtk_install)/share/locale usr/share - # Fix package-contains-empty-directory lintian warning. - -rm -rf debian/$(package_i18n)/usr/share/locale/zh +install-doc: DH_OPTIONS=-p$(package_doc) +install-doc: build-doc-stamp + dh_testdir + dh_testroot + dh_prep install-examples: DH_OPTIONS=-p$(package_examples) install-examples: build-examples-stamp dh_testdir dh_testroot - dh_clean -k - -# # Fix executable-not-elf-or-script lintian warnings. -# chmod 644 $(CURDIR)/docs/examples/samples/xrc/descrip.mms -# chmod 644 $(CURDIR)/docs/examples/samples/minimal/minimal.plc -# chmod 644 $(CURDIR)/docs/examples/samples/internat/ar/internat.po -# chmod 644 $(CURDIR)/docs/examples/samples/docview/docview.r -# chmod 644 $(CURDIR)/docs/examples/samples/Info.plist -# chmod 644 $(CURDIR)/docs/examples/samples/db/descrip.mms -# chmod 644 $(CURDIR)/docs/examples/samples/internat/ar/internat.mo -# chmod 644 $(CURDIR)/docs/examples/samples/aui/descrip.mms + dh_prep install-msw-dev: DH_OPTIONS=-p$(package_msw_dev) install-msw-dev: build-msw-shared-stamp build-msw-static-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep dh_install $(objdir_msw_shared)/lib/*.dll* usr/$(cross_host)/lib dh_install $(objdir_msw_shared)/lib/wx/include usr/$(cross_host)/lib/wx dh_install $(objdir_msw_shared)/lib/wx/config/$(cross_host)* usr/$(cross_host)/lib/wx/config @@ -670,32 +522,13 @@ dh_link $${all_cfg}; \ ) -install-msw-dbg: DH_OPTIONS=-p$(package_msw_dbg) -install-msw-dbg: build-msw-dbg-stamp - dh_testdir - dh_testroot - dh_clean -k - dh_install $(objdir_msw_dbg)/lib/*.dll* usr/$(cross_host)/lib - dh_install $(objdir_msw_dbg)/lib/wx/include usr/$(cross_host)/lib/wx - dh_install $(objdir_msw_dbg)/lib/wx/config/$(cross_host)* usr/$(cross_host)/lib/wx/config - # No static lib, they're freakin' huge! - #$(cross_host)-strip --strip-debug debian/$(package_msw_dbg)/usr/$(cross_host)/lib/*.a - - @( for f in `ls -1 debian/$(package_msw_dbg)/usr/$(cross_host)/lib/wx/config`; do \ - all_cfg="$${all_cfg} usr/$(cross_host)/lib/wx/config/$$f usr/lib/wx/config/$$f"; \ - echo "linking cross config /usr/$(cross_host)/lib/wx/config/$$f"; \ - done; \ - dh_link $${all_cfg}; \ - ) - install-headers-msw: DH_OPTIONS=-p$(package_headers_msw) install-headers-msw: dh_testdir dh_testroot - dh_clean -k + dh_prep - cd $(objdir_msw_shared) \ - && $(MAKE) install prefix=`pwd`/../$(objdir_msw_install) + $(MAKE) -C $(objdir_msw_shared) install prefix=`pwd`/$(objdir_msw_install) # Symlink all the headers that will be installed by the main -headers # package to where the cross compiler will expect them. @@ -714,25 +547,25 @@ dh_testdir dh_testroot dh_installchangelogs docs/changes.txt + dh_installdocs dh_installexamples dh_installmenu dh_link - @# Don't strip debug libs at all, and strip cross libs elsewhere - @# with the cross host tools until dh_strip gets smarter. ifneq (, $(filter -a, $(DH_OPTIONS))) - dh_strip -N$(package_gtk_dbg) -N$(package_wxbase_dbg) \ - -N$(package_msw_dev) -N$(package_msw_dbg) + DH_OPTIONS= dh_strip -p$(package_wxbase_lib) --dbg-package=$(package_wxbase_dbg) + DH_OPTIONS= dh_strip -p$(package_gtk_lib) --dbg-package=$(package_gtk_dbg) + DH_OPTIONS= dh_strip -p$(package_gtkmedia_lib) --dbg-package=$(package_gtkmedia_dbg) + dh_strip --remaining-packages endif + dh_compress dh_fixperms - @# Don't do this for the dbg-py special build because dh_makeshlibs - @# will crap out if it is called with no packages to act on. - dh_makeshlibs + dh_makeshlibs -V dh_installdeb - dh_shlibdeps -ldebian/$(package_wxbase_lib)/usr/lib:debian/$(package_wxbase_dbg)/usr/lib:debian/$(package_gtk_lib)/usr/lib:debian/$(package_gtk_dbg)/usr/lib + dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb @@ -746,7 +579,7 @@ binary-common # Build just the architecture-dependent files here. -binary-arch: build_arch install_arch +binary-arch: build-arch install_arch $(MAKE) -f debian/rules \ DH_OPTIONS="-a $(addprefix -N,$(extra_packages))" \ binary-common @@ -758,59 +591,20 @@ # This is a special target for building the wxMSW-cross packages. # It's not currently called during the official package build run # but may be run separately to build the extra packages. -# There is an implied build dep on the mingw32 cross compiler +# There is an implied build dep on the mingw32 cross compiler # that is not in the control file. binary-cross: control-files-stamp $(install_all_cross) $(MAKE) -f debian/rules \ - DH_OPTIONS="-p$(package_msw_dev) -p$(package_msw_dbg) -p$(package_headers_msw)" \ + DH_OPTIONS="-p$(package_msw_dev) -p$(package_headers_msw)" \ binary-common -# Build wxPython against libwxgtk-dbg. This package will conflict -# with the release build one, but may be useful to some people. -#binary-dbg-py: control-files-stamp install-gtk-dbg-py -# $(MAKE) -f debian/rules DH_OPTIONS="-p$(package_gtk_dbg_py)" binary-common - - -############################################################################ -# -# Some rules to build a subset of the complete list of packages that can be -# built from CVS. Beware that packages produced with these rules may *NOT* -# be compatible with packages built using the 'binary' target or even with -# Debian policy. Do not distribute packages built with these rules, they -# are currently useful for rapid in-house testing by developers only. - -DH_OPTIONS_GTK := -p$(package_wxbase_lib) -p$(package_gtk_lib) -p$(package_headers) - -# libwxgtk shared lib package -binary-gtk: control-files-stamp install-gtk-lib install-wxbase-lib install-headers - $(MAKE) -f debian/rules DH_OPTIONS="$(DH_OPTIONS_GTK)" binary-common - -binary-gtk-dev: control-files-stamp install-gtk-dev install-wxbase-dev install-headers - $(MAKE) -f debian/rules \ - DH_OPTIONS="-p$(package_wxbase_dev) -p$(package_gtk_dev) $(DH_OPTIONS_GTK)" \ - binary-common - -binary-gtk-dbg: control-files-stamp install-gtk-dbg install-wxbase-dbg install-headers - $(MAKE) -f debian/rules \ - DH_OPTIONS="-p$(package_wxbase_dbg) -p$(package_gtk_dbg) -p$(package_headers)" \ - binary-common - - -binary-fast:control-files-stamp install-gtk-dbg install-msw-dev install-headers install-headers-msw - $(MAKE) -f debian/rules DH_OPTIONS="-p$(package_gtk_dbg) -p$(package_msw_dev) -p$(package_headers) -p$(package_headers_msw)" binary-common - -get-orig-source: - @echo "Generating tarball wxwidgets2.8_${WXPYTHON_VERSION}.orig.tar.gz"; \ - cd ..; \ - -.PHONY: build build_all build_arch \ - binary-indep binary-arch binary binary-common \ - binary-gtk binary-gtk-dev binary-gtk-dbg \ - binary-wxbase binary-wxbase-dev binary-wxbase-dbg \ - binary-cross \ - install install_arch install-gtk-lib install-gtk-dev \ - install-gtk-dbg \ - install-common install-headers install-i18n \ - install-examples install-msw-dev install-msw-dbg install-headers-msw \ - debian/control +.PHONY: build build_all build-arch build-indep \ + clean \ + binary-indep binary-arch binary binary-common \ + binary-wxbase binary-wxbase-dev \ + binary-cross \ + install install_arch install-gtk-lib install-gtk-dev \ + install-gtkmedia-lib install-gtkmedia-dev \ + install-common install-headers install-i18n install-doc \ + install-examples install-msw-dev install-headers-msw diff -Nru wxwidgets3.0-3.0.0/debian/source.lintian-overrides wxwidgets3.0-3.0.0/debian/source.lintian-overrides --- wxwidgets3.0-3.0.0/debian/source.lintian-overrides 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/source.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -ancient-libtool -outdated-autotools-helper-file -ancient-autotools-helper-file diff -Nru wxwidgets3.0-3.0.0/debian/watch wxwidgets3.0-3.0.0/debian/watch --- wxwidgets3.0-3.0.0/debian/watch 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/watch 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -version=3 -http://sf.net/wxpython/wxPython-src-(.*)\.tar\.bz2 diff -Nru wxwidgets3.0-3.0.0/debian/wx-config.1 wxwidgets3.0-3.0.0/debian/wx-config.1 --- wxwidgets3.0-3.0.0/debian/wx-config.1 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/wx-config.1 2013-11-12 10:32:59.000000000 +0000 @@ -24,7 +24,7 @@ .PP Optional LIB arguments (comma or space separated) may be used to specify individually the wxWidgets component libraries that you wish to use, -or to specify additional components not ususally included by default. +or to specify additional components not usually included by default. The magic token .B std may be used to import all libraries that would be used by default if none @@ -35,7 +35,7 @@ .hy .SH OPTIONS -.l + \fIwx\-config\fP accepts the following options with no restrictions on their order as was required in previous releases: @@ -56,7 +56,7 @@ .SS Query options These options return information about the wxWidgets default version -and and installed alternatives. +and installed alternatives. .TP 15 .B \-\-list List all configs in prefix and show those that match any additional @@ -73,7 +73,7 @@ .TP 15 .B \-\-selected-config Output the signature of the selected wxWidgets library. -This is a string of the form "port-unicode-release-version". +This is a string of the form "port-unicode-version". .SS Feature options @@ -82,21 +82,21 @@ .TP 15 .B \-\-host=HOST -Specify a (posix extended) regex of host aliases to match for cross +Specify a (POSIX extended) regex of host aliases to match for cross compiled configurations. eg. \-\-host=i586-mingw32msvc, \-\-host=.* If unspecified, the default is to match only configurations native to the build machine. .TP 15 .B \-\-toolkit=TOOLKIT -Specify a (posix extended) regex of the toolkits to match. -The toolkit is responsible for look and feel of the compiled +Specify a (POSIX extended) regex of the toolkits to match. +The toolkit is responsible for the look and feel of the compiled application. eg. gtk, gtk2, motif, msw. If unspecified the default is to prefer the system default toolkit, but to match any toolkit in the absence of a stricter specification. .TP 15 .B \-\-version[=VERSION] Without the optional argument, return the wxWidgets version. If the -argument is supplied it specifies a (posix extended) regex of the +argument is supplied it specifies a (POSIX extended) regex of the versions to match. If unspecified the default is to prefer the system default version, but to match any version in the absence of a stricter specification. @@ -110,10 +110,12 @@ Specify whether to create a debug or release build for the application. If unspecified, the system default (release) will be preferred, but any type may match in the absence of a stricter specification. -Debug builds should never be uploaded to Debian, but are very useful -for finding certain common failure idioms. You are encouraged to use -them during active development of applications. They are not binary -compatible with the release libraries. + +Debug versions are very useful for finding certain common ways of +misusing the wxWidgets API, and you are encouraged to use them during +active development of applications. They are not binary compatible with +release versions, and packages built against wxWidgets debug builds +should never be uploaded to Debian. .TP 15 .B \-\-static[=yes|no]] Specify whether to statically or dynamically link wxWidgets libraries @@ -121,8 +123,8 @@ will be preferred, but any type may match in the absence of a stricter specification. Static linking is mainly useful still for cross ports not natively supported by Debian, and can be hazardous in conjunction -with the gtk toolkits. Note that static libraries are no longer supplied -in the wxGTK packages any more. +with the GTK toolkits. Note that static libraries are no longer +included in the wxGTK packages. .SS Compiler options These options generate output required to build an application using @@ -152,6 +154,6 @@ .SH COPYRIGHT This manpage was written by Ron Lee for the Debian GNU/Linux -distribution of wxWindows. It may be freely distributed by anyone who finds +distribution of wxWidgets. It may be freely distributed by anyone who finds it useful. diff -Nru wxwidgets3.0-3.0.0/debian/wx-doc.doc-base wxwidgets3.0-3.0.0/debian/wx-doc.doc-base --- wxwidgets3.0-3.0.0/debian/wx-doc.doc-base 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/wx-doc.doc-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -Document: wx=V-manual -Title: wxWidgets=V Programming Manual -Author: The wxWidgets Cabal -Abstract: This manual describes the wxWidgets=V cross-platform GUI toolkit. -Section: Programming - -Format: HTML -Index: /usr/share/doc/wx=V-doc/wx-manual.html/wx=V-manual_contents.html -Files: /usr/share/doc/wx=V-doc/wx-manual.html/* - diff -Nru wxwidgets3.0-3.0.0/debian/wx-doc.docs wxwidgets3.0-3.0.0/debian/wx-doc.docs --- wxwidgets3.0-3.0.0/debian/wx-doc.docs 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/wx-doc.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -docs/wx-manual.html - diff -Nru wxwidgets3.0-3.0.0/debian/wx-examples.examples wxwidgets3.0-3.0.0/debian/wx-examples.examples --- wxwidgets3.0-3.0.0/debian/wx-examples.examples 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/wx-examples.examples 2013-11-12 10:34:37.000000000 +0000 @@ -1,5 +1,3 @@ debian/README.examples debian/unpack_examples.sh docs/examples/samples -docs/examples/wxPython - diff -Nru wxwidgets3.0-3.0.0/debian/wxPython-tools.1 wxwidgets3.0-3.0.0/debian/wxPython-tools.1 --- wxwidgets3.0-3.0.0/debian/wxPython-tools.1 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/wxPython-tools.1 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -.TH wxPython\-tools 1 "3 Jan 2003" "Debian GNU/Linux" "wxWidgets" -.SH NAME -img2py \- wxPython tools. -.br -img2png \- wxPython tools. -.br -img2xpm \- wxPython tools. -.br -pycrust \- wxPython tools. -.br -pyshell \- wxPython tools. -.br -xrced \- wxPython tools. -.br -helpviewer \- wxPython tools. -.br -pyalacarte \- wxPython tools. -.br -pyalamode \- wxPython tools. -.br -pywrap \- wxPython tools. -.br -pywxrc \- wxPython tools. - -.SH DESCRIPTION -The real documentation for these tools is available in pydoc format. - -.SH SEE ALSO -.BR pydoc (1) - -.SH COPYRIGHT -This manpage was written by Ron Lee for the Debian GNU/Linux -distribution of wxWidgets. It may be freely distributed by anyone insane enough -to find it useful. - diff -Nru wxwidgets3.0-3.0.0/debian/wxrc-tools.1 wxwidgets3.0-3.0.0/debian/wxrc-tools.1 --- wxwidgets3.0-3.0.0/debian/wxrc-tools.1 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/wxrc-tools.1 2011-11-28 11:33:56.000000000 +0000 @@ -1,15 +1,14 @@ -.TH wxrc\-tools 1 "30 Jul 2004" "Debian GNU/Linux" "wxWindows" +.TH wxrc\-tools 1 "30 Jul 2004" "Debian GNU/Linux" "wxWidgets" .SH NAME wxrc \- command line compiler for wx xml resources. .SH DESCRIPTION The real documentation for this tool (what of it that exists) is available -in the wxWindows manual, which is packaged in html format in the wx2.6-doc -package and installed in /usr/share/doc/wx2.6-doc/wx-manual.html on Debian -systems. +in the wxWidgets manual, which is packaged in html format in the wx2.8-doc +package and installed in +/usr/share/doc/wx2.8-doc/wx-manual.html/wx_xrcoverview.html on Debian systems. .SH COPYRIGHT This manpage was written by Ron Lee for the Debian GNU/Linux -distribution of wxWindows. It may be freely distributed by anyone insane enough -to find it useful. - +distribution of wxWidgets. It may be freely distributed by anyone insane +enough to find it useful. diff -Nru wxwidgets3.0-3.0.0/debian/xrced.desktop wxwidgets3.0-3.0.0/debian/xrced.desktop --- wxwidgets3.0-3.0.0/debian/xrced.desktop 2011-06-15 11:27:58.000000000 +0000 +++ wxwidgets3.0-3.0.0/debian/xrced.desktop 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=XRCed -Comment=wxPython XRC resource editor and UI designer -Exec=/usr/bin/xrced -Icon=/usr/share/pixmaps/xrced.png -Terminal=false -Type=Application -Categories=Application;Development; -StartupNotify=true