b1  - :   \T<4|tldH@$*etch|non-free|amd64(etch|non-free|sparc&etch|non-free|powerpc#etch|non-free|i386lenny|non-free|amd64lenny|non-free|sparclenny|non-free|powerpclenny|non-free|i386squeeze|non-free|amd64squeeze|non-free|sparcsqueeze|non-free|powerpc squeeze|non-free|i386 sid|non-free|amd64sid|non-free|sparcsid|non-free|powerpcsid|non-free|i386b1   : l,׿WA $wb.%,;2:u+jM6aو'`FSz2ӝ$rںfk]4=֔nu r$ҀL(Wn[ . U+.Hv)] s~ͤ#ePD*HW"c(TQUhA*51K"COQ'IӘT7` 59QX9Xz9 ʬ/*U^ZP<-Q1hTkv% lZY qơaThT= S66VHՑ=d qNDNÏM?;$56G8]3vA*zl[if}P<@Hwf'ցcnIjHՁP22fLU* $5ujSca}*d=/AWtw6n sjoYcUSp~4T'qi`(? i=e,(Jqlє.Rs{Թ\saEiy jtsDKI~@-D Cl CdS3U`1¤C k^ԙ0S7]0i`_V!Z*?xHS)X˄eާ1ӣ(\`uHI}#ùpÅaf6: f )(uD8fEMbQ)N)G'%".ab++[d4RRaх&=ygmUi;'DRJ?q@SeHSD(_2| EcEUUk{+M1Ƌۂ.17nz f)/&9X(Ep3 42"nYBp!CM޸[͵ La,Q7! z[$Rq B6GTؑ8ZK&.M`^щ׬-ZgtMXAʞffJUӊD{ 1h:"Kup&c977T+plщ}ɕ.|Up"R S* .>p &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHݷHݷ   operaPackage: opera Version: 10.10.4742.gcc4.qt3 Architecture: i386 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 29148 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_i386.deb Size: 13390716 MD5sum: 86f23db219e9946f12f8f05da7cb05ea Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. be upgraded to final public releases this way. If you want to get beta releases, too, you'll have to edit /etc/apt/sources.list.d/opera manually. Template: opera/menu-obsolete Type: note Description: Your /etc/menu/opera is outdated Your /etc/menu/opera refers to the obsolete X11R6/bin/opera symlink. This shall cause your menus to be broken when you re-install Opera. Change /etc/menu/opera to reference /usr/bin/opera instead. . It's recommended that you remove /etc/menu/opera at all, which would let Opera set up its menus and icons correctly. Be sure to run update-menus after removing or updating any menu file. Template: opera/menu-overrides Type: note Description: Your /etc/menu/opera is in the way Your /etc/menu/opera overrides Opera's desktop configuration. Removing it would let Opera set up its menus and icons correctly. Be sure to run update-menus after removing or updating any menu file. ./postinst0000755000000000000000000001422511301565665011536 0ustar rootroot#!/bin/sh -e # postinst script for opera # see: dh_installdeb(1) . /usr/share/debconf/confmodule db_version 2.0 db_capb db_title 'Opera Browser' case "$1" in configure) MANAGE_DEB_SOURCE=true if [ -f /etc/apt/sources.list.d/opera ]; then # The name /etc/apt/sources.list.d/opera is wrong # (clean up after a bug in build 4100) if [ -f /etc/apt/sources.list.d/opera.list ]; then rm -f /etc/apt/sources.list.d/opera else mv /etc/apt/sources.list.d/opera /etc/apt/sources.list.d/opera.list fi fi if grep -q '^\s*deb\s*http://deb.opera.com/' /etc/apt/sources.list; then # The user already has a manual entry for Opera db_set opera/add-deb-source false MANAGE_DEB_SOURCE=false elif [ -f /etc/apt/sources.list.d/opera.list ]; then # This could have been created by the user or by us MANAGE_DEB_SOURCE=false fi if $MANAGE_DEB_SOURCE; then db_input medium opera/add-deb-source || if [ $? -eq 30 ]; then # If the question is not shown if [ -n "$2" ] || dpkg --compare-versions "$2" ge 10.0; then # If upgrading over a 10.0+b1   : ~@-D Cl CdS3U`1¤C k^ԙ0S7]0i`_V!Z*?xHS)X˄eާ1ӣ(\`uHI}#ùpÅaf6: f )(uD8fEMbQ)N)G'%".ab++[d4RRaх&=ygmUi;'DRJ?q@SeHSD(_2| EcEUUk{+M1Ƌۂ.17nz f)/&9X(Ep3 42"nYBp!CM޸[͵ La,Q7! z[$Rq B6GTؑ8ZK&.M`^щ׬-ZgtMXAʞffJUӊD{ 1h:"Kup&c977T+plщ}ɕ.|Up"R S* .>p &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHݷHݷ   a647ca24fab5(ݷ(ݷmT]o6|ׯu>ۇ6hӠ5j} (jM*I݇ߡ$4vwu/ճlxKc/zY4J*ūbA7GVaKFjC?ŢX]tihU;`Op &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHݷHݷ   a647ca24fab5(ݷ(ݷmT]o6|ׯu>ۇ6hӠ5j} (jM*I݇ߡ$4vwu/ճlxKc/zY4J*ūbA7GVaKFjC?ŢX]tihU;`Op m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHݷHݷ   a647ca24fab5(ݷ(ݷmT]o6|ׯu>ۇ6hӠ5j} (jM*I݇ߡ$4vwu/ճlxKc/zY4J*ūbA7GVaKFjC?ŢX]tihU;`O= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 31600 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_amd64.deb Size: 14190224 MD5sum: d923ae60b49b5f4d6310145dc0592d8b Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301567106011162 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0  Package: opera Version: 10.10.4742.gcc4.qt3 Architecture: powerpc Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 30608 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_powerpc.deb Size: 13806254 MD5sum: 3aab92abcf447f8ff5624d6e4bafb360 Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301570613011157 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0  b1  : 6aو'`FSz2ӝ$rںfk]4=֔nu r$ҀL(Wn[ . U+.Hv)] s~ͤ#ePD*HW"c(TQUhA*51K"COQ'IӘT7` 59QX9Xz9 ʬ/*U^ZP<-Q1hTkv% lZY qơaThT= S66VHՑ=d qNDNÏM?;$56G8]3vA*zl[if}P<@Hwf'ցcnIjHՁP22fLU* $5ujSca}*d=/AWtw6n sjoYcUSp~4T'qi`(? i=e,(Jqlє.Rs{Թ\saEiy jtsDKI~@-D Cl CdS3U`1¤C k^ԙ0S7]0i`_V!Z*?xHS)X˄eާ1ӣ(\`uHI}#ùpÅaf6: f )(uD8fEMbQ)N)G'%".ab++[d4RRaх&=ygmUi;'DRJ?q@SeHSD(_2| EcEUUk{+M1Ƌۂ.17nz f)/&9X(Ep3 42"nYBp!CM޸[͵ La,Q7! z[$Rq B6GTؑ8ZK&.M`^щ׬-ZgtMXAʞffJUӊD{ 1h:"Kup&c977T+plщ}ɕ.|Up"R S* .>p &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHyHy0000755000000000000000000000000011301565667007723 5ustar rootroot./templates0000644000000000000000000000274711301565651011647 0ustar rootrootTemplate: opera/add-deb-source Type: boolean Default: true Description: Do you want Opera to be kept up-to-date with the rest of the system? Opera can configure your system to include new version of Opera packages in the regular system upgrades. Enabling this option is highly recommended in order to receive security critical updates in a timely manner. . If you say Yes, Opera will install a file into /etc/apt/sources.list.d, so that Opera package is upgraded to an available newer final release as part of your regular system upgrade. . Note that, by default, Opera will only be upgraded to final public releases this way. If you want to get beta releases, too, you'll have to edit /etc/apt/sources.list.d/opera manually. Template: opera/menu-obsolete Type: note Description: Your /etc/menu/opera is outdated Your /etc/menu/opera refers to the obsolete X11R6/bin/opera symlink. This shall cause your menus to be broken when you re-install Opera. Change /etc/menu/opera to reference /usr/bin/opera instead. . It's recommended that you remove /etc/menu/opera at all, which would let Opera set up its menus and icons correctly. Be sure to run update-menus after removing or updating any menu file. Template: opera/menu-overrides Type: note Description: Your /etc/menu/opera is in the way Your /etc/menu/opera overrides Opera's desktop configuration. Removing it would let Opera set up its menus and icons correctly. Be sure to run update-menus after removing or updating any menu file. ./postinst0000755000000000000000000001422511301565665011536 0ustar rootroot#!/bin/sh -e # postinst script for opera # see: dh_installdeb(1) . /usr/share/debconf/confmodule db_version 2.0 db_capb db_title 'Opera Browser' case "$1" in configure) MANAGE_DEB_SOURCE=true if [ -f /etc/apt/sources.list.d/opera ]; then # The name /etc/apt/sources.list.d/opera is wrong # (clean up after a bug in build 4100) if [ -f /etc/apt/sources.list.d/opera.list ]; then rm -f /etc/apt/sources.list.d/opera else mv /etc/apt/sources.list.d/opera /etc/apt/sources.list.d/opera.list fi fi if grep -q '^\s*deb\s*http://deb.opera.com/' /etc/apt/sources.list; then # The user already has a manual entry for Opera db_set opera/add-deb-source false MANAGE_DEB_SOURCE=false elif [ -f /etc/apt/sources.list.d/opera.list ]; then # This could have been created by the user or by us MANAGE_DEB_SOURCE=false fi if $MANAGE_DEB_SOURCE; then db_input medium opera/add-deb-source || if [ $? -eq 30 ]; then # If the question is not shown if [ -n "$2" ] || dpkg --compare-versions "$2" ge 10.0; then # Iopera.0+Package: opera Version: 10.10.4742.gcc4.qt3 Architecture: i386 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 29148 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_i386.deb Size: 13390716 MD5sum: 86f23db219e9946f12f8f05da7cb05ea Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301565665011172 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0 b1   : S)X˄eާ1ӣ(\`uHI}#ùpÅaf6: f )(uD8fEMbQ)N)G'%".ab++[d4RRaх&=ygmUi;'DRJ?q@SeHSD(_2| EcEUUk{+M1Ƌۂ.17nz f)/&9X(Ep3 42"nYBp!CM޸[͵ La,Q7! z[$Rq B6GTؑ8ZK&.M`^щ׬-ZgtMXAʞffJUӊD{ 1h:"Kup&c977T+plщ}ɕ.|Up"R S* .>p &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHyHy738f9d26d800(}(}mT]o6|ׯu>ۇ6hӠ5j} (jM*I݇ߡ$4vwu/ճlxKc/zY4J*ūbA7GVaKFjC?ŢX]tihU;`O= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertineoperaux-b1   : ؑ8ZK&.M`^щ׬-ZgtMXAʞffJUӊD{ 1h:"Kup&c977T+plщ}ɕ.|Up"R S* .>p &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHyHy738f9d26d800(}(}mT]o6|ׯu>ۇ6hӠ5j} (jM*I݇ߡ$4vwu/ճlxKc/zY4J*ūbA7GVaKFjC?ŢX]tihU;`O= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | (}(}am-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 29148 Maintainer: Opera Packaging Team Bugs: https://bugs.operb1   :  87803f0514670b96c73d4043cd3568c8 usr/share/opera/lngcode.txt 7a2db2de5211ab16a6712e4168d17ec7 usr/share/opera/html40_entities.dtd 89e24fb62ac56a501aa77cfde4e2f499 usr/share/opera/encoding.bin 7d46892e1c850f983b57eae47e8be48f usr/share/opera/package-id.ini 6ed751290abb1877dc5f63d98d519388 usr/share/icons/hicolor/22x22/apps/opera.png d0b315ea05750c1abb157042e56165d2 usr/share/icons/hicolor/48x48/apps/opera.png 52440fbe31989de381a04002fe54da6e usr/share/icons/hicolor/scalable/apps/opera.svg 8252fceede693440b96be35f6065cde3 usr/share/icons/hicolor/32x32/apps/opera.png e86ae7a20a7bc688af75a10d628de734 usr/share/icons/hicolor/128x128/apps/opera.png c3a9608cefc210c9e7823389c880a846 usr/share/icons/hicolor/16x16/apps/opera.png 6a6a8e020838b23406c81b19c1d46df6 usr/share/doc/opera/LGPL 3601f94c083013260ba576cc811b7ff2 usr/share/doc/opera/copyright a2295ad2dca1ed52ea4f6982f1bfe033 usr/share/doc/opera/changelog.gz fdd1de6411735566e66bd39ca2344d50 usr/share/man/man1/opera.1.gz 95240804bd57f82fd752d2678dc895fe usr/share/applications/opera.desktop bf390584aa12a80cc8f0000d01bac01c usr/share/menu/opera 102167581f463403815b96c8b4415a1d usr/share/pixmaps/opera.xpm 359c50a70d0f79e46941109f987565e4 usr/bin/opera f5b6bd46f8b4eba04d844c42704c2e98 usr/lib/opera/missingsyms.so 9e54c7b91f0ab1ace90138247e390515 usr/lib/opera/spellcheck.so c8143518a2179a3fe33ff58cef9c3ea6 usr/lib/opera/opera e0047da28168ece5d9a636af20595522 usr/lib/opera/works 6419593e25981198b4cb5625bef1c163 usr/lib/opera/operaplugincleaner bc7331102ef434f19e5a275de153af66 usr/lib/opera/operapluginwrapper 9c5d9482889b062edcfbf40f9bce94ba usr/lib/opera/operapluginwrapper-native 3ca23e571665350f0831450fa8bc71a3 usr/lib/opera/operapluginwrapper-ia32-linux ./control0000644000000000000000000000257011301565667011332 0ustar rootrootPackage: opera Version: 10.10.4742.gcc4.qt3 Section: non-free/web Priority: optional Architecture: i386 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | (}(}am-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 29148 Maintainer: Opera Packaging Team Bugs: https://bugs.opertomizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. operaPackage: opera Version: 10.10.4742.gcc4.qt3 Architecture: amd64 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 31600 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_amd64.deb Size: 14190224 MD5sum: d923ae60b49b5f4d6310145dc0592d8b Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301567106011162 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0 Package: opera Version: 10.10.4742.gcc4.qt3 Architecture: powerpc Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 30608 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_powerpc.deb Size: 13806254 MD5sum: 3aab92abcf447f8ff5624d6e4bafb360 Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301570613011157 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0 b1   : 6aو'`FSz2ӝ$rںfk]4=֔nu r$ҀL(Wn[ . U+.Hv)] s~ͤ#ePD*HW"c(TQUhA*51K"COQ'IӘT7` 59QX9Xz9 ʬ/*U^ZP<-Q1hTkv% lZY qơaThT= S66VHՑ=d qNDNÏM?;$56G8]3vA*zl[if}P<@Hwf'ցcnIjHՁP22fLU* $5ujSca}*d=/AWtw6n sjoYcUSp~4T'qi`(? i=e,(Jqlє.Rs{Թ\saEiy jtsDKI~@-D Cl CdS3U`1¤C k^ԙ0S7]0i`_V!Z*?xHS)X˄eާ1ӣ(\`uHI}#ùpÅaf6: f )(uD8fEMbQ)N)G'%".ab++[d4RRaх&=ygmUi;'DRJ?q@SeHSD(_2| EcEUUk{+M1Ƌۂ.17nz f)/&9X(Ep3 42"nYBp!CM޸[͵ La,Q7! z[$Rq B6GTؑ8ZK&.M`^щ׬-ZgtMXAʞffJUӊD{ 1h:"Kup&c977T+plщ}ɕ.|Up"R S* .>p &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHIHI0000755000000000000000000000000011301565667007723 5ustar rootroot./templates0000644000000000000000000000274711301565651011647 0ustar rootrootTemplate: opera/add-deb-source Type: boolean Default: true Description: Do you want Opera to be kept up-to-date with the rest of the system? Opera can configure your system to include new version of Opera packages in the regular system upgrades. Enabling this option is highly recommended in order to receive security critical updates in a timely manner. . If you say Yes, Opera will install a file into /etc/apt/sources.list.d, so that Opera package is upgraded to an available newer final release as part of your regular system upgrade. . Note that, by default, Opera will only be upgraded to final public releases this way. If you want to get beta releases, too, you'll have to edit /etc/apt/sources.list.d/opera manually. Template: opera/menu-obsolete Type: note Description: Your /etc/menu/opera is outdated Your /etc/menu/opera refers to the obsolete X11R6/bin/opera symlink. This shall cause your menus to be broken when you re-install Opera. Change /etc/menu/opera to reference /usr/bin/opera instead. . It's recommended that you remove /etc/menu/opera at all, which would let Opera set up its menus and icons correctly. Be sure to run update-menus after removing or updating any menu file. Template: opera/menu-overrides Type: note Description: Your /etc/menu/opera is in the way Your /etc/menu/opera overrides Opera's desktop configuration. Removing it would let Opera set up its menus and icons correctly. Be sure to run update-menus after removing or updating any menu file. ./postinst0000755000000000000000000001422511301565665011536 0ustar rootroot#!/bin/sh -e # postinst script for opera # see: dh_installdeb(1) . /usr/share/debconf/confmodule db_version 2.0 db_capb db_title 'Opera Browser' case "$1" in configure) MANAGE_DEB_SOURCE=true if [ -f /etc/apt/sources.list.d/opera ]; then # The name /etc/apt/sources.list.d/opera is wrong # (clean up after a bug in build 4100) if [ -f /etc/apt/sources.list.d/opera.list ]; then rm -f /etc/apt/sources.list.d/opera else mv /etc/apt/sources.list.d/opera /etc/apt/sources.list.d/opera.list fi fi if grep -q '^\s*deb\s*http://deb.opera.com/' /etc/apt/sources.list; then # The user already has a manual entry for Opera db_set opera/add-deb-source false MANAGE_DEB_SOURCE=false elif [ -f /etc/apt/sources.list.d/opera.list ]; then # This could have been created by the user or by us MANAGE_DEB_SOURCE=false fi if $MANAGE_DEB_SOURCE; then db_input medium opera/add-deb-source || if [ $? -eq 30 ]; then # If the question is not shown if [ -n "$2" ] || dpkg --compare-versions "$2" ge 10.0; then # Iopera.0+Package: opera Version: 10.10.4742.gcc4.qt3 Architecture: i386 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 29148 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_i386.deb Size: 13390716 MD5sum: 86f23db219e9946f12f8f05da7cb05ea Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301565665011172 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0 b1   : S)X˄eާ1ӣ(\`uHI}#ùpÅaf6: f )(uD8fEMbQ)N)G'%".ab++[d4RRaх&=ygmUi;'DRJ?q@SeHSD(_2| EcEUUk{+M1Ƌۂ.17nz f)/&9X(Ep3 42"nYBp!CM޸[͵ La,Q7! z[$Rq B6GTؑ8ZK&.M`^щ׬-ZgtMXAʞffJUӊD{ 1h:"Kup&c977T+plщ}ɕ.|Up"R S* .>p &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHIHI738f9d26d800(M(MmT]o6|ׯu>ۇ6hӠ5j} (jM*I݇ߡ$4vwu/ճlxKc/zY4J*ūbA7GVaKFjC?ŢX]tihU;`O= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine"operaux-b1   : ؑ8ZK&.M`^щ׬-ZgtMXAʞffJUӊD{ 1h:"Kup&c977T+plщ}ɕ.|Up"R S* .>p &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHIHI738f9d26d800(M(MmT]o6|ׯu>ۇ6hӠ5j} (jM*I݇ߡ$4vwu/ճlxKc/zY4J*ūbA7GVaKFjC?ŢX]tihU;`O= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | (M(Mam-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 29148 Maintainer: Opera Packaging Team Bugs: https://bugs.operb1   : f132b02b5 usr/share/opera/defaults/search.ini aba5b1d5444b6dc7e086a7174c1932f2 usr/share/opera/defaults/standard_speeddial.ini 3601f94c083013260ba576cc811b7ff2 usr/share/opera/defaults/license.txt eff00befe1723a4742b9ae591170566c usr/share/opera/defaults/filehandler.ini cbb9966dcb699c39c67b177fcf585eda usr/share/opera/defaults/font.ini aeea3ea56b5710a1b106ea5b18e7271e usr/share/opera/defaults/pluginpath.ini 87803f0514670b96c73d4043cd3568c8 usr/share/opera/lngcode.txt 7a2db2de5211ab16a6712e4168d17ec7 usr/share/opera/html40_entities.dtd 89e24fb62ac56a501aa77cfde4e2f499 usr/share/opera/encoding.bin 7d46892e1c850f983b57eae47e8be48f usr/share/opera/package-id.ini 6ed751290abb1877dc5f63d98d519388 usr/share/icons/hicolor/22x22/apps/opera.png d0b315ea05750c1abb157042e56165d2 usr/share/icons/hicolor/48x48/apps/opera.png 52440fbe31989de381a04002fe54da6e usr/share/icons/hicolor/scalable/apps/opera.svg 8252fceede693440b96be35f6065cde3 usr/share/icons/hicolor/32x32/apps/opera.png e86ae7a20a7bc688af75a10d628de734 usr/share/icons/hicolor/128x128/apps/opera.png c3a9608cefc210c9e7823389c880a846 usr/share/icons/hicolor/16x16/apps/opera.png 6a6a8e020838b23406c81b19c1d46df6 usr/share/doc/opera/LGPL 3601f94c083013260ba576cc811b7ff2 usr/share/doc/opera/copyright a2295ad2dca1ed52ea4f6982f1bfe033 usr/share/doc/opera/changelog.gz fdd1de6411735566e66bd39ca2344d50 usr/share/man/man1/opera.1.gz 95240804bd57f82fd752d2678dc895fe usr/share/applications/opera.desktop bf390584aa12a80cc8f0000d01bac01c usr/share/menu/opera 102167581f463403815b96c8b4415a1d usr/share/pixmaps/opera.xpm 359c50a70d0f79e46941109f987565e4 usr/bin/opera f5b6bd46f8b4eba04d844c42704c2e98 usr/lib/opera/missingsyms.so 9e54c7b91f0ab1ace90138247e390515 usr/lib/opera/spellcheck.so c8143518a2179a3fe33ff58cef9c3ea6 usr/lib/opera/opera e0047da28168ece5d9a636af20595522 usr/lib/opera/works 6419593e25981198b4cb5625bef1c163 usr/lib/opera/operaplugincleaner bc7331102ef434f19e5a275de153af66 usr/lib/opera/operapluginwrapper 9c5d9482889b062edcfbf40f9bce94ba usr/lib/opera/operapluginwrapper-native 3ca23e571665350f0831450fa8bc71a3 usr/lib/opera/operapluginwrapper-ia32-linux ./control0000644000000000000000000000257011301565667011332 0ustar rootrootPackage: opera Version: 10.10.4742.gcc4.qt3 Section: non-free/web Priority: optional Architecture: i386 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | (M(Mam-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups- erplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 29148 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard (M(M Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. !opera!Package: opera Version: 10.10.4742.gcc4.qt3 Architecture: amd64 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 31600 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_amd64.deb Size: 14190224 MD5sum: d923ae60b49b5f4d6310145dc0592d8b Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301567106011162 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0 "Package: opera Version: 10.10.4742.gcc4.qt3 Architecture: powerpc Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 30608 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_powerpc.deb Size: 13806254 MD5sum: 3aab92abcf447f8ff5624d6e4bafb360 Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301570613011157 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0 #b1  # : $.%,;2:u+jM6aو'`FSz2ӝ$rںfk]4=֔nu r$ҀL(Wn[ . U+.Hv)] s~ͤ#ePD*HW"c(TQUhA*51K"COQ'IӘT7` 59QX9Xz9 ʬ/*U^ZP<-Q1hTkv% lZY qơaThT= S66VHՑ=d qNDNÏM?;$56G8]3vA*zl[if}P<@Hwf'ցcnIjHՁP22fLU* $5ujSca}*d=/AWtw6n sjoYcUSp~4T'qi`(? i=e,(Jqlє.Rs{Թ\saEiy jtsDKI~@-D Cl CdS3U`1¤C k^ԙ0S7]0i`_V!Z*?xHS)X˄eާ1ӣ(\`uHI}#ùpÅaf6: f )(uD8fEMbQ)N)G'%".ab++[d4RRaх&=ygmUi;'DRJ?q@SeHSD(_2| EcEUUk{+M1Ƌۂ.17nz f)/&9X(Ep3 42"nYBp!CM޸[͵ La,Q7! z[$Rq B6GTؑ8ZK&.M`^щ׬-ZgtMXAʞffJUӊD{ 1h:"Kup&c977T+plщ}ɕ.|Up"R S* .>p &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHڷHڷ$0000755000000000000000000000000011301565667007723 5ustar rootroot./templates0000644000000000000000000000274711301565651011647 0ustar rootrootTemplate: opera/add-deb-source Type: boolean Default: true Description: Do you want Opera to be kept up-to-date with the rest of the system? Opera can configure your system to include new version of Opera packages in the regular system upgrades. Enabling this option is highly recommended in order to receive security critical updates in a timely manner. . If you say Yes, Opera will install a file into /etc/apt/sources.list.d, so that Opera package is upgraded to an available newer final release as part of your regular system upgrade. . Note that, by default, Opera will only be upgraded to final public releases this way. If you want to get beta releases, too, you'll have to edit /etc/apt/sources.list.d/opera manually. Template: opera/menu-obsolete Type: note Description: Your /etc/menu/opera is outdated Your /etc/menu/opera refers to the obsolete X11R6/bin/opera symlink. This shall cause your menus to be broken when you re-install Opera. Change /etc/menu/opera to reference /usr/bin/opera instead. . It's recommended that you remove /etc/menu/opera at all, which would let Opera set up its menus and icons correctly. Be sure to run update-menus after removing or updating any menu file. Template: opera/menu-overrides Type: note Description: Your /etc/menu/opera is in the way Your /etc/menu/opera overrides Opera's desktop configuration. Removing it would let Opera set up its menus and icons correctly. Be sure to run update-menus after removing or updating any menu file. ./postinst0000755000000000000000000001422511301565665011536 0ustar rootroot#!/bin/sh -e # postinst script for opera # see: dh_installdeb(1) . /usr/share/debconf/confmodule db_version 2.0 db_capb db_title 'Opera Browser' case "$1" in configure) MANAGE_DEB_SOURCE=true if [ -f /etc/apt/sources.list.d/opera ]; then # The name /etc/apt/sources.list.d/opera is wrong # (clean up after a bug in build 4100) if [ -f /etc/apt/sources.list.d/opera.list ]; then rm -f /etc/apt/sources.list.d/opera else mv /etc/apt/sources.list.d/opera /etc/apt/sources.list.d/opera.list fi fi if grep -q '^\s*deb\s*http://deb.opera.com/' /etc/apt/sources.list; then # The user already has a manual entry for Opera db_set opera/add-deb-source false MANAGE_DEB_SOURCE=false elif [ -f /etc/apt/sources.list.d/opera.list ]; then # This could have been created by the user or by us MANAGE_DEB_SOURCE=false fi if $MANAGE_DEB_SOURCE; then db_input medium opera/add-deb-source || if [ $? -eq 30 ]; then # If the question is not shown if [ -n "$2" ] || dpkg --compare-versions "$2" ge 10.0; then # I%opera.0+%Package: opera Version: 10.10.4742.gcc4.qt3 Architecture: i386 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 29148 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_i386.deb Size: 13390716 MD5sum: 86f23db219e9946f12f8f05da7cb05ea Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301565665011172 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0 &b1  & : 'l CdS3U`1¤C k^ԙ0S7]0i`_V!Z*?xHS)X˄eާ1ӣ(\`uHI}#ùpÅaf6: f )(uD8fEMbQ)N)G'%".ab++[d4RRaх&=ygmUi;'DRJ?q@SeHSD(_2| EcEUUk{+M1Ƌۂ.17nz f)/&9X(Ep3 42"nYBp!CM޸[͵ La,Q7! z[$Rq B6GTؑ8ZK&.M`^щ׬-ZgtMXAʞffJUӊD{ 1h:"Kup&c977T+plщ}ɕ.|Up"R S* .>p &ȞlHo9aez6QY69j\_^ Td@)mٓm<ĖIЉmN)}x0\8eZ!Wɸbp22_>ˠA;21P̆F`l #(rXVMh0\B$n}$Pq6uUٲ)t\($jEN*ZͩP#gi7H=j’۠l=]*M6l $ļj nzz]5Fe L/9z2);*?J]P-}M#d(6N{As@_C<4p9jJZ 4樈-&#Y:&|p m8<-a.cr ($fi\ښQ0L0>sgkX_?uJ14% 3^goۍS"dzp@185LP)[Sh::̝'cKU# k+-)mpv@1UA@{nmR;f*}UQ9qvZ@вpi3E7v=T" :و2=WІB4c/=ޤ)>.mm]ݿ*K0G]bnl)6vftEY,:{$fuq@s[38 qDI[Ddd>K|"bߝnt|$"{"dh7 ⓢRI8'AlgIS6aʘs x->ooHڷHڷ738f9d26d800(ڷ(ڷmT]o6|ׯu>ۇ6hӠ5j} (jM*I݇ߡ$4vwu/ճlxKc/zY4J*ūbA7GVaKFjC?ŢX]tihU;`O= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), li-operattf(b1  ( : )"a/unite/webserver.ua 62335c8e4065aca30f8e7a1bff56d04e usr/share/opera/unite/photoSharing.ua ebbc2eadfa54c66c9e31e6e790004fb7 usr/share/opera/unite/fridge.ua 94bf79c0c6cbc58020b5f33d0a415fa5 usr/share/opera/unite/messenger.ua 8223a837debe53af70e4db2b48df9aee usr/share/opera/defaults/feedreaders.ini 999671790c0d7c13942128fc9acf7879 usr/share/opera/defaults/standard_trusted_repositories.ini 0560b146d046bfb06788e06840270080 usr/share/opera/defaults/mailproviders.xml c98d21788ba4619a0a3bb41722142e45 usr/share/opera/defaults/webmailproviders.ini e26f7b46dc49b8569ca6815d2d0ba1f4 usr/share/opera/defaults/xmlentities.ini 63fe2ac1868b6cc3561f413ee106fbd5 usr/share/opera/defaults/bookmarks.adr 3f6f7416e9e2afa5805aca3f132b02b5 usr/share/opera/defaults/search.ini aba5b1d5444b6dc7e086a7174c1932f2 usr/share/opera/defaults/standard_speeddial.ini 3601f94c083013260ba576cc811b7ff2 usr/share/opera/defaults/license.txt eff00befe1723a4742b9ae591170566c usr/share/opera/defaults/filehandler.ini cbb9966dcb699c39c67b177fcf585eda usr/share/opera/defaults/font.ini aeea3ea56b5710a1b106ea5b18e7271e usr/share/opera/defaults/pluginpath.ini 87803f0514670b96c73d4043cd3568c8 usr/share/opera/lngcode.txt 7a2db2de5211ab16a6712e4168d17ec7 usr/share/opera/html40_entities.dtd 89e24fb62ac56a501aa77cfde4e2f499 usr/share/opera/encoding.bin 7d46892e1c850f983b57eae47e8be48f usr/share/opera/package-id.ini 6ed751290abb1877dc5f63d98d519388 usr/share/icons/hicolor/22x22/apps/opera.png d0b315ea05750c1abb157042e56165d2 usr/share/icons/hicolor/48x48/apps/opera.png 52440fbe31989de381a04002fe54da6e usr/share/icons/hicolor/scalable/apps/opera.svg 8252fceede693440b96be35f6065cde3 usr/share/icons/hicolor/32x32/apps/opera.png e86ae7a20a7bc688af75a10d628de734 usr/share/icons/hicolor/128x128/apps/opera.png c3a9608cefc210c9e7823389c880a846 usr/share/icons/hicolor/16x16/apps/opera.png 6a6a8e020838b23406c81b19c1d46df6 usr/share/doc/opera/LGPL 3601f94c083013260ba576cc811b7ff2 usr/share/doc/opera/copyright a2295ad2dca1ed52ea4f6982f1bfe033 usr/share/doc/opera/changelog.gz fdd1de6411735566e66bd39ca2344d50 usr/share/man/man1/opera.1.gz 95240804bd57f82fd752d2678dc895fe usr/share/applications/opera.desktop bf390584aa12a80cc8f0000d01bac01c usr/share/menu/opera 102167581f463403815b96c8b4415a1d usr/share/pixmaps/opera.xpm 359c50a70d0f79e46941109f987565e4 usr/bin/opera f5b6bd46f8b4eba04d844c42704c2e98 usr/lib/opera/missingsyms.so 9e54c7b91f0ab1ace90138247e390515 usr/lib/opera/spellcheck.so c8143518a2179a3fe33ff58cef9c3ea6 usr/lib/opera/opera e0047da28168ece5d9a636af20595522 usr/lib/opera/works 6419593e25981198b4cb5625bef1c163 usr/lib/opera/operaplugincleaner bc7331102ef434f19e5a275de153af66 usr/lib/opera/operapluginwrapper 9c5d9482889b062edcfbf40f9bce94ba usr/lib/opera/operapluginwrapper-native 3ca23e571665350f0831450fa8bc71a3 usr/lib/opera/operapluginwrapper-ia32-linux ./control0000644000000000000000000000257011301565667011332 0ustar rootroot)Package: opera Version: 10.10.4742.gcc4.qt3 Section: non-free/web Priority: optional Architecture: i386 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-liber(ڷ(ڷnux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 29148 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. *b1  * : +"a/unite/webserver.ua 62335c8e4065aca30f8e7a1bff56d04e usr/share/opera/unite/photoSharing.ua ebbc2eadfa54c66c9e31e6e790004fb7 usr/share/opera/unite/fridge.ua 94bf79c0c6cbc58020b5f33d0a415fa5 usr/share/opera/unite/messenger.ua 8223a837debe53af70e4db2b48df9aee usr/share/opera/defaults/feedreaders.ini 999671790c0d7c13942128fc9acf7879 usr/share/opera/defaults/standard_trusted_repositories.ini 0560b146d046bfb06788e06840270080 usr/share/opera/defaults/mailproviders.xml c98d21788ba4619a0a3bb41722142e45 usr/share/opera/defaults/webmailproviders.ini e26f7b46dc49b8569ca6815d2d0ba1f4 usr/share/opera/defaults/xmlentities.ini 63fe2ac1868b6cc3561f413ee106fbd5 usr/share/opera/defaults/bookmarks.adr 3f6f7416e9e2afa5805aca3f132b02b5 usr/share/opera/defaults/search.ini aba5b1d5444b6dc7e086a7174c1932f2 usr/share/opera/defaults/standard_speeddial.ini 3601f94c083013260ba576cc811b7ff2 usr/share/opera/defaults/license.txt eff00befe1723a4742b9ae591170566c usr/share/opera/defaults/filehandler.ini cbb9966dcb699c39c67b177fcf585eda usr/share/opera/defaults/font.ini aeea3ea56b5710a1b106ea5b18e7271e usr/share/opera/defaults/pluginpath.ini 87803f0514670b96c73d4043cd3568c8 usr/share/opera/lngcode.txt 7a2db2de5211ab16a6712e4168d17ec7 usr/share/opera/html40_entities.dtd 89e24fb62ac56a501aa77cfde4e2f499 usr/share/opera/encoding.bin 7d46892e1c850f983b57eae47e8be48f usr/share/opera/package-id.ini 6ed751290abb1877dc5f63d98d519388 usr/share/icons/hicolor/22x22/apps/opera.png d0b315ea05750c1abb157042e56165d2 usr/share/icons/hicolor/48x48/apps/opera.png 52440fbe31989de381a04002fe54da6e usr/share/icons/hicolor/scalable/apps/opera.svg 8252fceede693440b96be35f6065cde3 usr/share/icons/hicolor/32x32/apps/opera.png e86ae7a20a7bc688af75a10d628de734 usr/share/icons/hicolor/128x128/apps/opera.png c3a9608cefc210c9e7823389c880a846 usr/share/icons/hicolor/16x16/apps/opera.png 6a6a8e020838b23406c81b19c1d46df6 usr/share/doc/opera/LGPL 3601f94c083013260ba576cc811b7ff2 usr/share/doc/opera/copyright a2295ad2dca1ed52ea4f6982f1bfe033 usr/share/doc/opera/changelog.gz fdd1de6411735566e66bd39ca2344d50 usr/share/man/man1/opera.1.gz 95240804bd57f82fd752d2678dc895fe usr/share/applications/opera.desktop bf390584aa12a80cc8f0000d01bac01c usr/share/menu/opera 102167581f463403815b96c8b4415a1d usr/share/pixmaps/opera.xpm 359c50a70d0f79e46941109f987565e4 usr/bin/opera f5b6bd46f8b4eba04d844c42704c2e98 usr/lib/opera/missingsyms.so 9e54c7b91f0ab1ace90138247e390515 usr/lib/opera/spellcheck.so c8143518a2179a3fe33ff58cef9c3ea6 usr/lib/opera/opera e0047da28168ece5d9a636af20595522 usr/lib/opera/works 6419593e25981198b4cb5625bef1c163 usr/lib/opera/operaplugincleaner bc7331102ef434f19e5a275de153af66 usr/lib/opera/operapluginwrapper 9c5d9482889b062edcfbf40f9bce94ba usr/lib/opera/operapluginwrapper-native 3ca23e571665350f0831450fa8bc71a3 usr/lib/opera/operapluginwrapper-ia32-linux ./control0000644000000000000000000000257011301565667011332 0ustar rootroot+Package: opera Version: 10.10.4742.gcc4.qt3 Section: non-free/web Priority: optional Architecture: i386 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-liber(ڷ(ڷnux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 29148 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ,opera,Package: opera Version: 10.10.4742.gcc4.qt3 Architecture: amd64 Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 31600 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_amd64.deb Size: 14190224 MD5sum: d923ae60b49b5f4d6310145dc0592d8b Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301567106011162 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0 -Package: opera Version: 10.10.4742.gcc4.qt3 Architecture: powerpc Depends: libc6 (>= 2.1.3), xlib6g (>= 3.3.6) | xlibs | libxmu6, debconf (>= 0.5) | debconf-2.0, libqt3-mt (>= 3.3.4), libstdc++6 Recommends: ttf-linux-libertine | ttf-freefont | linux-libertine | ttf-dejavu | ttf-bitstream-vera | ttf-mscorefonts-installer | msttcorefonts Suggests: flash-npapi-plugin | flashplugin-nonfree | flashplayer-mozilla | swf-player | libflash-mozplugin | mozilla-plugin-gnash, pdf-npapi-plugin | djvulibre-plugin | mozilla-acroread, cups-client | cupsys-client | lpr, sun-java6-jre | sun-java5-jre | java-gcj-compat, xine-plugin | gxineplugin | mplayerplug-in | kaffeine-mozilla | mozilla-mplayer | mozilla-helix-player | gecko-mediaplayer, mozplugger | plugger, mozilla-bonobo, aspell Conflicts: opera-static Replaces: opera-static Provides: www-browser Installed-Size: 30608 Maintainer: Opera Packaging Team Bugs: https://bugs.opera.com/wizard/ Priority: optional Section: non-free/web Filename: pool/non-free/o/opera/opera_10.10.4742.gcc4.qt3_powerpc.deb Size: 13806254 MD5sum: 3aab92abcf447f8ff5624d6e4bafb360 Description: The Opera Web Browser Welcome to the Opera Web browser. It is smaller, faster, customizable, powerful, yet user-friendly. Opera eliminates sluggish performance, HTML standard violations, desktop domination, and instability. This robust Web browser lets you navigate the Web at incredible speed and offers you the best Internet experience. . The binaries were built using gcc 4. ustar rootroot#!/bin/sh case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/opera ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: exit 0 ./postrm0000755000000000000000000000214211301570613011157 0ustar rootroot#!/bin/sh . /usr/share/debconf/confmodule case "$1" in remove) # Temp: this is a legacy we tidy away while we're at it, just in case it's left from < 9.5 antiquity. rm -f /usr/lib/menu/opera ;; purge) db_get opera/add-deb-source if $RET; then # We have added this on installation rm -f /etc/apt/sources.list.d/opera.list if [ -x /usr/bin/apt-key ]; then apt-key del 6A423791 >/dev/null 2>&1 || true apt-key del 9D1A0061 >/dev/null 2>&1 || true fi fi ;; esac # Replaced, by dh_installdeb, with shell code automatically generated # by other debhelper scripts: # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section # Automatically added by dh_installmenu if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section # Automatically added by dh_desktop if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi # End automatically added section exit 0