From 5c0b9a5a1f674fe9fc49988dc0beae0b89a1e084 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Sun, 7 Mar 2010 21:37:26 +0100 Subject: [PATCH] initial version of scripts, config and debian package add PR1.1.1 package lists --- install/GPL | 340 + install/cleanroot | 50 + install/debian/changelog | 5 + install/debian/compat | 1 + install/debian/control | 25 + install/debian/copyright | 18 + install/debian/rules | 18 + .../etc/X11/Xsession.d/05connui-conndlgs-cellular | 4 + install/etc/apt/sources.list | 10 + install/etc/default/watchdog | 5 + install/etc/event.d/rcS-late | 60 + install/etc/fstab | 4 + install/etc/hildon-welcome.d/default.conf | 2 + install/etc/hostname | 1 + install/etc/init.d/rcS | 292 + install/etc/modprobe.d/g_nokia | 1 + install/etc/mtab | 10 + .../network/if-post-down.d/zz_static_ip_if_down | 18 + install/etc/network/interfaces | 26 + install/etc/passwd | 24 + install/etc/watchdog-twl4030.conf | 41 + install/etc/watchdog.conf | 41 + install/installroot | 276 + install/mountroot | 25 + install/umountroot | 18 + packages/PR1.1.1/pkgs | 1700 ++ packages/PR1.1.1/status |25704 ++++++++++++++++++++ 27 files changed, 28719 insertions(+) create mode 100644 install/GPL create mode 100755 install/cleanroot create mode 100644 install/debian/changelog create mode 100644 install/debian/compat create mode 100644 install/debian/control create mode 100644 install/debian/copyright create mode 100755 install/debian/rules create mode 100755 install/etc/X11/Xsession.d/05connui-conndlgs-cellular create mode 100644 install/etc/apt/sources.list create mode 100644 install/etc/default/watchdog create mode 100644 install/etc/event.d/rcS-late create mode 100644 install/etc/fstab create mode 100644 install/etc/hildon-welcome.d/default.conf create mode 100644 install/etc/hostname create mode 100755 install/etc/init.d/rcS create mode 100644 install/etc/modprobe.d/g_nokia create mode 100644 install/etc/mtab create mode 100755 install/etc/network/if-post-down.d/zz_static_ip_if_down create mode 100644 install/etc/network/interfaces create mode 100644 install/etc/passwd create mode 100644 install/etc/watchdog-twl4030.conf create mode 100644 install/etc/watchdog.conf create mode 100755 install/installroot create mode 100755 install/mountroot create mode 100755 install/umountroot create mode 100644 packages/PR1.1.1/pkgs create mode 100644 packages/PR1.1.1/status diff --git a/install/GPL b/install/GPL new file mode 100644 index 0000000..d60c31a --- /dev/null +++ b/install/GPL @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/install/cleanroot b/install/cleanroot new file mode 100755 index 0000000..95d82b4 --- /dev/null +++ b/install/cleanroot @@ -0,0 +1,50 @@ +#!/bin/sh +# (c) copyright 2010 by Thomas Tanner + +mountpoints="cdrom dev floppy home initrd media mnt nand proc sys syspart tmp" + +test "$#" -eq 0 && echo "$0 destination [source]" && exit 1 +dest="$1" # rootfs destination (absolute path or device) +#dest=`pwd` + +rawdest=no +case $dest in +/dev/mmcblk[01]p?) + rawdest=yes + echo destination is partition + test -d /media/moebian && (echo cannot create mountdir; exit 1) + mkdir -p /media/moebian + mount $dest /media/moebian + dest=/media/moebian + ;; +esac + +cd "$dest" +# create toplevel dirs and nand mount point +mountpoints="cdrom floppy home initrd media mnt nand proc srv sys syspart tmp" +content="usr" +copydirs="bin boot etc dev lib sbin root var" + +rm -rf $mountpoints $copydirs $content + +if test $dest = /home && test -L /opt; then + if test -d opt.nand; then + rm -rf opt + mv opt.nand opt + ln -sf $dest/opt /opt + echo "/home/opt.nand moved to /home/opt and symlink updated" + else + echo "opt for NAND does not exist" + fi +fi + +rm /etc/bootmenu.d/moebian.item + +df -h $dest + +if test $rawdest = yes; then + echo removing temporary mount point + umount $dest && rm -rf $dest +fi + +exit 0 diff --git a/install/debian/changelog b/install/debian/changelog new file mode 100644 index 0000000..a0ab782 --- /dev/null +++ b/install/debian/changelog @@ -0,0 +1,5 @@ +moebian-installer (0.1maemo1) fremantle; urgency=low + + * initial version + + -- Thomas Tanner Mon, 07 Mar 2010 00:00:00 +0100 diff --git a/install/debian/compat b/install/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/install/debian/compat @@ -0,0 +1 @@ +7 diff --git a/install/debian/control b/install/debian/control new file mode 100644 index 0000000..341f527 --- /dev/null +++ b/install/debian/control @@ -0,0 +1,25 @@ +Source: moebian-install +Section: admin +Priority: optional +Build-Depends: debhelper7 (>= 7.4.10maemo3) +Maintainer: Thomas Tanner +Standards-Version: 3.8.0 +Vcs-Git: https://vcs.maemo.org/git/moebian +Homepage: https://garage.maemo.org/projects/moebian/ + +Package: moebian-install +Architecture: all +Depends: ${misc:Depends} +Description: the Moebian installer for Maemo 5. + Setups a bootable rootfs of Moebian and Maemo 5 + on /home or other eMMC and SD partitions. + The rootfs is a full copy of Maemo 5, expect + for /usr, which may contains symlinks to NAND. + The rootfs is then fixed to be bootable and to become + more similar to Debian. + The rootfs do not have the /opt problem but can + access system files from the faster NAND flash. + . + It also provides utilities to chroot into the rootfs + within Maemo 5. + diff --git a/install/debian/copyright b/install/debian/copyright new file mode 100644 index 0000000..f5da7ba --- /dev/null +++ b/install/debian/copyright @@ -0,0 +1,18 @@ +This is Moebian installer by Thomas Tanner . + +The following copyright applies to this package: + +dpkg-repack is Copyright (c) 2010 by Thomas Tanner + + This program 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. + +On Debian systems, the complete text of the GPL is in +/usr/share/common-licenses/GPL diff --git a/install/debian/rules b/install/debian/rules new file mode 100755 index 0000000..8853b81 --- /dev/null +++ b/install/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +PATH:=/usr/bin/dh7:/usr/bin:$(PATH) +export PATH +SBOX_REDIRECT_IGNORE=/usr/bin/perl +export SBOX_REDIRECT_IGNORE + +export DH_VERBOSE=1 +%: + dh $@ + +binary-indep: build + dh binary-indep --until dh_prep + dh_install *root usr/bin + dh_installdocs README + dh binary-indep --remaining + +binary: binary-indep binary-arch diff --git a/install/etc/X11/Xsession.d/05connui-conndlgs-cellular b/install/etc/X11/Xsession.d/05connui-conndlgs-cellular new file mode 100755 index 0000000..904b710 --- /dev/null +++ b/install/etc/X11/Xsession.d/05connui-conndlgs-cellular @@ -0,0 +1,4 @@ +#!/bin/sh + +#/usr/bin/startup-pin-query +#strace -o/root/pin.log /usr/bin/startup-pin-query diff --git a/install/etc/apt/sources.list b/install/etc/apt/sources.list new file mode 100644 index 0000000..54ba5da --- /dev/null +++ b/install/etc/apt/sources.list @@ -0,0 +1,10 @@ +deb http://repository.maemo.org/extras/ fremantle free non-free +#deb http://repository.maemo.org/extras-testing/ fremantle free non-free +#deb http://moff.mozilla.com/maemo/multi/ chinook release +deb http://repository.maemo.org/extras-devel/ fremantle free non-free +deb http://repository.maemo.org/ fremantle/tools free non-free +deb http://repository.maemo.org/ fremantle/sdk free non-free + +#deb http://www.maemory.com/moebian/ fremantle free +#deb http://ports.ubuntu.com/ubuntu-ports karmic main universe multiverse restricted +#deb http://ports.ubuntu.com/ubuntu-ports karmic-updates main universe multiverse restricted diff --git a/install/etc/default/watchdog b/install/etc/default/watchdog new file mode 100644 index 0000000..0e76c9a --- /dev/null +++ b/install/etc/default/watchdog @@ -0,0 +1,5 @@ +# Start watchdog at boot time? 0 or 1 +run_watchdog=0 +# Load module before starting watchdog +watchdog_module="" +# Specify additional watchdog options here (see manpage). diff --git a/install/etc/event.d/rcS-late b/install/etc/event.d/rcS-late new file mode 100644 index 0000000..d43d2c7 --- /dev/null +++ b/install/etc/event.d/rcS-late @@ -0,0 +1,60 @@ +description "late rcS actions" + +start on started xomap +stop on stopping bme + +console none + +script + # Generate fstab and mount /home + . /etc/default/mount-opts + + grep '^/.* /home ' /etc/fstab && /bin/mount /home || echo "Failed to mount /home partition." + + if [ ! -d /home/user ] + then + if [ -d /home/preinstalled ] + then + mv /home/preinstalled /home/user + else + mkdir /home/user + fi + cd /etc/skel + cp -a . /home/user + chown -R user:users /home/user + fi + + # We can safely continue booting now. + initctl emit MOUNTS_OK + + /sbin/swapon -a || echo "Failed to enable paging partition." + + # Setup lowmem module + echo 32768 > /proc/sys/vm/lowmem_deny_watermark_pages + echo 98304 > /proc/sys/vm/lowmem_notify_high_pages + echo 131072 > /proc/sys/vm/lowmem_notify_low_pages + echo 1024 > /proc/sys/vm/lowmem_nr_decay_pages + + # Exclude some UIDs from memory allocation denial. + # 30000 is messagebus, 30001 could be used by Matchbox + echo "30000 30001 30002 30003" > /proc/sys/vm/lowmem_allowed_uids + + # Adjust flushing of memory card buffers + echo 40 > /proc/sys/vm/dirty_ratio + echo 10 > /proc/sys/vm/dirty_background_ratio + + # Initialize PRNG pool with the HW RNG. Slow, but that's ok. + URANDOM_POOLSZ=512 + if [ -e /dev/hwrng ]; then + echo "Seeding entropy pool" + dd if=/dev/hwrng of=/dev/urandom bs=$URANDOM_POOLSZ count=1 + fi + + # Data for the panic info driver + mount -t debugfs nodev /sys/kernel/debug + modprobe panic_info_buff + sleep 1 + osso-product-info > /sys/kernel/debug/panic_info_buff +end script + +normal exit 0 diff --git a/install/etc/fstab b/install/etc/fstab new file mode 100644 index 0000000..1a659ae --- /dev/null +++ b/install/etc/fstab @@ -0,0 +1,4 @@ +rootfs / rootfs defaults,errors=remount-ro,noatime 0 0 +#/dev/mmcblk0p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0 +#/dev/mmcblk0p2 /home ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0 +/dev/mmcblk0p3 none swap sw 0 0 diff --git a/install/etc/hildon-welcome.d/default.conf b/install/etc/hildon-welcome.d/default.conf new file mode 100644 index 0000000..cb04867 --- /dev/null +++ b/install/etc/hildon-welcome.d/default.conf @@ -0,0 +1,2 @@ +[hildon-welcome] +#filename=Hands-v32-h264.avi diff --git a/install/etc/hostname b/install/etc/hostname new file mode 100644 index 0000000..b7ea806 --- /dev/null +++ b/install/etc/hostname @@ -0,0 +1 @@ +Moebian diff --git a/install/etc/init.d/rcS b/install/etc/init.d/rcS new file mode 100755 index 0000000..552b8a8 --- /dev/null +++ b/install/etc/init.d/rcS @@ -0,0 +1,292 @@ +#!/bin/sh +# Copyright(C) 2006 Nokia Corporation. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2 as +# published by the Free Software Foundation. + +# 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 St, Fifth Floor, Boston, MA 02110-1301 +# USA + + + +umask 022 +PATH=/sbin:/bin:/usr/sbin:/usr/bin +MODULES="twl4030-vibra +dspbridge +iommu2 +omap3-iommu +omap34xxcam-mod +omap_previewer_hack +board-rx51-camera +et8ek8 +ad5820 +adp1653 +vs6555 +uinput" + +if [ -L /var/run ] +then + rm -f /var/run + mkdir /var/run +fi + +mount -n -o remount,rw / +mount -n -t proc proc /proc +mount -n -t sysfs sysfs /sys +mount -n -t tmpfs -o size=1M,noatime tmpfs /tmp +mount -n -t tmpfs -o size=256k,mode=0755,nosuid,noatime tmpfs /var/run + +MODE=`getbootstate` + +# This doesn't really belong here, but we have start this so early +start_bootchart(){ + if [ -e /bootchart -a -e /etc/init.d/bootchart ] + then + /etc/init.d/bootchart start + fi +} + +start_softupd() +{ + echo "Starting software updater" + /etc/init.d/softupd.rcS +} + +in_flash_mode() +{ + grep update /proc/component_version 1>/dev/null 2>/dev/null +} + +mount_devpts() { + TTYGRP=5 + TTYMODE=620 + + if [ ! -d /dev/pts ] + then + mkdir /dev/pts + fi + + if [ ! -c /dev/ptmx ] + then + mknod /dev/ptmx c 5 2 + chmod 666 /dev/ptmx + fi + + mount -n -t devpts -ogid=$TTYGRP,mode=$TTYMODE devpts /dev/pts + rm -rf /var/tmp/* +} + +# I hate this hack. -- Md +make_extra_nodes () { + if [ "$(echo /lib/udev/devices/*)" != "/lib/udev/devices/*" ]; then + cp -a /lib/udev/devices/* /dev/ + fi + grep '^[^#]' /etc/udev/links.conf | \ + while read type name arg1; do + [ "$type" -a "$name" -a ! -e "/dev/$name" -a ! -L "/dev/$name" ] ||continue + case "$type" in + L) + ln -s $arg1 /dev/$name + ;; + D) + mkdir -p /dev/$name + ;; + M) + mknod /dev/$name $arg1 && chmod 600 /dev/$name + ;; + *) + echo "unparseable line ($type $name $arg1)" + ;; + esac + done +} + +load_extra_modules () { + echo -n "Loading extra modules..." + for i in $MODULES; do + echo "Loading $i" + modprobe -q $i ||: + done + echo "done." +} + +# Mount home and paging partitions if they are available +mount_mmc(){ + device=$1 + swap=$device"p1" + home=$device"p2" + test=$device"p3" + + if [ -e $test ] + then + echo "Mounting partition $swap for paging" + # swap disabled as a workaround for Xorg bug, per NB#111807. + swapon $swap + modprobe ext3 + echo "Mounting partition $home as home directory" + mount -t ext3 -o noatime,commit=1,data=writeback $home /home + else + echo "No paging partition available as $swap" + echo "No home partition available as $home" + fi +} + +prepare_start_udev() +{ + . /etc/udev/udev.conf + + if [ -z "$tmpfs_size" ]; then + tmpfs_size="1M" + fi + + ACTION=add + echo -n "Mounting a tmpfs over /dev..." + mount -n -o size=$tmpfs_size,mode=0755,noatime -t tmpfs none /dev + echo "done." + mkdir -p /dev/.udev/db /dev/.udev/queue + echo "" > /sys/kernel/uevent_helper + echo -n "Creating extra device nodes... " + make_extra_nodes + echo "done." +} + +start_udev() +{ + prepare_start_udev + /sbin/udevd --daemon +} + +make_nodes() +{ + echo -n "Creating device nodes... " + + if [ -x /sbin/udevtrigger ]; then + /sbin/udevtrigger + else + /sbin/udevadm trigger + #wait for all events + /sbin/udevadm settle + fi + echo "done." +} + +# When modifying this script, do not forget that between the time that +# the new /dev has been mounted and udevtrigger has been run there will be +# no /dev/null. This also means that you cannot use the "&" shell command. + + start_bootchart + +if in_flash_mode; then + start_softupd + reboot +fi + +# here only in non-flash mode + +# No need to start udev before softupd anymore + + start_udev + make_nodes + load_extra_modules + +mount_devpts +mount -n -o size=64M,nosuid,nodev,noatime -t tmpfs tmpfs /dev/shm + +# mount_mmc "/dev/mmcblk0" + +/sbin/hwclock -s || true + +# cannot collect product data if we are under SDK +# it should not be run there, but explicit check is better + +OPI=`which osso-product-info` + +if [ x$OPI != x ]; then + + # Make sure /etc/hostname and /etc/hosts exist and are not empty. They do not + # exist if this is the very first boot, and they may be empty if power cut + # happended before the contents has reached the media. + if [ ! -f /etc/hostname -o ! -s /etc/hostname -o ! -f /etc/hosts -o ! -s /etc/hosts ]; then + hostname="`$OPI -qOSSO_PRODUCT_SHORT_NAME | sed 's/ /-/g'`-`$OPI -qOSSO_PRODUCT_RELEASE_VERSION | cut -d. -f3`" + echo $hostname > /etc/hostname + echo "127.0.0.1 $hostname localhost" > /etc/hosts + chmod 644 /etc/hosts + fi + + # Similarly, make sure /etc/issue and /etc/issue.net are fine + if [ ! -f /etc/issue -o ! -s /etc/issue -o ! -f /etc/issue.net -o ! -s /etc/issue.net -o -f /home/user/first-boot-flag ]; then + full_name=`$OPI -qOSSO_PRODUCT_RELEASE_FULL_NAME` + echo "$full_name \n \l" > /etc/issue + echo "" >> /etc/issue + echo "$full_name %h" > /etc/issue.net + fi +fi + +# Note, normally we would have to sync the FS to make sure the files have +# reached the media. But because the files are small, they would be either +# empty or non-existing in case of an unclean reboot, and we handle both +# cases. + +hostname -F /etc/hostname +ifup lo & +test $MODE = USER && modprobe g_nokia + +#echo /sbin/udevsend > /proc/sys/kernel/hotplug + +#: > /var/run/utmp +#chmod 664 /var/run/utmp +#chgrp utmp /var/run/utmp + +rm -f /etc/mtab +cat /proc/mounts > /etc/mtab + +echo 0 > /proc/sys/net/ipv4/conf/all/accept_redirects +echo 0 > /proc/sys/net/ipv4/conf/default/accept_redirects +echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter +echo 1 > /proc/sys/net/ipv4/conf/default/rp_filter +echo 1 > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses +echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts +echo "49152 65535" > /proc/sys/net/ipv4/ip_local_port_range +echo 6000 > /sys/class/bluetooth/hci0/idle_timeout + +# adjust other kernel parameters to minimize memory consumption +# and optimize IO pressure +echo 4 > /proc/sys/kernel/pty/max +echo 1024 > /proc/sys/kernel/threads-max +echo 8192 > /proc/sys/fs/file-max +echo 100 > /proc/sys/vm/swappiness +echo 5 > /proc/sys/vm/page-cluster +echo 500 > /proc/sys/vm/dirty_expire_centisecs +echo 65536 > /proc/sys/net/core/rmem_default +echo 16384 > /proc/sys/net/core/wmem_default + +# Finalize SSU in case it has been interrupted by power failure +if test -x /usr/libexec/ham-rescue.sh; then + /usr/libexec/ham-rescue.sh +fi + +# Disable sysrq to avoid accidental console-carbage resets. +echo 0 > /proc/sys/kernel/sysrq + +echo "/what/me/worry" > /proc/sys/kernel/core_pattern +echo 1 > /proc/sys/kernel/panic +echo 1 > /proc/sys/kernel/panic_on_oops + +umount /mnt/initfs +mount -t ubifs -o ro ubi0:rootfs /nand + +if test $MODE = USER; then + echo starting ssh + ifup usb0 + /etc/init.d/ssh start +fi + +exit 0 diff --git a/install/etc/modprobe.d/g_nokia b/install/etc/modprobe.d/g_nokia new file mode 100644 index 0000000..ad35327 --- /dev/null +++ b/install/etc/modprobe.d/g_nokia @@ -0,0 +1 @@ +options g_nokia host_addr=00:11:22:33:44:55 diff --git a/install/etc/mtab b/install/etc/mtab new file mode 100644 index 0000000..973bede --- /dev/null +++ b/install/etc/mtab @@ -0,0 +1,10 @@ +rootfs / rootfs rw 0 0 +ubi0:rootfs /nand ubifs rw,bulk_read,no_chk_data_crc 0 0 +proc /proc proc rw 0 0 +sysfs /sys sysfs rw 0 0 +tmpfs /tmp tmpfs rw,noatime,size=1024k 0 0 +tmpfs /var/run tmpfs rw,nosuid,noatime,size=256k,mode=755 0 0 +none /dev tmpfs rw,noatime,size=10240k,mode=755 0 0 +devpts /dev/pts devpts rw,gid=5,mode=620 0 0 +tmpfs /dev/shm tmpfs rw,nosuid,nodev,noatime,size=65536k 0 0 +nodev /sys/kernel/debug debugfs 0 0 diff --git a/install/etc/network/if-post-down.d/zz_static_ip_if_down b/install/etc/network/if-post-down.d/zz_static_ip_if_down new file mode 100755 index 0000000..847b4e9 --- /dev/null +++ b/install/etc/network/if-post-down.d/zz_static_ip_if_down @@ -0,0 +1,18 @@ +#!/bin/sh + +# Copyright (C) 2009 Nokia Corporation. All rights reserved. +# A workaround to take down interface when it's configured with a static IP (NB#138487). + +set -e + +if [ "$MODE" != stop ]; then + exit 0 +fi + +if [ "$ICD_CONNECTION_TYPE" != WLAN_INFRA -a "$ICD_CONNECTION_TYPE" != WLAN_ADHOC ]; then + exit 0 +fi + +ifconfig $IFACE down + +exit 0 diff --git a/install/etc/network/interfaces b/install/etc/network/interfaces new file mode 100644 index 0000000..26ec5c6 --- /dev/null +++ b/install/etc/network/interfaces @@ -0,0 +1,26 @@ +auto lo +iface lo inet loopback +auto eth0 +iface eth0 inet dhcp +auto usb0 +iface usb0 inet static + address 192.168.2.15 + netmask 255.255.255.0 + #gateway 192.168.2.14 +# up route del default +# up route add default gw 192.168.2.14 +# up run-standalone.sh dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:DUMMY uint32:0 +# down run-standalone.sh dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true + +### BEGIN Network Manager configuration +### automatically added. Do not edit it + +### bnep0 configuration +auto bnep0 +iface bnep0 inet static + address 192.168.3.15 + netmask 255.255.255.0 +### END Network Manager configuration +### BEGIN Network Manager configuration +### automatically added. Do not edit it +### END Network Manager configuration diff --git a/install/etc/passwd b/install/etc/passwd new file mode 100644 index 0000000..9fd1eaf --- /dev/null +++ b/install/etc/passwd @@ -0,0 +1,24 @@ +root:!:0:0:root:/root:/bin/sh +daemon:*:1:1:daemon:/usr/sbin:/bin/sh +bin:*:2:2:bin:/bin:/bin/sh +sys:*:3:3:sys:/dev:/bin/sh +sync:*:4:65534:sync:/bin:/bin/sync +games:*:5:60:games:/usr/games:/bin/sh +man:*:6:12:man:/var/cache/man:/bin/sh +lp:*:7:7:lp:/var/spool/lpd:/bin/sh +mail:*:8:8:mail:/var/mail:/bin/sh +news:*:9:9:news:/var/spool/news:/bin/sh +uucp:*:10:10:uucp:/var/spool/uucp:/bin/sh +proxy:*:13:13:proxy:/bin:/bin/sh +www-data:*:33:33:www-data:/var/www:/bin/sh +backup:*:34:34:backup:/var/backups:/bin/sh +list:*:38:38:Mailing List Manager:/var/list:/bin/sh +irc:*:39:39:ircd:/var/run/ircd:/bin/sh +gnats:*:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh +user:*:29999:29999::/home/user:/bin/sh +nobody:*:65534:65534:nobody:/nonexistent:/bin/sh +libuuid:!:100:100::/var/lib/libuuid:/bin/sh +messagebus:!:30000:30000::/var/run/dbus:/bin/sh +haldaemon:!:30001:30001::/home/haldaemon:/bin/false +pulse:!:667:669::/var/run/pulse:/bin/sh +sshd:!:30002:65534:SSH daemon:/var/run/sshd:/usr/sbin/nologin diff --git a/install/etc/watchdog-twl4030.conf b/install/etc/watchdog-twl4030.conf new file mode 100644 index 0000000..61934bc --- /dev/null +++ b/install/etc/watchdog-twl4030.conf @@ -0,0 +1,41 @@ +#ping = 172.31.14.1 +#ping = 172.26.1.255 +#interface = eth0 +#file = /var/log/messages +#change = 1407 + +# Uncomment to enable test. Setting one of these values to '0' disables it. +# These values will hopefully never reboot your machine during normal use +# (if your machine is really hung, the loadavg will go much higher than 25) +#max-load-1 = 24 +#max-load-5 = 18 +#max-load-15 = 12 + +# Note that this is the number of pages! +# To get the real size, check how large the pagesize is on your machine. +#min-memory = 1 + +#repair-binary = /usr/sbin/repair +#test-binary = +#test-timeout = + +watchdog-device = /dev/twl4030_wdt + +# Defaults compiled into the binary +#temperature-device = +#max-temperature = 120 + +# Defaults compiled into the binary +#admin = root +#interval = 10 +#logtick = 1 +#logdir = /var/log/watchdog + +# This greatly decreases the chance that watchdog won't be scheduled before +# your machine is really loaded +realtime = yes +priority = 1 + +# Check if syslogd is still running by enabling the following line +#pidfile = /var/run/syslogd.pid + diff --git a/install/etc/watchdog.conf b/install/etc/watchdog.conf new file mode 100644 index 0000000..780fcf4 --- /dev/null +++ b/install/etc/watchdog.conf @@ -0,0 +1,41 @@ +#ping = 172.31.14.1 +#ping = 172.26.1.255 +#interface = eth0 +#file = /var/log/messages +#change = 1407 + +# Uncomment to enable test. Setting one of these values to '0' disables it. +# These values will hopefully never reboot your machine during normal use +# (if your machine is really hung, the loadavg will go much higher than 25) +#max-load-1 = 24 +#max-load-5 = 18 +#max-load-15 = 12 + +# Note that this is the number of pages! +# To get the real size, check how large the pagesize is on your machine. +#min-memory = 1 + +#repair-binary = /usr/sbin/repair +#test-binary = +#test-timeout = + +watchdog-device = /dev/watchdog + +# Defaults compiled into the binary +#temperature-device = +#max-temperature = 120 + +# Defaults compiled into the binary +#admin = root +#interval = 10 +#logtick = 1 +#logdir = /var/log/watchdog + +# This greatly decreases the chance that watchdog won't be scheduled before +# your machine is really loaded +realtime = yes +priority = 1 + +# Check if syslogd is still running by enabling the following line +#pidfile = /var/run/syslogd.pid + diff --git a/install/installroot b/install/installroot new file mode 100755 index 0000000..cd0a9be --- /dev/null +++ b/install/installroot @@ -0,0 +1,276 @@ +#!/bin/sh +# (c) copyright 2010 by Thomas Tanner + +# create a bootable Maemo 5 root on /home or some mounted MMC partition +# either symlink or copy all files on NAND +# copy files relocated to /home +# ignore or copy files from /opt +# symlink or mount old home, or setup new home +# for installation in /home move /home/opt to /home/opt.orig and update /opt symlink + +# $dest/nand - mount point for UBIFS or mount binds +# for chroot mounts in $dest are: dev home media proc srv sys syspart tmp var/run +mountpoints="cdrom dev floppy home initrd media mnt nand proc sys syspart tmp" + +mode=link # link or copy content +withopt=no # copy or ignore files in /opt +homedir=keep # link/mount old home (keep) or create new home (new) +bootable=yes # bootable installation + +debug=: +#debug=echo +#set -x + +test "$#" -eq 0 && echo "$0 destination [source]" && exit 1 +dest="$1" # rootfs destination (absolute path or device) +#dest=`pwd` +src= # default source (absolute path) +test -n "$2" && src="$2" # or alternative rootfs copy +case "$src" in */);; *) src="$src/" ;; esac # make sure src has trailing slash +here=`dirname $0` +here=`realpath $here` + +rawdest=no +case $dest in +/dev/mmcblk[01]p?) + rawdest=yes + echo destination is partition + test -d /media/moebian && (echo cannot create mountdir; exit 1) + echo -n formatting $dest as ext3. are you sure [y/N]: + read go && test $go != y && echo aborting && exit 1 + mkfs.ext3 $dest + mkdir -p /media/moebian + mount $dest /media/moebian + dest=/media/moebian + ;; +esac + +if test $bootable = yes; then + device=`cat /proc/mounts | grep " $dest " | awk '{print $1}'` + case $device in + /dev/mmcblk0*) card='${INT_CARD}'; cardname='eMMC' ;; + /dev/mmcblk1*) card='${EXT_CARD}'; cardname='SD' ;; + *) + echo invalid destination + exit 1 + ;; + esac + partition=`echo $device | sed s%/dev/mmcblk.%%` + card=$card$partition + echo installing bootable rootfs in $dest on $device = $card +else + echo installing chroot in $dest +fi +echo mode: $mode, copy /opt: $withopt, $homedir /home + +cd "$dest" +# create toplevel dirs and nand mount point +mountpoints="cdrom floppy home initrd media mnt nand proc srv sys syspart tmp" +content="usr" +copydirs="bin boot etc dev lib sbin root var" +checklinkdirs="bin boot etc lib sbin root usr var" + +mkdir -p $mountpoints +mkdir -p mnt/initfs # bootmenu nand mount point (required for boot!) + +if test $dest = /home && test -L /opt; then + if test -d opt.nand; then + echo "opt for NAND does already exist. not updating" + else + mv opt opt.nand + ln -sf $dest/opt.nand /opt + echo "/home/opt moved to /home/opt.nand and symlink updated" + fi +fi + +if test $mode = link; then + mkdir -p $content + copydirs="$copydirs usr/local usr/share/man" + # excluded shared dirs + cd "$src" + dontlink="usr/bin usr/games usr/include usr/lib usr/libexec usr/sbin \ + usr/share usr/share/applications/*/ usr/X11R6" + echo $dontlink + cd "$dest" + for d in $dontlink; do + test -L "$d" && test ! -L "$src$d" && rm $d # remove existing links + mkdir -p $d + done +elif test $mode = copy; then + copydirs="$copydirs $content" +else + echo "error: unknown mode $mode" && exit 1 +fi + +for d in $copydirs; do + if test -d $d; then + echo "skipping existing directory ${src}$d" + continue + fi + echo copying ${src}$d + mkdir -p $d + cp -a ${src}$d $d/.. +done +modules=/lib/modules/2.6.28maemo-omap1 +if test $bootable = yes && test -d $modules -a ! -d $dest$modules; then + echo copying maemo kernel modules + cp -a /lib/modules/2.6.28maemo-omap1 $dest/lib/modules +fi +if test $withopt = yes; then + echo copying /opt + cp -a ${src}home/opt/* $dest/opt +else + mkdir -p $dest/opt # create empty opt +fi + +symlink () { # args: subdir path relpath + # recursive symlinking: create or update + $debug sub $1 $2 $topdir$2 $3 + echo symlinking "$2" + cd "$1" + IFS="%" && for f in `/bin/ls -d * .[^.]* 2>/dev/null | tr '\n' '%'`; do + #IFS=$'\n' && for f in `/bin/ls -d * .[^.]* 2>/dev/null`; do + if test -L "$f"; then # update symlinks + # target exists and is not symlink: ignore + if test ! -e "$dest$2/$f" -o -L "$dest$2/$f"; then + target=`readlink $f` + case "$target" in + /home/*) # copy relocated files + mkdir -p "$dest$2/$f" + echo copying $target + cp -a $target "$dest$2/$f/.." + continue + ;; + /*) + $debug al "$2/$f" $target + # if it links to rootfs make it a rel. symlink + test -e "$3$target" && target="$3$target" + ;; + *) + $debug rl "$2/$f" $target + # just keep the rel. symlink + ;; + esac + rm -f "$dest$2/$f" + ln -s "$target" "$dest$2/$f" + else + echo "warning: $dest$2/$f exists but is not a symlink. ignoring" + fi + elif test -d "$f"; then # a subdirectory + $debug sd "$2/$f" + if test -L "$dest$2/$f" -o ! -e "$dest$2/$f"; then + # target is a symlink or doesn't exist -> update symlink + if test -L "$2/$f"; then + # symlink on NAND, was relocated + mkdir -p "$dest$2/$f" + echo copying "$2/$f" + cp -a $2/$f/* "$dest$2/$f" + else + rm -f "$dest$2/$f" + ln -s "$3$2/$f" "$dest$2/$f" + fi + else + if test -d "$dest$2/$f"; then + # symlink contents if is an existing directory in root + symlink "$f" "$2/$f" "../$3" + else + echo "warning: $dest$2/$f exists but is not a file. ignoring" + fi + fi + else + $debug fi "$2/$f" + # update symlink is it not a existing file + test -f "$dest$2/$f" || ln -sf "$3$2/$f" "$dest$2/$f" + fi + done + cd .. +} + +if test $mode = link; then + # TODO: find files that were moved from NAND to /home and copy or symlink them + for d in $content; do + (symlink "$src$d" "/$d" ../nand) + done +elif test $mode = copy; then + # process /home and /opt symlinks + echo -n checking for external symlinks... + tmp=`mktemp` + find $checklinkdirs -type l > $tmp + echo processing `wc -l $tmp | awk '{print $1}'` links + while read l; do + f=`readlink $l` + case "$f" in + /opt/*) + test $withopt = yes || rm $l # delete /opt links + ;; + /home/*) # copy files relocated from NAND to /home + rm $l + test -d $f && echo copying $f + cp -a $f $l # copy original file/dir + ;; + *) ;; + esac + done < $tmp + rm $tmp +fi + +if test $homedir = keep; then + if test $dest = /home && test ! -d $dest/home/user; then + echo symlinking existing home + ln -s /user $dest/home/user + fi +elif test $homedir = new; then + echo creating new home + rm -rf $dest/home/user + mkdir -p $dest/home/user + (cd $src/etc/skel && cp -a . $dest/home/user) + chown -R user:users $dest/home/user +else + echo "error: unknown homedir mode $mode" && exit 1 +fi +if test $bootable = yes; then + stat=$(dpkg-query -W -f='${Status}' bootmenu 2>&1) || stat=none + if test "$stat" != "install ok installed"; then + echo installing bootmenu + deb=/var/tmp/bootmenu.deb + wget -O$deb "http://www.daimi.au.dk/~cvm/bootmenu_1.6_armel.deb" || \ + (echo 'download failed'; exit 1) + dpkg -i $deb || (echo 'installation failed'; exit 1) + rm $deb + echo bootmenu successfully installed + else + echo bootmenu is already installed + fi + bootitem=/etc/bootmenu.d/moebian.item + cat > $bootitem < + +test "$#" -eq 0 && echo "$0 destination" && exit 1 +dest="$1" # rootfs destination (absolute path) +cd "$dest" + +mount --bind / nand +mountpoints="dev dev/shm proc sys syspart tmp var/run var/lib/dbus var/tmp" +for d in $mountpoints; do + mount --bind /$d $d +done +mount -t devpts none "dev/pts" + +for m in `cat /proc/mounts | grep ' /media/' | awk '{print $2}'`; do + case $m in /media/moebian*) continue ;; esac + #echo mounting media $m + mkdir -p $dest/$m + mount -o bind $m $dest/$m +done + +if test $dest != /home && test ! -d home/user; then + mount --bind /home home + test -d home/user/MyDocs && mount --bind /home/user/MyDocs home/user/MyDocs +fi diff --git a/install/umountroot b/install/umountroot new file mode 100755 index 0000000..368d066 --- /dev/null +++ b/install/umountroot @@ -0,0 +1,18 @@ +#!/bin/sh +# (c) copyright 2010 by Thomas Tanner + +test "$#" -eq 0 && echo "$0 destination" && exit 1 +later= +for d in `cat /proc/mounts | grep " $1/" | awk '{ print $2}'`; do + case $d in + $1/dev/pts|$1/dev/shm|$1/home/user/MyDocs) + #echo unmounting $d + umount $d + ;; + *) later="$later $d" ;; + esac +done +for d in $later; do + #echo unmounting $d + umount $d +done diff --git a/packages/PR1.1.1/pkgs b/packages/PR1.1.1/pkgs new file mode 100644 index 0000000..e832fc7 --- /dev/null +++ b/packages/PR1.1.1/pkgs @@ -0,0 +1,1700 @@ +adobe-flashplayer install +alarmd install +alsa-policy-enforcement install +alsa-utils install +amazon-installer install +ap-installer install +applet-datetime install +apt install +apt-transport-https install +as-config-applet-0 install +as-config-applet-l10n-cscz install +as-config-applet-l10n-dadk install +as-config-applet-l10n-dede install +as-config-applet-l10n-engb install +as-config-applet-l10n-enus install +as-config-applet-l10n-eses install +as-config-applet-l10n-esmx install +as-config-applet-l10n-fifi install +as-config-applet-l10n-frca install +as-config-applet-l10n-frfr install +as-config-applet-l10n-itit install +as-config-applet-l10n-mr0 install +as-config-applet-l10n-nlnl install +as-config-applet-l10n-nono install +as-config-applet-l10n-plpl install +as-config-applet-l10n-ptpt install +as-config-applet-l10n-ruru install +as-config-applet-l10n-svse install +as-daemon-0 install +as-utils install +base-files install +base-passwd install +bluetooth-sysinfo install +bluez install +bme-rx-51 install +browser-eal install +browser-neteal install +bt-firmware install +busybox install +busybox-symlinks-busybox install +busybox-symlinks-console-tools install +busybox-symlinks-dnsutils install +busybox-symlinks-ifupdown install +busybox-symlinks-iputils-ping install +busybox-symlinks-net-tools install +busybox-symlinks-procps install +busybox-symlinks-psmisc install +busybox-symlinks-realpath install +busybox-symlinks-time install +calendar install +calendar-backend install +calendar-home-applet install +calendar-l10n-cscz install +calendar-l10n-dadk install +calendar-l10n-dede install +calendar-l10n-engb install +calendar-l10n-enus install +calendar-l10n-eses install +calendar-l10n-esmx install +calendar-l10n-fifi install +calendar-l10n-frca install +calendar-l10n-frfr install +calendar-l10n-itit install +calendar-l10n-mr0 install +calendar-l10n-nlnl install +calendar-l10n-nono install +calendar-l10n-plpl install +calendar-l10n-ptpt install +calendar-l10n-ruru install +calendar-l10n-svse install +calendar-ui install +calendar-ui-widgets-0 install +camel-as-provider-0 install +camelisync install +camera-firmware install +camera-ui install +chinese-font install +clinkc-av-gnomevfs install +clinkc-av0 install +clinkc0 install +clipboard-manager install +clock-ui install +clockd install +clockd-settings-mr0 install +cmt-firmware-rx51 install +connui-btsettings install +connui-cellular-settings install +connui-conndlgs install +connui-conndlgs-bluetooth install +connui-conndlgs-cellular install +connui-conndlgs-internet install +connui-conndlgs-wlan install +connui-home-cellular install +connui-iapsettings install +connui-iapsettings-gprs install +connui-iapsettings-wlan install +connui-statusbar-bluetooth install +connui-statusbar-cellular install +connui-statusbar-internet install +csd-base install +csd-call install +csd-gprs install +csd-info install +csd-sat install +csd-sms install +csd-ss install +dbus install +dbus-x11 install +desktop-file-utils install +dnsmasq install +docpurge install +dosfstools install +dpkg install +dsme install +dsp-manager install +dtg-installer install +e2fslibs install +e2fsprogs install +eff-content-fonts install +evolution-data-server-addressbook install +evolution-data-server-addressbook-backend-sim install +evolution-data-server-addressbook-backend-telepathy install +ezitext-czech install +ezitext-danish install +ezitext-dutch install +ezitext-english-gb install +ezitext-english-us install +ezitext-essential-plugins install +ezitext-finnish install +ezitext-french-ca install +ezitext-french-fr install +ezitext-german install +ezitext-greek install +ezitext-italian install +ezitext-norwegian install +ezitext-polish install +ezitext-portuguese-pt install +ezitext-russian install +ezitext-spanish-es install +ezitext-spanish-us install +ezitext-swedish install +facebook-installer install +fakedebconf install +flasher install +fmtx-middleware install +fontconfig install +foreca-installer install +funambol-cpp-api install +gcc-4.2-base install +gconf2 install +getbootstate install +gnome-vfs-filechooser-backend install +gnuchess install +gnupg install +google-search-widget install +gpgv install +gprs-provisioning install +gst-nokia-wm install +gstreamer0.10-dsp install +gstreamer0.10-gnomevfs install +gstreamer0.10-hantro install +gstreamer0.10-ipp-nokia install +gstreamer0.10-mpegaudioparse-maemo install +gstreamer0.10-nokia-speech install +gstreamer0.10-openmax install +gstreamer0.10-plugins-bad install +gstreamer0.10-plugins-base install +gstreamer0.10-plugins-camera install +gstreamer0.10-plugins-good install +gstreamer0.10-wma install +gstreamer0.10-x install +gtk2-engines-sapwood install +gtk20-l10n install +gtkhtml3.14 install +gvfs install +gvfs-backends install +gypsy-daemon install +hal install +hald-addon-bme install +hildon-application-manager install +hildon-application-manager-l10n-cscz install +hildon-application-manager-l10n-dadk install +hildon-application-manager-l10n-dede install +hildon-application-manager-l10n-engb install +hildon-application-manager-l10n-enus install +hildon-application-manager-l10n-eses install +hildon-application-manager-l10n-esmx install +hildon-application-manager-l10n-fifi install +hildon-application-manager-l10n-frca install +hildon-application-manager-l10n-frfr install +hildon-application-manager-l10n-itit install +hildon-application-manager-l10n-mr0 install +hildon-application-manager-l10n-nlnl install +hildon-application-manager-l10n-nono install +hildon-application-manager-l10n-plpl install +hildon-application-manager-l10n-ptpt install +hildon-application-manager-l10n-ruru install +hildon-application-manager-l10n-svse install +hildon-application-manager-settings-standard install +hildon-common-strings-l10n-cscz install +hildon-common-strings-l10n-dadk install +hildon-common-strings-l10n-dede install +hildon-common-strings-l10n-engb install +hildon-common-strings-l10n-enus install +hildon-common-strings-l10n-eses install +hildon-common-strings-l10n-esmx install +hildon-common-strings-l10n-fifi install +hildon-common-strings-l10n-frca install +hildon-common-strings-l10n-frfr install +hildon-common-strings-l10n-itit install +hildon-common-strings-l10n-mr0 install +hildon-common-strings-l10n-nlnl install +hildon-common-strings-l10n-nono install +hildon-common-strings-l10n-plpl install +hildon-common-strings-l10n-ptpt install +hildon-common-strings-l10n-ruru install +hildon-common-strings-l10n-svse install +hildon-control-panel install +hildon-control-panel-l10n-cscz install +hildon-control-panel-l10n-dadk install +hildon-control-panel-l10n-dede install +hildon-control-panel-l10n-engb install +hildon-control-panel-l10n-enus install +hildon-control-panel-l10n-eses install +hildon-control-panel-l10n-esmx install +hildon-control-panel-l10n-fifi install +hildon-control-panel-l10n-frca install +hildon-control-panel-l10n-frfr install +hildon-control-panel-l10n-itit install +hildon-control-panel-l10n-mr0 install +hildon-control-panel-l10n-nlnl install +hildon-control-panel-l10n-nono install +hildon-control-panel-l10n-plpl install +hildon-control-panel-l10n-ptpt install +hildon-control-panel-l10n-ruru install +hildon-control-panel-l10n-svse install +hildon-control-panel-personalisation install +hildon-control-panel-personalisation-l10n-cscz install +hildon-control-panel-personalisation-l10n-dadk install +hildon-control-panel-personalisation-l10n-dede install +hildon-control-panel-personalisation-l10n-engb install +hildon-control-panel-personalisation-l10n-enus install +hildon-control-panel-personalisation-l10n-eses install +hildon-control-panel-personalisation-l10n-esmx install +hildon-control-panel-personalisation-l10n-fifi install +hildon-control-panel-personalisation-l10n-frca install +hildon-control-panel-personalisation-l10n-frfr install +hildon-control-panel-personalisation-l10n-itit install +hildon-control-panel-personalisation-l10n-mr0 install +hildon-control-panel-personalisation-l10n-nlnl install +hildon-control-panel-personalisation-l10n-nono install +hildon-control-panel-personalisation-l10n-plpl install +hildon-control-panel-personalisation-l10n-ptpt install +hildon-control-panel-personalisation-l10n-ruru install +hildon-control-panel-personalisation-l10n-svse install +hildon-desktop install +hildon-desktop-applet-settings-mr0 install +hildon-desktop-application-shortcuts-mr0 install +hildon-fm-l10n-cscz install +hildon-fm-l10n-dadk install +hildon-fm-l10n-dede install +hildon-fm-l10n-engb install +hildon-fm-l10n-enus install +hildon-fm-l10n-eses install +hildon-fm-l10n-esmx install +hildon-fm-l10n-fifi install +hildon-fm-l10n-frca install +hildon-fm-l10n-frfr install +hildon-fm-l10n-itit install +hildon-fm-l10n-mr0 install +hildon-fm-l10n-nlnl install +hildon-fm-l10n-nono install +hildon-fm-l10n-plpl install +hildon-fm-l10n-ptpt install +hildon-fm-l10n-ruru install +hildon-fm-l10n-svse install +hildon-games-wrapper0 install +hildon-home install +hildon-im-common-virtual-settings install +hildon-im-fkb install +hildon-im-keyboard-assistant install +hildon-im-keyboard-assistant-scv install +hildon-im-plugin-base-settings install +hildon-im-virtual-keyboard-layouts install +hildon-initscripts install +hildon-input-method install +hildon-input-method-configurator install +hildon-input-method-framework install +hildon-input-method-l10n-cscz install +hildon-input-method-l10n-dadk install +hildon-input-method-l10n-dede install +hildon-input-method-l10n-engb install +hildon-input-method-l10n-enus install +hildon-input-method-l10n-eses install +hildon-input-method-l10n-esmx install +hildon-input-method-l10n-fifi install +hildon-input-method-l10n-frca install +hildon-input-method-l10n-frfr install +hildon-input-method-l10n-itit install +hildon-input-method-l10n-mr0 install +hildon-input-method-l10n-nlnl install +hildon-input-method-l10n-nono install +hildon-input-method-l10n-plpl install +hildon-input-method-l10n-ptpt install +hildon-input-method-l10n-ruru install +hildon-input-method-l10n-svse install +hildon-input-method-plugins-western install +hildon-input-method-widgets install +hildon-libs-l10n-cscz install +hildon-libs-l10n-dadk install +hildon-libs-l10n-dede install +hildon-libs-l10n-engb install +hildon-libs-l10n-enus install +hildon-libs-l10n-eses install +hildon-libs-l10n-esmx install +hildon-libs-l10n-fifi install +hildon-libs-l10n-frca install +hildon-libs-l10n-frfr install +hildon-libs-l10n-itit install +hildon-libs-l10n-mr0 install +hildon-libs-l10n-nlnl install +hildon-libs-l10n-nono install +hildon-libs-l10n-plpl install +hildon-libs-l10n-ptpt install +hildon-libs-l10n-ruru install +hildon-libs-l10n-svse install +hildon-plugins-notify-sv install +hildon-startup-progress install +hildon-status-bar-usb install +hildon-status-bar-usb-l10n-cscz install +hildon-status-bar-usb-l10n-dadk install +hildon-status-bar-usb-l10n-dede install +hildon-status-bar-usb-l10n-engb install +hildon-status-bar-usb-l10n-enus install +hildon-status-bar-usb-l10n-eses install +hildon-status-bar-usb-l10n-esmx install +hildon-status-bar-usb-l10n-fifi install +hildon-status-bar-usb-l10n-frca install +hildon-status-bar-usb-l10n-frfr install +hildon-status-bar-usb-l10n-itit install +hildon-status-bar-usb-l10n-mr0 install +hildon-status-bar-usb-l10n-nlnl install +hildon-status-bar-usb-l10n-nono install +hildon-status-bar-usb-l10n-plpl install +hildon-status-bar-usb-l10n-ptpt install +hildon-status-bar-usb-l10n-ruru install +hildon-status-bar-usb-l10n-svse install +hildon-status-menu install +hildon-theme-alpha install +hildon-theme-beta install +hildon-theme-cacher install +hildon-thumbnail install +hildon-update-category-database install +hildon-welcome install +hildon-welcome-default-logo install +icd2 install +icd2-network-wlan-config install +icd2-settings-default install +imageviewer install +imengines-ezitext install +initrd-progs install +iphbd install +ke-recv install +ke-recv-extra install +ke-recv-l10n-cscz install +ke-recv-l10n-dadk install +ke-recv-l10n-dede install +ke-recv-l10n-engb install +ke-recv-l10n-enus install +ke-recv-l10n-eses install +ke-recv-l10n-esmx install +ke-recv-l10n-fifi install +ke-recv-l10n-frca install +ke-recv-l10n-frfr install +ke-recv-l10n-itit install +ke-recv-l10n-mr0 install +ke-recv-l10n-nlnl install +ke-recv-l10n-nono install +ke-recv-l10n-plpl install +ke-recv-l10n-ptpt install +ke-recv-l10n-ruru install +ke-recv-l10n-svse install +kernel install +kernel-flasher install +kernel-modules install +libaccounts-glade install +libaccounts0 install +libalarm2 install +libas-common-utils-0 install +libas-protocol-0 install +libas-storage-0 install +libasound2 install +libasound2-plugins install +libatk1.0-0 install +libblkid1 install +libbluetooth3 install +libbmeipc0 install +libbridge2 install +libbz2-1.0 install +libc6 install +libcairo2 install +libcal1 install +libcanberra-gtk0 install +libcanberra0 install +libcityinfo0-0 install +libclockcore0-0 install +libclutter-0.8-0 install +libcodelockui1 install +libcomapp0 install +libcomerr2 install +libconbtui0 install +libconic0 install +libconnui install +libconnui-cellular install +libcscall2 install +libcsnet0 install +libcumulus0 install +libcurl3 install +libdb4.2 install +libdbus-1-3 install +libdbus-glib-1-2 install +libdevlock-bin install +libdevlock1 install +libdres0 install +libdrm2 install +libdsme0.2.0 install +libebook install +libedata-book install +libedataserver install +libelfg0 install +libenca0 install +libepeg0 install +libexempi3 install +libexif12 install +libexpat1 install +libezitext install +libffi5 install +libfontconfig1 install +libfontenc1 install +libfreetype6 install +libgcc1 install +libgconf2-6 install +libgdbm3 install +libgdigicam-gst-camerabin0 install +libgdigicam0 install +libglade2-0 install +libgles2-sgx-img install +libglib2.0-0 install +libgmime-2.0-2 install +libgnome-menu2 install +libgpx0 install +libgssdp-1.0-1 install +libgstfarsight0.10-0 install +libgstreamer-plugins-base0.10-0 install +libgstreamer0.10-0 install +libgtk2.0-0 install +libgtk2.0-bin install +libgtk2.0-common install +libgtkadi1 install +libgtkmozembed install +libgupnp-1.0-2 install +libgupnp-av-1.0-1 install +libgupnp-igd-1.0-2 install +libgvfscommon0 install +libgwobex0 install +libhal-storage1 install +libhal1 install +libhildon-im-ui3 install +libhildon-im-vkbrenderer3 install +libhildon-im-western-plugin-common3 install +libhildon-thumbnail0 install +libhildon-time-zone-chooser0-0 install +libhildon1 install +libhildondesktop1 install +libhildonfm2 install +libhildonmime0 install +libhildonnotify0 install +libhllc0 install +libi18n-locale-resolver0 install +libi18n0 install +libical install +libicd-network-eap install +libicd-network-gprs install +libicd-network-ipv4 install +libicd-network-wlan install +libicd-network-wps install +libicd2 install +libice6 install +libimengines-wp4 install +libimengines4 install +libimlayouts0 install +libiphb0 install +libipp-nokia install +libiptcdata0 install +libisi-glib0 install +libisi1 install +libiw30 install +libjpeg62 install +liblas1 install +liblocale-gettext-perl install +liblocation0 install +liblomesa0 install +libloudmouth1-0 install +libltdl7 install +libmaemosec-certman-applet0 install +libmaemosec-certman0 install +libmaemosec0 install +libmaesync install +libmafw-shared0 install +libmafw0 install +libmatchbox1 install +libmcclient6 install +libmissioncontrol-server6 install +libmodest-dbus-client install +libnavigation0 install +libncurses5 install +libnice-gstreamer0.10 install +libnice0 install +libnips0 install +libnl1 install +libnotify1 install +libnspr4 install +libnss3 install +libnss3-certs install +libohm-plugin-core0 install +liboil0.3 install +libomap3cam install +libomxil-ti-components install +libomxil-ti0 install +libopenobex1 install +libosal0 install +libosso-abook install +libosso-dbus-conf install +libosso-gnomevfs2-0 install +libosso-gnomevfs2-common install +libosso-gsf-1 install +libosso1 install +libossoproductinfo0 install +libpango1.0-0 install +libpango1.0-common install +libpciaccess0 install +libphinfo0 install +libpixman-1-0 install +libplayback-1-0 install +libpng12-0 install +libpoppler0c2 install +libpoppler0c2-glib install +libpopt0 install +libppu0 install +libprofile0 install +libprolog0 install +libptypes install +libpulse-mainloop-glib0 install +libpulse0 install +libqt4-core install +libqt4-dbus install +libqt4-gui install +libqt4-network install +libqt4-opengl install +libqt4-sql install +libqt4-sql-sqlite install +libqt4-svg install +libqt4-xml install +libreadline4 install +libreadline5 install +librtcom-accounts-ui-client0 install +librtcom-accounts-widgets0 install +librtcom-call-ui0 install +librtcom-eventlogger-plugins0 install +librtcom-eventlogger-ui0 install +librtcom-eventlogger0 install +libscconf0 install +libsdl-image1.2 install +libsdl-mixer1.2 install +libsdl1.2 install +libsharing0 install +libsignon-glib0 install +libsignonui-l10n-cscz install +libsignonui-l10n-dadk install +libsignonui-l10n-dede install +libsignonui-l10n-engb install +libsignonui-l10n-enus install +libsignonui-l10n-eses install +libsignonui-l10n-esmx install +libsignonui-l10n-fifi install +libsignonui-l10n-frca install +libsignonui-l10n-frfr install +libsignonui-l10n-itit install +libsignonui-l10n-mr0 install +libsignonui-l10n-nlnl install +libsignonui-l10n-nono install +libsignonui-l10n-plpl install +libsignonui-l10n-ptpt install +libsignonui-l10n-ruru install +libsignonui-l10n-svse install +libsim0 install +libsimpb0 install +libsm6 install +libsms-utils0 install +libsms0 install +libsndfile1 install +libsofia-sip-ua-glib3 install +libsofia-sip-ua0 install +libsoup2.4-1 install +libspeexdsp1 install +libsqlite3-0 install +libss0 install +libss2 install +libssl0.9.8 install +libssoautologin install +libstdc++6 install +libsysfs2 install +libsysinfo0 install +libtelcommon0 install +libtelepathy-farsight0 install +libtelepathy-glib0 install +libtiff4 install +libtime0 install +libtinymail-1.0-0 install +libtinymail-camel-1.0-0 install +libtinymail-gnomevfs-1.0-0 install +libtinymail-maemo-1.0-0 install +libtinymailui-1.0-0 install +libtinymailui-gtk-1.0-0 install +libtopos0 install +libtotem-plparser12 install +libtrace0 install +libtrackerclient0 install +libusb-0.1-4 install +libuuid1 install +libvolume-id0 install +libvte-common install +libvte4 install +libwbxml2-0 install +libwidgetutils install +libwl1251 install +libx11-6 install +libx11-data install +libxau6 install +libxcb-randr0 install +libxcb-shm0 install +libxcb-xv0 install +libxcb1 install +libxcomposite1 install +libxcursor1 install +libxdamage1 install +libxdmcp6 install +libxext6 install +libxfixes3 install +libxfont1 install +libxft2 install +libxi6 install +libxkbfile1 install +libxml2 install +libxrandr2 install +libxrender1 install +libxsp0 install +libxt6 install +libxtst6 install +libxv1 install +locale-resolver-data install +location-control install +location-daemon install +location-home-applet install +location-proxy install +location-status install +location-ui install +lsb-base install +lsof install +maemo-af-desktop-l10n-cscz install +maemo-af-desktop-l10n-dadk install +maemo-af-desktop-l10n-dede install +maemo-af-desktop-l10n-engb install +maemo-af-desktop-l10n-enus install +maemo-af-desktop-l10n-eses install +maemo-af-desktop-l10n-esmx install +maemo-af-desktop-l10n-fifi install +maemo-af-desktop-l10n-frca install +maemo-af-desktop-l10n-frfr install +maemo-af-desktop-l10n-itit install +maemo-af-desktop-l10n-mr0 install +maemo-af-desktop-l10n-nlnl install +maemo-af-desktop-l10n-nono install +maemo-af-desktop-l10n-plpl install +maemo-af-desktop-l10n-ptpt install +maemo-af-desktop-l10n-ruru install +maemo-af-desktop-l10n-svse install +maemo-applet-fmtx install +maemo-applet-profiles install +maemo-applet-tvout install +maemo-bluez-compat install +maemo-input-sounds install +maemo-installer-utils install +maemo-launcher install +maemo-ringtones-mr0 install +maemo-statusmenu-fmtx install +maemo-statusmenu-headset install +maemo-statusmenu-volume install +maemoblocks install +maemointernal-keyring install +maemosec-certman-applet install +maemosec-certman-common-ca install +maemosec-certman-tools install +maesync-backend install +maesync-controller install +maesync-l10n-cscz install +maesync-l10n-dadk install +maesync-l10n-dede install +maesync-l10n-engb install +maesync-l10n-enus install +maesync-l10n-eses install +maesync-l10n-esmx install +maesync-l10n-fifi install +maesync-l10n-frca install +maesync-l10n-frfr install +maesync-l10n-itit install +maesync-l10n-mr0 install +maesync-l10n-nlnl install +maesync-l10n-nono install +maesync-l10n-plpl install +maesync-l10n-ptpt install +maesync-l10n-ruru install +maesync-l10n-svse install +mafw-dbus-daemon install +mafw-gst-renderer install +mafw-iradio-source install +mafw-iradio-source-bookmarks-default install +mafw-playlist-daemon install +mafw-tracker-source install +mafw-upnp-source install +makedev install +matchbox-window-manager install +mce install +mediaplayer install +mediaplayer-l10n-cscz install +mediaplayer-l10n-dadk install +mediaplayer-l10n-dede install +mediaplayer-l10n-engb install +mediaplayer-l10n-enus install +mediaplayer-l10n-eses install +mediaplayer-l10n-esmx install +mediaplayer-l10n-fifi install +mediaplayer-l10n-frca install +mediaplayer-l10n-frfr install +mediaplayer-l10n-itit install +mediaplayer-l10n-mr0 install +mediaplayer-l10n-nlnl install +mediaplayer-l10n-nono install +mediaplayer-l10n-plpl install +mediaplayer-l10n-ptpt install +mediaplayer-l10n-ruru install +mediaplayer-l10n-svse install +mediaplayer-restore install +mediaplayerhomeapplet install +microb-eal install +microb-engine install +microb-engine-common install +microb-l10n install +mini-rc install +modest install +modest-as-plugin-0 install +modest-l10n-cscz install +modest-l10n-dadk install +modest-l10n-dede install +modest-l10n-engb install +modest-l10n-enus install +modest-l10n-eses install +modest-l10n-esmx install +modest-l10n-fifi install +modest-l10n-frca install +modest-l10n-frfr install +modest-l10n-itit install +modest-l10n-mr0 install +modest-l10n-nlnl install +modest-l10n-nono install +modest-l10n-plpl install +modest-l10n-ptpt install +modest-l10n-ruru install +modest-l10n-svse install +modest-nokiamessaging-plugin install +modest-nokiamessaging-plugin-l10n-cscz install +modest-nokiamessaging-plugin-l10n-dadk install +modest-nokiamessaging-plugin-l10n-dede install +modest-nokiamessaging-plugin-l10n-engb install +modest-nokiamessaging-plugin-l10n-enus install +modest-nokiamessaging-plugin-l10n-eses install +modest-nokiamessaging-plugin-l10n-esmx install +modest-nokiamessaging-plugin-l10n-fifi install +modest-nokiamessaging-plugin-l10n-frca install +modest-nokiamessaging-plugin-l10n-frfr install +modest-nokiamessaging-plugin-l10n-itit install +modest-nokiamessaging-plugin-l10n-mr0 install +modest-nokiamessaging-plugin-l10n-nlnl install +modest-nokiamessaging-plugin-l10n-nono install +modest-nokiamessaging-plugin-l10n-plpl install +modest-nokiamessaging-plugin-l10n-ptpt install +modest-nokiamessaging-plugin-l10n-ruru install +modest-nokiamessaging-plugin-l10n-svse install +modest-providers-data install +module-init-tools install +mp-fremantle-generic-pr install +mtools install +ncurses-base install +netbase install +nokia-maps-core install +nokia-maps-maplets install +nokia-maps-ui install +nokiamaps-navigation-provider install +nokiamessaging install +nolo install +obexd install +ohm install +ohm-plugin-prolog install +ohm-plugin-resolver install +ohm-plugins-misc install +omap3430-dsp-baseimage-ti install +omap3430-dsp-libraries-ti install +omap3camd install +opengles-sgx-img-common install +openssl install +operator-wizard-settings install +osso-abook-home-applet install +osso-accounts-plugin-skype install +osso-addressbook install +osso-addressbook-l10n-cscz install +osso-addressbook-l10n-dadk install +osso-addressbook-l10n-dede install +osso-addressbook-l10n-engb install +osso-addressbook-l10n-enus install +osso-addressbook-l10n-eses install +osso-addressbook-l10n-esmx install +osso-addressbook-l10n-fifi install +osso-addressbook-l10n-frca install +osso-addressbook-l10n-frfr install +osso-addressbook-l10n-itit install +osso-addressbook-l10n-mr0 install +osso-addressbook-l10n-nlnl install +osso-addressbook-l10n-nono install +osso-addressbook-l10n-plpl install +osso-addressbook-l10n-ptpt install +osso-addressbook-l10n-ruru install +osso-addressbook-l10n-svse install +osso-af-startup install +osso-af-utils install +osso-app-killer install +osso-applet-accounts-l10n-cscz install +osso-applet-accounts-l10n-dadk install +osso-applet-accounts-l10n-dede install +osso-applet-accounts-l10n-engb install +osso-applet-accounts-l10n-enus install +osso-applet-accounts-l10n-eses install +osso-applet-accounts-l10n-esmx install +osso-applet-accounts-l10n-fifi install +osso-applet-accounts-l10n-frca install +osso-applet-accounts-l10n-frfr install +osso-applet-accounts-l10n-itit install +osso-applet-accounts-l10n-mr0 install +osso-applet-accounts-l10n-nlnl install +osso-applet-accounts-l10n-nono install +osso-applet-accounts-l10n-plpl install +osso-applet-accounts-l10n-ptpt install +osso-applet-accounts-l10n-ruru install +osso-applet-accounts-l10n-svse install +osso-applet-certman-l10n-cscz install +osso-applet-certman-l10n-dadk install +osso-applet-certman-l10n-dede install +osso-applet-certman-l10n-engb install +osso-applet-certman-l10n-enus install +osso-applet-certman-l10n-eses install +osso-applet-certman-l10n-esmx install +osso-applet-certman-l10n-fifi install +osso-applet-certman-l10n-frca install +osso-applet-certman-l10n-frfr install +osso-applet-certman-l10n-itit install +osso-applet-certman-l10n-mr0 install +osso-applet-certman-l10n-nlnl install +osso-applet-certman-l10n-nono install +osso-applet-certman-l10n-plpl install +osso-applet-certman-l10n-ptpt install +osso-applet-certman-l10n-ruru install +osso-applet-certman-l10n-svse install +osso-applet-device install +osso-applet-device-l10n-cscz install +osso-applet-device-l10n-dadk install +osso-applet-device-l10n-dede install +osso-applet-device-l10n-engb install +osso-applet-device-l10n-enus install +osso-applet-device-l10n-eses install +osso-applet-device-l10n-esmx install +osso-applet-device-l10n-fifi install +osso-applet-device-l10n-frca install +osso-applet-device-l10n-frfr install +osso-applet-device-l10n-itit install +osso-applet-device-l10n-mr0 install +osso-applet-device-l10n-nlnl install +osso-applet-device-l10n-nono install +osso-applet-device-l10n-plpl install +osso-applet-device-l10n-ptpt install +osso-applet-device-l10n-ruru install +osso-applet-device-l10n-svse install +osso-applet-devicelock install +osso-applet-display install +osso-applet-languageregional install +osso-applet-memory install +osso-applet-memory-l10n-cscz install +osso-applet-memory-l10n-dadk install +osso-applet-memory-l10n-dede install +osso-applet-memory-l10n-engb install +osso-applet-memory-l10n-enus install +osso-applet-memory-l10n-eses install +osso-applet-memory-l10n-esmx install +osso-applet-memory-l10n-fifi install +osso-applet-memory-l10n-frca install +osso-applet-memory-l10n-frfr install +osso-applet-memory-l10n-itit install +osso-applet-memory-l10n-mr0 install +osso-applet-memory-l10n-nlnl install +osso-applet-memory-l10n-nono install +osso-applet-memory-l10n-plpl install +osso-applet-memory-l10n-ptpt install +osso-applet-memory-l10n-ruru install +osso-applet-memory-l10n-svse install +osso-applet-notificationlight install +osso-applet-screencalibration install +osso-applet-screencalibration-l10n-cscz install +osso-applet-screencalibration-l10n-dadk install +osso-applet-screencalibration-l10n-dede install +osso-applet-screencalibration-l10n-engb install +osso-applet-screencalibration-l10n-enus install +osso-applet-screencalibration-l10n-eses install +osso-applet-screencalibration-l10n-esmx install +osso-applet-screencalibration-l10n-fifi install +osso-applet-screencalibration-l10n-frca install +osso-applet-screencalibration-l10n-frfr install +osso-applet-screencalibration-l10n-itit install +osso-applet-screencalibration-l10n-mr0 install +osso-applet-screencalibration-l10n-nlnl install +osso-applet-screencalibration-l10n-nono install +osso-applet-screencalibration-l10n-plpl install +osso-applet-screencalibration-l10n-ptpt install +osso-applet-screencalibration-l10n-ruru install +osso-applet-screencalibration-l10n-svse install +osso-applet-textinput install +osso-applet-textinput-l10n-cscz install +osso-applet-textinput-l10n-dadk install +osso-applet-textinput-l10n-dede install +osso-applet-textinput-l10n-engb install +osso-applet-textinput-l10n-enus install +osso-applet-textinput-l10n-eses install +osso-applet-textinput-l10n-esmx install +osso-applet-textinput-l10n-fifi install +osso-applet-textinput-l10n-frca install +osso-applet-textinput-l10n-frfr install +osso-applet-textinput-l10n-itit install +osso-applet-textinput-l10n-mr0 install +osso-applet-textinput-l10n-nlnl install +osso-applet-textinput-l10n-nono install +osso-applet-textinput-l10n-plpl install +osso-applet-textinput-l10n-ptpt install +osso-applet-textinput-l10n-ruru install +osso-applet-textinput-l10n-svse install +osso-backup install +osso-backup-l10n-cscz install +osso-backup-l10n-dadk install +osso-backup-l10n-dede install +osso-backup-l10n-engb install +osso-backup-l10n-enus install +osso-backup-l10n-eses install +osso-backup-l10n-esmx install +osso-backup-l10n-fifi install +osso-backup-l10n-frca install +osso-backup-l10n-frfr install +osso-backup-l10n-itit install +osso-backup-l10n-mr0 install +osso-backup-l10n-nlnl install +osso-backup-l10n-nono install +osso-backup-l10n-plpl install +osso-backup-l10n-ptpt install +osso-backup-l10n-ruru install +osso-backup-l10n-svse install +osso-bookmark-engine install +osso-browser install +osso-browser-ui-l10n-cscz install +osso-browser-ui-l10n-dadk install +osso-browser-ui-l10n-dede install +osso-browser-ui-l10n-engb install +osso-browser-ui-l10n-enus install +osso-browser-ui-l10n-eses install +osso-browser-ui-l10n-esmx install +osso-browser-ui-l10n-fifi install +osso-browser-ui-l10n-frca install +osso-browser-ui-l10n-frfr install +osso-browser-ui-l10n-itit install +osso-browser-ui-l10n-mr0 install +osso-browser-ui-l10n-nlnl install +osso-browser-ui-l10n-nono install +osso-browser-ui-l10n-plpl install +osso-browser-ui-l10n-ptpt install +osso-browser-ui-l10n-ruru install +osso-browser-ui-l10n-svse install +osso-calculator install +osso-calculator-engine install +osso-calculator-ui install +osso-calculator-ui-l10n-cscz install +osso-calculator-ui-l10n-dadk install +osso-calculator-ui-l10n-dede install +osso-calculator-ui-l10n-engb install +osso-calculator-ui-l10n-enus install +osso-calculator-ui-l10n-eses install +osso-calculator-ui-l10n-esmx install +osso-calculator-ui-l10n-fifi install +osso-calculator-ui-l10n-frca install +osso-calculator-ui-l10n-frfr install +osso-calculator-ui-l10n-itit install +osso-calculator-ui-l10n-mr0 install +osso-calculator-ui-l10n-nlnl install +osso-calculator-ui-l10n-nono install +osso-calculator-ui-l10n-plpl install +osso-calculator-ui-l10n-ptpt install +osso-calculator-ui-l10n-ruru install +osso-calculator-ui-l10n-svse install +osso-camera-ui-l10n-cscz install +osso-camera-ui-l10n-dadk install +osso-camera-ui-l10n-dede install +osso-camera-ui-l10n-engb install +osso-camera-ui-l10n-enus install +osso-camera-ui-l10n-eses install +osso-camera-ui-l10n-esmx install +osso-camera-ui-l10n-fifi install +osso-camera-ui-l10n-frca install +osso-camera-ui-l10n-frfr install +osso-camera-ui-l10n-itit install +osso-camera-ui-l10n-mr0 install +osso-camera-ui-l10n-nlnl install +osso-camera-ui-l10n-nono install +osso-camera-ui-l10n-plpl install +osso-camera-ui-l10n-ptpt install +osso-camera-ui-l10n-ruru install +osso-camera-ui-l10n-svse install +osso-chess-ui install +osso-cities-l10n-cscz install +osso-cities-l10n-dadk install +osso-cities-l10n-dede install +osso-cities-l10n-engb install +osso-cities-l10n-enus install +osso-cities-l10n-eses install +osso-cities-l10n-esmx install +osso-cities-l10n-fifi install +osso-cities-l10n-frca install +osso-cities-l10n-frfr install +osso-cities-l10n-itit install +osso-cities-l10n-mr0 install +osso-cities-l10n-nlnl install +osso-cities-l10n-nono install +osso-cities-l10n-plpl install +osso-cities-l10n-ptpt install +osso-cities-l10n-ruru install +osso-cities-l10n-svse install +osso-clock-l10n-cscz install +osso-clock-l10n-dadk install +osso-clock-l10n-dede install +osso-clock-l10n-engb install +osso-clock-l10n-enus install +osso-clock-l10n-eses install +osso-clock-l10n-esmx install +osso-clock-l10n-fifi install +osso-clock-l10n-frca install +osso-clock-l10n-frfr install +osso-clock-l10n-itit install +osso-clock-l10n-mr0 install +osso-clock-l10n-nlnl install +osso-clock-l10n-nono install +osso-clock-l10n-plpl install +osso-clock-l10n-ptpt install +osso-clock-l10n-ruru install +osso-clock-l10n-svse install +osso-connectivity-ui-l10n-cscz install +osso-connectivity-ui-l10n-dadk install +osso-connectivity-ui-l10n-dede install +osso-connectivity-ui-l10n-engb install +osso-connectivity-ui-l10n-enus install +osso-connectivity-ui-l10n-eses install +osso-connectivity-ui-l10n-esmx install +osso-connectivity-ui-l10n-fifi install +osso-connectivity-ui-l10n-frca install +osso-connectivity-ui-l10n-frfr install +osso-connectivity-ui-l10n-itit install +osso-connectivity-ui-l10n-mr0 install +osso-connectivity-ui-l10n-nlnl install +osso-connectivity-ui-l10n-nono install +osso-connectivity-ui-l10n-plpl install +osso-connectivity-ui-l10n-ptpt install +osso-connectivity-ui-l10n-ruru install +osso-connectivity-ui-l10n-svse install +osso-core-config install +osso-countries-l10n-cscz install +osso-countries-l10n-dadk install +osso-countries-l10n-dede install +osso-countries-l10n-engb install +osso-countries-l10n-enus install +osso-countries-l10n-eses install +osso-countries-l10n-esmx install +osso-countries-l10n-fifi install +osso-countries-l10n-frca install +osso-countries-l10n-frfr install +osso-countries-l10n-itit install +osso-countries-l10n-mr0 install +osso-countries-l10n-nlnl install +osso-countries-l10n-nono install +osso-countries-l10n-plpl install +osso-countries-l10n-ptpt install +osso-countries-l10n-ruru install +osso-countries-l10n-svse install +osso-display-l10n-cscz install +osso-display-l10n-dadk install +osso-display-l10n-dede install +osso-display-l10n-engb install +osso-display-l10n-enus install +osso-display-l10n-eses install +osso-display-l10n-esmx install +osso-display-l10n-fifi install +osso-display-l10n-frca install +osso-display-l10n-frfr install +osso-display-l10n-itit install +osso-display-l10n-mr0 install +osso-display-l10n-nlnl install +osso-display-l10n-nono install +osso-display-l10n-plpl install +osso-display-l10n-ptpt install +osso-display-l10n-ruru install +osso-display-l10n-svse install +osso-dsm-ui-l10n-cscz install +osso-dsm-ui-l10n-dadk install +osso-dsm-ui-l10n-dede install +osso-dsm-ui-l10n-engb install +osso-dsm-ui-l10n-enus install +osso-dsm-ui-l10n-eses install +osso-dsm-ui-l10n-esmx install +osso-dsm-ui-l10n-fifi install +osso-dsm-ui-l10n-frca install +osso-dsm-ui-l10n-frfr install +osso-dsm-ui-l10n-itit install +osso-dsm-ui-l10n-mr0 install +osso-dsm-ui-l10n-nlnl install +osso-dsm-ui-l10n-nono install +osso-dsm-ui-l10n-plpl install +osso-dsm-ui-l10n-ptpt install +osso-dsm-ui-l10n-ruru install +osso-dsm-ui-l10n-svse install +osso-filemanager install +osso-filemanager-l10n-cscz install +osso-filemanager-l10n-dadk install +osso-filemanager-l10n-dede install +osso-filemanager-l10n-engb install +osso-filemanager-l10n-enus install +osso-filemanager-l10n-eses install +osso-filemanager-l10n-esmx install +osso-filemanager-l10n-fifi install +osso-filemanager-l10n-frca install +osso-filemanager-l10n-frfr install +osso-filemanager-l10n-itit install +osso-filemanager-l10n-mr0 install +osso-filemanager-l10n-nlnl install +osso-filemanager-l10n-nono install +osso-filemanager-l10n-plpl install +osso-filemanager-l10n-ptpt install +osso-filemanager-l10n-ruru install +osso-filemanager-l10n-svse install +osso-filemanager-ui install +osso-fm-transmitter-l10n-cscz install +osso-fm-transmitter-l10n-dadk install +osso-fm-transmitter-l10n-dede install +osso-fm-transmitter-l10n-engb install +osso-fm-transmitter-l10n-enus install +osso-fm-transmitter-l10n-eses install +osso-fm-transmitter-l10n-esmx install +osso-fm-transmitter-l10n-fifi install +osso-fm-transmitter-l10n-frca install +osso-fm-transmitter-l10n-frfr install +osso-fm-transmitter-l10n-itit install +osso-fm-transmitter-l10n-mr0 install +osso-fm-transmitter-l10n-nlnl install +osso-fm-transmitter-l10n-nono install +osso-fm-transmitter-l10n-plpl install +osso-fm-transmitter-l10n-ptpt install +osso-fm-transmitter-l10n-ruru install +osso-fm-transmitter-l10n-svse install +osso-games-l10n-cscz install +osso-games-l10n-dadk install +osso-games-l10n-dede install +osso-games-l10n-engb install +osso-games-l10n-enus install +osso-games-l10n-eses install +osso-games-l10n-esmx install +osso-games-l10n-fifi install +osso-games-l10n-frca install +osso-games-l10n-frfr install +osso-games-l10n-itit install +osso-games-l10n-mr0 install +osso-games-l10n-nlnl install +osso-games-l10n-nono install +osso-games-l10n-plpl install +osso-games-l10n-ptpt install +osso-games-l10n-ruru install +osso-games-l10n-svse install +osso-games-startup install +osso-graphics-game-chess install +osso-graphics-game-lmarbles install +osso-graphics-game-mahjong install +osso-icons-default install +osso-imageviewer-ui-l10n-cscz install +osso-imageviewer-ui-l10n-dadk install +osso-imageviewer-ui-l10n-dede install +osso-imageviewer-ui-l10n-engb install +osso-imageviewer-ui-l10n-enus install +osso-imageviewer-ui-l10n-eses install +osso-imageviewer-ui-l10n-esmx install +osso-imageviewer-ui-l10n-fifi install +osso-imageviewer-ui-l10n-frca install +osso-imageviewer-ui-l10n-frfr install +osso-imageviewer-ui-l10n-itit install +osso-imageviewer-ui-l10n-mr0 install +osso-imageviewer-ui-l10n-nlnl install +osso-imageviewer-ui-l10n-nono install +osso-imageviewer-ui-l10n-plpl install +osso-imageviewer-ui-l10n-ptpt install +osso-imageviewer-ui-l10n-ruru install +osso-imageviewer-ui-l10n-svse install +osso-lmarbles install +osso-location-ui-l10n-cscz install +osso-location-ui-l10n-dadk install +osso-location-ui-l10n-dede install +osso-location-ui-l10n-engb install +osso-location-ui-l10n-enus install +osso-location-ui-l10n-eses install +osso-location-ui-l10n-esmx install +osso-location-ui-l10n-fifi install +osso-location-ui-l10n-frca install +osso-location-ui-l10n-frfr install +osso-location-ui-l10n-itit install +osso-location-ui-l10n-mr0 install +osso-location-ui-l10n-nlnl install +osso-location-ui-l10n-nono install +osso-location-ui-l10n-plpl install +osso-location-ui-l10n-ptpt install +osso-location-ui-l10n-ruru install +osso-location-ui-l10n-svse install +osso-maesync-plugin install +osso-maesync-ui install +osso-mahjong install +osso-memory-backend install +osso-mission-control install +osso-notes install +osso-notes-l10n-cscz install +osso-notes-l10n-dadk install +osso-notes-l10n-dede install +osso-notes-l10n-engb install +osso-notes-l10n-enus install +osso-notes-l10n-eses install +osso-notes-l10n-esmx install +osso-notes-l10n-fifi install +osso-notes-l10n-frca install +osso-notes-l10n-frfr install +osso-notes-l10n-itit install +osso-notes-l10n-mr0 install +osso-notes-l10n-nlnl install +osso-notes-l10n-nono install +osso-notes-l10n-plpl install +osso-notes-l10n-ptpt install +osso-notes-l10n-ruru install +osso-notes-l10n-svse install +osso-pdf-viewer install +osso-pdf-viewer-l10n-cscz install +osso-pdf-viewer-l10n-dadk install +osso-pdf-viewer-l10n-dede install +osso-pdf-viewer-l10n-engb install +osso-pdf-viewer-l10n-enus install +osso-pdf-viewer-l10n-eses install +osso-pdf-viewer-l10n-esmx install +osso-pdf-viewer-l10n-fifi install +osso-pdf-viewer-l10n-frca install +osso-pdf-viewer-l10n-frfr install +osso-pdf-viewer-l10n-itit install +osso-pdf-viewer-l10n-mr0 install +osso-pdf-viewer-l10n-nlnl install +osso-pdf-viewer-l10n-nono install +osso-pdf-viewer-l10n-plpl install +osso-pdf-viewer-l10n-ptpt install +osso-pdf-viewer-l10n-ruru install +osso-pdf-viewer-l10n-svse install +osso-powerup-shutdown-l10n-cscz install +osso-powerup-shutdown-l10n-dadk install +osso-powerup-shutdown-l10n-dede install +osso-powerup-shutdown-l10n-engb install +osso-powerup-shutdown-l10n-enus install +osso-powerup-shutdown-l10n-eses install +osso-powerup-shutdown-l10n-esmx install +osso-powerup-shutdown-l10n-fifi install +osso-powerup-shutdown-l10n-frca install +osso-powerup-shutdown-l10n-frfr install +osso-powerup-shutdown-l10n-itit install +osso-powerup-shutdown-l10n-mr0 install +osso-powerup-shutdown-l10n-nlnl install +osso-powerup-shutdown-l10n-nono install +osso-powerup-shutdown-l10n-plpl install +osso-powerup-shutdown-l10n-ptpt install +osso-powerup-shutdown-l10n-ruru install +osso-powerup-shutdown-l10n-svse install +osso-product-info install +osso-profiles-l10n-cscz install +osso-profiles-l10n-dadk install +osso-profiles-l10n-dede install +osso-profiles-l10n-engb install +osso-profiles-l10n-enus install +osso-profiles-l10n-eses install +osso-profiles-l10n-esmx install +osso-profiles-l10n-fifi install +osso-profiles-l10n-frca install +osso-profiles-l10n-frfr install +osso-profiles-l10n-itit install +osso-profiles-l10n-mr0 install +osso-profiles-l10n-nlnl install +osso-profiles-l10n-nono install +osso-profiles-l10n-plpl install +osso-profiles-l10n-ptpt install +osso-profiles-l10n-ruru install +osso-profiles-l10n-svse install +osso-rss-feed-reader install +osso-rss-feed-reader-applet install +osso-rss-feed-reader-l10n-cscz install +osso-rss-feed-reader-l10n-dadk install +osso-rss-feed-reader-l10n-dede install +osso-rss-feed-reader-l10n-engb install +osso-rss-feed-reader-l10n-enus install +osso-rss-feed-reader-l10n-eses install +osso-rss-feed-reader-l10n-esmx install +osso-rss-feed-reader-l10n-fifi install +osso-rss-feed-reader-l10n-frca install +osso-rss-feed-reader-l10n-frfr install +osso-rss-feed-reader-l10n-itit install +osso-rss-feed-reader-l10n-mr0 install +osso-rss-feed-reader-l10n-nlnl install +osso-rss-feed-reader-l10n-nono install +osso-rss-feed-reader-l10n-plpl install +osso-rss-feed-reader-l10n-ptpt install +osso-rss-feed-reader-l10n-ruru install +osso-rss-feed-reader-l10n-svse install +osso-rss-feed-reader-lib install +osso-rss-feed-reader-list install +osso-sharing-ui-l10n-cscz install +osso-sharing-ui-l10n-dadk install +osso-sharing-ui-l10n-dede install +osso-sharing-ui-l10n-engb install +osso-sharing-ui-l10n-enus install +osso-sharing-ui-l10n-eses install +osso-sharing-ui-l10n-esmx install +osso-sharing-ui-l10n-fifi install +osso-sharing-ui-l10n-frca install +osso-sharing-ui-l10n-frfr install +osso-sharing-ui-l10n-itit install +osso-sharing-ui-l10n-mr0 install +osso-sharing-ui-l10n-nlnl install +osso-sharing-ui-l10n-nono install +osso-sharing-ui-l10n-plpl install +osso-sharing-ui-l10n-ptpt install +osso-sharing-ui-l10n-ruru install +osso-sharing-ui-l10n-svse install +osso-sketch install +osso-sketch-l10n-cscz install +osso-sketch-l10n-dadk install +osso-sketch-l10n-dede install +osso-sketch-l10n-engb install +osso-sketch-l10n-enus install +osso-sketch-l10n-eses install +osso-sketch-l10n-esmx install +osso-sketch-l10n-fifi install +osso-sketch-l10n-frca install +osso-sketch-l10n-frfr install +osso-sketch-l10n-itit install +osso-sketch-l10n-mr0 install +osso-sketch-l10n-nlnl install +osso-sketch-l10n-nono install +osso-sketch-l10n-plpl install +osso-sketch-l10n-ptpt install +osso-sketch-l10n-ruru install +osso-sketch-l10n-svse install +osso-sounds-game-chess install +osso-sounds-game-mahjong install +osso-sounds-rtc install +osso-sounds-ui install +osso-startup-wizard install +osso-statusbar-presence-l10n-cscz install +osso-statusbar-presence-l10n-dadk install +osso-statusbar-presence-l10n-dede install +osso-statusbar-presence-l10n-engb install +osso-statusbar-presence-l10n-enus install +osso-statusbar-presence-l10n-eses install +osso-statusbar-presence-l10n-esmx install +osso-statusbar-presence-l10n-fifi install +osso-statusbar-presence-l10n-frca install +osso-statusbar-presence-l10n-frfr install +osso-statusbar-presence-l10n-itit install +osso-statusbar-presence-l10n-mr0 install +osso-statusbar-presence-l10n-nlnl install +osso-statusbar-presence-l10n-nono install +osso-statusbar-presence-l10n-plpl install +osso-statusbar-presence-l10n-ptpt install +osso-statusbar-presence-l10n-ruru install +osso-statusbar-presence-l10n-svse install +osso-statusbar-sound-l10n-cscz install +osso-statusbar-sound-l10n-dadk install +osso-statusbar-sound-l10n-dede install +osso-statusbar-sound-l10n-engb install +osso-statusbar-sound-l10n-enus install +osso-statusbar-sound-l10n-eses install +osso-statusbar-sound-l10n-esmx install +osso-statusbar-sound-l10n-fifi install +osso-statusbar-sound-l10n-frca install +osso-statusbar-sound-l10n-frfr install +osso-statusbar-sound-l10n-itit install +osso-statusbar-sound-l10n-mr0 install +osso-statusbar-sound-l10n-nlnl install +osso-statusbar-sound-l10n-nono install +osso-statusbar-sound-l10n-plpl install +osso-statusbar-sound-l10n-ptpt install +osso-statusbar-sound-l10n-ruru install +osso-statusbar-sound-l10n-svse install +osso-suw-l10n-cscz install +osso-suw-l10n-dadk install +osso-suw-l10n-dede install +osso-suw-l10n-engb install +osso-suw-l10n-enus install +osso-suw-l10n-eses install +osso-suw-l10n-esmx install +osso-suw-l10n-fifi install +osso-suw-l10n-frca install +osso-suw-l10n-frfr install +osso-suw-l10n-itit install +osso-suw-l10n-mr0 install +osso-suw-l10n-nlnl install +osso-suw-l10n-nono install +osso-suw-l10n-plpl install +osso-suw-l10n-ptpt install +osso-suw-l10n-ruru install +osso-suw-l10n-svse install +osso-system-lock-l10n-cscz install +osso-system-lock-l10n-dadk install +osso-system-lock-l10n-dede install +osso-system-lock-l10n-engb install +osso-system-lock-l10n-enus install +osso-system-lock-l10n-eses install +osso-system-lock-l10n-esmx install +osso-system-lock-l10n-fifi install +osso-system-lock-l10n-frca install +osso-system-lock-l10n-frfr install +osso-system-lock-l10n-itit install +osso-system-lock-l10n-mr0 install +osso-system-lock-l10n-nlnl install +osso-system-lock-l10n-nono install +osso-system-lock-l10n-plpl install +osso-system-lock-l10n-ptpt install +osso-system-lock-l10n-ruru install +osso-system-lock-l10n-svse install +osso-systemui install +osso-systemui-actingdead install +osso-systemui-alarm install +osso-systemui-conf install +osso-systemui-devlock install +osso-systemui-emergency install +osso-systemui-modechange install +osso-systemui-powerkeymenu install +osso-systemui-splashscreen install +osso-systemui-tklock install +osso-tutorial-l10n-cscz install +osso-tutorial-l10n-dadk install +osso-tutorial-l10n-dede install +osso-tutorial-l10n-engb install +osso-tutorial-l10n-enus install +osso-tutorial-l10n-eses install +osso-tutorial-l10n-esmx install +osso-tutorial-l10n-fifi install +osso-tutorial-l10n-frca install +osso-tutorial-l10n-frfr install +osso-tutorial-l10n-itit install +osso-tutorial-l10n-mr0 install +osso-tutorial-l10n-nlnl install +osso-tutorial-l10n-nono install +osso-tutorial-l10n-plpl install +osso-tutorial-l10n-ptpt install +osso-tutorial-l10n-ruru install +osso-tutorial-l10n-svse install +osso-tv-out-l10n-cscz install +osso-tv-out-l10n-dadk install +osso-tv-out-l10n-dede install +osso-tv-out-l10n-engb install +osso-tv-out-l10n-enus install +osso-tv-out-l10n-eses install +osso-tv-out-l10n-esmx install +osso-tv-out-l10n-fifi install +osso-tv-out-l10n-frca install +osso-tv-out-l10n-frfr install +osso-tv-out-l10n-itit install +osso-tv-out-l10n-mr0 install +osso-tv-out-l10n-nlnl install +osso-tv-out-l10n-nono install +osso-tv-out-l10n-plpl install +osso-tv-out-l10n-ptpt install +osso-tv-out-l10n-ruru install +osso-tv-out-l10n-svse install +osso-uri-l10n-cscz install +osso-uri-l10n-dadk install +osso-uri-l10n-dede install +osso-uri-l10n-engb install +osso-uri-l10n-enus install +osso-uri-l10n-eses install +osso-uri-l10n-esmx install +osso-uri-l10n-fifi install +osso-uri-l10n-frca install +osso-uri-l10n-frfr install +osso-uri-l10n-itit install +osso-uri-l10n-mr0 install +osso-uri-l10n-nlnl install +osso-uri-l10n-nono install +osso-uri-l10n-plpl install +osso-uri-l10n-ptpt install +osso-uri-l10n-ruru install +osso-uri-l10n-svse install +osso-wlan install +osso-wlan-security install +osso-xterm install +ota-settings install +ovi-promotion-widget install +pasr install +passwd install +perl-base install +phonet-at install +phonet-utils install +policy-application-detector install +policy-l10n-cscz install +policy-l10n-dadk install +policy-l10n-dede install +policy-l10n-engb install +policy-l10n-enus install +policy-l10n-eses install +policy-l10n-esmx install +policy-l10n-fifi install +policy-l10n-frca install +policy-l10n-frfr install +policy-l10n-itit install +policy-l10n-mr0 install +policy-l10n-nlnl install +policy-l10n-nono install +policy-l10n-plpl install +policy-l10n-ptpt install +policy-l10n-ruru install +policy-l10n-svse install +policy-settings-rx51 install +posix-locales install +profile-data install +profiled install +prolog-extensions install +pulseaudio install +pulseaudio-esound-compat install +pulseaudio-module-bluetooth install +pulseaudio-module-gconf install +pulseaudio-module-hal install +pulseaudio-module-nokia-common install +pulseaudio-module-nokia-music install +pulseaudio-module-nokia-record install +pulseaudio-module-nokia-voice install +pulseaudio-policy-enforcement install +readline-common install +rtcom-abook-skype-plugin install +rtcom-accounts-plugin-gtalk install +rtcom-accounts-plugin-jabber install +rtcom-accounts-plugin-nokiachat install +rtcom-accounts-plugin-sip install +rtcom-accounts-ui install +rtcom-call-ui install +rtcom-call-ui-l10n-cscz install +rtcom-call-ui-l10n-dadk install +rtcom-call-ui-l10n-dede install +rtcom-call-ui-l10n-engb install +rtcom-call-ui-l10n-enus install +rtcom-call-ui-l10n-eses install +rtcom-call-ui-l10n-esmx install +rtcom-call-ui-l10n-fifi install +rtcom-call-ui-l10n-frca install +rtcom-call-ui-l10n-frfr install +rtcom-call-ui-l10n-itit install +rtcom-call-ui-l10n-mr0 install +rtcom-call-ui-l10n-nlnl install +rtcom-call-ui-l10n-nono install +rtcom-call-ui-l10n-plpl install +rtcom-call-ui-l10n-ptpt install +rtcom-call-ui-l10n-ruru install +rtcom-call-ui-l10n-svse install +rtcom-messaging-ui install +rtcom-messaging-ui-l10n-cscz install +rtcom-messaging-ui-l10n-dadk install +rtcom-messaging-ui-l10n-dede install +rtcom-messaging-ui-l10n-engb install +rtcom-messaging-ui-l10n-enus install +rtcom-messaging-ui-l10n-eses install +rtcom-messaging-ui-l10n-esmx install +rtcom-messaging-ui-l10n-fifi install +rtcom-messaging-ui-l10n-frca install +rtcom-messaging-ui-l10n-frfr install +rtcom-messaging-ui-l10n-itit install +rtcom-messaging-ui-l10n-mr0 install +rtcom-messaging-ui-l10n-nlnl install +rtcom-messaging-ui-l10n-nono install +rtcom-messaging-ui-l10n-plpl install +rtcom-messaging-ui-l10n-ptpt install +rtcom-messaging-ui-l10n-ruru install +rtcom-messaging-ui-l10n-svse install +rtcom-notification-ui install +rtcom-presence-ui install +shared-mime-info install +sharing-account-manager install +sharing-dialog install +sharing-manager install +sharing-rtcom install +sharing-service-flickr install +sharing-service-ovi install +signond0 install +skyhost-bin install +skyhost-vengine install +skype-ui-l10n-cscz install +skype-ui-l10n-dadk install +skype-ui-l10n-dede install +skype-ui-l10n-engb install +skype-ui-l10n-enus install +skype-ui-l10n-eses install +skype-ui-l10n-esmx install +skype-ui-l10n-fifi install +skype-ui-l10n-frca install +skype-ui-l10n-frfr install +skype-ui-l10n-itit install +skype-ui-l10n-mr0 install +skype-ui-l10n-nlnl install +skype-ui-l10n-nono install +skype-ui-l10n-plpl install +skype-ui-l10n-ptpt install +skype-ui-l10n-ruru install +skype-ui-l10n-svse install +sms-manager install +softupd install +sqlite3 install +ssc-daemon install +status-area-applet-activesync-0 install +status-area-applet-battery install +status-menu-applet-profiles install +statusbar-alarm install +sudo install +swi-prolog install +swi-prolog-lib-core install +sysinfo-common install +sysinfo-tool install +sysinfod install +system-services install +tablet-bookmark-manager install +tablet-browser-bookmarks-mr0 install +tablet-browser-controls install +tablet-browser-daemon install +tablet-browser-default-plugin install +tablet-browser-dialogs install +tablet-browser-mediaplayer-plugin install +tablet-browser-ui install +tablet-browser-view install +tablet-browser-widgets install +telepathy-gabble install +telepathy-ring install +telepathy-sofiasip install +telepathy-spirit install +telepathy-stream-engine install +testserver install +theme-default-settings-mr0 install +tone-generator install +tracker install +tracker-utils install +tutorial-home-applet install +udev install +udhcpc install +ui-fonts install +upstart install +usbutils install +wappushd install +wl1251-cal install +wl1251-firmware install +wpeditor0 install +x11-common install +x11-xkb-utils install +xkb-data install +xml2wbxml install +xserver-xomap install +xserver-xorg-core install +xserver-xorg-input-evdev install +xserver-xorg-video-fbdev install +zlib1g install diff --git a/packages/PR1.1.1/status b/packages/PR1.1.1/status new file mode 100644 index 0000000..3739965 --- /dev/null +++ b/packages/PR1.1.1/status @@ -0,0 +1,25704 @@ +Package: prolog-extensions +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 32 +Maintainer: Krisztian Litkey +Architecture: armel +Source: libprolog +Version: 0.0.14+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), ohm-plugin-core0, swi-prolog, ohm +Description: Prolog extensions for the Nokia policy framework + A set of prolog extensions needed by the policy framework (and/or its + prototype implementation). +Git-Id: no + +Package: osso-sharing-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (en_GB) + Language files for en_GB osso-sharing-ui. + +Package: libexempi3 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 772 +Maintainer: Asheesh Laroia +Architecture: armel +Source: exempi +Version: 2.0.2-1maemo8+0m5 +Depends: libc6 (>= 2.5.0-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) +Description: library to parse XMP metadata (Library) + Exempi is a library to parse XMP metadata as defined by the + specification. + . + XMP (Extensible Metadata Platform) facilitates embedding metadata in files + using a subset of RDF. Most notably XMP supports embedding metadata in PDF + and many image formats, though it is designed to support nearly any file type. + +Package: osso-uri-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-uri-l10n-mr +Depends: osso-uri-l10n-ruru, osso-uri-l10n-frfr, osso-uri-l10n-frca, osso-uri-l10n-dadk, osso-uri-l10n-itit, osso-uri-l10n-svse, osso-uri-l10n-nono, osso-uri-l10n-fifi, osso-uri-l10n-nlnl, osso-uri-l10n-enus, osso-uri-l10n-dede, osso-uri-l10n-esmx, osso-uri-l10n-eses, osso-uri-l10n-cscz, osso-uri-l10n-ptpt, osso-uri-l10n-engb, osso-uri-l10n-plpl +Description: osso-uri marketing release package + This is a metapackage for osso-uri to pull all the l10n packages. + Application developers of osso-uri should depend on + "osso-uri-l10n-mr0 | osso-uri-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-rss-feed-reader-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (en_US) + Language files for en_US osso-rss-feed-reader. + +Package: hildon-desktop-applet-settings-mr0 +Status: install ok installed +Priority: extra +Section: misc +Installed-Size: 68 +Maintainer: Peter Aradi +Architecture: all +Version: 0.13-1+1.0+0m5 +Replaces: hildon-desktop-applet-settings +Provides: hildon-desktop-applet-settings +Depends: gconf2, hildon-home +Conflicts: hildon-desktop-applet-settings +Conffiles: + /etc/gconf/schemas/hildon-desktop-applet-settings.schema 4ccfc7738485408fc5a313caaa6d6f6b + /etc/hildon-desktop/home.plugins newconffile +Description: variant package for default applet shortcuts + Enables configuration of default applet shortcuts on home views. + +Package: locale-resolver-data +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 48 +Maintainer: David Kedves +Architecture: all +Version: 0.2.5-3+0m5 +Replaces: osso-applet-languageregional +Description: Locale resolver data + This package installs the data files needed to translate locale codes + to endonyms or exonyms, and contains the supported lang/region lists. + +Package: osso-applet-device-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (fr_CA) + Language files for fr_CA osso-applet-device. + +Package: osso-imageviewer-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (it_IT) + Language files for it_IT osso-imageviewer-ui. + +Package: skype-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (sv_SE) + Language files for sv_SE skype-ui. + +Package: osso-applet-screencalibration-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (en_GB) + Language files for en_GB osso-applet-screencalibration. + +Package: skype-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (no_NO) + Language files for no_NO skype-ui. + +Package: libgpx0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 88 +Maintainer: Quanyi Sun +Architecture: armel +Source: libgpx +Version: 0.91-1 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.14.6-1osso1), libxml2 +Description: GPX library + GPX library for writing and reading GPX XML files. + +Package: osso-applet-accounts-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (fi_FI) + Language files for fi_FI osso-applet-accounts. + +Package: osso-powerup-shutdown-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (no_NO) + Language files for no_NO osso-powerup-shutdown. + +Package: osso-tv-out-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (fr_CA) + Language files for fr_CA osso-tv-out. + +Package: hildon-status-bar-usb-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (da_DK) + Language files for da_DK hildon-status-bar-usb. + +Package: libgssdp-1.0-1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 100 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gssdp +Version: 0.6.4-0maemo2+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libsoup2.4-1 (>= 2.23.91) +Description: GObject-based library for SSDP + A GObject-based API for doing SSDP (Simple Service Discovery Protocol) + transparently. +Xsbc-Original-Maintainer: Ross Burton + +Package: osso-fm-transmitter-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (ru_RU) + Language files for ru_RU osso-fm-transmitter. + +Package: maemo-bluez-compat +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 120 +Maintainer: Johan Hedberg +Architecture: armel +Version: 0.21+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), bluez (>= 4.22), sudo +Conffiles: + /etc/osso-rfs-scripts/bluez-rfs.sh 19302d281b1e40a426ec545b154012fd + /etc/osso-backup/applications/bluez.conf b6461bbe4c65a05c2a1d16bb03b766fb + /etc/osso-backup/restore.d/always/bluez-restore.sh 93867e1099595f3dfb364dfd5b1cbe71 + /etc/osso-cud-scripts/bluez-cud.sh dac55d429dd96da6d7e6e4ce68dd81f3 +Description: Maemo compatibility tools for BlueZ + This package contais a some programs and scripts which help + integrate BlueZ to the Maemo environment. + +Package: calendar-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (pl_PL) + Language files for pl_PL calendar. + +Package: as-config-applet-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: as-config-applet-l10n-mr +Depends: as-config-applet-l10n-ruru, as-config-applet-l10n-frfr, as-config-applet-l10n-frca, as-config-applet-l10n-dadk, as-config-applet-l10n-itit, as-config-applet-l10n-svse, as-config-applet-l10n-nono, as-config-applet-l10n-fifi, as-config-applet-l10n-nlnl, as-config-applet-l10n-enus, as-config-applet-l10n-dede, as-config-applet-l10n-esmx, as-config-applet-l10n-eses, as-config-applet-l10n-cscz, as-config-applet-l10n-ptpt, as-config-applet-l10n-engb, as-config-applet-l10n-plpl +Description: as-config-applet marketing release package + This is a metapackage for as-config-applet to pull all the l10n packages. + Application developers of as-config-applet should depend on + "as-config-applet-l10n-mr0 | as-config-applet-l10n-mr" + to ensure correct locales are getting installed. + +Package: eff-content-fonts +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 828 +Maintainer: Jakub Pavelek +Architecture: all +Version: 1.0-6 +Depends: fontconfig +Description: Fonts for the content on OSSO platform. + This is a set of fonts that are used in content applications as + the web browser, email and help application. They provide a basic + Sans-serif, Serif and Monospaced font. + +Package: connui-btsettings +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 72 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-bluetooth +Version: 2.58+0m5 +Replaces: osso-connectivity-ui-btsettings +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconbtui0, libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.4+0m5), libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, osso-connectivity-ui-l10n-mr0 | osso-connectivity-ui-l10n-mr +Conflicts: osso-connectivity-ui-btsettings +Description: Bluetooth device settings UI + This package provides the Bluetooth settings UI that allows you to + select and pair Bluetooth devices. + +Package: hildon-input-method-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (en_GB) + Language files for en_GB hildon-input-method. + +Package: maesync-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (fr_CA) + Language files for fr_CA maesync. + +Package: hildon-input-method-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (da_DK) + Language files for da_DK hildon-input-method. + +Package: libosso-abook +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 796 +Maintainer: Joergen Scheibengruber +Architecture: armel +Version: 4.20091106+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.4+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), gconf2 (>= 2.10.1-2), hildon-common-strings-l10n-mr | hildon-common-strings-l10n-mr0, osso-addressbook-l10n-mr | osso-addressbook-l10n-mr0, osso-countries-l10n-mr | osso-countries-l10n-mr0, osso-statusbar-presence-l10n-mr | osso-statusbar-presence-l10n-mr0, osso-mission-control (>= 5.0.beta15) +Conffiles: + /etc/libosso-abook/syncml-ctcap/syncml-ctcap 5d7e1581d86511017317f266b93ff1a0 +Description: Library to access addressbook and presence information + . + This package contains the shared libraries. + +Package: rtcom-messaging-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (es_ES) + Language files for es_ES rtcom-messaging-ui. + +Package: profile-data +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: Simo Piiroinen +Architecture: all +Version: 0.0.6+0m5 +Conffiles: + /etc/profiled/90.nokia.ini 844ade1cba2aeb813684104639cfc14e +Description: configuration data for the profile daemon + Contains default values for profile keys from + product UI specifications. + +Package: busybox-symlinks-ifupdown +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 12 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: busybox +Version: 3:1.10.2.legal-1osso26+0m5 +Replaces: ifupdown +Provides: ifupdown +Conflicts: ifupdown +Description: BusyBox symlinks to provide 'ifupdown' + BusyBox symlinks for utilities corresponding to 'ifupdown' package. +Xs-Original-Maintainer: Debian Install System Team + +Package: osso-countries-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (nl_NL) + Language files for nl_NL osso-countries. + +Package: libsignonui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (ru_RU) + Language files for ru_RU libsignonui. + +Package: mediaplayer-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (fr_FR) + Language files for fr_FR mediaplayer. + +Package: osso-location-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (pl_PL) + Language files for pl_PL osso-location-ui. + +Package: shared-mime-info +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 1088 +Maintainer: Marius Vollmer +Architecture: armel +Version: 0.30-2maemo5+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libxml2 +Description: FreeDesktop.org shared MIME database and spec + This is the shared MIME-info database from the X Desktop Group. It is required + by any program complying to the Shared MIME-Info Database spec, which is also + included in this package. + . + At this time ROX and GNOME use this database. KDE is expected to follow soon, + and hopefully others too. + +Package: osso-applet-device +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 88 +Maintainer: Karoliina Salminen +Architecture: armel +Version: 2.4.0-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, sudo, hildon-control-panel (>= 0.10.0), osso-icons, osso-applet-device-l10n-mr0 | osso-applet-device-l10n-mr, bluez +Description: Control Panel Device plugin + +Package: hildon-common-strings-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (fr_CA) + Language files for fr_CA hildon-common-strings. + +Package: libxdmcp6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 72 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxdmcp +Version: 1:1.0.2-2osso1.1 +Depends: libc6 (>= 2.5.0-1), x11-common (>= 1:7.0.0) +Description: X11 Display Manager Control Protocol library + This package provides the main interface to the X11 display manager control + protocol library, which allows for remote logins to display managers. + . + More information about X.Org can be found at: + + + +Package: calendar-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (da_DK) + Language files for da_DK calendar. + +Package: modest-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (nl_NL) + Language files for nl_NL modest. + +Package: osso-core-config +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 60 +Maintainer: Yauheni Kaliuta +Architecture: all +Version: 1:0.6.8+0m5 +Depends: mini-rc | sysv-rc | boot-mechanism, passwd, busybox | coreutils +Pre-Depends: base-passwd (>= 3.5.7.osso2) +Conflicts: udev (<< 0.084), tslib (<= 0.1.1-4), busybox (<< 3:1.01-4.osso6), base-files (<< 3.1.osso2+3.1.10.osso5), mini-rc (<< 0.2.6) +Conffiles: + /etc/init.d/ttyusb0 79a682eb8950bd346f0e611610c79808 +Description: Various common hacks for osso + Sets up various stuff usually done is base-config (like inittab), + etc. Most things here should eventually move to correct packages + +Package: tablet-browser-view +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 300 +Maintainer: Oleg Romashin +Architecture: armel +Version: 2.0.8-2.11+0m5 +Depends: browser-eal (>= 0.5.1), browser-neteal (>= 0.7.3.5), libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libjpeg62, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libstdc++6 (>= 4.2.1) +Description: Tablet browser view libs + +Package: maemosec-certman-common-ca +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 564 +Maintainer: Juhani Mäkelä +Architecture: all +Source: maemo-security-certman +Version: 0.1.4+0m5 +Depends: openssl +Conffiles: + /etc/certs/common-ca/fba33b6ec137e95605da491620a39e0aa16287c7.pem f44eac80f725f84df11c10e4ba901dcd + /etc/certs/common-ca/9d22d24bef1576731e271c3404da87a3c4e96570.pem b66a56bd22db3cb7277f2dd16963ef2c + /etc/certs/common-ca/7d70e5ae388b063faa1c1a8ff9cf2430aa848416.pem 96fd413e84492805d0a5e5f291104783 + /etc/certs/common-ca/4e0bef1aa4405ba517698730ca346843d041aef2.pem d067bb319513fa1f4aa3003e54440063 + /etc/certs/common-ca/c57b58bdedda2569d2f75916a8b332c07b275bf4.pem d89b71c3fa04259136130c7a4ee766ff + /etc/certs/common-ca/2bc346abba0ec9652a46d17947c462e2e1dafcb8.pem 97806fddbf5a135a247c4e7676d12cf9 + /etc/certs/common-ca/ed131746bbe55c8cc6d15b8b7b5bb72f4a6ead34.pem a21650238ccc34d012c845fca5031c4b + /etc/certs/common-ca/2629014f00c23eef75b1e5f76925a34214e060f2.pem cd8936687e54326d08c14dc47575f445 + /etc/certs/common-ca/c0f1ed54acf177e4f54f68aa5c798f470b4f0144.pem ed4eb0d800a5f250b3286653d6c357e7 + /etc/certs/common-ca/8c2c260bc0f9c865d21555173167a78caf8e6f82.pem ef39169d288af20ec2f5bee407c3470a + /etc/certs/common-ca/ca4edd5b273529d9f6eec3e553efa4c019961daf.pem 6f1ae52666579dc40173b90284b6d58e + /etc/certs/common-ca/bf5fb7d1cedd1f86f45b55acdcd710c20ea988e7.pem 758158cc118b07162bbe84f2baad7709 + /etc/certs/common-ca/651e771fc3c159f5544cdcbab72a78cdf1793416.pem 3c27012371ea65ee5e9b1dad2fea684a + /etc/certs/common-ca/c126ef0d847fc578cabfa616229289c42af952e7.pem 069593c53aa81a7326e80452fffbab74 + /etc/certs/common-ca/0f348320a1da3fd1cb84dc48cba4d5e19e66841e.pem 140aa85ef21180ea9a5c9a42f2ae2fc2 + /etc/certs/common-ca/f2c013e082433efbee2f673296355cdbb8cb02d0.pem 85313f1a4b2bbb4cdd5c15df2d14de28 + /etc/certs/common-ca/1acc217ef0e5494305316f04d13dd222d2835d03.pem 1874b2cc286031a583e76625145fe022 + /etc/certs/common-ca/ebb31979f3c1a51cacdcba1f66a2b29b69d07808.pem e9e1176307eff45ae958721009d50415 + /etc/certs/common-ca/2130c9fb00d74e98da87aa2ad0a72eb14031a74c.pem 1aebf9affd8a08d4da911d9f2c8ad1e1 + /etc/certs/common-ca/813e37d892b01f779f5cb4ab73aae7f634602ffa.pem e0a3a4ecbfc76649d2c9f4f0d2773565 + /etc/certs/common-ca/0456c4e7392d6972162373bef88bfa36030702c3.pem 083dabd6d75420e9911d7e095b57350a + /etc/certs/common-ca/453dc3a9d1dc3f2456981c7318886aff8347edb6.pem 0992519d96a1f9b297a7dde8c2e37a86 + /etc/certs/common-ca/e394f5b14de9dba1295b578b4d760676e1d1a28a.pem 039e118a272b1fad6586f74fa96c289d + /etc/certs/common-ca/b893ff2ecbdc2c8ea2e77afe365121a3985b0c34.pem e3b09acfcd3a80662327e49910c719f3 + /etc/certs/common-ca/b28547bc281f1dbbcd58e4b84b440c25b2952e9d.pem 17f26784869adf7ea0f454a70126d5f5 + /etc/certs/common-ca/c2eefd17d7feb70fc672227b7ef6c0e20233ec3e.pem 19430e94b36393d001fdd42106adbca3 + /etc/certs/common-ca/3111efa79f0def3980fc8790403799a643c09d89.pem 3c01edd1599d9ae3988cfcaed843c771 + /etc/certs/common-ca/a1ad31b1f93ee117a6c8ab34fc5287091e625241.pem 31256e345d570eaf8814c18b2f7c4b50 + /etc/certs/common-ca/f18ab43c6a02bfd8228c7965cf88f4abbc180aa6.pem 9dbedb7e623a515178b57c7e53248c7c + /etc/certs/common-ca/0be90178500118c2ece5b35e066cac3c11b64f5b.pem 9022170930c6993faa24b8660ab0e777 + /etc/certs/common-ca/50afcc078715476f38c5b465d1de95aae9df9ccc.pem d026209c03e5e7fdde6853292df21509 + /etc/certs/common-ca/17a0cdc1e441b63a5b3bcb459dbd1cc298fa8658.pem d22fa0b6ee7006c1e5601c244fc372e5 + /etc/certs/common-ca/0972064e18430fe5d6ccc36a8b317b788fa883b8.pem 3050b5a77a474d49e2f629255f2b79dd + /etc/certs/common-ca/d2c4b0d291d44c1171b361cb3da1fedda86ad4e3.pem 4e1ac09956520b52461ca8b0a8b29826 + /etc/certs/common-ca/46683eee836bc5830d02612167ba95acfa358e5e.pem cd48fafdf6ec378b6b8cfccc2df13022 + /etc/certs/common-ca/c18d35730adc424df68e4e46460ceeaac5afda20.pem 035442d140e3c0a9607eb66b3a9de029 + /etc/certs/common-ca/9d0176ae49a48420c17a2b28339ea86c6722aba7.pem 84b747f76d29985faa00eb366f28c8bc + /etc/certs/common-ca/607b661a450d97ca89502f7d04cd34a8fffcfd4b.pem 2255e402f406533fb8940db555120025 + /etc/certs/common-ca/a9ec147ef9d943cc532b14adcff7f0598941cd19.pem 42fcba5edeedc61ae4a35db6ebcd951c + /etc/certs/common-ca/00d85a4c25c122e58b31ef6dbaf3cc5f29f10d61.pem 0a28dafb3cab3a7249654d5c8323ef33 + /etc/certs/common-ca/45eba2aff492cb82312d518ba7a7219df36dc80f.pem 9e328b8d7eb2098bca933ed3353de369 + /etc/certs/common-ca/2a70953a9ff693c5f38ac5a863bb3d942ce6ca07.pem 0315b2915a0f74cc3498cfdd54933452 + /etc/certs/common-ca/439c369fb09e304dc6ce5fad10abe503a5faa914.pem f130d662fbfeb1ddc4c35d2e0c67a357 + /etc/certs/common-ca/3248f90d03cd273e32b12b9640235eb97d43e59e.pem 5cf8e8069fd7f27758357ea1ca0cf546 + /etc/certs/common-ca/0b58e58bc64c1537a440a930a921be47365a56ff.pem c4f42d74e4ca601040f95ac40ff7ae3f + /etc/certs/common-ca/d24eb4ae1c9a51828aac04fee948ffa5ba563fda.pem 9010b0cbf289ffdec7e0a2489e53c92f + /etc/certs/common-ca/e59d5930824758ccacfa085436867b3ab5044df0.pem b1358966caad2e52a9f662032dc91139 + /etc/certs/common-ca/f3a27298eeb81b82801c4db69a3027990a2f72e2.pem 637798b55707f7c52a6b546b2b31927e + /etc/certs/common-ca/096a621692b05abb550ecb75323a32e5b221c928.pem 8a2b0f016146ed5f78f8bdd828772803 + /etc/certs/common-ca/f85ba838816926dd2dfe1774d11164a45c8e7816.pem f3555d28213a9e0b0e501faf19d68163 + /etc/certs/common-ca/8868bfe08e35c43b386b62f7283b8481c80cd74d.pem c74a27c993b1332b21f79d9764b9983a + /etc/certs/common-ca/dabb2eaab00cb8882651745c6d03d3c0d88f7ad6.pem 034c17251a18993f996f3020b0f97384 + /etc/certs/common-ca/2b0aae28a739567a0454a12a2207e59d33c75617.pem 7a714f6f30c3676a92ce5ded68e490aa + /etc/certs/common-ca/ccccefcc2960a43bb192b63cfa32628fac25153b.pem d58f24d616b685393e05b42b2db1a716 + /etc/certs/common-ca/d175fc2008b601fb11ea1bdc778a53faca282f03.pem 8ab011a35b6d2479179b6aaec33f8d51 + /etc/certs/common-ca/4304207d4cbd136e9b3647790080c6781109f541.pem d90b7cbf0b9bb7e9ba7fa0f3fe72f499 + /etc/certs/common-ca/f0115c20abf0d0fe3d0842ef9571e372c11c1256.pem ea05cc1d1781f57e74c3fbba2634e2e3 + /etc/certs/common-ca/040a75fce0a74605b1656283cdee34877dfe88bf.pem b3ab24952bb020a447242dfa3f1bd059 + /etc/certs/common-ca/b68553a91dae7c40a87825d6656dab41dd003eae.pem 87f0be968cfb86379b986757589b0c78 + /etc/certs/common-ca/7c8b4ddec28e5ac3062077176b0ef33d8d949da5.pem 904082017a22f4e72b6268962b565909 + /etc/certs/common-ca/7fd365a7c2ddecbbf03009f34339fa02af333133.pem 5ff1a2581cfb062a8620a64ba3881248 + /etc/certs/common-ca/330ba066d1eadacede6293042852b5147f3868b7.pem d79d6a31e88309df6b185b3d359783b8 + /etc/certs/common-ca/9391f14aa07217a23c097e43b7af34263afadc38.pem 835cba07fd83c2c63c79a07ca7adc3f5 + /etc/certs/common-ca/753f48bf4f8988704335de50c66f3b14e3f652fe.pem c411a3019c92b3b6b730cab7b7c44741 + /etc/certs/common-ca/a87debbc63a474137400ec96e0d334c12cbf6cf8.pem c9048f79a8f1da62f89b3eeb8c493689 + /etc/certs/common-ca/608ce4c1a982500d760e2ee97acaa53d9cdda4ee.pem 102d0d24229a4e0fc251db845d0d9386 + /etc/certs/common-ca/07c35130a4aae945ae3524faff242c33d0b19d8c.pem 1272672914b1eadfb88d408534e154de + /etc/certs/common-ca/4c5fa7361705e286612249398cb9a8e34ae0381a.pem 77803d7de91902c213cf348c3a41ace8 + /etc/certs/common-ca/8c43c4cb6d98c1a79c8469ebdf4a0d60963ac3fb.pem 35610177afc9c64e70f1ce62c1885496 + /etc/certs/common-ca/76f355e1faa436fbf09f5c6271ed3cf44738102b.pem ce531e74cd0ba6a2456e1a3c4b710a57 + /etc/certs/common-ca/00f92ac34191b6c9c2b83e55f2c0971113a00720.pem a59fa24705ed0be7ff6b00d5f3aefd5c + /etc/certs/common-ca/9be20757671c1ec06a06de59b49a2ddfdc19862e.pem 20af0db1f0a1bd929c472dfcfe4b13c7 + /etc/certs/common-ca/8b4b6dedd329b90619ec3939a9f097846acbefdf.pem d6ef793f3cc9bed96240494bd2958c8c + /etc/certs/common-ca/2cd5504197158bf08f36615b4afb6bd999c93392.pem d68c1f01ac27820f8619aece39e04ab0 + /etc/certs/common-ca/82f2e585ddec84a454c24347f3d943043b1535f8.pem a8682761b5055d468bdc7c7c86240b08 + /etc/certs/common-ca/03252fde6f82013a5c2cdc2ba169b567d48cd3fd.pem d32a87f73785fe52ee4cb6d46dd01354 + /etc/certs/common-ca/8bd010500981f29d09d50e60780322a23fc8ca66.pem 6f351ddaaa89122264e8d353da67dbcb + /etc/certs/common-ca/c4c01ca40794fdcd4d01d454daa50c5fdeae055a.pem 5456f75a2c42751bd3a7620da58213b1 + /etc/certs/common-ca/a0110a233e96f107ece2af29ef82a57fd030a4b4.pem a22a580eec5fdd8e3f2a066c1c5a1a5c + /etc/certs/common-ca/bb02efe4a0a6e2fc8650eeb748aa9f7aa586a753.pem 501ecd483be55e514d9bdccf7d625ae8 + /etc/certs/common-ca/5d84a6bd204071abc92a7cc57c8ed4a8938bfadf.pem beb8ddbf2ba54a0d1dec0adf443e3c85 + /etc/certs/common-ca/7b5b45cfafcecb7afd31921a6ab6f346eb574850.pem de3d5930e6e6b3fdb385f60a05206588 + /etc/certs/common-ca/0c39bc6b69c2d7b025a2064b6520f782a6a1714f.pem cd5da287512f0012a62825afc209a9a9 + /etc/certs/common-ca/1a8462bc484c332504d4eed0f603c41946d1946b.pem 97c19f5ba9e0859dd5d40beebfe67d39 + /etc/certs/common-ca/3cd89388c2c08209cc0199069320e99e7009634f.pem fd71e5a4845691cb7c4f7e96e09b71e6 + /etc/certs/common-ca/eedd79c0d379b04d7e47bc70a6e7c62aaebadec9.pem 2fda7e44620cefba61549028d5243aaa + /etc/certs/common-ca/95b1b4f094b6bdc7dad1110921bec1af49fd107b.pem 895acb0f3722eba4276e25f4312d1b74 + /etc/certs/common-ca/c4a7b1a47b2c71fadbe14b9075ffc41560858910.pem 0bd02e1961715690e1ee258748b7b97a + /etc/certs/common-ca/3ae1cd480a17d52a57856ff90aa0aa5884d35e3c.pem deaf4e9dcb2f040ad4ae28207dd16212 + /etc/certs/common-ca/39958b628b5cc9d480ba580f973f150843cc98a7.pem bb09222cda1208b9c97d58cc6af4c62c + /etc/certs/common-ca/7e44e06a3ffc90380fc65adfce9c6b9ceff1375c.pem 7d0835e5c32c5788c75a167a38c9f0cf + /etc/certs/common-ca/1e9f575047b6619339d32cfcda5d3d0575b79902.pem 97abbe684e5e2f527e3437ed17fe9da6 + /etc/certs/common-ca/6890e467a4a65380c78666a4f1f74b43fb84bd6d.pem d5c740071952f2189d90dc600985be3f + /etc/certs/common-ca/14af18f7bde6e76be35afaea51effed45a7139c0.pem f6692eb3d1a5d9eb0c08c3fbdc57f7ab + /etc/certs/common-ca/eabf10a5011e958fc955b46760a48ffd8b0f12b4.pem 431aefb317c295f76996865f551e474d + /etc/certs/common-ca/adbd987a34b426f7fac42654ef03bde024cb541a.pem 51e14b4c734e450402ea2cf73f2aee0f + /etc/certs/common-ca/1c89c396ccbdfe32d50d8c8131b6989d8d28648d.pem ff2da502287c8a1bfebf338dba3dc9fb + /etc/certs/common-ca/2063a03873c99ea466dd4176520131af26c71402.pem 13565a277532df79f7a1f758dba288f1 + /etc/certs/common-ca/df6191b15c167b95edd948cf108db1ef5f71cd33.pem 5b76149f2bbede26c8d21f5a94d134ea + /etc/certs/common-ca/4e4d3989165140d117253b5493531afc39bd1b52.pem 89e8c77260dca45e9de7465e9cf1e94d + /etc/certs/common-ca/a60c1d9f61ff0717b5bf3846db4330d58eb05206.pem 655f46ea11682707784e268c454e04c5 + /etc/certs/common-ca/672696e7a1bfd8b5039dfe3bdcfef28ae615dd30.pem d127615c5afa1fa51ce011777502b01c + /etc/certs/common-ca/4d49a18e8891751dc827b00987e20c8bf6538852.pem 797e08eb51a9a87f59874178d93b8d66 + /etc/certs/common-ca/88b1d59318b2f645a13ff810940b9f2a820e9bca.pem fb84bf4b2d90e78cb2b7af923d564744 + /etc/certs/common-ca/d937b34e05fdd9cf9f1216aeb6892feb253a881c.pem 28e59375691aeb7ce078b9bf9f627277 + /etc/certs/common-ca/ec6505b6406f43d7e1e5cb2829bc9c02f8689c5c.pem 220c80a67caa9f334134f921dc46f134 + /etc/certs/common-ca/9e7d4b34bf71adc205f6037580cea94f1ac4244c.pem 1b08bbdb82633c11ea85b15ccf3c1ab8 + /etc/certs/common-ca/5b257b96a465517eb839f3c078665ee83ae7f0ee.pem 485bce6d706a2c6ef08e0d8cfd51760d + /etc/certs/common-ca/2c0e09667388d82108ba4719ef787296a45e7cc2.pem 47efdfb0853adc341e39d422c96fb36f + /etc/certs/common-ca/30fdedc40e8569f5573be83cb446255efb02f191.pem 28f98a3e51849b4da8d3f5238516b71c + /etc/certs/common-ca/b13ec36903f8bf4701d498261a0802ef63642bc3.pem 3b92857df75558b2466d31a45b9c64f8 + /etc/certs/common-ca/26fddc07cd031ac65dc65c6238495f434edd0981.pem fdf03feab80e9a109adb8f9912b36f5d + /etc/certs/common-ca/69e7c934f09af31b66beb7af6daf3857232d6cf9.pem a194cb5767b2eb60c4e2d90d4419cdc8 + /etc/certs/common-ca/03de503556d14cbb66f0a3e21b1bc397b23dd155.pem 5945bad341623ae14991e09ffe851725 + /etc/certs/common-ca/a073499968dc855b65e39b282f579fbd33bc0748.pem 65e1b82ec98f06be99a3514c66f8b907 + /etc/certs/common-ca/2ab99b692e3b9bd8cdde2a3104346bca0718ab67.pem 1024b0aaf721790d9da270644c3315b8 + /etc/certs/common-ca/df07bad27aff31fdd75afc2054fd3bf42eb3d6d6.pem b57630f33fb356ca170805f083be2987 + /etc/certs/common-ca/1538830f3f2c3f70331ecd46fe078c20e0d7c3b7.pem 3368fff3b2a3506ad83108f0d78ba23f + /etc/secure/s/certman.common-ca a2a7ac41d10638f09c391f88abd0915b +Description: Common CA certificates + The common CA certificate store. + +Package: policy-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (fr_FR) + Language files for fr_FR policy. + +Package: hildon-status-menu +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 116 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 0.3.32+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher +Conffiles: + /etc/hildon-desktop/status-menu.plugins 0d4acd2f684fcc4ec0e1f38cb919bc49 + /etc/hildon-desktop/status-menu.conf fe71019efe601182f83d56955edfd2b0 + /etc/X11/replace/Xsession.post/hildon-status-menu d71886f3a61449004bc19a602693bd3f +Description: Hildon Status Menu application + +Package: osso-camera-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (fr_FR) + Language files for fr_FR osso-camera-ui. + +Package: osso-applet-screencalibration-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (de_DE) + Language files for de_DE osso-applet-screencalibration. + +Package: osso-suw-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (en_GB) + Language files for en_GB osso-suw. + +Package: imengines-ezitext +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 72 +Maintainer: Mohammad Anwari +Architecture: armel +Version: 4.3.2-1+0m5 +Replaces: libimengines3 +Depends: libc6 (>= 2.5.0-1), ezitext-essential-plugins +Conflicts: libimengines3 +Description: Ezitext plugin for libimengines + Word prediction plugin which uses Ezitext engine + +Package: sudo +Status: install ok installed +Priority: optional +Section: admin +Installed-Size: 244 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 1:1.6.8p12-4osso22+0m5 +Replaces: sudo-ldap +Depends: libc6 (>= 2.5.0-1) +Pre-Depends: awk +Conflicts: sudo-ldap +Conffiles: + /etc/sudoers.d/01sudo 88788a2f03175b579259081186ebba2a +Description: Provide limited super user privileges to specific users + Sudo is a program designed to allow a sysadmin to give limited root + privileges to users and log root activity. The basic philosophy is to give + as few privileges as possible but still allow people to get their work done. + . + This version is built with minimal shared library dependencies, use the + sudo-ldap package instead if you need LDAP support. + +Package: libfreetype6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 480 +Maintainer: Richard Sun +Architecture: armel +Source: freetype +Version: 2.3.9-1osso2+0m5 +Depends: zlib1g +Description: FreeType 2 font engine, shared library files + The FreeType project is a team of volunteers who develop free, + portable and high-quality software solutions for digital typography. + They specifically target embedded systems and focus on bringing small, + efficient and ubiquitous products. + +Package: osso-calculator-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (cs_CZ) + Language files for cs_CZ osso-calculator-ui. + +Package: dsme +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 296 +Maintainer: Semi Malinen +Architecture: armel +Version: 0.60.39+0m5 +Depends: libbmeipc0, libc6 (>= 2.5.0-1), libcal1, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libdsme0.2.0, libglib2.0-0 (>= 2.20.0) +Conffiles: + /etc/dsme/lifeguard.uids c52c1095871230ee17b5c4e90efd64b5 + /etc/event.replace.d/dsme bdb7ce5c2880555c8729be73df471491 + /etc/event.replace.d/dsme-thermal a37b0c5e420c353af3697586a5d04b31 + /etc/event.replace.d/dsme-dbus 672acdf08208b6ff57567872577b365f +Description: Device State Management Entity + This package contains the Device State Management Entity which provides state + management features such as service monitoring, process watchdog and + inactivity tracking. + +Package: connui-conndlgs-bluetooth +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 84 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-bluetooth +Version: 2.58+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconbtui0, libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.4+0m5), libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, bluez, osso-connectivity-ui-l10n-mr0 | osso-connectivity-ui-l10n-mr, hildon-fm-l10n-mr | hildon-fm-l10n-mr0, hildon-common-strings-l10n-mr | hildon-common-strings-l10n-mr0 +Description: Connectivity Bluetooth Dialogs + This package provides the Connectivity Dialogs for Bluetooth that are + activated via Conndlgs daemon. + +Package: libsysfs2 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 104 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: sysfsutils +Version: 2.1.0-3osso3 +Depends: libc6 (>= 2.5.0-1) +Description: interface library to sysfs + Sysfs is a virtual file system in Linux kernel 2.5+ that provides a + tree of system devices. libsysfs provides a stable programming + interface to sysfs and eases querying system devices and their + attributes. + . + The package sysfsutils contains frontend programs that use this + library. Development files and C examples are provided by the package + libsysfs-dev. +Original-Maintainer: Martin Pitt + +Package: hildon-libs-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (fi_FI) + Language files for fi_FI hildon-libs. + +Package: hildon-application-manager-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (pl_PL) + Language files for pl_PL hildon-application-manager. + +Package: osso-profiles-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (fr_CA) + Language files for fr_CA osso-profiles. + +Package: libxcb-shm0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: XCB Developers +Architecture: armel +Source: libxcb +Version: 1.1.92-2downgraded +Depends: libc6 (>= 2.5.0-1), libxcb1 +Description: X C Binding, shm extension + This package contains the library files needed to run software using + libxcb-shm, the shm extension for the X C Binding. + . + The XCB library provides an interface to the X Window System protocol, + designed to replace the Xlib interface. XCB provides several advantages over + Xlib: + . + * Size: small library and lower memory footprint + * Latency hiding: batch several requests and wait for the replies later + * Direct protocol access: one-to-one mapping between interface and protocol + * Thread support: access XCB from multiple threads, with no explicit locking + * Easy creation of new extensions: automatically generates interface from + machine-parsable protocol descriptions + +Package: osso-clock-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (de_DE) + Language files for de_DE osso-clock. + +Package: osso-sketch-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (fr_CA) + Language files for fr_CA osso-sketch. + +Package: hildon-status-bar-usb-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (fi_FI) + Language files for fi_FI hildon-status-bar-usb. + +Package: libprofile0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Simo Piiroinen +Architecture: armel +Source: profiled +Version: 0.0.18+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), profiled (>= 0.0.18+0m5) +Description: client library for communicating with profiled + Dynamic library implementing the API use for accessing + profile data managed by the profile daemon. + +Package: hildon-application-manager-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (de_DE) + Language files for de_DE hildon-application-manager. + +Package: osso-location-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (fr_FR) + Language files for fr_FR osso-location-ui. + +Package: osso-uri-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (nl_NL) + Language files for nl_NL osso-uri. + +Package: osso-backup-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (ru_RU) + Language files for ru_RU osso-backup. + +Package: hildon-application-manager-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (pt_PT) + Language files for pt_PT hildon-application-manager. + +Package: makedev +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 156 +Maintainer: Yauheni Kaliuta +Architecture: all +Version: 2.3.2~2.3.1-80osso9 +Depends: base-passwd (>= 3.0.4) +Conflicts: udev (<= 0.024-7) +Conffiles: + /etc/init.d/makedev e1bb1ca670dfc5d690a2f6e186a61fe9 +Description: creates device files in /dev + The MAKEDEV executable is used to create device files, often in /dev. + . + Device files are special files through which applications can interact + with hardware. +Original-Maintainer: Bdale Garbee + +Package: osso-connectivity-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (it_IT) + Language files for it_IT osso-connectivity-ui. + +Package: osso-camera-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (fi_FI) + Language files for fi_FI osso-camera-ui. + +Package: osso-applet-accounts-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (it_IT) + Language files for it_IT osso-applet-accounts. + +Package: libhildon-im-ui3 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 144 +Maintainer: Mohammad Anwari +Architecture: armel +Source: hildon-input-method +Version: 1:2.1.35-1+0m5 +Replaces: libhildon-input-method-ui2 (<< 3.0.0-1) +Depends: hildon-input-method-framework, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libpango1.0-0, hildon-input-method-l10n-mr0 | hildon-input-method-l10n-mr, hildon-common-strings-l10n-mr | hildon-common-strings-l10n-mr0 +Conflicts: libhildon-input-method-ui2 (<< 3.0.0-1), libhildon-input-method-ui-sdk2 (<< 3.0.0-1) +Conffiles: + /etc/gconf/schemas/hildon-input-method-ui3.schemas 743539def1aad50d7b87d481c82374e0 +Description: Hildon Input method UI library + This package does install the common part of the Hildon + Input Method. The common part the the UI, plugin management, etc. + +Package: osso-connectivity-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (de_DE) + Language files for de_DE osso-connectivity-ui. + +Package: hildon-control-panel-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (de_DE) + Language files for de_DE hildon-control-panel. + +Package: libxml2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1460 +Maintainer: Debian XML/SGML Group +Architecture: armel +Version: 2.6.32.dfsg-5maemo3+0m5 +Depends: libc6 (>= 2.5.0-1), zlib1g (>= 1:1.2.1) +Recommends: xml-core +Conflicts: libxslt1.1 (<= 1.1.12-8) +Description: GNOME XML library + XML is a metalanguage to let you design your own markup language. + A regular markup language defines a way to describe information in + a certain class of documents (eg HTML). XML lets you define your + own customized markup languages for many classes of document. It + can do this because it's written in SGML, the international standard + metalanguage for markup languages. + . + This package provides a library providing an extensive API to handle + such XML data files. + +Package: x11-xkb-utils +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 404 +Maintainer: Topi Kanerva +Architecture: armel +Version: 7.4+1-maemo2+0m5 +Replaces: xbase-clients (<= 1:7.2.ds2-3), setxkbmap, xkbcomp, xkbevd, xkbprint, xkbutils +Depends: libc6 (>= 2.5.0-1), libx11-6, libxkbfile1 +Pre-Depends: x11-common (>= 1:7.0.0) +Conflicts: setxkbmap, xkbcomp, xkbevd, xkbprint, xkbutils +Description: X11 XKB utilities + xkbutils contains a number of client-side utilities for XKB, the X11 + keyboard extension. + . + setxkbmap is a tool to query and change the current XKB map. + . + xkbbell generates a bell event through the keyboard. + . + xkbcomp is a tool to compile XKB definitions into map files the server + can use. + . + xkbevd is an experimental tool to listen for certain XKB events and execute + defined triggers when actions occur. + . + xkbprint is a tool to generate an image with the physical representation + of the keyboard as XKB sees it. + . + xkbvleds, xkbwatch have been removed. + +Package: microb-engine-common +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 4044 +Maintainer: Oleg Romashin +Architecture: all +Source: microb-engine +Version: 20090612-49+0m5 +Description: Package of MicroB libraries based on Mozilla + MicroB can be used by other external applications. + Note that using libgtkmozembed or browser-eal is encouraged + instead of using this directly. + It is based on Mozilla. + +Package: osso-sharing-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (sv_SE) + Language files for sv_SE osso-sharing-ui. + +Package: maemo-af-desktop-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (ru_RU) + Language files for ru_RU maemo-af-desktop. + +Package: libcomapp0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 80 +Maintainer: Amish Maske +Architecture: armel +Source: libcomapp +Version: 1.6.36-2+0m5 +Provides: libcomapp +Depends: hildon-fm-l10n-mr0 | hildon-fm-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28+0m5), libmodest-dbus-client, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0 +Conflicts: libcomapp +Description: OSSO LibComApp library + LibComApp what can be used for everywhere needed functions + +Package: osso-imageviewer-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (no_NO) + Language files for no_NO osso-imageviewer-ui. + +Package: gpgv +Status: install ok installed +Priority: important +Section: utils +Installed-Size: 324 +Maintainer: Marius Vollmer +Architecture: armel +Source: gnupg +Version: 1.4.6-2maemo2 +Replaces: gnupg (<< 1.4.5-2), osso-gnupg (<< 1.4.6) +Depends: libc6 (>= 2.5.0-1), zlib1g (>= 1:1.2.1) +Suggests: gnupg +Conflicts: osso-gnupg (<< 1.4.6) +Description: GNU privacy guard - signature verification tool + GnuPG is GNU's tool for secure communication and data storage. + . + gpgv is a stripped-down version of gnupg which is only able to check + signatures. It is smaller than the full-blown gnupg and uses a + different (and simpler) way to check that the public keys used to + make the signature are trustworthy. + +Package: desktop-file-utils +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 204 +Maintainer: Ross Burton +Architecture: armel +Version: 0.12-2osso6+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.14.6-1osso1) +Conffiles: + /etc/gnome/defaults.list ca9b286bc43f408304cce95739e9a2d5 +Description: Utilities for .desktop files + Some utilities to make dealing with .desktop files easier: + * update-desktop-database -- update the desktop-MIME mapping + * desktop-file-validate -- validate a desktop file + * desktop-file-install -- install a desktop file, munging en route. + * desktop-menu-tool -- manipulate a desktop file + +Package: osso-mission-control +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 236 +Maintainer: Alberto Mardegan +Architecture: armel +Version: 5.16+0m5 +Replaces: mission-control-filters +Depends: libc6 (>= 2.5.0-1), libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libmcclient6, libmissioncontrol-server6, libosso1 (>= 2.26), libsignon-glib0, libtelepathy-glib0 (>= 0.7.37), rtcom-call-ui-l10n-mr | rtcom-call-ui-l10n-mr0 +Conffiles: + /etc/osso-cud-scripts/mission-control.sh 0053f96bcf40179c026c1c792766c981 + /etc/osso-backup/restore.d/it2007/chavo-accounts.sh 4e0af069a7aa64ea7611e090ba961985 + /etc/osso-backup/restore.d/always/mission-control-restore.sh d7f9cde371d546620f0df6babaca60c1 + /etc/osso-backup/applications/mission-control.conf 2d0165b31ef5620f2ba28bdf900c3e33 + /etc/osso-backup/pre-backup.d/mission-control.sh 424a67865673dfd97a63e66fad719e81 + /etc/X11/Xsession.d/60mission-control 6728b5fc51158a32e20adb3f718f7661 + /etc/init.d/mission-control.sh adb4f9f4253445223c8ea6794695b3d6 +Description: Mission Control Filters + The Mission Control Filters + +Package: libxsp0 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 56 +Maintainer: Daniel Stone +Architecture: armel +Source: libxsp +Version: 1.2.3-4.1 +Depends: libc6 (>= 2.5.0-1), libx11-6, libxext6, x11-common +Description: X11 Xomap custom library + libXsp provides various services for the Xomap server, including + setting of pixel doubling, and registering of DSP areas. + +Package: telepathy-spirit +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 380 +Maintainer: Naveen Kumar Verma +Architecture: armel +Version: 0.4.24+0m5 +Depends: skyhost-bin (>= 1.10.337-0), skyhost-vengine (>= 1.10.0), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libstdc++6 (>= 4.2.1), libtelepathy-glib0 (>= 0.7.37) +Description: Skype connection manager for Telepathy + Telepathy-spirit is a skype connection manager for Telepathy + framework, implemented using the Skype SDK and telepathy-glib. + +Package: osso-applet-certman-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (de_DE) + Language files for de_DE osso-applet-certman. + +Package: libdbus-1-3 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 300 +Maintainer: Janne Karhunen +Architecture: armel +Source: dbus +Version: 1.2.14-0maemo1+0m5 +Depends: libc6 (>= 2.5.0-1) +Recommends: dbus +Conflicts: dbus (<< 0.60) +Description: simple interprocess messaging system + D-Bus is a message bus, used for sending messages between applications. + Conceptually, it fits somewhere in between raw sockets and CORBA in + terms of complexity. + . + D-Bus supports broadcast messages, asynchronous messages (thus + decreasing latency), authentication, and more. It is designed to be + low-overhead; messages are sent using a binary protocol, not using + XML. D-Bus also supports a method call mapping for its messages, but + it is not required; this makes using the system quite simple. + . + It comes with several bindings, including GLib, Python, Qt and Java. + . + The daemon can be found in the dbus package. + +Package: as-config-applet-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (ru_RU) + Language files for ru_RU as-config-applet. + +Package: hildon-control-panel-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (fr_FR) + Language files for fr_FR hildon-control-panel. + +Package: modest-nokiamessaging-plugin-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (fr_FR) + Language files for fr_FR modest-nokiamessaging-plugin. + +Package: osso-applet-memory-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-applet-memory-l10n-mr +Depends: osso-applet-memory-l10n-ruru, osso-applet-memory-l10n-frfr, osso-applet-memory-l10n-frca, osso-applet-memory-l10n-dadk, osso-applet-memory-l10n-itit, osso-applet-memory-l10n-svse, osso-applet-memory-l10n-nono, osso-applet-memory-l10n-fifi, osso-applet-memory-l10n-nlnl, osso-applet-memory-l10n-enus, osso-applet-memory-l10n-dede, osso-applet-memory-l10n-esmx, osso-applet-memory-l10n-eses, osso-applet-memory-l10n-cscz, osso-applet-memory-l10n-ptpt, osso-applet-memory-l10n-engb, osso-applet-memory-l10n-plpl +Description: osso-applet-memory marketing release package + This is a metapackage for osso-applet-memory to pull all the l10n packages. + Application developers of osso-applet-memory should depend on + "osso-applet-memory-l10n-mr0 | osso-applet-memory-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-system-lock-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (en_GB) + Language files for en_GB osso-system-lock. + +Package: hildon-control-panel-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: hildon-control-panel-l10n-mr +Depends: hildon-control-panel-l10n-ruru, hildon-control-panel-l10n-frfr, hildon-control-panel-l10n-frca, hildon-control-panel-l10n-dadk, hildon-control-panel-l10n-itit, hildon-control-panel-l10n-svse, hildon-control-panel-l10n-nono, hildon-control-panel-l10n-fifi, hildon-control-panel-l10n-nlnl, hildon-control-panel-l10n-enus, hildon-control-panel-l10n-dede, hildon-control-panel-l10n-esmx, hildon-control-panel-l10n-eses, hildon-control-panel-l10n-cscz, hildon-control-panel-l10n-ptpt, hildon-control-panel-l10n-engb, hildon-control-panel-l10n-plpl +Description: hildon-control-panel marketing release package + This is a metapackage for hildon-control-panel to pull all the l10n packages. + Application developers of hildon-control-panel should depend on + "hildon-control-panel-l10n-mr0 | hildon-control-panel-l10n-mr" + to ensure correct locales are getting installed. + +Package: module-init-tools +Status: install ok installed +Priority: important +Section: admin +Installed-Size: 276 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 3.4-1maemo5+0m5 +Depends: libc6 (>= 2.5.0-1), lsb-base (>= 3.0-6) +Conflicts: modutils +Conffiles: + /etc/modprobe.d/maemo.conf 7021a5f07fb7eb0fc7cd0ff34d69dbfc + /etc/modprobe.d/aliases 689a662d350c4d5f033e455643dbc616 + /etc/init.d/module-init-tools 2ea4c9bb43a28087092707fc8a4c46dd +Description: tools for managing Linux kernel modules + This package contains a set of programs for loading, inserting, and + removing kernel modules for Linux (versions 2.5.48 and above). It serves + the same function that the "modutils" package serves for Linux 2.4. +Original-Maintainer: Marco d'Itri +Original-Vcs-Git: http://www.kernel.org/pub/linux/kernel/people/jcm/module-init-tools/devel/module-init-tools.git + +Package: hildon-im-keyboard-assistant +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 140 +Maintainer: Mohammad Anwari +Architecture: armel +Source: hildon-input-method-plugins +Version: 3.9.46-2+0m5 +Replaces: hildon-im-wc +Depends: hildon-input-method, hildon-im-keyboard-assistant-scv, hildon-im-plugin-settings, hildon-input-method-framework, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-im-ui3, libhildon-im-western-plugin-common3, libimengines-wp4, libimengines4, libpango1.0-0, libx11-6, libxi6, libxkbfile1 +Description: Inline word completion plugin for the slide keyboard + This packages provides the word completion for the slide keyboard. + +Package: libenca0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 248 +Maintainer: Michal Čihař +Architecture: armel +Source: enca +Version: 1.9-7maemo2+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: Extremely Naive Charset Analyser - shared library files + Enca is an Extremely Naive Charset Analyser. It detects character set and + encoding of text files and can also convert them to other encodings. + . + This package contains shared library needed to run applications compiled + against libenca. + +Package: osso-statusbar-sound-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (nl_NL) + Language files for nl_NL osso-statusbar-sound. + +Package: libffi5 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 96 +Maintainer: Debian GCC Maintainers +Architecture: armel +Source: libffi +Version: 3.0.7-1maemo1 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: Foreign Function Interface library runtime + A foreign function interface is the popular name for the interface that + allows code written in one language to call code written in another + language. + +Package: hildon-application-manager-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (en_GB) + Language files for en_GB hildon-application-manager. + +Package: osso-sharing-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (pl_PL) + Language files for pl_PL osso-sharing-ui. + +Package: libgstfarsight0.10-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 364 +Maintainer: Debian Telepathy maintainers +Architecture: armel +Source: farsight2 +Version: 0.0.16-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgssdp-1.0-1 (>= 0.6.4), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libgupnp-1.0-2 (>= 0.12.8), libgupnp-igd-1.0-2 (>= 0.1.3), libnice0, libsoup2.4-1 (>= 2.23.91), libxml2 (>= 2.6.32), gstreamer0.10-plugins-base (>= 0.10.22), gstreamer0.10-plugins-good (>= 0.10.8), gstreamer0.10-plugins-bad (>= 0.10.10.2-0maemo9), libnice-gstreamer0.10 +Description: Audio/Video communications framework + The Farsight project is an effort to create a framework to deal with all + known audio/video conferencing protocols. On one side it offers a generic + API that makes it possible to write plugins for different streaming + protocols, on the other side it offers an API for clients to use those + plugins. + . + This package provides the core Farsight 2 library. + +Package: policy-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (cs_CZ) + Language files for cs_CZ policy. + +Package: osso-uri-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (de_DE) + Language files for de_DE osso-uri. + +Package: hildon-application-manager-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (no_NO) + Language files for no_NO hildon-application-manager. + +Package: wl1251-firmware +Status: install ok installed +Priority: extra +Section: unknown +Installed-Size: 240 +Maintainer: Kalle Valo +Architecture: armel +Version: 0.3.2+0m5 +Description: firmware for wl1251 + This is the firmware for the TI wl1251 WLAN chip. + +Package: libcairo2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 724 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Source: cairo +Version: 1.8.6-0maemo3+0m5 +Replaces: libcairo0.5.1, libcairo0.6.0, libcairo0.9.0, libcairo1 +Provides: libcairo +Depends: libc6 (>= 2.5.0-1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1) +Conflicts: libcairo1 +Description: The Cairo 2D vector graphics library + Cairo is a multi-platform library providing anti-aliased + vector-based rendering for multiple target backends. Paths consist + of line segments and cubic splines and can be rendered at any width + with various join and cap styles. All colors may be specified with + optional translucence (opacity/alpha) and combined using the + extended Porter/Duff compositing algebra as found in the X Render + Extension. + . + Cairo exports a stateful rendering API similar in spirit to the path + construction, text, and painting operators of PostScript, (with the + significant addition of translucence in the imaging model). When + complete, the API is intended to support the complete imaging model of + PDF 1.4. + . + This package contains the shared libraries. + +Package: osso-applet-textinput +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 100 +Maintainer: Mohammad Anwari +Architecture: armel +Version: 3.1.8-1+0m5 +Depends: osso-applet-textinput-l10n-mr0 | osso-applet-textinput-l10n-mr, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.4.1), libfreetype6 (>= 2.3.5), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-im-ui3, libhildon1, libosso1 (>= 2.20), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), hildon-control-panel (>= 0.8.6), osso-icons, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr +Description: Control Panel Text Input plugin + +Package: librtcom-eventlogger0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 200 +Maintainer: Salvatore Iovene +Architecture: armel +Source: rtcom-eventlogger +Version: 0.80-5+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libglib2.0-0 (>= 2.20.0), libsqlite3-0 (>= 3.6.14) +Conffiles: + /etc/osso-cud-scripts/rtcom-eventlogger-clean.sh 80a71bf171b35dedfa217dda706eed57 + /etc/osso-backup/applications/rtcom-eventlogger.conf c021a7d96c7aa6fa9519476d12d41fb5 + /etc/osso-backup/restore.d/always/rtcom-eventlogger-restore.sh 6c7f73c55736a89360e82fd87402d404 + /etc/osso-backup/pre-backup.d/rtcom-eventlogger-backup.sh 11e7d112c1bf6428596ed50b2556d57e +Description: Event Logger Library. + Event Logger Library. + +Package: libgdbm3 +Status: install ok installed +Priority: standard +Section: base +Installed-Size: 96 +Maintainer: Juha Kallioinen +Architecture: armel +Source: gdbm +Version: 1.8.3-2maemo3+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: GNU dbm database routines (runtime version) + GNU dbm ('gdbm') is a library of database functions that use extendible + hashing and works similarly to the standard UNIX 'dbm' functions. + . + The basic use of 'gdbm' is to store key/data pairs in a data file, thus + providing a persistent version of the 'dictionary' Abstract Data Type + ('hash' to perl programmers). + +Package: libexif12 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 252 +Maintainer: Debian PhotoTools Maintainers +Architecture: armel +Source: libexif +Version: 0.6.17-1maemo1+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: library to parse EXIF files + Most digital cameras produce EXIF files, which are JPEG files with + extra tags that contain information about the image. The EXIF library + allows you to parse an EXIF file and read the data from those tags. + +Package: libhildondesktop1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 136 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Source: libhildondesktop +Version: 2.1.37+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libiphb0, libosso-gnomevfs2-0, libpango1.0-0 +Description: Hildon Desktop libraries + +Package: osso-connectivity-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 88 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (no_NO) + Language files for no_NO osso-connectivity-ui. + +Package: rtcom-call-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (cs_CZ) + Language files for cs_CZ rtcom-call-ui. + +Package: osso-applet-memory-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (es_ES) + Language files for es_ES osso-applet-memory. + +Package: osso-powerup-shutdown-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (fr_FR) + Language files for fr_FR osso-powerup-shutdown. + +Package: osso-calculator-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (pl_PL) + Language files for pl_PL osso-calculator-ui. + +Package: osso-systemui-modechange +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: David Weinehall +Architecture: armel +Version: 0.3.4+0m5 +Depends: osso-powerup-shutdown-l10n-mr0 | osso-powerup-shutdown-l10n-mr, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libpango1.0-0, osso-systemui (>= 0.0.3.8) +Description: Mode change + This package contains the modechange dialog. + +Package: maemo-applet-tvout +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Stefan Kost +Architecture: armel +Version: 0.8+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.23), libpango1.0-0, libhildon1 (>= 2.1.6), libosso1 (>= 2.16), libgconf2-6 (>= 2.16), hildon-control-panel (>= 2.2.1), osso-tv-out-l10n-mr0 | osso-tv-out-l10n-mr, hildon-libs-l10n-mr | hildon-libs-l10n-mr0 +Description: TV-Out control panel applet + This package contains the control panel applet for controlling TV-Out. + +Package: as-config-applet-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (en_US) + Language files for en_US as-config-applet. + +Package: hildon-common-strings-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (en_US) + Language files for en_US hildon-common-strings. + +Package: mini-rc +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 136 +Maintainer: Janne Karhunen +Architecture: all +Version: 0.2.66+0m5 +Replaces: initscripts, boot-mechanism +Provides: initscripts, boot-mechanism +Depends: console-tools, ifupdown +Recommends: osso-product-info (>= 0.2.1) +Conflicts: initscripts, boot-mechanism, sysv-rc, file-rc, udev (<< 0.084) +Conffiles: + /etc/init.d/minireboot 2316f50bdebc74632ee5af980e249496 + /etc/init.d/minishutdown 7f701cd534fcc4738c34eb77ba5f3a74 + /etc/init.d/rc 2f9d6178cccc027f04d6216b0bd4177f + /etc/init.d/rcS b03544f2119957a1410f3a6b27d30463 + /etc/inittab 69e8e5bda50cb401f2c6cd789d19e6a0 +Description: Boot mechanism for small systems + +Package: osso-statusbar-presence-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (pt_PT) + Language files for pt_PT osso-statusbar-presence. + +Package: libsignonui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (pt_PT) + Language files for pt_PT libsignonui. + +Package: osso-connectivity-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (pt_PT) + Language files for pt_PT osso-connectivity-ui. + +Package: libsofia-sip-ua0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1140 +Maintainer: Kai Vehmanen +Architecture: armel +Source: sofia-sip +Version: 1.12.10-0maemo5+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libssl0.9.8 (>= 0.9.8f-5) +Description: Sofia-SIP library runtime + Sofia-SIP is an open-source SIP User-Agent library, compliant + with the IETF RFC3261 specification. It can be used as + a building block for SIP client software for uses such as VoIP, + IM, and many other real-time and person-to-person communication + services. + . + The library is implemented in ANSI C, and provides an extensive + set of features for implementing SIP/SIMPLE User-Agents. Highlights + include full UDP/TCP/TLS support, IPv4/6 support, SIMPLE presence + and messaging support, SIP offer/answer engine and numerous + mechanisms for NAT/FW traversal. + . + This package provides the main library runtime files. + +Package: osso-location-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-location-ui-l10n-mr +Depends: osso-location-ui-l10n-ruru, osso-location-ui-l10n-frfr, osso-location-ui-l10n-frca, osso-location-ui-l10n-dadk, osso-location-ui-l10n-itit, osso-location-ui-l10n-svse, osso-location-ui-l10n-nono, osso-location-ui-l10n-fifi, osso-location-ui-l10n-nlnl, osso-location-ui-l10n-enus, osso-location-ui-l10n-dede, osso-location-ui-l10n-esmx, osso-location-ui-l10n-eses, osso-location-ui-l10n-cscz, osso-location-ui-l10n-ptpt, osso-location-ui-l10n-engb, osso-location-ui-l10n-plpl +Description: osso-location-ui marketing release package + This is a metapackage for osso-location-ui to pull all the l10n packages. + Application developers of osso-location-ui should depend on + "osso-location-ui-l10n-mr0 | osso-location-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: libicd-network-gprs +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 132 +Maintainer: Ismo Puustinen +Architecture: armel +Version: 0.53+0m5 +Depends: icd2 (>= 0.37), csd-gprs (>= 0.6.0), libcsnet0 (>= 0.1.0), libsim0 (>= 0.4.4), libcscall2, mce, connui-conndlgs-cellular, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libicd2, libosso1 (>= 2.26) +Conffiles: + /etc/gprs/icd-gprs-up.sh eb5b6c28bdfe794686d7e8ca5341f082 + /etc/gprs/icd-gprs-down.sh 82e84d11468edcd59e64625d94f825f1 + /etc/gconf/schemas/libicd-network-gprs.schemas 5ae2bc57c778addbdeb4f2843e4b4471 + /etc/osso-cud-scripts/cellular-data-counter-cud.sh 3a5e18f3152c9015394f74d20c2f5fbc +Description: ICd2 GPRS network configuration module + +Package: connui-conndlgs-cellular +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 140 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-cellular +Version: 2.105+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcodelockui1 (>= 1:1.6.17+0m5), libconbtui0, libconnui, libconnui-cellular, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libmcclient6, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libtelepathy-glib0 (>= 0.7.37), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher, connui-conndlgs, matchbox-window-manager, osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0 +Conffiles: + /etc/X11/replace/Xsession.d/connui-conndlgs-cellular 64a1dcbbea33944e4576d29109dd96ca + /etc/X11/Xsession.d/04b_start_matchbox 4a272d6bdc5f18437b7350e484d434e8 + /etc/X11/Xsession.d/06stop_matchbox 7cd50bce1ade3d253a98a1f4d3958488 +Description: Cellular UI Dialogs + This package provides the dialogs for cellular that are activated via + Conndlgs daemon. + +Package: osso-applet-certman-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (pt_PT) + Language files for pt_PT osso-applet-certman. + +Package: osso-profiles-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (pl_PL) + Language files for pl_PL osso-profiles. + +Package: osso-rss-feed-reader-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (fi_FI) + Language files for fi_FI osso-rss-feed-reader. + +Package: mediaplayerhomeapplet +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 204 +Maintainer: Juha Kellokoski +Architecture: armel +Version: 1.1-6+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-thumbnail0 (>= 3.0.43+0m5), libhildon1, libhildondesktop1, libhildonmime0 (>= 2.1.3), libmafw-shared0 (>= 0.1.2009.42), libmafw0 (>= 0.1.2009.42), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libplayback-1-0, mediaplayer-l10n-mr | mediaplayer-l10n-mr0, mediaplayer +Description: Fremantle Media Player Home Applet + Home Applet for Fremantle Media Player + +Package: libuuid1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 108 +Maintainer: Maemo Integration +Architecture: armel +Source: e2fsprogs +Version: 1.41.3-1maemo6+0m5 +Replaces: e2fsprogs (<< 1.34-1) +Depends: base-passwd, passwd, libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Recommends: uuid-runtime +Description: universally unique id library + libuuid generates and parses 128-bit universally unique id's (UUID's). + See RFC 4122 for more information. + +Package: osso-statusbar-sound-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (fr_FR) + Language files for fr_FR osso-statusbar-sound. + +Package: maemo-statusmenu-fmtx +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 64 +Maintainer: Stefan Kost +Architecture: armel +Version: 0.11+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libdbus-glib-1-2 (>= 0.74), libgconf2-6 (>= 2.16), gconf2 (>= 2.16), libhildon1 (>= 2.1.4), libosso1 (>= 2.0), libhildondesktop1 (>= 2.1.0), fmtx-middleware (>= 0.30), maemo-applet-fmtx (>= 0.3), osso-statusbar-sound-l10n-mr0 | osso-statusbar-sound-l10n-mr, osso-fm-transmitter-l10n-mr0 | osso-fm-transmitter-l10n-mr +Description: FmTx status menu pluginosso-statusbar-sound-l10n-mr0 + This package contains the status menu plugin for controlling FmTx + +Package: osso-games-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-games-l10n-mr +Depends: osso-games-l10n-ruru, osso-games-l10n-frfr, osso-games-l10n-frca, osso-games-l10n-dadk, osso-games-l10n-itit, osso-games-l10n-svse, osso-games-l10n-nono, osso-games-l10n-fifi, osso-games-l10n-nlnl, osso-games-l10n-enus, osso-games-l10n-dede, osso-games-l10n-esmx, osso-games-l10n-eses, osso-games-l10n-cscz, osso-games-l10n-ptpt, osso-games-l10n-engb, osso-games-l10n-plpl +Description: osso-games marketing release package + This is a metapackage for osso-games to pull all the l10n packages. + Application developers of osso-games should depend on + "osso-games-l10n-mr0 | osso-games-l10n-mr" + to ensure correct locales are getting installed. + +Package: hald-addon-bme +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 120 +Maintainer: Simo Piiroinen +Architecture: armel +Version: 0.0.16+0m5 +Replaces: bme-dbus-proxy +Provides: bme-dbus-proxy +Depends: libbmeipc0, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libhal1 (>= 0.5.10) +Conflicts: bme-dbus-proxy +Conffiles: + /etc/dbus-1/system.d/hald-addon-bme.conf e8292c07fabb58ddfb0fbab7b9126638 +Description: hal battery addon for bme + Makes battery status information from bme visible via hal. + . + Also provides compatibility with previously used bme-dbus-proxy by + implementing battery and charger messages' forwarding from BME to + status bar applet through DBus. + +Package: osso-rss-feed-reader-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (da_DK) + Language files for da_DK osso-rss-feed-reader. + +Package: osso-countries-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (fr_FR) + Language files for fr_FR osso-countries. + +Package: osso-applet-certman-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (pl_PL) + Language files for pl_PL osso-applet-certman. + +Package: skype-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (da_DK) + Language files for da_DK skype-ui. + +Package: calendar-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (cs_CZ) + Language files for cs_CZ calendar. + +Package: osso-countries-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (es_ES) + Language files for es_ES osso-countries. + +Package: ezitext-essential-plugins +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 28 +Maintainer: Mohammad Anwari +Architecture: all +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: ezitext-finnish, ezitext-english-us, ezitext-russian, ezitext-english-gb, ezitext-greek, ezitext-french-fr, ezitext-french-ca, ezitext-italian, ezitext-swedish, ezitext-portuguese-pt, ezitext-spanish-us, ezitext-norwegian, ezitext-danish, ezitext-dutch, ezitext-german, ezitext-spanish-es, ezitext-polish, ezitext-czech +Description: The eZiText (TM) essential language plugins +Confidential: yes + +Package: osso-statusbar-sound-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (da_DK) + Language files for da_DK osso-statusbar-sound. + +Package: calendar-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (fr_FR) + Language files for fr_FR calendar. + +Package: mediaplayer-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: mediaplayer-l10n-mr +Depends: mediaplayer-l10n-ruru, mediaplayer-l10n-frfr, mediaplayer-l10n-frca, mediaplayer-l10n-dadk, mediaplayer-l10n-itit, mediaplayer-l10n-svse, mediaplayer-l10n-nono, mediaplayer-l10n-fifi, mediaplayer-l10n-nlnl, mediaplayer-l10n-enus, mediaplayer-l10n-dede, mediaplayer-l10n-esmx, mediaplayer-l10n-eses, mediaplayer-l10n-cscz, mediaplayer-l10n-ptpt, mediaplayer-l10n-engb, mediaplayer-l10n-plpl +Description: mediaplayer marketing release package + This is a metapackage for mediaplayer to pull all the l10n packages. + Application developers of mediaplayer should depend on + "mediaplayer-l10n-mr0 | mediaplayer-l10n-mr" + to ensure correct locales are getting installed. + +Package: skype-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (pl_PL) + Language files for pl_PL skype-ui. + +Package: libsoup2.4-1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 324 +Maintainer: Debian GNOME Maintainers +Architecture: armel +Source: libsoup2.4 +Version: 2.26.3-0maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libxml2 (>= 2.6.32) +Description: an HTTP library implementation in C -- Shared library + It was originally part of a SOAP (Simple Object Access Protocol) + implementation called Soup, but the SOAP and non-SOAP parts have now been + split into separate packages. + . + libsoup uses the Glib main loop and is designed to work well with GTK+ + applications. This enables GNOME applications to access HTTP servers + on the network in a completely asynchronous fashion, very similar to + the GTK+ programming model (a synchronous operation mode is also + supported for those who want it). + . + Features: + * Both asynchronous (GMainLoop and callback-based) and synchronous APIs + * Automatically caches connections + * SSL Support using GnuTLS [disabled on Maemo] + * Proxy support, including authentication and SSL tunneling + * Client support for Digest, NTLM, and Basic authentication + * Server support for Digest and Basic authentication + * Basic client-side SOAP and XML-RPC support + . + This package contains the shared library. + +Package: lsb-base +Status: install ok installed +Priority: required +Section: misc +Installed-Size: 36 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: lsb +Version: 3.2-15osso2 +Replaces: lsb-core (<< 2.0-6), lsb (<< 2.0-6) +Depends: sed +Conflicts: lsb-core (<< 2.0-6), lsb (<< 2.0-6) +Description: Linux Standard Base 3.2 init script functionality + The Linux Standard Base (http://www.linuxbase.org/) is a standard + core system that third-party applications written for Linux can + depend upon. + . + This package only includes the init-functions shell library, which + may be used by other packages' initialization scripts for console + logging and other purposes. +Original-Maintainer: Chris Lawrence + +Package: maemo-input-sounds +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 132 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 0.6-5+0m5 +Depends: libc6 (>= 2.5.0-1), libcanberra0 (>= 0.10), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libplayback-1-0, libprofile0, libpulse-mainloop-glib0, libpulse0 (>= 0.9.15~test5), libx11-6, libxtst6 +Conflicts: libplayback-1-0 (<< 0.5-18) +Conffiles: + /etc/X11/Xsession.d/41maemo-xinput-sounds cc8cae5feb34df29bdad46549ba39f6e + /etc/X11/Xsession.d/01maemo-xinput-sounds 1741be4db9f1ab2c2acf716bab848adb +Description: Input sounds for Maemo devices + When user interact with the devices, input events are generated for + buttons, touch-screen or any other input device. This progam provide + sound feedback for such events. + +Package: fontconfig +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 252 +Maintainer: Richard Sun +Architecture: armel +Version: 2.6.0-1osso1+0m5 +Depends: libc6 (>= 2.5.0-1), libexpat1 (>= 1.95.8), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), zlib1g (>= 1:1.2.1), gconf2 (>= 2.6.0) +Conffiles: + /etc/gconf/schemas/hildon_fontconfig.schemas 3a526fd771fe64b88f8fbf6bf3699d54 + /etc/fonts/fonts.conf 3e82aedb26ec9aa1aa016fa7867cde42 + /etc/fonts/fonts.dtd 9a099c7722190e00548c0d8375bdc24b + /etc/fonts/conf.d/README 296384642206e0c9952d5c73a5451eec + /etc/fonts/conf.avail/65-nonlatin.conf b292547cb4d2f42aa58df749cb72e6b8 + /etc/fonts/conf.avail/20-unhint-small-vera.conf b975a96cc427cde633cbdedc4012aa22 + /etc/fonts/conf.avail/10-sub-pixel-rgb.conf 60ef22ca1f56543131eddee764383b46 + /etc/fonts/conf.avail/40-nonlatin.conf 34f79d61d0e0c8f24741b998a91f4a94 + /etc/fonts/conf.avail/25-unhint-nonlatin.conf 0805f13a40f2dbad34513d63dcd634fb + /etc/fonts/conf.avail/20-fix-globaladvance.conf fbad2da072b8609477d89a59a167705a + /etc/fonts/conf.avail/70-yes-bitmaps.conf 6423e63e204d4ea4629cd3f58636fcdc + /etc/fonts/conf.avail/10-no-sub-pixel.conf d06c13e792afb20a06528d23e6542459 + /etc/fonts/conf.avail/69-unifont.conf 49a6cb52e1cf23e0f691807a3e8c105d + /etc/fonts/conf.avail/50-user.conf 0428e6dee94897e238f1228e6a7a5901 + /etc/fonts/conf.avail/30-urw-aliases.conf 521c6af2376cc67c4e8132ac757ee231 + /etc/fonts/conf.avail/49-sansserif.conf 22278b0b48e5864d9c7fcbc178da0db3 + /etc/fonts/conf.avail/45-latin.conf 8d3402b04d33e61320f0128671c7c2ad + /etc/fonts/conf.avail/51-local.conf a2fa562c168c2c4cc0c2480bfdc0f8eb + /etc/fonts/conf.avail/10-unhinted.conf 7bdecdf76d7bb22cd39e3b18bcbcc28d + /etc/fonts/conf.avail/65-khmer.conf ce66ea0c26f43091ab70092f3f7024d4 + /etc/fonts/conf.avail/10-autohint.conf 5fe723b1fde478085868af26461bcf58 + /etc/fonts/conf.avail/10-sub-pixel-vbgr.conf d526b41cd9b4d5e09ab4044a39b4c038 + /etc/fonts/conf.avail/70-no-bitmaps.conf dccfa658875eea3b30514d7a8bc306bc + /etc/fonts/conf.avail/90-synthetic.conf 1d102154cc28f279b88dd01d0cfd2f66 + /etc/fonts/conf.avail/30-metric-aliases.conf ffaff5bb03548ebe2c6a468dd430b542 + /etc/fonts/conf.avail/80-delicious.conf 1c0cbfdceb6bc7a55668c11f03b0710b + /etc/fonts/conf.avail/10-sub-pixel-vrgb.conf a3198f34365f978c1fb5355a92e4ef94 + /etc/fonts/conf.avail/65-fonts-persian.conf ac74ab5437417b453c4407010963b55a + /etc/fonts/conf.avail/21-newtimes-nohint.conf f43ac17dd1f62fe6089710144beca774 + /etc/fonts/conf.avail/60-latin.conf 0a7f6c5e21d5e6c546ca061823c082c6 + /etc/fonts/conf.avail/10-sub-pixel-bgr.conf cacb7572b778448d592501d03a7f96fd +Description: generic font configuration library + Fontconfig is a font configuration and customization library, which + does not depend on the X Window System. It is designed to locate + fonts within the system and select them according to requirements + specified by applications. + . + Fontconfig is not a rasterization library, nor does it impose a + particular rasterization library on the application. The X-specific + library 'Xft' uses fontconfig along with freetype to specify and + rasterize fonts. + . + This package contains a program to maintain the fontconfig cache + (fc-cache), and a sample program to list installed fonts (fc-list). + +Package: ke-recv-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (fi_FI) + Language files for fi_FI ke-recv. + +Package: osso-fm-transmitter-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (de_DE) + Language files for de_DE osso-fm-transmitter. + +Package: mediaplayer-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (pt_PT) + Language files for pt_PT mediaplayer. + +Package: libjpeg62 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 196 +Maintainer: Tommi Komulainen +Architecture: armel +Source: libjpeg6b +Version: 6b-9osso6+0m5 +Replaces: libjpeg6b +Provides: libjpeg6b +Depends: libc6 (>= 2.5.0-1) +Conflicts: libjpeg6b +Description: The Independent JPEG Group's JPEG runtime library + The Independent JPEG Group's JPEG library is a library for handling + JPEG files. + . + This package contains the shared library. + +Package: osso-browser-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (en_GB) + Language files for en_GB osso-browser-ui. + +Package: osso-location-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (en_GB) + Language files for en_GB osso-location-ui. + +Package: libqt4-gui +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 11032 +Maintainer: Shane Bradley +Architecture: armel +Source: qt4-x11 +Version: 4.5.3~git20090723-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libfontconfig1 (>= 2.4.1), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.14.6-1osso1), libice6 (>= 1:1.0.0), libjpeg62, libpng12-0 (>= 1.2.8rel), libqt4-core (= 4.5.3~git20090723-0maemo6+0m5), libsm6, libstdc++6 (>= 4.2.1), libtiff4, libx11-6, libxext6, libxi6, libxrandr2 (>= 2:1.2.0), libxrender1, zlib1g (>= 1:1.2.1), fontconfig +Description: Qt 4 GUI module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The QtGui module extends QtCore with GUI functionality. + +Package: osso-uri-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (es_MX) + Language files for es_MX osso-uri. + +Package: hildon-application-manager-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (fi_FI) + Language files for fi_FI hildon-application-manager. + +Package: osso-notes-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (pt_PT) + Language files for pt_PT osso-notes. + +Package: osso-rss-feed-reader-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (nl_NL) + Language files for nl_NL osso-rss-feed-reader. + +Package: osso-applet-memory-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (sv_SE) + Language files for sv_SE osso-applet-memory. + +Package: rtcom-call-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (sv_SE) + Language files for sv_SE rtcom-call-ui. + +Package: hildon-welcome +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: Gabriel Schulhof +Architecture: armel +Version: 0.23-2+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.23), libgstreamer0.10-0 (>= 0.10.23), libprofile0, libx11-6, libxcomposite1 (>= 1:0.3-1), libxfixes3 (>= 1:4.0.1), libxml2 (>= 2.6.32), maemo-launcher +Recommends: hildon-welcome-settings +Conffiles: + /etc/X11/Xsession.d/10hildon_welcome 6b5bf7fa949d9101b98c9f71646d51f2 + /etc/X11/Xsession.post/04hildon-welcome-wait 0793421a00e55ab0f83895eef6dd7bc9 +Description: Splashscreen + This package contains the program which shows the welcome animation. + +Package: osso-backup-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (pt_PT) + Language files for pt_PT osso-backup. + +Package: osso-imageviewer-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (en_US) + Language files for en_US osso-imageviewer-ui. + +Package: modest-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (no_NO) + Language files for no_NO modest. + +Package: osso-applet-certman-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (ru_RU) + Language files for ru_RU osso-applet-certman. + +Package: osso-clock-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (pl_PL) + Language files for pl_PL osso-clock. + +Package: evolution-data-server-addressbook-backend-sim +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 84 +Maintainer: Jörgen Scheibengruber +Architecture: armel +Source: eds-backend-sim +Version: 0.11.0-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedata-book (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libxml2, evolution-data-server-addressbook, libsimpb0 | sim-dummy (>= 0.4-1) +Description: SIM card backend for Evolution Data Server + This package provides a backend for Evolution Data Server than allows access + to the SIM card. + +Package: osso-applet-textinput-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (da_DK) + Language files for da_DK osso-applet-textinput. + +Package: getbootstate +Status: install ok installed +Priority: required +Section: non-free/garbage +Installed-Size: 96 +Maintainer: Peter De Schrijver +Architecture: armel +Version: 1.0.38+0m5 +Depends: libc6 (>= 2.5.0-1), libcal1, initrd-progs +Conffiles: + /etc/pmconfig df97ee4561d5eb39422c39e704487b5b +Description: Determines runlevel on maemo system + The getbootstate command determines the runlevel a maemo system boots into. + . + The runlevel is determined based on the BSI, the battery voltage level and the + bootreason. + +Package: libdres0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 136 +Maintainer: Krisztian Litkey +Architecture: armel +Source: libdres +Version: 0.1.15+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libtrace0 +Description: OHM dependency resolver library. + Dependency resolver library for OHM. + . + Dependency resolver library for OHM. +Git-Id: no + +Package: gstreamer0.10-wma +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 704 +Maintainer: Janne Manninen +Architecture: armel +Version: 0.32+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libxml2 (>= 2.6.32) +Description: ASF demuxer and WM decoder + This package contains RTSP and MMS streaming support, + ASF container format demuxer and WM audio plugins for GStreamer 0.10. + +Package: osso-browser-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (cs_CZ) + Language files for cs_CZ osso-browser-ui. + +Package: tablet-browser-dialogs +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 88 +Maintainer: Sudarsana Nagineni +Architecture: armel +Version: 0.4.0-1.2+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0 +Description: Tablet browser dialogs libs + +Package: hildon-status-bar-usb-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (it_IT) + Language files for it_IT hildon-status-bar-usb. + +Package: omap3430-dsp-baseimage-ti +Status: install ok installed +Priority: optional +Section: non-free +Installed-Size: 1288 +Maintainer: Maemo Multimedia +Architecture: armel +Source: openmax-omap3430-ti +Version: 0.200944-2+0m5 +Depends: libbridge2, libc6 (>= 2.5.0-1) +Conffiles: + /etc/modprobe.d/bridgedriver a21d9740ff73f900735e2c216144214f + /etc/event.replace.d/dsp b5a499fd3ea6344d852914ef2c0d7b4a +Description: DSP base image + DSP base image for OMAP3430. + +Package: modest-providers-data +Status: install ok installed +Priority: optional +Section: non-free/mail +Installed-Size: 188 +Maintainer: Moises Martinez +Architecture: armel +Version: 1.0-2009.47-2+0m5 +Description: Providers data for easy-setup of modest + Provides data for the easy setup of the modest email client + +Package: osso-af-startup +Status: install ok installed +Priority: required +Section: base +Installed-Size: 156 +Maintainer: Gabriel Schulhof +Architecture: all +Version: 1.80-2+0m5 +Depends: osso-af-utils (>= 1.16-1), osso-core-config, dbus (>= 0.61-osso5), sudo +Conffiles: + /etc/sudoers.d/osso-af-startup.sudoers c80002a63e59c6f5990c9033177185b3 + /etc/osso-af-init/launch-wrapper.sh 006e661dd57240a14cfc9951a5e7d54b + /etc/osso-af-init/real-af-startup 2fd4bd48521ddd6ce465abe3c4bd508f + /etc/osso-af-init/af-defines.sh 54d9f724aa008505ab3845a991d78e25 + /etc/osso-af-init/launch-wrapper-tryrestart.sh fbe137b8a285f0ed87968958d242d78c + /etc/osso-af-init/dbus-sessionbus.sh f02dab852e47cfdc5a3d2db5e58388e2 + /etc/osso-af-init/nice-launch-wrapper.sh cbe7da782a96b1c4caecf0452c4f048f + /etc/osso-af-init/real-af-services e4f782cb4e2714949915d26264e88a64 + /etc/osso-af-init/after-suw-process-restart.sh 514fd68f2a38b2b5a278a9bc37679c3b + /etc/osso-af-init/nice-kill-launch-wrapper.sh 3f3a8a9b6341a9c5fd8a252f917c1739 + /etc/osso-af-init/nice-launch-wrapper-tryrestart.sh aa15bc6af6217f3bac870093b60c43db + /etc/osso-af-init/get-devlock.sh cb477d8b9cdc24c4e27d705daee4d948 + /etc/osso-af-init/temp-reaper-startup.sh 48ba46a69ae1dffb1a09dcef3df4c599 + /etc/osso-af-init/real-af-base-apps 24173bf41b165bf83c61222c99ab98b1 + /etc/init.d/af-base-apps 83eaa644b34f49497e42ff210da16efd + /etc/init.d/af-services fecfd1b5c7df893154435e6b7c2b663d + /etc/init.d/zzzremove-first-boot-flag 1ff5c53ae5f78100bbbfcc591b786bed + /etc/init.d/af-startup 3270e289446152be8905be0f22ae6528 + /etc/init.d/hwclock cd2ef829a213c9ec96aeaa75c1efae06 +Description: Application framework top startup scripts + Application framework startup scripts af-services, af-startup and + af-base-apps. Also includes D-BUS session bus starting script. + These scripts are for the target only -- they have not been necessarily + tested in Scratchbox. + +Package: osso-addressbook-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (es_MX) + Language files for es_MX osso-addressbook. + +Package: location-status +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: Quanyi Sun +Architecture: armel +Version: 0.106-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, osso-location-ui-l10n-mr | osso-location-ui-l10n-mr0 +Description: Statusbar applet to indicate location status + A Statusbar applet showing location status + +Package: libwl1251 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 64 +Maintainer: Kalle Valo +Architecture: armel +Version: 0.14+0m5 +Depends: libc6 (>= 2.5.0-1), libnl1 +Description: shared library for wl1251 + libwl1251 is the user space library for TI wl1251 WLAN chipset. + . + This package contains the shared libraries. + +Package: osso-camera-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (pl_PL) + Language files for pl_PL osso-camera-ui. + +Package: osso-tv-out-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (pt_PT) + Language files for pt_PT osso-tv-out. + +Package: osso-system-lock-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (cs_CZ) + Language files for cs_CZ osso-system-lock. + +Package: skype-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (it_IT) + Language files for it_IT skype-ui. + +Package: osso-applet-memory-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (pl_PL) + Language files for pl_PL osso-applet-memory. + +Package: osso-dsm-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (fi_FI) + Language files for fi_FI osso-dsm-ui. + +Package: libconnui-cellular +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 120 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-cellular +Version: 2.105+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcodelockui1 (>= 1:1.6.17+0m5), libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libmcclient6, libosso1 (>= 2.26), libpango1.0-0, libtelepathy-glib0 (>= 0.7.37), libcsnet0 (>= 0.4.5), libsim0, csd-ss, csd-call, osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0 +Description: Common cellular functionality for Connectivity UI + This library provides common cellular functionality for Connectivity UI + components. Such functionality includes: + * PIN handling + * Cellular network status + * Cellular network listing and selection + * Supplementary Services + +Package: osso-powerup-shutdown-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (it_IT) + Language files for it_IT osso-powerup-shutdown. + +Package: hildon-fm-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (no_NO) + Language files for no_NO hildon-fm. + +Package: osso-clock-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (sv_SE) + Language files for sv_SE osso-clock. + +Package: libsignonui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (fi_FI) + Language files for fi_FI libsignonui. + +Package: camera-ui +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 388 +Maintainer: Kristiina Hietanen +Architecture: armel +Version: 1.0.48.1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra-gtk0 (>= 0.10), libcanberra0 (>= 0.10), libcityinfo0-0 (>= 0.5.8), libconic0, libcumulus0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libgdigicam-gst-camerabin0, libgdigicam0, libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon1, libhildonmime0 (>= 2.1.3), liblocation0, liblomesa0, libnavigation0, libosso-gnomevfs2-0, libosso1 (>= 2.26), libossoproductinfo0 (>= 0.7.3.1+0m5), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libplayback-1-0, libpng12-0 (>= 1.2.13-4), libprofile0, libsharing0, libx11-6, libxml2 (>= 2.6.32), libxrender1, sharing-dialog, zlib1g (>= 1:1.2.1), maemo-launcher, policy-l10n-mr | policy-l10n-mr0, hildon-status-bar-usb-l10n-mr | hildon-status-bar-usb-l10n-mr0, osso-camera-ui-l10n-mr0 | osso-camera-ui-l10n-mr, hildon-fm-l10n-mr0 | hildon-fm-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, profile-data, hildon-status-bar-usb-l10n-mr | hildon-status-bar-usb-l10n-mr0, policy-l10n-mr | policy-l10n-mr0 +Conffiles: + /etc/X11/Xsession.post/22camera-ui 0732c7ee1fc1333bbf625935d7d25f97 +Description: Camera UI application + camera-ui is an application intended to work as a modern digital + camera, taking high resolution pictures and recording video. + . + This package contains the binaries for the Camera UI application. + +Package: osso-applet-memory-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (pt_PT) + Language files for pt_PT osso-applet-memory. + +Package: ncurses-base +Essential: yes +Status: install ok installed +Priority: required +Section: base +Installed-Size: 280 +Maintainer: Daniel Jacobowitz +Architecture: all +Source: ncurses +Version: 5.7+20081213-1.maemo1+0m5 +Replaces: ncurses-term +Provides: ncurses-runtime +Conflicts: ncurses, ncurses-runtime +Conffiles: + /etc/terminfo/v/vt102 5fe25a4370c02f4ddee6285eac2ab974 + /etc/terminfo/v/vt100 96300e9c1b0dea5f61383f5d22342ef3 + /etc/terminfo/v/vt52 76df7c33a770fe4239c34c3dfb56ce1b + /etc/terminfo/v/vt220 b2c90e2aaf7dc659c448d503a928bd05 + /etc/terminfo/s/sun d98cf6c328f0358c93389a38a95c0d6b + /etc/terminfo/s/screen-bce fcd86fb14bb8862d0228ebcc5130d932 + /etc/terminfo/s/screen-s 9c7c28dcb51cb6a756012fea6ecbc508 + /etc/terminfo/s/screen 0d5a720e9ec24b5adae01d0725268714 + /etc/terminfo/s/screen-w 2fdd2ae242a69fc6a6846adbad436bfb + /etc/terminfo/w/wsvt25 63f50dc10877dedef9af67de575f786e + /etc/terminfo/w/wsvt25m 9c4831b5124552faabf850244fe982ca + /etc/terminfo/l/linux 645999d4afb490d40ff6b55239ad8173 + /etc/terminfo/r/rxvt-basic 1eb7a931b067c96963846e2a4ef2d020 + /etc/terminfo/r/rxvt bced284b61d1dbc0a8277bd7935dd511 + /etc/terminfo/r/rxvt-m 1eb7a931b067c96963846e2a4ef2d020 + /etc/terminfo/m/mach-color 1bb86008400135036fea5773a9c819a1 + /etc/terminfo/m/mach d982b12970acbb48d594ed799615f036 + /etc/terminfo/m/mach-bold 21465595967257ad4020192c005cb280 + /etc/terminfo/x/xterm-r6 4e4e4a4f5844b0a5e0c5bf47d86f6e61 + /etc/terminfo/x/xterm-r5 fe7a8a99ac6e35a367fd06a54058552f + /etc/terminfo/x/xterm 79587c4ce6ec87c190101ed7b938ea28 + /etc/terminfo/x/xterm-mono 04e3d0576dce061595bc700da2664b34 + /etc/terminfo/x/xterm-debian 75f9cdbd0a979b88408f615f54457d11 + /etc/terminfo/x/xterm-xfree86 1aae39ec91033b9480b1e65501f24e17 + /etc/terminfo/x/xterm-color 7cc6f036c70e45661591868d98e917ec + /etc/terminfo/x/xterm-vt220 230c0c066d91f3f4b64e77efae8aafdf + /etc/terminfo/c/cons25 5eb691998583e67c1d1d66f6d1b065ba + /etc/terminfo/c/cygwin 1e5d48c1d64c2b71712885a10e1144e1 + /etc/terminfo/p/pcansi e14c044c29588c0e670cf9575f387a23 + /etc/terminfo/E/Eterm 50ad907040960c93ed9bb875dfee43ee + /etc/terminfo/E/Eterm-color 50ad907040960c93ed9bb875dfee43ee + /etc/terminfo/a/ansi 1e43e61b0e4fba70d63b5b6d3dce2a7c + /etc/terminfo/d/dumb ca3b114f0727da81a9b957b553a9915d +Description: Descriptions of common terminal types + This package contains what should be a reasonable subset of terminal + definitions, including: ansi, dumb, linux, rxvt, screen, sun, vt100, + vt102, vt220, vt52, and xterm. + +Package: osso-applet-certman-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (sv_SE) + Language files for sv_SE osso-applet-certman. + +Package: osso-profiles-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (en_US) + Language files for en_US osso-profiles. + +Package: phonet-at +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 64 +Maintainer: Rémi Denis-Courmont +Architecture: armel +Version: 0.7.7+0m5 +Replaces: phonet-bridge (<< 0.5.0) +Depends: libc6 (>= 2.5.0-1), libisi1 (>= 1.4.0) +Recommends: upstart +Conflicts: phonet-bridge (<< 0.5.0) +Conffiles: + /etc/event.d/phonet-at 2f260f824d43befe89d8cd39f769b001 +Description: Phonet AT modem emulation + Install this to emulate an AT modem from a Phonet/ISI-based cellular modem. + With this, you can issue normal AT commands to the cellular modem. + This can also emulate a PPP session out of a GPRS data attachment. + . + This typically runs on top of the USB CDC ACM gadget driver. + +Package: osso-display-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (es_MX) + Language files for es_MX osso-display. + +Package: hildon-control-panel-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (pt_PT) + Language files for pt_PT hildon-control-panel. + +Package: fakedebconf +Status: install ok installed +Priority: extra +Section: utils +Installed-Size: 40 +Maintainer: Yauheni Kaliuta +Architecture: all +Version: 0.0.2 +Replaces: debconf +Provides: debconf, debconf-2.0 +Conflicts: debconf +Description: Debian Configuration Management System (fake) + Debconf is a configuration management system for Debian packages. It is + used by some packages to prompt you for information before they are + installed. This is a script, which return success on any request + +Package: modest-as-plugin-0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 132 +Maintainer: Victor Portnov +Architecture: armel +Source: modest-as-plugin +Version: 0.0.2-26+0m5 +Depends: calendar-backend, libas-common-utils-0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonnotify0 (>= 0.0.2-1-recomp1), libnotify1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libstdc++6 (>= 4.2.1), libtinymail-1.0-0, libtinymail-camel-1.0-0, libtinymail-gnomevfs-1.0-0, libtinymail-maemo-1.0-0, libtinymailui-1.0-0, libtinymailui-gtk-1.0-0, libwbxml2-0, libxml2 (>= 2.6.32), modest-l10n-mr | modest-l10n-mr0, as-config-applet-l10n-mr | as-config-applet-l10n-mr0 +Description: Mail for Exchange mail account. Modest plugin. + Binary package Modest plugin for Mail for Exchange mail account. + +Package: policy-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (no_NO) + Language files for no_NO policy. + +Package: libpopt0 +Status: install ok installed +Priority: important +Section: base +Installed-Size: 84 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: popt +Version: 1.10-3osso3+0m5 +Replaces: popt +Depends: libc6 (>= 2.5.0-1) +Conflicts: popt, libpopt-dev (<= 1.4-1), rpm (<= 4.0.2-3) +Description: lib for parsing cmdline parameters + Popt was heavily influenced by the getopt() and getopt_long() functions, + but it allows more powerful argument expansion. It can parse arbitrary + argv[] style arrays and automatically set variables based on command + line arguments. It also allows command line arguments to be aliased via + configuration files and includes utility functions for parsing arbitrary + strings into argv[] arrays using shell-like rules. + . + This package contains the runtime library and locale data. +Original-Maintainer: Paul Martin + +Package: osso-applet-device-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (en_GB) + Language files for en_GB osso-applet-device. + +Package: osso-filemanager-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (cs_CZ) + Language files for cs_CZ osso-filemanager. + +Package: csd-ss +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 104 +Maintainer: Andras Domokos +Architecture: armel +Source: libss +Version: 0.3.5.m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libisi1 (>= 1.4.0), libss0, csd-base (>= 0.3.0) +Conffiles: + /etc/dbus-1/system.d/csd-ss.conf 675320cdeda15b915a7c06a9e1ac506e + /etc/default/csd-ss 47142f412a4ba13bd637412af55f519a +Description: SS service plugin for cellular services daemon + Plugin for controlling the SS service over D-Bus. + +Package: osso-system-lock-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (nl_NL) + Language files for nl_NL osso-system-lock. + +Package: osso-calculator-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (ru_RU) + Language files for ru_RU osso-calculator-ui. + +Package: osso-addressbook-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (sv_SE) + Language files for sv_SE osso-addressbook. + +Package: hildon-status-bar-usb-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (cs_CZ) + Language files for cs_CZ hildon-status-bar-usb. + +Package: libxcb-randr0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: XCB Developers +Architecture: armel +Source: libxcb +Version: 1.1.92-2downgraded +Depends: libc6 (>= 2.5.0-1), libxcb1 +Description: X C Binding, randr extension + This package contains the library files needed to run software using + libxcb-randr, the randr extension for the X C Binding. + . + The XCB library provides an interface to the X Window System protocol, + designed to replace the Xlib interface. XCB provides several advantages over + Xlib: + . + * Size: small library and lower memory footprint + * Latency hiding: batch several requests and wait for the replies later + * Direct protocol access: one-to-one mapping between interface and protocol + * Thread support: access XCB from multiple threads, with no explicit locking + * Easy creation of new extensions: automatically generates interface from + machine-parsable protocol descriptions + +Package: hildon-input-method-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (ru_RU) + Language files for ru_RU hildon-input-method. + +Package: osso-systemui-conf +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: David Weinehall +Architecture: all +Version: 0.1.2.9+0m5 +Depends: osso-sounds-ui (>= 0.3) +Description: systemui configuration + This package contains the default settings for System UI as GConf schemas. + +Package: libsysinfo0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 68 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: sysinfod +Version: 0~20091124.1+0m5 +Depends: sysinfo-common, libc6 (>= 2.5.0-1), libcal1, libscconf0 (>= 0.1) +Description: system information daemon library + D-BUS service, which provides system information + . + This is a library to access system information + +Package: osso-sketch-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-sketch-l10n-mr +Depends: osso-sketch-l10n-ruru, osso-sketch-l10n-frfr, osso-sketch-l10n-frca, osso-sketch-l10n-dadk, osso-sketch-l10n-itit, osso-sketch-l10n-svse, osso-sketch-l10n-nono, osso-sketch-l10n-fifi, osso-sketch-l10n-nlnl, osso-sketch-l10n-enus, osso-sketch-l10n-dede, osso-sketch-l10n-esmx, osso-sketch-l10n-eses, osso-sketch-l10n-cscz, osso-sketch-l10n-ptpt, osso-sketch-l10n-engb, osso-sketch-l10n-plpl +Description: osso-sketch marketing release package + This is a metapackage for osso-sketch to pull all the l10n packages. + Application developers of osso-sketch should depend on + "osso-sketch-l10n-mr0 | osso-sketch-l10n-mr" + to ensure correct locales are getting installed. + +Package: hildon-control-panel-personalisation-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (es_ES) + Language files for es_ES hildon-control-panel-personalisation. + +Package: liblas1 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 88 +Maintainer: Vesa P. Keranen +Architecture: armel +Source: liblas +Version: 1.0.2+0m5 +Replaces: liblas0 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libisi-glib0 (>= 1.3.0), libisi1 (>= 1.4.0) +Conflicts: liblas0 +Description: A dynamic library(LIBLAS) provides services for a communication between OSSO and CellMo Location Server. + This package contains runtime files. + +Package: osso-dsm-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (en_US) + Language files for en_US osso-dsm-ui. + +Package: osso-sharing-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (pt_PT) + Language files for pt_PT osso-sharing-ui. + +Package: connui-conndlgs +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 120 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-common +Version: 2.76.1+0m5 +Replaces: osso-connectivity-ui-conndlgs +Depends: icd2, osso-af-startup (>= 0.18-1), libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconbtui0, libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libgwobex0, libhildon1, libopenobex1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libossoproductinfo0 (>= 0.7.3.1+0m5), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher +Conflicts: osso-connectivity-ui-conndlgs +Conffiles: + /etc/X11/replace/Xsession.post/connui-conndlgs 4c058f311fb7993c7480aed0b05b5041 + /etc/dbus-1/system.d/icd-ui.conf 4a5cc7a1b186b2f55baef2b7a717097d + /etc/osso-af-init/osso-connectivity-ui.sh 5a36bfec8d0b994eb603b0ad8456d0c4 +Description: Connectivity Dialogs daemon + This package provides the Connectivity Dialogs that are activated via D-Bus + requested by ICd and other parties. + +Package: skyhost-bin +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 1840 +Maintainer: Naveen Kumar Verma +Architecture: armel +Source: skyhost +Version: 1.10.337-1+0m5 +Description: The SkyHost binary for the ARM CPU + +Package: hildon-application-manager +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 884 +Maintainer: Marius Vollmer +Architecture: armel +Version: 1:2.2.52.2+0m5 +Provides: maemo-installer-utils +Depends: libalarm2, libapt-pkg-libc6.5-6-4.6, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libcurl3 (>= 7.16.2-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon1, libhildondesktop1, libhildonfm2 (>= 1:2.28.9+0m5), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.2.1), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher, hildon-application-manager-l10n-mr | hildon-application-manager-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, hildon-fm-l10n-mr | hildon-fm-l10n-mr0, hildon-common-strings-l10n-mr | hildon-common-strings-l10n-mr0 +Conffiles: + /etc/osso-cud-scripts/ham-clean.sh f942cb4b43cb99a9016dce2de01ddca1 + /etc/sudoers.d/hildon-application-manager.sudoers 35e1b4cf838894b4d7714e1e012dab54 + /etc/X11/replace/Xsession.post/hildon-application-manager 0c1efd84272160687e58dd5db69a0232 + /etc/osso-backup/restore.d/always/hildon-application-manager.sh ab95924f92305828a01e183bf75dd944 + /etc/osso-backup/applications/hildon-application-manager.conf 6407e86ae08680bd64b7a04efecc8bb4 + /etc/hildon-application-manager/notifier 2629faa3ab884f50d6102dce3274c339 + /etc/hildon-application-manager/settings 499125e5e098202d73986a0f3950a27a + /etc/hildon-application-manager/catalogues 663903f175572b053872cdba36895d0f +Description: A program for managing user installed applications. + The Application manager is a frontend for dpkg and apt. It allows + you to manage a subset of the installed and available packages. + +Package: clinkc-av0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 80 +Maintainer: Aapo Makela +Architecture: armel +Source: clinkc-av +Version: 1.0-15 +Depends: clinkc0, libc6 (>= 2.5.0-1) +Description: UPnP AV library for CyberLink for C + UPnP AV library for CyberLink for C + +Package: libusb-0.1-4 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 52 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: libusb +Version: 2:0.1.12-5osso3+0m5 +Replaces: libusb0 +Depends: libc6 (>= 2.5.0-1) +Conflicts: libusb0, libccid (<< 0.9.2-3) +Description: userspace USB programming library + Library for programming USB applications without the knowledge + of Linux kernel internals. + . + More information can be found at the Linux USB web site + http://www.linux-usb.org/ . + +Package: maemo-af-desktop-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (de_DE) + Language files for de_DE maemo-af-desktop. + +Package: osso-browser-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (sv_SE) + Language files for sv_SE osso-browser-ui. + +Package: osso-filemanager +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Richard Sun +Architecture: armel +Version: 1:3038.2+0m5 +Depends: osso-filemanager-ui (>= 1:3038.2+0m5), bluez (>= 4.0) +Description: OSSO File Manager application meta-package. + +Package: osso-rss-feed-reader-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (es_ES) + Language files for es_ES osso-rss-feed-reader. + +Package: osso-applet-screencalibration-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (es_MX) + Language files for es_MX osso-applet-screencalibration. + +Package: busybox-symlinks-iputils-ping +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 12 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: busybox +Version: 3:1.10.2.legal-1osso26+0m5 +Replaces: iputils-ping +Provides: iputils-ping +Conflicts: iputils-ping +Description: BusyBox symlinks to provide 'iputils-ping' + BusyBox symlinks for utilities corresponding to 'iputils-ping' package. +Xs-Original-Maintainer: Debian Install System Team + +Package: osso-applet-textinput-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (pl_PL) + Language files for pl_PL osso-applet-textinput. + +Package: rtcom-call-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (es_MX) + Language files for es_MX rtcom-call-ui. + +Package: sysinfo-common +Status: install ok installed +Priority: extra +Section: utils +Installed-Size: 40 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: sysinfod +Version: 0~20091124.1+0m5 +Conffiles: + /etc/sysinfod.conf 3520cfcb692e859fd5a0e02a4d808e3a +Description: system information daemon, common files + D-BUS service, which provides system information + +Package: hildon-fm-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (pt_PT) + Language files for pt_PT hildon-fm. + +Package: hildon-common-strings-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (fr_FR) + Language files for fr_FR hildon-common-strings. + +Package: wpeditor0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 148 +Maintainer: Amish Maske +Architecture: armel +Source: wpeditor +Version: 2.46-1+0m5 +Provides: wpeditor +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0 +Conflicts: wpeditor +Description: WordPad Text Editor library + A library implementing WPTextBuffer and WPTextView, + which can be used to easily support rich text editing. + +Package: hildon-application-manager-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (cs_CZ) + Language files for cs_CZ hildon-application-manager. + +Package: hildon-status-bar-usb-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (no_NO) + Language files for no_NO hildon-status-bar-usb. + +Package: osso-pdf-viewer-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (en_GB) + Language files for en_GB osso-pdf-viewer. + +Package: hildon-libs-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (ru_RU) + Language files for ru_RU hildon-libs. + +Package: osso-applet-accounts-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-applet-accounts-l10n-mr +Depends: osso-applet-accounts-l10n-ruru, osso-applet-accounts-l10n-frfr, osso-applet-accounts-l10n-frca, osso-applet-accounts-l10n-dadk, osso-applet-accounts-l10n-itit, osso-applet-accounts-l10n-svse, osso-applet-accounts-l10n-nono, osso-applet-accounts-l10n-fifi, osso-applet-accounts-l10n-nlnl, osso-applet-accounts-l10n-enus, osso-applet-accounts-l10n-dede, osso-applet-accounts-l10n-esmx, osso-applet-accounts-l10n-eses, osso-applet-accounts-l10n-cscz, osso-applet-accounts-l10n-ptpt, osso-applet-accounts-l10n-engb, osso-applet-accounts-l10n-plpl +Description: osso-applet-accounts marketing release package + This is a metapackage for osso-applet-accounts to pull all the l10n packages. + Application developers of osso-applet-accounts should depend on + "osso-applet-accounts-l10n-mr0 | osso-applet-accounts-l10n-mr" + to ensure correct locales are getting installed. + +Package: libqt4-sql-sqlite +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 92 +Maintainer: Shane Bradley +Architecture: armel +Source: qt4-x11 +Version: 4.5.3~git20090723-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libfontconfig1 (>= 2.6.0), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libqt4-core (= 4.5.3~git20090723-0maemo6+0m5), libqt4-sql (= 4.5.3~git20090723-0maemo6+0m5), libsqlite3-0 (>= 3.6.14), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.2.1), libqt4-sql (= 4.5.3~git20090723-0maemo6+0m5) +Description: Qt 4 SQLite plugin + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + +Package: hildon-desktop-application-shortcuts-mr0 +Status: install ok installed +Priority: extra +Section: misc +Installed-Size: 68 +Maintainer: Peter Aradi +Architecture: all +Version: 0.13-1+1.0+0m5 +Replaces: hildon-desktop-application-shortcuts +Provides: hildon-desktop-application-shortcuts +Depends: gconf2 +Conflicts: hildon-desktop-application-shortcuts +Conffiles: + /etc/gconf/schemas/hildon-desktop-application-shortcuts-settings.schema 32770a4895a3d447e5d26661bd6507a8 +Description: template package for default application shortcuts + Enables configuration of default application shortcuts on home views. + +Package: chinese-font +Status: install ok installed +Priority: standard +Section: x11 +Installed-Size: 1888 +Maintainer: Richard Sun +Architecture: all +Version: 1.3.0-1 +Depends: fontconfig +Description: Chinese Font supporting + +Package: as-config-applet-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (es_ES) + Language files for es_ES as-config-applet. + +Package: sqlite3 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 112 +Maintainer: Laszlo Boszormenyi (GCS) +Architecture: armel +Version: 3.6.14-1maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libncurses5 (>= 5.7-1), libreadline5 (>= 5.2), libsqlite3-0 (>= 3.6.14), libreadline5 +Suggests: sqlite3-doc +Description: A command line interface for SQLite 3 + SQLite is a C library that implements an SQL database engine. + Programs that link with the SQLite library can have SQL database + access without running a separate RDBMS process. + +Package: hildon-libs-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (en_GB) + Language files for en_GB hildon-libs. + +Package: libcscall2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 100 +Maintainer: Andras Domokos +Architecture: armel +Source: libcscall +Version: 0.8.3.1+0m5 +Replaces: libcscall0, libcscall1 +Depends: libc6 (>= 2.5.0-1), libisi1 (>= 1.4.0) +Conflicts: csd-call (<= 0.6.6) +Description: CS call library runtime + Library for handling cellular call related operations. + This package provides the main library runtime files. + +Package: osso-cities-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (fr_FR) + Language files for fr_FR osso-cities. + +Package: libgvfscommon0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 260 +Maintainer: Marius Vollmer +Architecture: armel +Source: gvfs +Version: 1.0.3-3maemo3.2+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libglib2.0-0 (>= 2.20.0) +Description: userspace virtual filesystem - library + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via D-Bus. It also contains a gio module + that seamlessly adds gvfs support to all applications using the gio + API. It also supports exposing the gvfs mounts to non-gio applications + using fuse. + . + This package contains the libgvfscommon library that is used by the + backends. + +Package: microb-engine +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 15644 +Maintainer: Oleg Romashin +Architecture: armel +Version: 20090612-49+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildonmime0 (>= 2.1.3), libjpeg62, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libstdc++6 (>= 4.2.1), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxrender1, libxt6, libnss3, libnspr4, microb-engine-common (>= 20090612-49+0m5), microb-engine-common (<< 20090612-49+0m5.1~) +Description: Package of MicroB libraries based on Mozilla + MicroB can be used by other external applications. + Note that using libgtkmozembed or browser-eal is encouraged + instead of using this directly. + It is based on Mozilla. + +Package: osso-games-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (sv_SE) + Language files for sv_SE osso-games. + +Package: hildon-common-strings-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (de_DE) + Language files for de_DE hildon-common-strings. + +Package: policy-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (fr_CA) + Language files for fr_CA policy. + +Package: osso-cities-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (it_IT) + Language files for it_IT osso-cities. + +Package: osso-sketch-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (fr_FR) + Language files for fr_FR osso-sketch. + +Package: osso-connectivity-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (es_MX) + Language files for es_MX osso-connectivity-ui. + +Package: flasher +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 112 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 2.8.2.0.1+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libusb-0.1-4 (>= 2:0.1.12) +Description: Flashing utility + This package contains utility for flashing Nokia Internet Tablets. + +Package: osso-location-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (cs_CZ) + Language files for cs_CZ osso-location-ui. + +Package: libloudmouth1-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 184 +Maintainer: Ross Burton +Architecture: armel +Source: loudmouth +Version: 1.4.1-0osso8+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libiphb0, libssl0.9.8 (>= 0.9.8f-5) +Description: Lightweight C Jabber library + Loudmouth is a lightweight and easy-to-use C library for programming + with the Jabber protocol. It's designed to be easy to get started + with and yet extensible to let you do anything the Jabber protocol + allows. + +Package: modest-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (it_IT) + Language files for it_IT modest. + +Package: osso-fm-transmitter-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (sv_SE) + Language files for sv_SE osso-fm-transmitter. + +Package: rtcom-messaging-ui +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 788 +Maintainer: Naba Kumar +Architecture: armel +Version: 1.1.3-1+0m5 +Depends: browser-neteal (>= 0.7.3.5), libalarm2, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libclockcore0-0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedata-book (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), librtcom-accounts-ui-client0, librtcom-eventlogger-plugins0, librtcom-eventlogger-ui0, librtcom-eventlogger0, libsms-utils0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libx11-6, libxml2 (>= 2.6.32), libxrender1, tablet-browser-view (>= 2.0.8), zlib1g (>= 1:1.2.1), maemo-launcher, rtcom-messaging-ui-l10n-mr0 | rtcom-messaging-ui-l10n-mr, rtcom-accounts-ui (>= 4.21), ui-fonts, desktop-file-utils, osso-sounds-rtc, tablet-browser-daemon, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, ke-recv-l10n-mr | ke-recv-l10n-mr0, osso-statusbar-presence-l10n-mr | osso-statusbar-presence-l10n-mr0, osso-uri-l10n-mr | osso-uri-l10n-mr0, osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0, libwidgetutils +Recommends: microb-engine, telepathy-ring, telepathy-gabble, telepathy-sofiasip +Conffiles: + /etc/gconf/schemas/rtcom-messaging-ui.schemas 4ed31872d1f77cd8f6163b88b995de42 +Description: RTCom Messaging UI. + The Messaging Application using Telepathy. + . + Offers Instant Messaging and Short Message Service functionality. + +Package: sharing-service-flickr +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 92 +Maintainer: Alexander Bokovoy +Architecture: armel +Source: sharing-services-default +Version: 1.1.50.2+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libcurl3 (>= 7.16.2-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libpango1.0-0, libsharing0, libxml2 (>= 2.6.32), sharing-manager, osso-sharing-ui-l10n-mr | osso-sharing-ui-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, modest-nokiamessaging-plugin-l10n-mr | modest-nokiamessaging-plugin-l10n-mr0 +Description: Sharing Flickr service + +Package: osso-statusbar-sound-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (fi_FI) + Language files for fi_FI osso-statusbar-sound. + +Package: osso-profiles-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (fr_FR) + Language files for fr_FR osso-profiles. + +Package: hildon-libs-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (es_MX) + Language files for es_MX hildon-libs. + +Package: libxkbfile1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 184 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxkbfile +Version: 1:1.0.5-1 +Depends: libc6 (>= 2.5.0-1), libx11-6 +Description: X11 keyboard file manipulation library + libxkbfile provides an interface to read and manipulate description files for + XKB, the X11 keyboard configuration extension. + . + More information about X.Org can be found at: + + + +Package: osso-pdf-viewer-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (nl_NL) + Language files for nl_NL osso-pdf-viewer. + +Package: osso-dsm-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (de_DE) + Language files for de_DE osso-dsm-ui. + +Package: hildon-control-panel-personalisation-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (sv_SE) + Language files for sv_SE hildon-control-panel-personalisation. + +Package: osso-profiles-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (cs_CZ) + Language files for cs_CZ osso-profiles. + +Package: rtcom-messaging-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (en_GB) + Language files for en_GB rtcom-messaging-ui. + +Package: modest-nokiamessaging-plugin-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (cs_CZ) + Language files for cs_CZ modest-nokiamessaging-plugin. + +Package: osso-location-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (no_NO) + Language files for no_NO osso-location-ui. + +Package: osso-applet-accounts-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (fr_FR) + Language files for fr_FR osso-applet-accounts. + +Package: libisi1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 120 +Maintainer: Mika Liljeberg +Architecture: armel +Source: libisi +Version: 1.4.2+0m5 +Depends: libc6 (>= 2.5.0-1) +Conflicts: csd-gprs (<< 0.7.0), gprs-utils (<< 0.7.0), libgprs-tests (<< 0.7.0), libisi-glib0 (<< 1.3.0) +Description: ISI library runtime + ISI library is for sending/receiving and coding/decoding ISI messages. + This package provides the main library runtime files. + +Package: sharing-manager +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 156 +Maintainer: Kristiina Hietanen +Architecture: armel +Version: 1.1.42.1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libdsme0.2.0, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libsharing0, libx11-6, libxrender1, sharing-account-manager, zlib1g (>= 1:1.2.1), osso-sharing-ui-l10n-mr | osso-sharing-ui-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, hildon-fm-l10n-mr | hildon-fm-l10n-mr0 +Description: Sharing Manager + Manager handling Sharing tasks + +Package: rtcom-call-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (de_DE) + Language files for de_DE rtcom-call-ui. + +Package: libdevlock1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 64 +Maintainer: David Weinehall +Architecture: armel +Source: libdevlock +Version: 1.0.8+0m5 +Depends: libc6 (>= 2.5.0-1), libcal1 +Description: functions for validating and changing the lock code + libdevlock provides an API that allows validating and changing the device + lock code stored in CAL. + . + This package contains shared libraries + +Package: busybox-symlinks-time +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 16 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: busybox +Version: 3:1.10.2.legal-1osso26+0m5 +Replaces: time +Provides: time +Conflicts: time +Description: BusyBox symlinks to provide 'time' + BusyBox symlinks for utilities corresponding to 'time' package. +Xs-Original-Maintainer: Debian Install System Team + +Package: osso-sharing-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (fr_CA) + Language files for fr_CA osso-sharing-ui. + +Package: hildon-status-bar-usb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: David Kedves +Architecture: armel +Version: 2.1.99-25-12+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libpango1.0-0, ke-recv (>= 3.6-1), hildon-status-bar-usb-l10n-mr0 | hildon-status-bar-usb-l10n-mr +Description: Status menu USB plugin. + Status menu plugin for indicating USB status of the device. + +Package: osso-tutorial-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-tutorial-l10n-mr +Depends: osso-tutorial-l10n-ruru, osso-tutorial-l10n-frfr, osso-tutorial-l10n-frca, osso-tutorial-l10n-dadk, osso-tutorial-l10n-itit, osso-tutorial-l10n-svse, osso-tutorial-l10n-nono, osso-tutorial-l10n-fifi, osso-tutorial-l10n-nlnl, osso-tutorial-l10n-enus, osso-tutorial-l10n-dede, osso-tutorial-l10n-esmx, osso-tutorial-l10n-eses, osso-tutorial-l10n-cscz, osso-tutorial-l10n-ptpt, osso-tutorial-l10n-engb, osso-tutorial-l10n-plpl +Description: osso-tutorial marketing release package + This is a metapackage for osso-tutorial to pull all the l10n packages. + Application developers of osso-tutorial should depend on + "osso-tutorial-l10n-mr0 | osso-tutorial-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-applet-textinput-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (fi_FI) + Language files for fi_FI osso-applet-textinput. + +Package: omap3430-dsp-libraries-ti +Status: install ok installed +Priority: optional +Section: non-free +Installed-Size: 6572 +Maintainer: Maemo Multimedia +Architecture: armel +Source: openmax-omap3430-ti +Version: 0.200944-2+0m5 +Depends: omap3430-dsp-baseimage-ti +Description: DSP codecs + DSP codecs for OMAP3430. + . + Codecs included: + . + * H.263 encoder / decoder + * H.264 encoder / decoder + * MPEG-4 encoder + * MPEG-4 ASP decoder + * WMV9 decoder + * JPEG encoder + +Package: osso-fm-transmitter-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (en_GB) + Language files for en_GB osso-fm-transmitter. + +Package: osso-display-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (en_US) + Language files for en_US osso-display. + +Package: osso-statusbar-presence-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (en_US) + Language files for en_US osso-statusbar-presence. + +Package: osso-rss-feed-reader-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (no_NO) + Language files for no_NO osso-rss-feed-reader. + +Package: libnotify1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 92 +Maintainer: Lucas Rocha +Architecture: armel +Source: libnotify +Version: 0.4.4-2recomp1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.14.6-1osso1), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0 (>= 1.20.1) +Recommends: notification-daemon +Description: sends desktop notifications to a notification daemon + A library that sends desktop notifications to a notification daemon, as + defined in the Desktop Notifications spec. These notifications can be + used to inform the user about an event or display some form of + information without getting in the user's way. + . + This package contains the shared library. To actually display the + notifications, you need to install the package notification-daemon. + +Package: osso-clock-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (en_GB) + Language files for en_GB osso-clock. + +Package: libssl0.9.8 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 1804 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: openssl +Version: 0.9.8g-15maemo4+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), zlib1g (>= 1:1.2.1), debconf (>= 0.5) | debconf-2.0 +Conflicts: ssleay (<< 0.9.2b), libssl, openssl (<< 0.9.6-2), libssl096-dev (<< 0.9.6-2) +Description: SSL shared libraries + libssl and libcrypto shared libraries needed by programs like + apache-ssl, telnet-ssl and openssh. + . + It is part of the OpenSSL implementation of SSL. +Original-Vcs-Svn: svn://svn.debian.org/pkg-openssl/openssl/ +Original-Maintainer: Debian OpenSSL Team +Original-Uploaders: Christoph Martin , Kurt Roeckx +Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-openssl/openssl + +Package: osso-statusbar-sound-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (it_IT) + Language files for it_IT osso-statusbar-sound. + +Package: libtopos0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 244 +Maintainer: Quanyi Sun +Architecture: armel +Source: libtopos +Version: 0.96-2+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libgpx0, libgtk2.0-0 (>= 2:2.12.9-0osso1), libsqlite3-0 (>= 3.6.14), libxml2 (>= 2.6.32) +Description: Landmark framework + Library providing a POI database. + +Package: osso-backup-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (it_IT) + Language files for it_IT osso-backup. + +Package: libpoppler0c2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1092 +Maintainer: maemo integration +Architecture: armel +Source: poppler +Version: 0.4.5-5.1etch2maemo3+0m5 +Replaces: libpoppler0 +Depends: libc6 (>= 2.5.0-1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libjpeg62, libstdc++6 (>= 4.2.1) +Conflicts: libpoppler0 +Description: PDF rendering library + Poppler is a PDF rendering library based on xpdf PDF viewer. + . + This package contains the shared library. + +Package: osso-applet-textinput-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (sv_SE) + Language files for sv_SE osso-applet-textinput. + +Package: osso-applet-textinput-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (de_DE) + Language files for de_DE osso-applet-textinput. + +Package: osso-filemanager-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (en_GB) + Language files for en_GB osso-filemanager. + +Package: modest-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (sv_SE) + Language files for sv_SE modest. + +Package: modest-nokiamessaging-plugin-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (pt_PT) + Language files for pt_PT modest-nokiamessaging-plugin. + +Package: hildon-control-panel-personalisation-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (pl_PL) + Language files for pl_PL hildon-control-panel-personalisation. + +Package: libconbtui0 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 256 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-common +Version: 2.76.1+0m5 +Replaces: libbtui +Depends: bluez, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libgwobex0, libhildon1, libopenobex1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libossoproductinfo0 (>= 0.7.3.1+0m5), libpango1.0-0, gconf2 (>= 2.10.1-2) +Conflicts: libbtui +Conffiles: + /etc/osso-cud-scripts/osso-connectivity-ui-cud.sh eef107c808284757349c9b7265b505e9 +Description: Bluetooth UI library + This package provides a Bluetooth UI library for generic BT bonding and + searching UI. + +Package: osso-sketch-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (fi_FI) + Language files for fi_FI osso-sketch. + +Package: libqt4-sql +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 328 +Maintainer: Shane Bradley +Architecture: armel +Source: qt4-x11 +Version: 4.5.3~git20090723-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libqt4-core (= 4.5.3~git20090723-0maemo6+0m5), libstdc++6 (>= 4.2.1) +Recommends: libqt4-sql-sqlite +Suggests: libqt4-dev +Description: Qt 4 SQL module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The QtSql module helps you provide seamless database integration to your Qt + applications. + . + If you wish to to use the SQL module for development, you should install the + libqt4-dev package. + +Package: osso-powerup-shutdown-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (cs_CZ) + Language files for cs_CZ osso-powerup-shutdown. + +Package: osso-pdf-viewer-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (sv_SE) + Language files for sv_SE osso-pdf-viewer. + +Package: osso-browser-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (pl_PL) + Language files for pl_PL osso-browser-ui. + +Package: osso-tv-out-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (es_MX) + Language files for es_MX osso-tv-out. + +Package: osso-uri-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (ru_RU) + Language files for ru_RU osso-uri. + +Package: busybox-symlinks-dnsutils +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 16 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: busybox +Version: 3:1.10.2.legal-1osso26+0m5 +Replaces: dnsutils +Provides: dnsutils +Conflicts: dnsutils +Description: BusyBox symlinks to provide 'dnsutils' + BusyBox symlinks for utilities corresponding to 'dnsutils' package. +Xs-Original-Maintainer: Debian Install System Team + +Package: hildon-control-panel-personalisation-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (pt_PT) + Language files for pt_PT hildon-control-panel-personalisation. + +Package: osso-notes-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (da_DK) + Language files for da_DK osso-notes. + +Package: osso-system-lock-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (no_NO) + Language files for no_NO osso-system-lock. + +Package: osso-applet-certman-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (it_IT) + Language files for it_IT osso-applet-certman. + +Package: libptypes +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 232 +Maintainer: Hannu Mallat +Architecture: armel +Version: 2.1.0-1osso2 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) +Description: A simple alternative to STL + PTypes (C++ Portable Types Library) is a simple alternative to the + STL that includes multithreading and networking. It defines dynamic + strings, variants, character sets, lists and other basic data types + along with portable thread and synchronization objects, IP sockets + and named pipes. Its main `target audience' is developers of complex + network daemons, robots or non-visual client/server applications of + any kind. + . + This package contains the dynamic library needed by applications + using PTypes. + +Package: osso-statusbar-presence-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (es_MX) + Language files for es_MX osso-statusbar-presence. + +Package: osso-uri-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (fi_FI) + Language files for fi_FI osso-uri. + +Package: openssl +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 2300 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 0.9.8g-15maemo4+0m5 +Depends: libc6 (>= 2.5.0-1), libssl0.9.8 (>= 0.9.8f-5), zlib1g (>= 1:1.2.1) +Suggests: ca-certificates +Conflicts: ssleay (<< 0.9.2b) +Conffiles: + /etc/ssl/openssl.cnf 0b1cf9a835b829131d630b7c2fe55f3c +Description: Secure Socket Layer (SSL) binary and related cryptographic tools + This package contains the openssl binary and related tools. + . + It is part of the OpenSSL implementation of SSL. + . + You need it to perform certain cryptographic actions like: + - Creation of RSA, DH and DSA key parameters; + - Creation of X.509 certificates, CSRs and CRLs; + - Calculation of message digests; + - Encryption and decryption with ciphers; + - SSL/TLS client and server tests; + - Handling of S/MIME signed or encrypted mail. +Original-Vcs-Svn: svn://svn.debian.org/pkg-openssl/openssl/ +Original-Maintainer: Debian OpenSSL Team +Original-Uploaders: Christoph Martin , Kurt Roeckx +Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-openssl/openssl + +Package: libomxil-ti-components +Status: install ok installed +Priority: optional +Section: non-free +Installed-Size: 164 +Maintainer: Maemo Multimedia +Architecture: armel +Source: openmax-omap3430-ti +Version: 0.200944-2+0m5 +Depends: libc6 (>= 2.5.0-1), libomxil-ti0, omap3430-dsp-libraries-ti +Description: TI OpenMAX IL components + Texas Instruments OpenMAX Integration Layer (IL version 1.1.2) + components. + +Package: osso-applet-textinput-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (fr_CA) + Language files for fr_CA osso-applet-textinput. + +Package: rtcom-messaging-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (fi_FI) + Language files for fi_FI rtcom-messaging-ui. + +Package: hildon-common-strings-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (es_MX) + Language files for es_MX hildon-common-strings. + +Package: osso-filemanager-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (sv_SE) + Language files for sv_SE osso-filemanager. + +Package: libebook +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 308 +Maintainer: Joergen Scheibengruber +Architecture: armel +Source: evolution-data-server +Version: 1.4.2.1-20091116+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libedataserver (>= 1.4.2.1), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libstdc++6 (>= 4.2.1), libxml2 (>= 2.6.32), libedata-book +Description: Client library for evolution address books + Evolution is the integrated mail, calendar, task and address book + distributed suite from Novell, Inc. + . + This package is client library for evolution address book. + +Package: osso-countries-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (cs_CZ) + Language files for cs_CZ osso-countries. + +Package: maemo-af-desktop-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (sv_SE) + Language files for sv_SE maemo-af-desktop. + +Package: modest +Status: install ok installed +Priority: optional +Section: mail +Installed-Size: 1176 +Maintainer: Moises Martinez +Architecture: armel +Version: 3.1.18+0m5 +Depends: calendar-ui-widgets-0, gtkhtml3.14, libalarm2, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra0 (>= 0.10), libcityinfo0-0 (>= 0.5.8), libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonmime0 (>= 2.1.3), libhildonnotify0 (>= 0.0.2-1-recomp1), libiphb0, libmcclient6, libmodest-dbus-client, libnavigation0, libnotify1, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libprofile0, librtcom-accounts-ui-client0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libtime0, libtinymail-1.0-0, libtinymail-camel-1.0-0, libtinymail-gnomevfs-1.0-0, libtinymail-maemo-1.0-0, libtinymailui-1.0-0, libtinymailui-gtk-1.0-0, libx11-6, libxml2 (>= 2.6.32), libxrender1, wpeditor0, zlib1g (>= 1:1.2.1), maemo-launcher, libmodest-dbus-client, modest-providers-data, modest-l10n-mr | modest-l10n-mr0, osso-icons-theme, operator-wizard-settings, osso-countries-l10n-mr | osso-countries-l10n-mr0, microb-engine +Conffiles: + /etc/osso-cud-scripts/modest-clean.sh c9163e22c4335060e94f1836c41ba7ed + /etc/osso-backup/pre-backup.d/modest-prebackup.sh 036eeb233cea5635729d93208b6c2917 + /etc/osso-backup/restore.d/always/modest-restore.sh fe78067ea244a16eea721575747ae963 + /etc/osso-backup/applications/modest.conf 3cb4dc980921e399d722e83739feb7fa +Description: an e-mail client for platforms with modest resources + e-mail client for osso + +Package: osso-display-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (sv_SE) + Language files for sv_SE osso-display. + +Package: osso-uri-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (fr_CA) + Language files for fr_CA osso-uri. + +Package: calendar-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (fi_FI) + Language files for fi_FI calendar. + +Package: osso-browser-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (fi_FI) + Language files for fi_FI osso-browser-ui. + +Package: hildon-common-strings-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (sv_SE) + Language files for sv_SE hildon-common-strings. + +Package: osso-powerup-shutdown-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (fr_CA) + Language files for fr_CA osso-powerup-shutdown. + +Package: libtelepathy-glib0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 924 +Maintainer: Simon McVittie +Architecture: armel +Source: telepathy-glib +Version: 0.8.1-0maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0) +Description: Telepathy framework - GLib library + This package contains telepathy-glib, a GLib-based library for Telepathy + components. + . + Telepathy is a D-Bus framework for unifying real time communication, + including instant messaging, voice calls and video calls. It abstracts + differences between protocols to provide a unified interface for + applications. +Xs-Debian-Maintainer: Debian Telepathy maintainers + +Package: perl-base +Status: install ok installed +Priority: required +Section: base +Installed-Size: 2084 +Maintainer: Brendan O'Dea +Architecture: armel +Source: perl +Version: 5.8.3-3osso11+0m5 +Replaces: perl-5.005-base (<< 6), perl-5.6-base (<< 6), perl (<< 5.8.0-9), perl-modules (<< 5.8.0-9), libperl5.8 (<< 5.8.0-20), libscalar-list-utils-perl +Provides: perl5-base, perlapi-5.8.0, perlapi-5.8.1, perlapi-5.8.2, perlapi-5.8.3, data-dumper, libscalar-list-utils-perl +Pre-Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Suggests: perl +Conflicts: perl-5.004-base (<< 6), perl-5.005-base (<< 6), perl-5.6-base (<< 6), data-dumper, autoconf2.13 (<< 2.13-45), libscalar-list-utils-perl (<< 1:1.13-1) +Description: The Pathologically Eclectic Rubbish Lister. + A scripting language with delusions of full language-hood, Perl is used + in many system scripts and utilities. + . + This is a stripped down Perl with only essential libraries. To make + full use of Perl, you'll want to install the `perl', `perl-modules' and + optionally `perl-doc' packages which supplement this one. + +Package: osso-calculator-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (es_MX) + Language files for es_MX osso-calculator-ui. + +Package: swi-prolog +Status: install ok installed +Priority: optional +Section: interpreters +Installed-Size: 856 +Maintainer: Chris Lamb +Architecture: armel +Version: 5.6.50-0maemo3+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: Prolog interpreter + ISO/Edinburgh-style Prolog compiler. Compliant with Part 1 of the ISO standard + for Prolog. Covers all traditional Edinburgh Prolog features and shares many + features with Quintus and SICStus Prolog, including a compatible module system. + Very fast compiler, garbage collection (also on atoms), fast and powerful C/C++ + interface, autoloading, GNU-readline interface. + . + SWI-Prolog has been designed and implemented such that it can easily be + modified for experiments with logic programming and the relation + between logic programming and other programming paradigms (such as the + object oriented XPCE environment). SWI-Prolog has a rich set of + built-in predicates and reasonable performance, which makes it possible + to develop substantial applications in it. The current version offers + a module system, garbage collection and an interface to the C language. + +Package: maesync-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (en_GB) + Language files for en_GB maesync. + +Package: telepathy-sofiasip +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 236 +Maintainer: Mikhail Zabaluev +Architecture: armel +Version: 0.5.18-0maemo4+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libiphb0, libsofia-sip-ua-glib3, libsofia-sip-ua0, libtelepathy-glib0 (>= 0.7.37) +Description: SIP connection manager for Telepathy + Telepathy-sofiasip is a SIP connection manager for Telepathy + framework, implemented using the Sofia-SIP libraries. + +Package: osso-camera-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (ru_RU) + Language files for ru_RU osso-camera-ui. + +Package: osso-suw-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (pl_PL) + Language files for pl_PL osso-suw. + +Package: libgles2-sgx-img +Status: install ok installed +Priority: extra +Section: graphics +Installed-Size: 312 +Maintainer: Oliver McFadden +Architecture: armel +Source: opengles-sgx-img +Version: 0.20091104.6.1+0m5 +Depends: libc6 (>= 2.5.0-1), opengles-sgx-img-common (= 0.20091104.6.1+0m5) +Description: OpenGL ES 2.0 SGX library + This package provides the OpenGL ES 2.0 library with hardware acceleration + on the PowerVR SGX. + +Package: xserver-xomap +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 28 +Maintainer: Oliver McFadden +Architecture: armel +Source: xorg-server +Version: 2:1.6.99.1-0osso20090208.104+0m5 +Depends: xserver-xorg-video-fbdev, xserver-xorg-input-evdev, xserver-xorg-core (= 2:1.6.99.1-0osso20090208.104+0m5), x11-xkb-utils, xkb-data, opengles-sgx-img-common, libgles2-sgx-img +Description: Meta-package for X-related things + Meta-package for X-related things. + +Package: libmatchbox1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 136 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 2:1.9-osso7+0m5 +Replaces: matchbox (<< 1:0.8.2) +Depends: libc6 (>= 2.5.0-1), libfontconfig1 (>= 2.4.1), libfreetype6 (>= 2.3.5), libglib2.0-0 (>= 2.14.6-1osso1), libpango1.0-0, libpng12-0 (>= 1.2.13-4), libx11-6, libxext6, libxft2 (>> 2.1.1), zlib1g (>= 1:1.2.1) +Description: shared library for Matchbox Project applications [runtime] + Matchbox is a base environment for the X Window System running on non-desktop + embedded platforms such as handhelds, set-top boxes, kiosks and anything else + for which screen space, input mechanisms or system resources are limited. + . + libmatchbox provides core functionality used by several Matchbox project + applications. + . + This package contains the libmatchbox runtime library. + +Package: libdevlock-bin +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: David Weinehall +Architecture: armel +Source: libdevlock +Version: 1.0.8+0m5 +Depends: libc6 (>= 2.5.0-1), libcal1, libdevlock1, libdevlock1 +Description: functions for validating and changing the lock code -- binaries + libdevlock provides an API that allows validating and changing the device + lock code stored in CAL. + . + This package contains a suid-binary that can be used as a helper for + applications that do not have root access + +Package: apt +Status: install ok installed +Priority: important +Section: admin +Installed-Size: 1508 +Maintainer: APT Development Team +Architecture: armel +Version: 0.7.20.2maemo13+0m5 +Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) +Provides: libapt-pkg-libc6.5-6-4.6 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) +Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt +Conffiles: + /etc/apt/apt.conf.d/01autoremove 5871ab6ca11689c4d7e7beac5eb9ffdc + /etc/apt/apt.conf.d/00maemo 39c8cf52e5e0bb43f4ab450892101aef +Description: Advanced front-end for dpkg + This is Debian's next generation front-end for the dpkg package manager. + It provides the apt-get utility and APT dselect method that provides a + simpler, safer way to install and upgrade packages. + . + APT features complete installation ordering, multiple source capability + and several other unique features, see the Users Guide in apt-doc. + +Package: osso-location-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (sv_SE) + Language files for sv_SE osso-location-ui. + +Package: libmaemosec0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 164 +Maintainer: Juhani Mäkelä +Architecture: armel +Source: maemo-security-certman +Version: 0.1.4+0m5 +Depends: libc6 (>= 2.5.0-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.2.1), libssl0.9.8 (>= 0.9.8f-5), libstdc++6 (>= 4.2.1) +Conffiles: + /etc/certs/trusted/root.ca 07cf82ff4c13ad767088368f4f1f2df9 + /etc/certs/trusted/root.key f5ba85ba271473aa52fb426435eda139 +Description: Maemo security base library + The common security base library + +Package: osso-notes-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (ru_RU) + Language files for ru_RU osso-notes. + +Package: hildon-fm-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: hildon-fm-l10n-mr +Depends: hildon-fm-l10n-ruru, hildon-fm-l10n-frfr, hildon-fm-l10n-frca, hildon-fm-l10n-dadk, hildon-fm-l10n-itit, hildon-fm-l10n-svse, hildon-fm-l10n-nono, hildon-fm-l10n-fifi, hildon-fm-l10n-nlnl, hildon-fm-l10n-enus, hildon-fm-l10n-dede, hildon-fm-l10n-esmx, hildon-fm-l10n-eses, hildon-fm-l10n-cscz, hildon-fm-l10n-ptpt, hildon-fm-l10n-engb, hildon-fm-l10n-plpl +Description: hildon-fm marketing release package + This is a metapackage for hildon-fm to pull all the l10n packages. + Application developers of hildon-fm should depend on + "hildon-fm-l10n-mr0 | hildon-fm-l10n-mr" + to ensure correct locales are getting installed. + +Package: hildon-application-manager-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (es_MX) + Language files for es_MX hildon-application-manager. + +Package: ezitext-swedish +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 92 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Swedish language support for the eZiText (TM). +Confidential: yes + +Package: osso-pdf-viewer-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (it_IT) + Language files for it_IT osso-pdf-viewer. + +Package: hildon-input-method +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 108 +Maintainer: Mohammad Anwari +Architecture: armel +Version: 1:2.1.35-1+0m5 +Depends: hildon-input-method-framework, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-im-ui3, libhildon1, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), hildon-input-method-l10n-mr | hildon-input-method-l10n-mr0 +Conffiles: + /etc/osso-af-init/keyboard.sh 7bf87b20988da9d0b1cb36786c9f06d7 + /etc/osso-af-init/keyboard.defs 4e1ee0e677612c1186d3b22a770dea4f +Description: Hildon Input method + This package provides Hildon Input Method application binary. + +Package: rtcom-accounts-plugin-nokiachat +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 88 +Maintainer: Salvatore Iovene +Architecture: armel +Source: rtcom-accounts-ui +Version: 4.97.7-1+0m5 +Depends: libaccounts0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglade2-0 (>= 1:2.3.6), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libmcclient6, libpango1.0-0, librtcom-accounts-widgets0, libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32) +Description: Nokia Chat plugin for the Accounts applet + A plugin for configuring Nokia Chat accounts + +Package: wappushd +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 136 +Maintainer: Hannu Mallat +Architecture: armel +Version: 0.0.11+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), upstart +Conffiles: + /etc/dbus-1/system.d/wappushd_policy.conf a5a93c998cdae44e0f8994707347c538 + /etc/event.replace.d/wappushd f130e761d9d738ba48a2346761437dc5 + /etc/osso-backup/applications/wappushd.conf 8d4d81a53d2c41e5dd0a5c57690bf5fc + /etc/init.d/wappushd 53ece5c7db9c38cca809e8edd0a4529f +Description: WAP push daemon + This package contains daemon for handling WAP push messages + +Package: bluez +Status: install ok installed +Priority: optional +Section: admin +Installed-Size: 904 +Maintainer: Johan Hedberg +Architecture: armel +Version: 4.56-0maemo2+0m5 +Replaces: bluez-utils +Provides: bluez-utils +Depends: libasound2 (>> 1.0.18), libbluetooth3, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libxml2 (>= 2.6.32), dbus +Recommends: dsme, osso-product-info +Conflicts: bluez-utils +Conffiles: + /etc/bluetooth/rfcomm.conf 0a87d3eddd29683c1456688907e67b4f + /etc/bluetooth/audio.conf 02bab87bfed0fc7db1e2a643d4961b28 + /etc/bluetooth/main.conf ecb9a79802888876ed81e7ca56bb6c66 + /etc/dbus-1/system.d/bluetooth.conf 150d42bd6e19acc72b135431c7b9cfed + /etc/event.replace.d/bluetoothd b16f5efd0983f3bc264b4f4add3861da +Description: Bluetooth tools and daemons + This package contains tools and system daemons for using Bluetooth devices. + . + BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source + project distributed under GNU General Public License (GPL). + . + More information is available at http://bluez.sourceforge.net/ + +Package: osso-sketch-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (sv_SE) + Language files for sv_SE osso-sketch. + +Package: osso-applet-textinput-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (pt_PT) + Language files for pt_PT osso-applet-textinput. + +Package: osso-calculator-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (en_GB) + Language files for en_GB osso-calculator-ui. + +Package: rtcom-messaging-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (da_DK) + Language files for da_DK rtcom-messaging-ui. + +Package: osso-cities-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (no_NO) + Language files for no_NO osso-cities. + +Package: maemo-af-desktop-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (en_GB) + Language files for en_GB maemo-af-desktop. + +Package: hildon-common-strings-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (no_NO) + Language files for no_NO hildon-common-strings. + +Package: hildon-status-bar-usb-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (es_MX) + Language files for es_MX hildon-status-bar-usb. + +Package: osso-dsm-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (cs_CZ) + Language files for cs_CZ osso-dsm-ui. + +Package: pulseaudio-module-nokia-voice +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 408 +Maintainer: Maemo Multimedia +Architecture: armel +Source: pulseaudio-nokia +Version: 0.9.15.0-44+0m5 +Depends: libbmeipc0, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgcc1 (>= 1:4.2.1), libpulse0, libpulse0 (>= 0.9.15~test5), pulseaudio, pulseaudio-module-nokia-common (= 0.9.15.0-44+0m5) +Conflicts: pulseaudio (<< 0.9.15-1maemo32) +Conffiles: + /etc/modprobe.d/pulseaudio-module-nokia-voice 8f2798cd54a6942449f318705a3c8e6d + /etc/udev/pulseaudio-module-nokia-voice.rules a94e41dd5461e7394015e77abb5b4859 +Description: PulseAudio Nokia voice module + Nokia voice module. + +Package: hildon-control-panel-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (cs_CZ) + Language files for cs_CZ hildon-control-panel. + +Package: libppu0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 48 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: libppu +Version: 0.1-6+0m5 +Depends: libc6 (>= 2.5.0-1), libcal1 +Description: library to access ppu data + Library to read pp_data from CAL read. Use libcal to access the area + +Package: osso-sketch-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (no_NO) + Language files for no_NO osso-sketch. + +Package: osso-camera-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (en_GB) + Language files for en_GB osso-camera-ui. + +Package: libdbus-glib-1-2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 268 +Maintainer: Janne Karhunen +Architecture: armel +Source: dbus-glib +Version: 0.78-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libglib2.0-0 (>= 2.20.0) +Description: simple interprocess messaging system (GLib-based shared library) + D-Bus is a message bus, used for sending messages between applications. + Conceptually, it fits somewhere in between raw sockets and CORBA in + terms of complexity. + . + This package provides the GLib-based shared library for applications using the + GLib interface to D-Bus. + . + See the dbus description for more information about D-Bus in general. + +Package: osso-fm-transmitter-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (nl_NL) + Language files for nl_NL osso-fm-transmitter. + +Package: osso-tv-out-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (nl_NL) + Language files for nl_NL osso-tv-out. + +Package: osso-sketch-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (es_ES) + Language files for es_ES osso-sketch. + +Package: modest-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (en_GB) + Language files for en_GB modest. + +Package: libsignonui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (it_IT) + Language files for it_IT libsignonui. + +Package: osso-dsm-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-dsm-ui-l10n-mr +Depends: osso-dsm-ui-l10n-ruru, osso-dsm-ui-l10n-frfr, osso-dsm-ui-l10n-frca, osso-dsm-ui-l10n-dadk, osso-dsm-ui-l10n-itit, osso-dsm-ui-l10n-svse, osso-dsm-ui-l10n-nono, osso-dsm-ui-l10n-fifi, osso-dsm-ui-l10n-nlnl, osso-dsm-ui-l10n-enus, osso-dsm-ui-l10n-dede, osso-dsm-ui-l10n-esmx, osso-dsm-ui-l10n-eses, osso-dsm-ui-l10n-cscz, osso-dsm-ui-l10n-ptpt, osso-dsm-ui-l10n-engb, osso-dsm-ui-l10n-plpl +Description: osso-dsm-ui marketing release package + This is a metapackage for osso-dsm-ui to pull all the l10n packages. + Application developers of osso-dsm-ui should depend on + "osso-dsm-ui-l10n-mr0 | osso-dsm-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-sharing-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (no_NO) + Language files for no_NO osso-sharing-ui. + +Package: libssoautologin +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 272 +Maintainer: Lucian Horga +Architecture: armel +Version: 1.0.4-3+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglade2-0 (>= 1:2.3.6), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libhildonfm2 (>= 1:2.28.4+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, libsignon-glib0, libstdc++6 (>= 4.2.1), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), rtcom-accounts-ui, libsignonui-l10n-mr | libsignonui-l10n-mr0 +Conffiles: + /etc/osso-backup/applications/sso-autologin.conf 17d26ffd8906a522f286fd573b531051 +Description: Fremantle SSO-Autologin extension for the MicroB 3.0 browser. + Auto-logs-in Ovi sign-in pages using credentials stored in MC. Detects successful sign-in event and creates new MC accounts. Works for all Ovi services. + +Package: libmaemosec-certman0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 148 +Maintainer: Juhani Mäkelä +Architecture: armel +Source: maemo-security-certman +Version: 0.1.4+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libmaemosec0, libosso1 (>= 2.23), libssl0.9.8 (>= 0.9.8f-5), libstdc++6 (>= 4.2.1), libnss3 | libnss3-0d | libnss3-1d +Conffiles: + /etc/maemosec-certman-cryptoki.conf 01f0e8168a96e64cf13abbad52f6d281 + /etc/osso-backup/applications/maemosec-certman.conf 4e70c67276815bf11a9a0c17ad6e8ccc +Description: Maemo certificate manager shared library + The maemo certificate manager shared library. + +Package: hildon-fm-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (fr_CA) + Language files for fr_CA hildon-fm. + +Package: hildon-control-panel +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 148 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 1:2.2.26-1+0m5 +Replaces: hildon-base, hildon-navigator (<= 0.8.10) +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcodelockui1 (>= 1:1.6.17+0m5), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher, hildon-control-panel-l10n-mr | hildon-control-panel-l10n-mr0, osso-app-killer (>= 1.1), osso-system-lock-l10n-mr | osso-system-lock-l10n-mr0 +Recommends: hildon-theme-alpha, hildon-keyboard, matchbox-window-manager, osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0 +Suggests: hildon-tests +Conflicts: hildon-base +Description: Hildon Control Panel + Control panel to configure the Hildon Desktop + +Package: rtcom-call-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (fr_FR) + Language files for fr_FR rtcom-call-ui. + +Package: osso-browser-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (fr_FR) + Language files for fr_FR osso-browser-ui. + +Package: osso-system-lock-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (da_DK) + Language files for da_DK osso-system-lock. + +Package: osso-powerup-shutdown-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (en_GB) + Language files for en_GB osso-powerup-shutdown. + +Package: osso-applet-certman-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-applet-certman-l10n-mr +Depends: osso-applet-certman-l10n-ruru, osso-applet-certman-l10n-frfr, osso-applet-certman-l10n-frca, osso-applet-certman-l10n-dadk, osso-applet-certman-l10n-itit, osso-applet-certman-l10n-svse, osso-applet-certman-l10n-nono, osso-applet-certman-l10n-fifi, osso-applet-certman-l10n-nlnl, osso-applet-certman-l10n-enus, osso-applet-certman-l10n-dede, osso-applet-certman-l10n-esmx, osso-applet-certman-l10n-eses, osso-applet-certman-l10n-cscz, osso-applet-certman-l10n-ptpt, osso-applet-certman-l10n-engb, osso-applet-certman-l10n-plpl +Description: osso-applet-certman marketing release package + This is a metapackage for osso-applet-certman to pull all the l10n packages. + Application developers of osso-applet-certman should depend on + "osso-applet-certman-l10n-mr0 | osso-applet-certman-l10n-mr" + to ensure correct locales are getting installed. + +Package: modest-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (pl_PL) + Language files for pl_PL modest. + +Package: osso-browser-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (da_DK) + Language files for da_DK osso-browser-ui. + +Package: libsms0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 100 +Maintainer: Jari Urpalainen +Architecture: armel +Source: libsms +Version: 0.6.20+0m5 +Depends: libc6 (>= 2.5.0-1), libisi1 (>= 1.4.0), libsms-utils0, libuuid1 +Description: Short Message Sending library runtime + Library handling for SMS + This package provides the main library runtime files. + +Package: skype-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (nl_NL) + Language files for nl_NL skype-ui. + +Package: telepathy-gabble +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 792 +Maintainer: Dmitry Rozhkov +Architecture: armel +Version: 0.8.8-0maemo1+0m5 +Provides: telepathy-connection-manager +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libloudmouth1-0 (>= 1.4.1), libsoup2.4-1 (>= 2.23.91), libtelepathy-glib0 (>= 0.7.37), libuuid1 +Description: Jabber/XMPP connection manager + Gabble is a Jabber/XMPP connection manager for the Telepathy framework, + currently supporting single user chats, multi user chats and voice/video + calls. Install this package to use Telepathy instant messaging clients + with Jabber/XMPP servers, including Google Talk. +Xs-Debian-Maintainer: Debian Telepathy maintainers + +Package: mtools +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 376 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 3.9.10-0osso4 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Conffiles: + /etc/mtools.conf 8613cfc7bc8a67b49b6d5f3863b40757 +Description: MS-DOS file system tools. + MS-DOS file system tools, such as mlabel for setting the FAT volume label. + +Package: pulseaudio-module-nokia-common +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 152 +Maintainer: Maemo Multimedia +Architecture: armel +Source: pulseaudio-nokia +Version: 0.9.15.0-44+0m5 +Depends: libbmeipc0, libc6 (>= 2.5.0-1) +Description: Common libraries for Nokia PulseAudio modules + Common libraries used by Nokia PulseAudio modules. + +Package: libconnui +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 152 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-common +Version: 2.76.1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libossoproductinfo0 (>= 0.7.3.1+0m5), libpango1.0-0, osso-connectivity-ui-l10n-mr0 | osso-connectivity-ui-l10n-mr +Description: Common connectivity UI library + This package provides a common connectivity UI library. + +Package: osso-connectivity-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 96 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (ru_RU) + Language files for ru_RU osso-connectivity-ui. + +Package: pulseaudio-module-gconf +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 96 +Maintainer: Maemo Multimedia +Architecture: armel +Source: pulseaudio +Version: 0.9.15-1maemo35+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libgdbm3, libglib2.0-0 (>= 2.20.0), libltdl7 (>= 2.2.6a), liboil0.3 (>= 0.3.14), libpulse0, libsndfile1, libspeexdsp1 (>= 1.2~beta3.2-1), pulseaudio +Description: GConf module for PulseAudio sound server + PulseAudio, previously known as Polypaudio, is a sound server for POSIX and + WIN32 systems. It is a drop in replacement for the ESD sound server with + much better latency, mixing/re-sampling quality and overall architecture. + . + This module enables PulseAudio to store additional configuration in GConf. + . + The module is called module-gconf. +Xsbc-Original-Maintainer: Pulseaudio maintenance team + +Package: xserver-xorg-core +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 1964 +Maintainer: Oliver McFadden +Architecture: armel +Source: xorg-server +Version: 2:1.6.99.1-0osso20090208.104+0m5 +Replaces: xserver-xorg (<< 6.8.2-38), xserver-xfree86 (<< 1:7.0.0), xserver-common, xserver-xomap (<< 2:1.6), system-services, hal +Provides: xserver +Depends: x11-common (>= 1:7.0.0), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdrm2 (>= 2.3.1), libfontenc1, libgcc1 (>= 1:4.2.1), libhal1 (>= 0.5.10), libpciaccess0 (>= 0.10.2), libpixman-1-0 (>= 0.13.2), libssl0.9.8 (>= 0.9.8f-5), libxau6, libxdmcp6, libxfont1 (>= 1:1.2.9) +Recommends: xkb-data, xfonts-base +Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-scalable +Conflicts: xserver-xorg (<< 6.8.2-38), xserver-xfree86 (<< 1:7.0.0), xserver-xorg-video, xserver-common, xserver-xorg-video-1.0, xserver-xorg-input, xserver-xorg-video-1.9, xserver-xorg-input-wacom (<< 0.7.8), xserver-xomap (<< 2:1.6) +Conffiles: + /etc/event.replace.d/xomap 49c701066673084bfb0100229377b2e4 + /etc/X11/xorg.conf be2fe0e98a8874c32ae152165a17f4a3 +Description: Xorg X server - core server + The Xorg X server is an X server for several architectures and operating + systems, which is derived from the XFree86 4.x series of X servers. + . + The Xorg server supports most modern graphics hardware from most vendors, + and supersedes all XFree86 X servers. + . + The Xorg server either needs fonts installed on the local host, or needs to + know of a remote hosts that provides font services (with xfs, for instance). + The former means that fonts packages are mandatory. The latter means that + font packages may be gratuitous. To err on the side of caution, install at + least the xfonts-base, xfonts-100dpi or xfonts-75dpi, and xfonts-scalable + packages. + . + More information about X.Org can be found at: + + + + . + This package is built from the X.org xserver module. + +Package: osso-pdf-viewer-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-pdf-viewer-l10n-mr +Depends: osso-pdf-viewer-l10n-ruru, osso-pdf-viewer-l10n-frfr, osso-pdf-viewer-l10n-frca, osso-pdf-viewer-l10n-dadk, osso-pdf-viewer-l10n-itit, osso-pdf-viewer-l10n-svse, osso-pdf-viewer-l10n-nono, osso-pdf-viewer-l10n-fifi, osso-pdf-viewer-l10n-nlnl, osso-pdf-viewer-l10n-enus, osso-pdf-viewer-l10n-dede, osso-pdf-viewer-l10n-esmx, osso-pdf-viewer-l10n-eses, osso-pdf-viewer-l10n-cscz, osso-pdf-viewer-l10n-ptpt, osso-pdf-viewer-l10n-engb, osso-pdf-viewer-l10n-plpl +Description: osso-pdf-viewer marketing release package + This is a metapackage for osso-pdf-viewer to pull all the l10n packages. + Application developers of osso-pdf-viewer should depend on + "osso-pdf-viewer-l10n-mr0 | osso-pdf-viewer-l10n-mr" + to ensure correct locales are getting installed. + +Package: status-area-applet-activesync-0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 100 +Maintainer: Michael Nosov +Architecture: armel +Source: status-area-applet-activesync +Version: 0.0.2-26+0m5 +Depends: libas-common-utils-0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libstdc++6 (>= 4.2.1), libtime0 +Description: Mail for Exchange status bar applet. + Binary package for Mail for Exchange status bar applet. + +Package: osso-sketch-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (de_DE) + Language files for de_DE osso-sketch. + +Package: maesync-controller +Status: install ok installed +Priority: optional +Section: office +Installed-Size: 108 +Maintainer: Qi Ouyang +Architecture: armel +Version: 0.30-0osso1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libosso1 (>= 2.26), libstdc++6 (>= 4.2.1) +Conffiles: + /etc/X11/Xsession.post/66maesync-controller a0097f8de1e9a7a039a79f9478fde10e +Description: Maesync controller + Sync Controller engine for Maesync application + +Package: libgupnp-igd-1.0-2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 88 +Maintainer: Olivier Crête +Architecture: armel +Source: gupnp-igd +Version: 0.1.3-0maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgssdp-1.0-1 (>= 0.6.4), libgupnp-1.0-2 (>= 0.12.8), libsoup2.4-1 (>= 2.23.91), libxml2 +Description: Internet Gateway Device utility library for GUPnP + A library to implement a simple interface to opening ports on a UPnP IGD enabled + router or gateway using GUPnP. + +Package: libsim0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 156 +Maintainer: Ari Pulkkinen +Architecture: armel +Source: libsim +Version: 0.4.15+0m5 +Replaces: libsim (<< 0.4.15+0m5) +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libffi5, libisi1 (>= 1.4.0), libtelcommon0, csd-base (>= 0.3.3), libtelcommon0 (>= 0.3.3) +Conflicts: libicd-network-gprs (<= 0.32), telepathy-ring (<= 0.7.52-1) +Conffiles: + /etc/dbus-1/system.d/libsim.conf 306b5591b07c0fd8a30138042c267f0a + /etc/default/csd-sim a662e48867d35262af25d4a4304c7b86 +Description: SIM Service API runtime + This package contains runtime files. + +Package: osso-system-lock-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (ru_RU) + Language files for ru_RU osso-system-lock. + +Package: skype-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (de_DE) + Language files for de_DE skype-ui. + +Package: osso-cities-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (fr_CA) + Language files for fr_CA osso-cities. + +Package: rtcom-call-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (fi_FI) + Language files for fi_FI rtcom-call-ui. + +Package: ke-recv-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (da_DK) + Language files for da_DK ke-recv. + +Package: sms-manager +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: Jukka Saunamaki +Architecture: armel +Version: 0.9.5-1.m5 +Depends: dbus, csd-sms, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.14.6-1osso1), libsms-utils0 +Conffiles: + /etc/event.replace.d/sms-manager 32f4be5b5734d1333c18c50982b03282 +Description: SMS message dispatcher + Dispatches incoming SMS messages to registered handers + +Package: rtcom-messaging-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: rtcom-messaging-ui-l10n-mr +Depends: rtcom-messaging-ui-l10n-ruru, rtcom-messaging-ui-l10n-frfr, rtcom-messaging-ui-l10n-frca, rtcom-messaging-ui-l10n-dadk, rtcom-messaging-ui-l10n-itit, rtcom-messaging-ui-l10n-svse, rtcom-messaging-ui-l10n-nono, rtcom-messaging-ui-l10n-fifi, rtcom-messaging-ui-l10n-nlnl, rtcom-messaging-ui-l10n-enus, rtcom-messaging-ui-l10n-dede, rtcom-messaging-ui-l10n-esmx, rtcom-messaging-ui-l10n-eses, rtcom-messaging-ui-l10n-cscz, rtcom-messaging-ui-l10n-ptpt, rtcom-messaging-ui-l10n-engb, rtcom-messaging-ui-l10n-plpl +Description: rtcom-messaging-ui marketing release package + This is a metapackage for rtcom-messaging-ui to pull all the l10n packages. + Application developers of rtcom-messaging-ui should depend on + "rtcom-messaging-ui-l10n-mr0 | rtcom-messaging-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: libsignonui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (da_DK) + Language files for da_DK libsignonui. + +Package: netbase +Status: install ok installed +Priority: important +Section: admin +Installed-Size: 220 +Maintainer: Yauheni Kaliuta +Architecture: all +Version: 1:4.24.osso9 +Depends: ifupdown, debconf (>= 0.2.0) | debconf-2.0, lsb-base (>= 3.0-6) +Conflicts: xinetd (<= 2.2.1-8), netstd (<< 3.00), nfs-common (<< 1:0.3.2-1), nfs-user-server (<< 2.2beta47-9), nis (<= 3.6-2), rstatd (<= 3.03-3), rwalld (<= 0.16-1), rusersd (<= 0.17-1), ugidd (<< 2.2beta47-9) +Conffiles: + /etc/services a8a57d8fde3cb94d8d31e043d3390ffd + /etc/rpc f0b6f6352bf886623adc04183120f83b + /etc/init.d/networking c3c5d2b37b566f3831f883466af8f530 + /etc/protocols bda8a6bc2d75d76473eed7993355311e +Description: Basic TCP/IP networking system + This package provides the necessary infrastructure for basic TCP/IP based + networking. + +Package: hildon-fm-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (ru_RU) + Language files for ru_RU hildon-fm. + +Package: libdrm2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 320 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libdrm +Version: 2.3.1-3 +Depends: libc6 (>= 2.5.0-1) +Description: Userspace interface to kernel DRM services -- runtime + This library implements the userspace interface to the kernel DRM + services. DRM stands for "Direct Rendering Manager", which is the + kernelspace portion of the "Direct Rendering Infrastructure" (DRI). + The DRI is currently used on Linux to provide hardware-accelerated + OpenGL drivers. + . + This package provides the runtime environment for libdrm. + +Package: mediaplayer-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (es_ES) + Language files for es_ES mediaplayer. + +Package: osso-suw-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (ru_RU) + Language files for ru_RU osso-suw. + +Package: rtcom-call-ui +Status: install ok installed +Priority: required +Section: comm +Installed-Size: 212 +Maintainer: Lassi Syrjala +Architecture: armel +Version: 1.20091117.3+0m5 +Replaces: osso-voip-ui +Provides: osso-voip-ui +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.9), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), librtcom-accounts-ui-client0, librtcom-call-ui0, librtcom-eventlogger-plugins0, librtcom-eventlogger-ui0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libx11-6, libxml2 (>= 2.6.32), libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher, desktop-file-utils, librtcom-call-ui0, librtcom-accounts-ui-client0 +Conflicts: osso-voip-ui +Conffiles: + /etc/systemui/callui.xml f9509582858fba7c69b4acdb6f1bbee5 +Description: RTCom Call UI + RTCom Call UI is a voice and video call client for the + Telepathy framework. + . + The Maemo voice and video call client + +Package: libtotem-plparser12 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 160 +Maintainer: Debian GNOME Maintainers +Architecture: armel +Source: totem-pl-parser +Version: 2.27.2-1maemo1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libxml2 +Description: Totem Playlist Parser library - runtime version + A library to parse playlists. + . + This package contains the shared library. + +Package: posix-locales +Status: install ok installed +Priority: standard +Section: base +Installed-Size: 29448 +Maintainer: Karoliina Salminen +Architecture: all +Version: 2.7.1-1maemo4+0m5 +Depends: libc6 (>> 2.5.0) +Description: POSIX locales for Fremantle marketing areas + Package provides locales for the languages supported on Fremantle. + +Package: osso-rss-feed-reader-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (fr_FR) + Language files for fr_FR osso-rss-feed-reader. + +Package: libpulse-mainloop-glib0 +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 96 +Maintainer: Maemo Multimedia +Architecture: armel +Source: pulseaudio +Version: 0.9.15-1maemo35+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgcc1 (>= 1:4.2.1), libgdbm3, libglib2.0-0 (>= 2.20.0), libpulse0, libpulse0 (>= 0.9.15~test5) +Description: PulseAudio client libraries (glib support) + PulseAudio, previously known as Polypaudio, is a sound server for POSIX and + WIN32 systems. It is a drop in replacement for the ESD sound server with + much better latency, mixing/re-sampling quality and overall architecture. + . + Client libraries used by applications that access a PulseAudio sound server + via PulseAudio's native interface. + . + This package adds support for glib2 client applications. +Xsbc-Original-Maintainer: Pulseaudio maintenance team + +Package: maesync-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (sv_SE) + Language files for sv_SE maesync. + +Package: librtcom-accounts-ui-client0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 96 +Maintainer: Salvatore Iovene +Architecture: armel +Source: rtcom-accounts-ui +Version: 4.97.7-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libpango1.0-0, libtelepathy-glib0 (>= 0.7.37) +Description: Client library to control AccountsUI + A library that wraps the D-Bus API of rtcom-accounts-ui and allows opening its + dialogs as if they were running inside the client process. + +Package: osso-cities-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (cs_CZ) + Language files for cs_CZ osso-cities. + +Package: osso-pdf-viewer +Status: install ok installed +Priority: optional +Section: non-free/misc +Installed-Size: 1112 +Maintainer: Amish Maske +Architecture: armel +Version: 1.6.40-1+0m5 +Depends: osso-pdf-viewer-l10n-mr0 | osso-pdf-viewer-l10n-mr, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcomapp0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28+0m5), libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.2.1), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher +Description: OSSO PDF Viewer + PDF Viewer application. + +Package: tablet-browser-controls +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 184 +Maintainer: Sudarsana Nagineni +Architecture: armel +Version: 1.5.6-2.14+0m5 +Depends: browser-neteal (>= 0.7.3.5), libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, tablet-browser-view (>= 2.0.8) +Description: Tablet browser engine control libs + +Package: apt-transport-https +Status: install ok installed +Priority: optional +Section: admin +Installed-Size: 52 +Maintainer: APT Development Team +Architecture: armel +Source: apt +Version: 0.7.20.2maemo13+0m5 +Depends: libapt-pkg-libc6.5-6-4.6, libc6 (>= 2.5.0-1), libcurl3 (>= 7.16.2-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) +Description: APT https transport + This package contains a APT https transport. It makes it possible to + use 'deb https://foo distro main' lines in the sources.list. + +Package: libelfg0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 176 +Maintainer: Alex Pennace +Architecture: armel +Source: libelf +Version: 0.8.10-2maemo2+0m5 +Depends: libc6 (>= 2.5.0-1) +Conflicts: libelf, libelf0 (<= 0.6.4-5) +Description: an ELF object file access library + The elf library provides routines to access, and manipulate, Elf object + files. It is still not complete, but is required for a number of programs, + such as Eli (a state of the art compiler generation system), and Elk (the + Extension Language Kit - an implementation of the Scheme programming + language.) + . + This shared library may be needed by pre-packaged programs. To compile + programs with this library, you will need to install the libelfg0-dev + package as well. + +Package: policy-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (pt_PT) + Language files for pt_PT policy. + +Package: modest-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: modest-l10n-mr +Depends: modest-l10n-ruru, modest-l10n-frfr, modest-l10n-frca, modest-l10n-dadk, modest-l10n-itit, modest-l10n-svse, modest-l10n-nono, modest-l10n-fifi, modest-l10n-nlnl, modest-l10n-enus, modest-l10n-dede, modest-l10n-esmx, modest-l10n-eses, modest-l10n-cscz, modest-l10n-ptpt, modest-l10n-engb, modest-l10n-plpl +Description: modest marketing release package + This is a metapackage for modest to pull all the l10n packages. + Application developers of modest should depend on + "modest-l10n-mr0 | modest-l10n-mr" + to ensure correct locales are getting installed. + +Package: mafw-playlist-daemon +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 144 +Maintainer: Juha Kellokoski +Architecture: armel +Source: mafw-shared +Version: 0.1.2009.42-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libmafw-shared0 (>= 0.1.2009.42), libmafw0 (>= 0.1.2009.42), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libtotem-plparser12 (>= 2.27.2), libx11-6, libxrender1, zlib1g (>= 1:1.2.1) +Conffiles: + /etc/osso-backup/applications/mafw-playlists.conf 03fe4ef2dde23daf8d66bf167455d67b + /etc/osso-backup/pre-backup.d/mafw-playlists.prebackup.sh 2291e3d061d1d8095525f659ce2602c1 + /etc/osso-backup/restore.d/always/mafw-playlists.restore.sh 53ac0f94424adbd27d745d3cef48a0c4 + /etc/osso-cud-scripts/mafw-playlists-cud.sh 8f0b829a6e8f3592c6dee2beebf2a23c +Description: MAFW Playlist daemon + MAFW Playlist daemon makes the possibility to share + playlists through applications + +Package: osso-dsm-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (pl_PL) + Language files for pl_PL osso-dsm-ui. + +Package: sharing-dialog +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 108 +Maintainer: Alexander Bokovoy +Architecture: armel +Version: 1.1.48.1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libcumulus0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libmodest-dbus-client, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libsharing0, libxml2 (>= 2.6.32), sharing-account-manager, sharing-manager, osso-sharing-ui-l10n-mr | osso-sharing-ui-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0 +Description: Sharing dialog library + +Package: osso-applet-accounts-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (fr_CA) + Language files for fr_CA osso-applet-accounts. + +Package: osso-system-lock-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-system-lock-l10n-mr +Depends: osso-system-lock-l10n-ruru, osso-system-lock-l10n-frfr, osso-system-lock-l10n-frca, osso-system-lock-l10n-dadk, osso-system-lock-l10n-itit, osso-system-lock-l10n-svse, osso-system-lock-l10n-nono, osso-system-lock-l10n-fifi, osso-system-lock-l10n-nlnl, osso-system-lock-l10n-enus, osso-system-lock-l10n-dede, osso-system-lock-l10n-esmx, osso-system-lock-l10n-eses, osso-system-lock-l10n-cscz, osso-system-lock-l10n-ptpt, osso-system-lock-l10n-engb, osso-system-lock-l10n-plpl +Description: osso-system-lock marketing release package + This is a metapackage for osso-system-lock to pull all the l10n packages. + Application developers of osso-system-lock should depend on + "osso-system-lock-l10n-mr0 | osso-system-lock-l10n-mr" + to ensure correct locales are getting installed. + +Package: ke-recv-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (nl_NL) + Language files for nl_NL ke-recv. + +Package: osso-pdf-viewer-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (no_NO) + Language files for no_NO osso-pdf-viewer. + +Package: hildon-input-method-framework +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 108 +Maintainer: Richard Sun +Architecture: armel +Version: 1:2.1.41-1+0m5 +Replaces: libhildon-input-method-framework-sdk2 (<< 3.0.0-1), libhildon-input-method-framework2 (<< 3.0.0-1) +Depends: libc6 (>= 2.5.0-1), libcairo2, libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libpango1.0-0 +Conflicts: libhildon-input-method-framework-sdk2 (<< 3.0.0-1), libhildon-input-method-framework2 (<< 3.0.0-1) +Description: Framework for Hildon Input Method + This package contains the communication protocol, + HildonIMContext, the GTK input method module. + +Package: browser-eal +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Oleg Romashin +Architecture: armel +Version: 0.5.1-5.3+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0) +Description: Web Engine Abstraction Layer. + +Package: osso-profiles-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (fi_FI) + Language files for fi_FI osso-profiles. + +Package: osso-connectivity-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-connectivity-ui-l10n-mr +Depends: osso-connectivity-ui-l10n-ruru, osso-connectivity-ui-l10n-frfr, osso-connectivity-ui-l10n-frca, osso-connectivity-ui-l10n-dadk, osso-connectivity-ui-l10n-itit, osso-connectivity-ui-l10n-svse, osso-connectivity-ui-l10n-nono, osso-connectivity-ui-l10n-fifi, osso-connectivity-ui-l10n-nlnl, osso-connectivity-ui-l10n-enus, osso-connectivity-ui-l10n-dede, osso-connectivity-ui-l10n-esmx, osso-connectivity-ui-l10n-eses, osso-connectivity-ui-l10n-cscz, osso-connectivity-ui-l10n-ptpt, osso-connectivity-ui-l10n-engb, osso-connectivity-ui-l10n-plpl +Description: osso-connectivity-ui marketing release package + This is a metapackage for osso-connectivity-ui to pull all the l10n packages. + Application developers of osso-connectivity-ui should depend on + "osso-connectivity-ui-l10n-mr0 | osso-connectivity-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: maemo-af-desktop-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (nl_NL) + Language files for nl_NL maemo-af-desktop. + +Package: osso-sounds-ui +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 1936 +Maintainer: Alexander Kanevskiy +Architecture: all +Source: osso-sounds +Version: 5.6+0m5 +Description: OSSO sound files for widgets + +Package: calendar-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (es_ES) + Language files for es_ES calendar. + +Package: osso-addressbook-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (en_US) + Language files for en_US osso-addressbook. + +Package: libfontconfig1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 216 +Maintainer: Richard Sun +Architecture: armel +Source: fontconfig +Version: 2.6.0-1osso1+0m5 +Depends: libc6 (>= 2.5.0-1), libexpat1 (>= 1.95.8), libfreetype6 (>= 2.3.9), zlib1g (>= 1:1.2.1) +Description: generic font configuration library (shared library) + Fontconfig is a font configuration and customization library, which + does not depend on the X Window System. It is designed to locate + fonts within the system and select them according to requirements + specified by applications. + +Package: theme-default-settings-mr0 +Status: install ok installed +Priority: optional +Section: base +Installed-Size: 36 +Maintainer: Xun Chen +Architecture: all +Version: 0.1+0m5 +Replaces: theme-default-settings +Provides: theme-default-settings, theme-config +Conflicts: theme-default-settings +Description: To define default customer theme + +Package: osso-suw-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (nl_NL) + Language files for nl_NL osso-suw. + +Package: gstreamer0.10-gnomevfs +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 124 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gst-plugins-base0.10 +Version: 0.10.25-0maemo7+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libosso-gnomevfs2-0, libxml2 (>= 2.6.32) +Recommends: libgnomevfs2-extra +Description: GStreamer plugin for GnomeVFS + GStreamer is a streaming media framework, based on graphs of filters + which operate on media data. Applications using this library can do + anything from real-time sound processing to playing videos, and just + about anything else media-related. Its plugin-based architecture means + that new data types or processing capabilities can be added simply by + installing new plug-ins. + . + This package contains the GStreamer plugin to read from and write to + GnomeVFS URIs. GnomeVFS is the GNOME virtual file-system. + +Package: libgtkmozembed +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 180 +Maintainer: Oleg Romashin +Architecture: armel +Version: 1.7.7.4-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libpango1.0-0, libstdc++6 (>= 4.2.1), softpkcs11 | libnss3, microb-engine (>= 1.0.3-12) +Description: Mozilla Web Engine. + +Package: osso-systemui-devlock +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: Chandra Vanipenta +Architecture: armel +Version: 0.2.1.0+0m5 +Depends: osso-system-lock-l10n-mr0 | osso-system-lock-l10n-mr, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcodelockui1 (>= 1:1.6.16+0m5), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.23), libpango1.0-0, mce (>= 0.6), osso-systemui (>= 0.2.0.8) +Description: Devicelock + This package contains the devicelock. + +Package: libglade2-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 200 +Maintainer: Christian Dywan +Architecture: armel +Source: libglade2 +Version: 1:2.6.3-1maemo1 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libglib2.0-0 (>= 2.14.6-1osso1), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0 (>= 1.20.1), libxml2 +Recommends: python2.3 +Description: Library to load .glade files at runtime + This library allows you to load user interfaces in your program, which are + stored externally. This allows alteration of the interface without + recompilation of the program. + . + The interfaces can also be edited with GLADE. + +Package: libxext6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 128 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxext +Version: 2:1.0.99.1-0maemo20081209.0 +Depends: libc6 (>= 2.5.0-1), libx11-6, libxau6 +Description: X11 miscellaneous extension library + libXext provides an X Window System client interface to several extensions to + the X protocol. + . + The supported protocol extensions are: + - DOUBLE-BUFFER (DBE), the Double Buffer extension; + - DPMS, the VESA Display Power Management System extension; + - Extended-Visual-Information (EVI), an extension for gathering extra + information about the X server's visuals; + - LBX, the Low Bandwidth X extension; + - MIT-SHM, the MIT X client/server shared memory extension; + - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; + - Multi-Buffering, the multi-buffering and stereo display extension; + - SECURITY, the X security extension; + - SHAPE, the non-rectangular shaped window extension; + - SYNC, the X synchronization extension; + - TOG-CUP, the Open Group's Colormap Utilization extension; + - XC-APPGROUP, the X Consortium's Application Group extension; + - XC-MISC, the X Consortium's resource ID querying extension; + - XTEST, the X test extension (this is one of two client-side + implementations; the other is in the libXtst library, provided by the + libxtst6 package); + . + libXext also provides a small set of utility functions to aid authors of + client APIs for X protocol extensions. + . + More information about X.Org can be found at: + + + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXext + +Package: libgconf2-6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 340 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Source: gconf2 +Version: 2.16.0-2osso6+0m5 +Replaces: libgconf2-2 (= 1.1.7-1), libgconf2-4 (<< 1.1.10-2) +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libxml2, gconf2 (>= 2.16.0-2osso6+0m5) +Conflicts: libgconf2-2 (= 1.1.7-1), libgconf2-4 (<< 1.1.10-2) +Description: GNOME configuration database system libraries (for GNOME2) + GConf is a configuration database system, functionally similar to the + Windows registry but lots better. :-) It's being written for the GNOME + desktop but does not require GNOME. + . + This package contains shared libraries for GNOME2 + +Package: ke-recv-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: ke-recv-l10n-mr +Depends: ke-recv-l10n-ruru, ke-recv-l10n-frfr, ke-recv-l10n-frca, ke-recv-l10n-dadk, ke-recv-l10n-itit, ke-recv-l10n-svse, ke-recv-l10n-nono, ke-recv-l10n-fifi, ke-recv-l10n-nlnl, ke-recv-l10n-enus, ke-recv-l10n-dede, ke-recv-l10n-esmx, ke-recv-l10n-eses, ke-recv-l10n-cscz, ke-recv-l10n-ptpt, ke-recv-l10n-engb, ke-recv-l10n-plpl +Description: ke-recv marketing release package + This is a metapackage for ke-recv to pull all the l10n packages. + Application developers of ke-recv should depend on + "ke-recv-l10n-mr0 | ke-recv-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-notes-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (de_DE) + Language files for de_DE osso-notes. + +Package: calendar-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (sv_SE) + Language files for sv_SE calendar. + +Package: osso-applet-memory-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (fr_CA) + Language files for fr_CA osso-applet-memory. + +Package: osso-backup-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (es_MX) + Language files for es_MX osso-backup. + +Package: gstreamer0.10-dsp +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 108 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gst-dsp +Version: 0.6.0-0maemo4+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libxml2 (>= 2.6.32) +Description: GStreamer plug-in for TI's OMAP DSP. + +Package: policy-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: policy-l10n-mr +Depends: policy-l10n-ruru, policy-l10n-frfr, policy-l10n-frca, policy-l10n-dadk, policy-l10n-itit, policy-l10n-svse, policy-l10n-nono, policy-l10n-fifi, policy-l10n-nlnl, policy-l10n-enus, policy-l10n-dede, policy-l10n-esmx, policy-l10n-eses, policy-l10n-cscz, policy-l10n-ptpt, policy-l10n-engb, policy-l10n-plpl +Description: policy marketing release package + This is a metapackage for policy to pull all the l10n packages. + Application developers of policy should depend on + "policy-l10n-mr0 | policy-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-location-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (es_MX) + Language files for es_MX osso-location-ui. + +Package: gvfs-backends +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 380 +Maintainer: Marius Vollmer +Architecture: armel +Source: gvfs +Version: 1.0.3-3maemo3.2+0m5 +Depends: libbluetooth3 (>= 4.56), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libexpat1 (>= 1.95.8), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgvfscommon0 (>= 0.99.6), libsoup2.4-1 (>= 2.23.91), libxml2 (>= 2.6.32), gvfs (= 1.0.3-3maemo3.2+0m5) +Recommends: obex-data-server +Description: userspace virtual filesystem - backends + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via D-Bus. It also contains a gio module + that seamlessly adds gvfs support to all applications using the gio + API. It also supports exposing the gvfs mounts to non-gio applications + using fuse. + . + This package contains the archive, cdda, dav, dnssd, ftp, gphoto2, + http, network, obexftp, sftp, smb and smb-browse backends. + +Package: hildon-application-manager-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (fr_FR) + Language files for fr_FR hildon-application-manager. + +Package: osso-applet-certman-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (cs_CZ) + Language files for cs_CZ osso-applet-certman. + +Package: libpoppler0c2-glib +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 120 +Maintainer: maemo integration +Architecture: armel +Source: poppler +Version: 0.4.5-5.1etch2maemo3+0m5 +Replaces: libpoppler0-glib +Depends: libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libpoppler0c2 (>= 0.4.2), libstdc++6 (>= 4.2.1), libpoppler0c2 (= 0.4.5-5.1etch2maemo3+0m5) +Conflicts: libpoppler0-glib +Description: PDF rendering library (GLib-based shared library) + Poppler is a PDF rendering library based on xpdf PDF viewer. + . + This package provides the GLib-based shared library for applications + using the GLib interface to Poppler. + +Package: libxrender1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 88 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxrender +Version: 1:0.9.4-2+0m5 +Depends: libc6 (>= 2.5.0-1), libx11-6 +Description: X Rendering Extension client library + The X Rendering Extension (Render) introduces digital image composition as + the foundation of a new rendering model within the X Window System. + Rendering geometric figures is accomplished by client-side tesselation into + either triangles or trapezoids. Text is drawn by loading glyphs into the + server and rendering sets of them. The Xrender library exposes this + extension to X clients. + . + More information about X.Org can be found at: + + + +Package: libtinymail-camel-1.0-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1508 +Maintainer: Oystein Gisnas +Architecture: armel +Source: tinymail +Version: 1.0.0-svn4048+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libtinymail-1.0-0, zlib1g (>= 1:1.2.1) +Description: memory-effective framework for accessing e-mail - Camel library + Tinymail is a development framework for accessing E-mail services using + devices with few memory resources. + . + It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange + and NNTP. It can be used to send messages over SMTP and by using sendmail. + . + This package contains the camel-lite library, a modified version of + Evolution's Camel library. The modifications make it less memory-hungry. + +Package: osso-tv-out-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (no_NO) + Language files for no_NO osso-tv-out. + +Package: libqt4-svg +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 548 +Maintainer: Shane Bradley +Architecture: armel +Source: qt4-x11 +Version: 4.5.3~git20090723-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libqt4-core (= 4.5.3~git20090723-0maemo6+0m5), libqt4-gui (= 4.5.3~git20090723-0maemo6+0m5), libstdc++6 (>= 4.2.1) +Description: Qt 4 SVG module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The QtSvg module provides classes for displaying the contents of SVG files. + . + Scalable Vector Graphics (SVG) is a language for describing two-dimensional + graphics and graphical applications in XML. + +Package: skype-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (es_MX) + Language files for es_MX skype-ui. + +Package: osso-calculator-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (fi_FI) + Language files for fi_FI osso-calculator-ui. + +Package: gstreamer0.10-plugins-camera +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 128 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 0.77-2+0m5 +Replaces: libgstreamer-plugins-camera0.10-0 (<< 0.50) +Depends: gstreamer0.10-plugins-bad, libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libxml2 (>= 2.6.32), gstreamer0.10-plugins-good (>= 0.10.9-0maemo9) +Conflicts: libgstreamer-plugins-camera0.10-0 (<< 0.50) +Description: GStreamer plugins for camera application + A set of plugins to be used in a camera application. + +Package: tablet-browser-widgets +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Sudarsana Nagineni +Architecture: armel +Version: 1.1.4-1.2+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libpango1.0-0 +Description: Tablet browser widgets libs + +Package: osso-backup-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (da_DK) + Language files for da_DK osso-backup. + +Package: dbus +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 580 +Maintainer: Janne Karhunen +Architecture: armel +Version: 1.2.14-0maemo1+0m5 +Replaces: libdbus0, dbus-1, dbus-1-utils (<< 1.0.2-5), system-services +Provides: dbus-1-utils +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.1), libexpat1 (>= 1.95.8), passwd, lsb-base (>= 3.2-14) +Recommends: dbus-x11 +Conflicts: libdbus0, dbus-1, dbus-1-utils (<< 1.0.2-5), libdbus-1-1 +Conffiles: + /etc/init.d/dbus 056631b682f0abcbc742f2e1645fcf3e + /etc/default/dbus 0d0f25a2f993509c857eb262f6e22015 + /etc/event.d/dbus-actdead 131816cf17123260445222255026ecc2 + /etc/event.d/dbus 4cc29be1c2e608faef058883a42dd259 + /etc/dbus-1/session.conf 44c904b3a386c20a45ea8779c9f8ac9a + /etc/dbus-1/system.conf e17d284ea9469cd598a0e3745c315aca +Description: simple interprocess messaging system + D-Bus is a message bus, used for sending messages between applications. + Conceptually, it fits somewhere in between raw sockets and CORBA in + terms of complexity. + . + D-Bus supports broadcast messages, asynchronous messages (thus + decreasing latency), authentication, and more. It is designed to be + low-overhead; messages are sent using a binary protocol, not using + XML. D-Bus also supports a method call mapping for its messages, but + it is not required; this makes using the system quite simple. + . + It comes with several bindings, including GLib, Python, Qt and Java. + . + This package contains the D-Bus daemon and related utilities. + . + The client-side library can be found in the libdbus-1-3 package, as it is no + longer contained in this package. + +Package: osso-uri-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (fr_FR) + Language files for fr_FR osso-uri. + +Package: osso-backup-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (en_GB) + Language files for en_GB osso-backup. + +Package: xserver-xorg-video-fbdev +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 152 +Maintainer: Debian X Strike Force +Architecture: armel +Version: 1:0.4.0-177+0m5 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-fbdev +Depends: libc6 (>= 2.5.0-1), libdrm2 (>= 2.3.1) +Conflicts: xserver-xorg-driver-fbdev +Description: X.Org X server -- fbdev display driver + This package provides the driver for the Linux framebuffer device (aka + 'fbdev'). + . + More information about X.Org can be found at: + + + + . + This package is built from the X.org xf86-video-fbdev driver module. + +Package: libxfont1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 352 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxfont +Version: 1:1.3.2-1maemo2+0m5 +Depends: libc6 (>= 2.5.0-1), libfontenc1, zlib1g (>= 1:1.2.1), x11-common +Description: X11 font rasterisation library + libXfont provides various services for X servers, most notably font + selection and rasterisation (through external libraries). + . + More information about X.Org can be found at: + + + +Package: osso-addressbook-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (cs_CZ) + Language files for cs_CZ osso-addressbook. + +Package: location-proxy +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 124 +Maintainer: Quanyi Sun +Architecture: armel +Version: 0.98-1+0m5 +Depends: libc6 (>= 2.5.0-1), libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), liblas1, libmaemosec-certman0, libmaemosec0, libssl0.9.8 (>= 0.9.8f-5) +Conffiles: + /etc/event.replace.d/location-proxy 31e4cd42e04e5172f59a5ad39c295c6e + /etc/init.d/location-proxy df0135b263e2b10c3dd915bb3286800a +Description: Location proxy + Daemon for SUPL and network initiated positioning etc. + +Package: libhal-storage1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 156 +Maintainer: Janne Karhunen +Architecture: armel +Source: hal +Version: 0.5.12~git20090219-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgcc1 (>= 1:4.2.1), libhal1 (>= 0.5) +Description: Hardware Abstraction Layer - shared library for storage devices + HAL provides an abstract view on hardware. + . + This abstraction layer is simply an interface that makes it possible to + add support for new devices and new ways of connecting devices to the + computer, without modifying every application that uses the device. + It maintains a list of devices that currently exist, and can provide + information about those upon request. + . + This library provides an interface for handling storage devices. +Xs-Original-Maintainer: Sjoerd Simons + +Package: hildon-common-strings-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (nl_NL) + Language files for nl_NL hildon-common-strings. + +Package: osso-browser-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (en_US) + Language files for en_US osso-browser-ui. + +Package: libcsnet0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 156 +Maintainer: Risto Mäkiniemi +Architecture: armel +Source: libcsnet +Version: 0.4.14+0m5 +Replaces: libcsnet (<< 0.4.14+0m5) +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libffi5, libisi1 (>= 1.4.0), libtelcommon0, csd-base (>= 0.3.3), libtelcommon0 (>= 0.3.3) +Conffiles: + /etc/default/csd-net 7e345d09f69556ca6c48b2b2f366f1b0 + /etc/dbus-1/system.d/libcsnet.conf 9b83b51f7ad09eae57fd2032c7be302b +Description: NET Service API runtime + This package contains runtime files. + +Package: osso-rss-feed-reader-applet +Status: install ok installed +Priority: optional +Section: web +Installed-Size: 120 +Maintainer: Amish maske +Architecture: armel +Version: 1.6.46-3+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libxml2 (>= 2.6.32), osso-rss-feed-reader-lib, osso-rss-feed-reader-l10n-mr | osso-rss-feed-reader-l10n-mr0, libhildondesktop1, ke-recv-l10n-mr | ke-recv-l10n-mr0, hildon-common-strings-l10n-mr | hildon-common-strings-l10n-mr0, libiphb0 +Description: OSSO RSS Reader applet + The applet of RSS feed reader + +Package: ezitext-portuguese-pt +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 96 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Portuguese (Portugal) language support for the eZiText (TM). +Confidential: yes + +Package: libgstreamer-plugins-base0.10-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 676 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gst-plugins-base0.10 +Version: 0.10.25-0maemo7+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libxml2 (>= 2.6.32) +Suggests: libvisual-0.4-plugins, gnome-app-install +Description: GStreamer libraries from the "base" set + GStreamer is a streaming media framework, based on graphs of filters + which operate on media data. Applications using this library can do + anything from real-time sound processing to playing videos, and just + about anything else media-related. Its plugin-based architecture means + that new data types or processing capabilities can be added simply by + installing new plug-ins. + . + This package contains libraries from the "base" set, an essential + exemplary set of elements. + +Package: maesync-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (pl_PL) + Language files for pl_PL maesync. + +Package: osso-backup-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (sv_SE) + Language files for sv_SE osso-backup. + +Package: libgtk2.0-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 5508 +Maintainer: Claudio Saavedra +Architecture: armel +Source: gtk+2.0 +Version: 2:2.14.7-1maemo21+0m5 +Replaces: libgtk2.0-0png3 +Depends: libgtk2.0-common (>= 2:2.14.7-1maemo21+0m5), libgtk2.0-bin (>= 2:2.14.7-1maemo21+0m5), gtk20-l10n, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libjpeg62, libpango1.0-0, libpng12-0 (>= 1.2.13-4), libtiff4, libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxrandr2 (>= 2:1.2.0), libxrender1, libxtst6 +Conflicts: libgtk2.0-0png3, eog2 (<< 1.0.1-4), gnome-panel2 (<< 2.0.4-1), celestia (<< 1.2.4-4), gimp1.3 (<< 1.3.7-1.1), metatheme (<< 0.9.7-3), libgnomeui-0 (<< 2.0.6-2), gtk2.0-examples (<< 2.2.0), libgdkxft0, gtk2-engines-wonderland (<= 1.0-2), gtk2-engines-cleanice (<= 1.2.8-1), gtk2-engines-thinice (<< 2.6), gtk2-engines-crux (<< 2.6), gtk2-engines-mist (<< 2.6), gtk2-engines-highcontrast (<< 2.6), gtk2-engines-lighthouseblue (<< 2.6), gnome-themes (<< 2.6), gtk2-engines-industrial (<< 0.2.32-5), gtk2-engines-pixbuf (<< 2.2.0-2.1), gtk2-engines-redmond95 (<< 2.2.0-2.1), gtk2-engines-metal (<< 2.2.0-2.1), gtk2-engines-magicchicken (<= 1.1.1-4), gtk2-engines-qtpixmap (<= 0.28-1), gtk2-engines-smooth (<< 0.5.6-3), gtk2-engines-xfce (<= 2.1.8-1), tamil-gtk2im (<= 2.2-4), imhangul (<< 0.9.9-3), librsvg2-common (<< 2.6.3-1) +Description: The GTK+ graphical user interface library + The GTK+ is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, the GTK+ is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package contains the shared libraries. + +Package: osso-notes-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (es_ES) + Language files for es_ES osso-notes. + +Package: maesync-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (es_MX) + Language files for es_MX maesync. + +Package: osso-location-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (en_US) + Language files for en_US osso-location-ui. + +Package: osso-system-lock-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (fr_FR) + Language files for fr_FR osso-system-lock. + +Package: liboil0.3 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 444 +Maintainer: Marc-Andre Lureau +Architecture: armel +Source: liboil +Version: 0.3.15-1maemo7 +Depends: libc6 (>= 2.5.0-1) +Description: Library of Optimized Inner Loops + Liboil is a collection of functions that often benefit from having + special implementations on various architectures or CPUs. Each function + in liboil has several implementations which may perform faster or + slower on a given CPU. Some implementations use alternate algorithms, + some use hand-crafted assembly, and some use special instructions that + are only available on certain CPUs, such as MMX, SSE, or Altivec. + The fastest implementation is automatically chosen at runtime. + . + This package contains the liboil shared libraries. It is typically + installed automatically when an application or library requires it. +Xsbc-Original-Maintainer: Maintainers of GStreamer packages + +Package: osso-applet-device-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (pl_PL) + Language files for pl_PL osso-applet-device. + +Package: osso-system-lock-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (es_ES) + Language files for es_ES osso-system-lock. + +Package: xserver-xorg-input-evdev +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 116 +Maintainer: Oliver McFadden +Architecture: armel +Version: 1:2.1.99-1osso20090206.12+0m5 +Replaces: xserver-xorg (<< 6.8.2-35) +Depends: libc6 (>= 2.5.0-1) +Description: X.Org X server -- evdev input driver + This package provides the driver for input devices using evdev, the Linux + kernel's event delivery mechanism. This driver allows for multiple keyboards + and mice to be treated as separate input devices. + . + More information about X.Org can be found at: + + + + . + This package is built from the X.org xf86-input-evdev driver module. + +Package: alarmd +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 260 +Maintainer: Simo Piiroinen +Architecture: armel +Version: 1.1.14+0m5 +Depends: libc6 (>= 2.5.0-1), libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libdsme0.2.0, libglib2.0-0 (>= 2.20.0), libtime0 +Recommends: osso-systemui-alarm +Conflicts: osso-systemui-alarm (<< 0.2.1.5) +Conffiles: + /etc/dbus-1/system.d/alarmd.conf 4dbbb064d6604af7d372191ff400c91e + /etc/osso-rfs-scripts/alarmd.sh 50abcaa9ba9a197f817eab376fb1a22b + /etc/osso-backup/applications/alarmd.conf 5109788e66fcd60ecdc0b50cf61eb47a + /etc/osso-backup/restore.d/always/alarmd_restart.sh f372cd9353fada799de78e8003d2c201 + /etc/X11/Xsession.actdead/03alarmd 18919bc9c29d6952a1f20cb751bf7ea8 + /etc/X11/Xsession.d/03alarmd 18919bc9c29d6952a1f20cb751bf7ea8 + /etc/X11/Xsession.d/50alarmd 5187ac2d01b418c378def9834a65bde0 + /etc/osso-cud-scripts/alarmd.sh 6663db1466ff1ab799f803afb168c5ee + /etc/init.d/alarmd 215f53355d859b38c9f430734202e836 +Description: alarm daemon + Alarm daemon manages queue of alarm events, executes + actions defined in events either automatically or + after user input via system ui dialog service. + +Package: tablet-browser-ui +Status: install ok installed +Priority: optional +Section: web +Installed-Size: 372 +Maintainer: Sudarsana Nagineni +Architecture: armel +Version: 1.7.4.17-2+0m5 +Depends: browser-neteal (>= 0.7.3.5), libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libexpat1 (>= 1.95.8), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libgtkadi1 (>= 0.7.11), libhildon1, libhildondesktop1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonmime0 (>= 2.1.3), libmaemosec-certman-applet0, libmaemosec-certman0, libmaemosec0, libmodest-dbus-client, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libssl0.9.8 (>= 0.9.8f-5), libx11-6, libxrender1, tablet-bookmark-manager (>= 0.0.18), tablet-browser-controls (>= 1.5.6), tablet-browser-dialogs (>= 0.4.0), tablet-browser-view (>= 2.0.8), tablet-browser-widgets (>= 1.1.4), zlib1g (>= 1:1.2.1), maemo-launcher, desktop-file-utils, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, hildon-fm-l10n-mr0 | hildon-fm-l10n-mr, osso-icons-theme, osso-browser-ui-l10n-mr0 | osso-browser-ui-l10n-mr +Conffiles: + /etc/gconf/schemas/browser.schemas ac2f15fee679892ee6338e0c813be67d + /etc/osso-cud-scripts/tablet-browser-ui-cud.sh 583dffb0675adcef2d64fb5bda0510f7 + /etc/osso-rfs-scripts/tablet-browser-ui-rfs.sh 957a2273369abaac47c668f541b2e427 + /etc/osso-backup/restore.d/always/tablet-browser-ui-restore-bookmarks.sh 5bb006d8024b394eff9bec9170037183 + /etc/osso-backup/applications/tablet-browser-ui.conf fce0429acf9500335b661cf1790e799b +Description: Browser for embedded platforms application + This package contains the browser binary. + +Package: libclutter-0.8-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 656 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Source: clutter +Version: 0.8.2-0maemo59+0m5 +Depends: libc6 (>= 2.5.0-1), libcairo2, libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxfixes3 (>= 1:4.0.1), libxi6, libgles2-sgx-img | libgles2 +Description: Open GL based interactive canvas library + Clutter is an Open GL based interactive canvas library, designed for creating + fast, mainly 2D single window applications such as media box UIs, + presentations, kiosk style applications and so on. + +Package: ohm-plugins-misc +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 480 +Maintainer: Krisztian Litkey +Architecture: armel +Version: 0.6.64+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libhal1 (>= 0.5.10), libohm-plugin-core0, libprofile0, libtrace0, libxcb-randr0, libxcb-shm0, libxcb-xv0, libxcb1, ohm, libohm-plugin-core0, osso-mission-control, libdres0 (>= 0.0.7), libprofile0 (>= 0.0.10), policy-settings +Conflicts: policy-settings-rx51 (<< 0.4.6), policy-settings-rx51-text (<< 0.4.6) +Conffiles: + /etc/ohm/plugins.d/dvfs.ini 6277ffbeed43b87a7647270d9e521060 + /etc/ohm/plugins.d/cgroups.ini 9178b1420aea1904d9eb8e32e0eed951 + /etc/ohm/plugins.d/playback.ini ccee699a880fba06697f8ad939eebc40 + /etc/X11/Xsession.post/55ohm-session-agent d7b2ac924e24b436b4e5b0ddd2c4206f +Description: Nokia policy OHM plugins. + Nokia policy plugins for OHM. + . + Nokia policy plugins for OHM. +Git-Id: no + +Package: testserver +Status: install ok installed +Priority: optional +Section: non-free/utils +Installed-Size: 700 +Maintainer: Marko Viitamaki +Architecture: armel +Version: 1.1.194+0m5 +Depends: lsb-base, alsa-utils, softupd, libasound2 (>> 1.0.18), libbmeipc0, libc6 (>= 2.5.0-1), libcal1, libgcc1 (>= 1:4.2.1), libjpeg62, libnips0, libstdc++6 (>= 4.2.1), libsysfs2, libsysinfo0, libwl1251 +Conffiles: + /etc/init.d/testserver b6802dfa6af414c905411e519136d51e + /etc/event.replace.d/testserver db74eb402c818cc1fca8fc9f91c71543 +Description: Test and Service Software Testserver + This test server provides tests for production line and maintenance tests. + It receives PhoNet messages through UART or USB and runs required tests + using kernel drivers and responds to the messages. + +Package: ezitext-polish +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 96 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Polish language support for the eZiText (TM). +Confidential: yes + +Package: libtime0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 64 +Maintainer: Raimo Vuonnala +Architecture: armel +Source: clockd +Version: 0.0.36+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4) +Description: API for clockd service + This package contains C API for using clockd services. + +Package: hildon-control-panel-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (fi_FI) + Language files for fi_FI hildon-control-panel. + +Package: mediaplayer-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (cs_CZ) + Language files for cs_CZ mediaplayer. + +Package: osso-rss-feed-reader-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (de_DE) + Language files for de_DE osso-rss-feed-reader. + +Package: tablet-browser-daemon +Status: install ok installed +Priority: optional +Section: web +Installed-Size: 168 +Maintainer: Andrey Petrov +Architecture: armel +Version: 0.6.1.2-2+0m5 +Depends: browser-eal (>= 0.5.1), libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libgtkmozembed (>= 1.7.7.4), libosso1 (>= 2.26), libpango1.0-0, microb-eal (>= 2.5.11.11) +Conffiles: + /etc/init.d/tablet-browser-daemon.init 395301726defd7ab62dba954c8b2cf19 + /etc/X11/replace/Xsession.post/tablet-browser-daemon 779303299732ace70c56cbe8fdd11cda +Description: Network server exposing web engines functionaly using dbus-glib bindings + This package contains server which allows its clients + to create, manipulate and access functionality of + different web engines. + This enables creation of ultra-light-weight browser UIs + which act as a mere 'shell' to a heavy-weight browser + engines and therefore greatly less dependent on them. + The server uses dbus-glib bindings for connectivity. + +Package: libplayback-1-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 52 +Maintainer: Ismo Puustinen +Architecture: armel +Source: libplayback +Version: 0.5-21+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), dbus +Description: OSSO Playback client library + Playback management for OSSO. + +Package: osso-filemanager-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-filemanager-l10n-mr +Depends: osso-filemanager-l10n-ruru, osso-filemanager-l10n-frfr, osso-filemanager-l10n-frca, osso-filemanager-l10n-dadk, osso-filemanager-l10n-itit, osso-filemanager-l10n-svse, osso-filemanager-l10n-nono, osso-filemanager-l10n-fifi, osso-filemanager-l10n-nlnl, osso-filemanager-l10n-enus, osso-filemanager-l10n-dede, osso-filemanager-l10n-esmx, osso-filemanager-l10n-eses, osso-filemanager-l10n-cscz, osso-filemanager-l10n-ptpt, osso-filemanager-l10n-engb, osso-filemanager-l10n-plpl +Description: osso-filemanager marketing release package + This is a metapackage for osso-filemanager to pull all the l10n packages. + Application developers of osso-filemanager should depend on + "osso-filemanager-l10n-mr0 | osso-filemanager-l10n-mr" + to ensure correct locales are getting installed. + +Package: hildon-im-virtual-keyboard-layouts +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 144 +Maintainer: Mohammad Anwari +Architecture: armel +Source: hildon-input-method-plugins +Version: 3.9.46-2+0m5 +Conflicts: hildon-im-vkb +Description: VKB layouts + This packages provides the VKB layouts + +Package: libi18n0 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 60 +Maintainer: Mohammad Anwari +Architecture: armel +Source: libi18n +Version: 0.1.8-0+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0) +Description: Library of auxiliary POSIX functions related to i18n + Auxiliary POSIX functions related to i18n library. + +Package: osso-profiles-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (de_DE) + Language files for de_DE osso-profiles. + +Package: rtcom-call-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (pl_PL) + Language files for pl_PL rtcom-call-ui. + +Package: prelink +Status: purge ok not-installed +Priority: optional +Section: admin + +Package: osso-memory-backend +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 104 +Maintainer: Richard Sun +Architecture: armel +Source: gtkfilesystemmemory +Version: 0.19+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.4.1), libfreetype6 (>= 2.3.5), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildonfm2 (>= 1:2.16.2+0m5), libosso-gnomevfs2-0, libpango1.0-0, zlib1g (>= 1:1.2.1) +Description: Memory based backend for GTK+ file selector + +Package: hildon-theme-beta +Status: install ok installed +Priority: optional +Section: themes +Installed-Size: 6784 +Maintainer: Janne Hillervo +Architecture: all +Version: 8.1+0m5 +Provides: hildon-theme +Depends: gtk2-engines-sapwood (>= 3.1.1), hildon-theme-cacher (>= 0.3.0) +Description: Digital Nature Theme. + +Package: ke-recv-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (en_US) + Language files for en_US ke-recv. + +Package: osso-games-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (nl_NL) + Language files for nl_NL osso-games. + +Package: maesync-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (de_DE) + Language files for de_DE maesync. + +Package: osso-filemanager-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (fr_CA) + Language files for fr_CA osso-filemanager. + +Package: libimlayouts0 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 68 +Maintainer: Mohammad Anwari +Architecture: armel +Source: libimlayouts +Version: 1.5.12-1+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0) +Description: IM Layouts Library + Library for IM Layouts. + +Package: libmafw0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 140 +Maintainer: Juha Kellokoski +Architecture: armel +Source: libmafw +Version: 0.1.2009.42-1+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libsqlite3-0 (>= 3.6.14), shared-mime-info, gvfs-backends +Description: MAFW UI library + Media Application framework UI library. + +Package: hildon-status-bar-usb-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (fr_FR) + Language files for fr_FR hildon-status-bar-usb. + +Package: osso-tv-out-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (sv_SE) + Language files for sv_SE osso-tv-out. + +Package: osso-suw-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (it_IT) + Language files for it_IT osso-suw. + +Package: osso-filemanager-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (pt_PT) + Language files for pt_PT osso-filemanager. + +Package: pulseaudio-module-hal +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 92 +Maintainer: Maemo Multimedia +Architecture: armel +Source: pulseaudio +Version: 0.9.15-1maemo35+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgdbm3, libhal1 (>= 0.5.10), libltdl7 (>= 2.2.6a), liboil0.3 (>= 0.3.14), libpulse0, libsndfile1, libspeexdsp1 (>= 1.2~beta3.2-1), pulseaudio, hal +Description: HAL device detection module for PulseAudio sound server + PulseAudio, previously known as Polypaudio, is a sound server for POSIX and + WIN32 systems. It is a drop in replacement for the ESD sound server with + much better latency, mixing/re-sampling quality and overall architecture. + . + This module enables PulseAudio to detect new sound devices dynamically via + the HAL API. + . + The module is called module-hal-detect. +Xsbc-Original-Maintainer: Pulseaudio maintenance team + +Package: osso-tutorial-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (es_ES) + Language files for es_ES osso-tutorial. + +Package: libsdl-image1.2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 92 +Maintainer: Kuisma Salonen +Architecture: armel +Version: 1.2.4-5-recomp1 +Depends: libc6 (>= 2.5.0-1), libjpeg62, libpng12-0 (>= 1.2.13-4), libsdl1.2, libtiff4, zlib1g (>= 1:1.2.1) +Description: Image loading library for SDL. + Library to wrap existing image loading libraries to help loading images from + varying formats to be used as SDL surfaces. + +Package: libnl1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 316 +Maintainer: Michael Biebl +Architecture: armel +Source: libnl +Version: 1.1-2nokia1 +Replaces: libnl1-pre6, libnl1-pre8 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Conflicts: libnl1-pre6, libnl1-pre8 +Description: library for dealing with netlink sockets + This is a library for applications dealing with netlink sockets. + The library provides an interface for raw netlink messaging and various + netlink family specific interfaces. + +Package: ezitext-greek +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 128 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Greek language support for the eZiText (TM). +Confidential: yes + +Package: osso-fm-transmitter-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (da_DK) + Language files for da_DK osso-fm-transmitter. + +Package: telepathy-stream-engine +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 160 +Maintainer: Philippe Kalaf +Architecture: armel +Version: 0.5.12-0maemo1+0m5 +Replaces: telepathy-voip-engine +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgstfarsight0.10-0, libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libtelepathy-farsight0, libtelepathy-glib0 (>= 0.7.37), libx11-6, libxml2 (>= 2.6.32), libxrender1, zlib1g (>= 1:1.2.1) +Conflicts: osso-mediaengine (<< 1.0.23-1), telepathy-voip-engine +Conffiles: + /etc/stream-engine/gstcodecs.conf f08ca4a0e8dfa3827dd2c526784ec3ac + /etc/stream-engine/gstelements.conf 45bec3a9c6c963325467e46b48cf9bbd +Description: Telepathy streaming media engine + VOIP/Streaming engine for Telepathy + +Package: osso-applet-textinput-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-applet-textinput-l10n-mr +Depends: osso-applet-textinput-l10n-ruru, osso-applet-textinput-l10n-frfr, osso-applet-textinput-l10n-frca, osso-applet-textinput-l10n-dadk, osso-applet-textinput-l10n-itit, osso-applet-textinput-l10n-svse, osso-applet-textinput-l10n-nono, osso-applet-textinput-l10n-fifi, osso-applet-textinput-l10n-nlnl, osso-applet-textinput-l10n-enus, osso-applet-textinput-l10n-dede, osso-applet-textinput-l10n-esmx, osso-applet-textinput-l10n-eses, osso-applet-textinput-l10n-cscz, osso-applet-textinput-l10n-ptpt, osso-applet-textinput-l10n-engb, osso-applet-textinput-l10n-plpl +Description: osso-applet-textinput marketing release package + This is a metapackage for osso-applet-textinput to pull all the l10n packages. + Application developers of osso-applet-textinput should depend on + "osso-applet-textinput-l10n-mr0 | osso-applet-textinput-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-addressbook-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (pt_PT) + Language files for pt_PT osso-addressbook. + +Package: hildon-control-panel-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (nl_NL) + Language files for nl_NL hildon-control-panel. + +Package: osso-clock-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (fi_FI) + Language files for fi_FI osso-clock. + +Package: libsignonui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (nl_NL) + Language files for nl_NL libsignonui. + +Package: osso-dsm-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (es_ES) + Language files for es_ES osso-dsm-ui. + +Package: hildon-desktop +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 784 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 1:2.2.120-4+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra0 (>= 0.10), libclutter-0.8-0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgnome-menu2, libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libprofile0, libx11-6, libxcomposite1 (>= 1:0.3-1), libxfixes3 (>= 1:4.0.1), libxft2 (>> 2.1.1), libxrandr2 (>= 2:1.2.0), libxrender1, zlib1g (>= 1:1.2.1), hildon-theme | hildon-theme-devel (>= 5.10.19-1), hildon-icons | sdk-default-icons, gconf2, osso-af-startup, maemo-af-desktop-l10n-mr0 | maemo-af-desktop-l10n-mr, theme-config, ke-recv-extra, clipboard-manager, ke-recv-l10n-mr | ke-recv-l10n-mr0, libgtk2.0-0 (>= 2:2.14.7-1maemo15) +Conffiles: + /etc/osso-cud-scripts/hildon-desktop-cud.sh 28be8a6dcb660abbac3cea24a734cb84 + /etc/osso-backup/applications/hildon-desktop.conf 5cd3f194ce1d2fe981544ac27bdb5a64 + /etc/osso-backup/restore.d/always/hildon-desktop-restore.sh 2aa7add9fa3e2a02c4e1b48942709948 + /etc/osso-backup/post-backup.d/hildon-desktop-post-backup.sh 485e623c1e7684c2a4d4e9ce717a6055 + /etc/osso-backup/pre-backup.d/hildon-desktop.prebackup.sh 7d6cc51177057d7c9bd4b7148bcc223d + /etc/init.d/hildon-desktop 9ca76b7c1e34b2c02b30c0b0e9bd9341 + /etc/X11/replace/Xsession.post/hildon-desktop ad27df7d1a202bb7f838e46d2ecbe240 + /etc/X11/replace/Xsession.post/hildon-desktop-wait dcdc6b64c50c72b4ffabb9a074e92895 + /etc/osso-rfs-scripts/hildon-desktop-rfs.sh f1f2e4b8f57f34f948da916f3b979178 + /etc/xdg/menus/hildon.menu 7f6d3bfe3be44d0111e483ad5fe2f007 + /etc/xdg/menus/hildon/applications.menu bb5179b356fd21658a4bb3c395e88bb3 +Description: Hildon desktop for Fremantle + Hildon desktop for Fremantle. + +Package: osso-profiles-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (es_MX) + Language files for es_MX osso-profiles. + +Package: osso-imageviewer-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (pl_PL) + Language files for pl_PL osso-imageviewer-ui. + +Package: connui-conndlgs-internet +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 104 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-internet +Version: 2.67+0m5 +Depends: icd2, connui-iapsettings, libc6 (>= 2.5.0-1), osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0 +Description: Internet connectivity plugins for Connectivity Dialogs daemon + This package provides the Internet connectivity plugins for Connectivity + Dialogs daemon. + +Package: osso-chess-ui +Status: install ok installed +Priority: optional +Section: games +Installed-Size: 528 +Maintainer: Maske Amish +Architecture: armel +Version: 1.6.39-1+0m5 +Depends: osso-games-l10n-mr | osso-games-l10n-mr0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcomapp0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28+0m5), libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.2.1), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), osso-games-startup (>= 1.0.40-0), gnuchess, osso-graphics-game-chess (>= 1.0), osso-sounds-game-chess, maemo-launcher, hildon-fm-l10n-mr | hildon-fm-l10n-mr0, hildon-common-strings-l10n-mr | hildon-common-strings-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0 +Conffiles: + /etc/osso-backup/applications/osso_chess_backup.conf 9dbc4bbacfcf657d71e2af2ec9006c99 +Description: Chess user interface + OSSO Chess user interface. Required chess engine, GNU Chess, and OSSO games + Start-up screen provided separately. + +Package: hildon-im-plugin-base-settings +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 112 +Maintainer: Mohammad Anwari +Architecture: armel +Source: hildon-input-method-plugins +Version: 3.9.46-2+0m5 +Provides: hildon-im-plugin-settings +Conffiles: + /etc/gconf/schemas/hildon-im-plugins.schema 030b8df55383e4ff248e1270a035d174 +Description: Base settings for the Hildon Input Method plugins. + This packages provides the base settings for the Hildon Input Method plugins. + +Package: hildon-status-bar-usb-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (pt_PT) + Language files for pt_PT hildon-status-bar-usb. + +Package: mediaplayer-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (en_US) + Language files for en_US mediaplayer. + +Package: libprolog0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Krisztian Litkey +Architecture: armel +Source: libprolog +Version: 0.0.14+0m5 +Provides: libprolog +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), swi-prolog +Description: Prolog convenience library + A prolog convenience library that supposedly makes embedding the + SWI-prolog interpreter into applications easier. +Git-Id: no + +Package: zlib1g +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 148 +Maintainer: Mark Brown +Architecture: armel +Source: zlib +Version: 1:1.2.3-9.osso9+0m5 +Replaces: zlib1g-udeb +Provides: libz1 +Depends: libc6 (>= 2.5.0-1) +Conflicts: zlib1 (<= 1:1.0.4-7), zlib1g-udeb +Description: compression library - runtime + zlib is a library implementing the deflate compression method found + in gzip and PKZIP. This package includes the shared library. + +Package: osso-statusbar-presence-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (nl_NL) + Language files for nl_NL osso-statusbar-presence. + +Package: osso-browser-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (pt_PT) + Language files for pt_PT osso-browser-ui. + +Package: busybox-symlinks-console-tools +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 16 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: busybox +Version: 3:1.10.2.legal-1osso26+0m5 +Replaces: console-tools +Provides: console-tools +Conflicts: console-tools +Description: BusyBox symlinks to provide 'console-tools' + BusyBox symlinks for utilities corresponding to 'console-tools' package. +Xs-Original-Maintainer: Debian Install System Team + +Package: calendar-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (en_US) + Language files for en_US calendar. + +Package: osso-browser-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (es_ES) + Language files for es_ES osso-browser-ui. + +Package: skype-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: skype-ui-l10n-mr +Depends: skype-ui-l10n-ruru, skype-ui-l10n-frfr, skype-ui-l10n-frca, skype-ui-l10n-dadk, skype-ui-l10n-itit, skype-ui-l10n-svse, skype-ui-l10n-nono, skype-ui-l10n-fifi, skype-ui-l10n-nlnl, skype-ui-l10n-enus, skype-ui-l10n-dede, skype-ui-l10n-esmx, skype-ui-l10n-eses, skype-ui-l10n-cscz, skype-ui-l10n-ptpt, skype-ui-l10n-engb, skype-ui-l10n-plpl +Description: skype-ui marketing release package + This is a metapackage for skype-ui to pull all the l10n packages. + Application developers of skype-ui should depend on + "skype-ui-l10n-mr0 | skype-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-profiles-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (no_NO) + Language files for no_NO osso-profiles. + +Package: osso-rss-feed-reader-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (fr_CA) + Language files for fr_CA osso-rss-feed-reader. + +Package: libxrandr2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 72 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxrandr +Version: 2:1.2.99.4-2 +Depends: libc6 (>= 2.5.0-1), libx11-6, libxext6, libxrender1 +Description: X11 RandR extension library + libXrandr provides an X Window System client interface to the RandR + extension to the X protocol. + . + The RandR extension allows for run-time configuration of display attributes + such as resolution, rotation, and reflection. + . + More information about X.Org can be found at: + + + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXrandr + +Package: hildon-control-panel-personalisation-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (fr_CA) + Language files for fr_CA hildon-control-panel-personalisation. + +Package: osso-games-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (cs_CZ) + Language files for cs_CZ osso-games. + +Package: osso-notes-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (nl_NL) + Language files for nl_NL osso-notes. + +Package: busybox-symlinks-realpath +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 16 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: busybox +Version: 3:1.10.2.legal-1osso26+0m5 +Replaces: realpath +Provides: realpath +Conflicts: realpath +Description: BusyBox symlinks to provide 'realpath' + BusyBox symlinks for utilities corresponding to 'realpath' package. +Xs-Original-Maintainer: Debian Install System Team + +Package: as-daemon-0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 1296 +Maintainer: Eugene Agafonov +Architecture: armel +Source: as-daemon +Version: 0.0.2-28+0m5 +Depends: calendar-backend, libas-common-utils-0, libas-protocol-0, libas-storage-0, libc6 (>= 2.5.0-1), libconic0, libcurl3 (>= 7.16.2-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libhildonmime0 (>= 2.1.3), libical, libiphb0, libjpeg62, libosso-gnomevfs2-0, libpng12-0 (>= 1.2.13-4), libqt4-core (>= 4.5.3~git20090723), libqt4-dbus (>= 4.5.3~git20090723), libstdc++6 (>= 4.2.1), libtime0, libwbxml2-0, libxml2 (>= 2.6.32), maemosec-certman-common-ca, openssl, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr +Suggests: as-daemon-doc +Conffiles: + /etc/event.d/as-daemon 67e860b7299dfa4c95d8a1ae38f0f743 + /etc/init.d/as-daemon-0 4f291377b44525bf2d21758679fde6c1 + /etc/osso-backup/applications/activesync.conf 9e8733a19018582ee181be5d91a11a6f + /etc/osso-backup/pre-backup.d/activesync-prebackup.sh 7d9e62831912173c97816f27fe562f10 + /etc/osso-backup/restore.d/always/as-daemon_restart.sh 61ea6c59a111bac2fcd7414aa349cb9b + /etc/osso-backup/restore.d/always/activesync-restore.sh 2c9f65dd32be7651e243f8cba90a1d16 + /etc/osso-cud-scripts/activesync-clean.sh 8915e38a76d2a5fa2bad0b861960319c +Description: Mail for Exchange. Daemon application. + A daemon to synchronize e-mail, calendar and contacts with MS Exchange using ActiveSync protocol + +Package: policy-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (en_US) + Language files for en_US policy. + +Package: connui-cellular-settings +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 96 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-cellular +Version: 2.105+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libconbtui0, libconnui, libconnui-cellular, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0 +Description: Cellular UI control panel applet + Cellular settings as a control panel applet + +Package: hildon-common-strings-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (pl_PL) + Language files for pl_PL hildon-common-strings. + +Package: osso-uri-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (pt_PT) + Language files for pt_PT osso-uri. + +Package: osso-browser-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (fr_CA) + Language files for fr_CA osso-browser-ui. + +Package: imageviewer +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 332 +Maintainer: Alexander Bokovoy +Architecture: armel +Source: imageviewer-ui +Version: 3.3.46.1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libcumulus0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal-storage1 (>= 0.5.10), libhal1 (>= 0.5.10), libhildon1, libhildonfm2 (>= 1:2.28.8+0m5), libhildonmime0 (>= 2.1.3), liblomesa0, libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), sharing-dialog, shared-mime-info, desktop-file-utils, hildon-update-category-database, osso-imageviewer-ui-l10n-mr0 | osso-imageviewer-ui-l10n-mr, hildon-fm-l10n-mr0 | hildon-fm-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, mediaplayer-l10n-mr0 | mediaplayer-l10n-mr0 +Conffiles: + /etc/gconf/schemas/image-viewer.schemas ffbaa056ced8ea53d4139ce003fc3020 +Description: An image viewer + An image viewer application for maemo. + +Package: libgwobex0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Johan Hedberg +Architecture: armel +Source: osso-gwobex +Version: 0.62+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.14.6-1osso1), libopenobex1 +Description: wrapper library for openobex + This package contais a generic obex library. The primary target user of this + library is the OBEX gnome-vfs module. + +Package: osso-applet-device-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (ru_RU) + Language files for ru_RU osso-applet-device. + +Package: libicd-network-wlan +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 84 +Maintainer: Jukka Rissanen +Architecture: armel +Version: 0.78.1+0m5 +Depends: icd2 (>= 0.55), libc6 (>= 2.5.0-1), icd2-network-wlan-config, libicd-network-ipv4, libicd-network-eap (>= 0.33) +Description: ICd2 plugin for WLAN networking + The WLAN plugin for ICd2 that provides WLAN networking + +Package: nokiamessaging +Status: install ok installed +Priority: extra +Section: misc +Installed-Size: 2624 +Maintainer: Moises Martinez +Architecture: armel +Version: 1.4.5+0m5 +Replaces: intellisyncd +Depends: libc6 (>= 2.5.0-1), libcomapp0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libhal1 (>= 0.5.10), libiphb0, libosso-gnomevfs2-0, libosso1 (>= 2.26), libsqlite3-0 (>= 3.6.14), libssl0.9.8 (>= 0.9.8f-5), libstdc++6 (>= 4.2.1), dbus, hal, libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.12.12-1osso10), libpopt0, libssl0.9.8, libcomapp0, modest-nokiamessaging-plugin, libiphb0 +Conflicts: intellisyncd +Conffiles: + /etc/osso-cud-scripts/nokiamessaging-clean.sh 657cee2206226dc3e310595a270df4c7 + /etc/dbus-1/system.d/isync-dbus.conf ce19513b548877505ab8e8b8579b9660 + /etc/osso-backup/pre-backup.d/nokiamessaging-prebackup.sh e76863e943a126dc0b1622fc55e5a810 + /etc/osso-backup/restore.d/always/nokiamessaging-restore.sh a4e5454ead36e5616dfb879e1af4e7f7 + /etc/osso-backup/post-backup.d/nokiamessaging-postbackup.sh 6a56a5728ff30277820127ffaee857bf + /etc/osso-backup/applications/nokiamessaging.conf dcaaca979d22742b037053007b33495c + /etc/intellisync.conf 55abf6e61bd4a31a80de1cd1d6c24e99 + /etc/event.replace.d/nokiamessaging 70089cdc1a3821e620729bee27b1c940 +Description: Intellisync daemon (fremantle) + Intellisync daemon + +Package: libxcb1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 152 +Maintainer: XCB Developers +Architecture: armel +Source: libxcb +Version: 1.1.92-2downgraded +Depends: libc6 (>= 2.5.0-1), libxau6, libxdmcp6 +Description: X C Binding + This package contains the library files needed to run software using libxcb, + the X C Binding. + . + The XCB library provides an interface to the X Window System protocol, + designed to replace the Xlib interface. XCB provides several advantages over + Xlib: + . + * Size: small library and lower memory footprint + * Latency hiding: batch several requests and wait for the replies later + * Direct protocol access: one-to-one mapping between interface and protocol + * Thread support: access XCB from multiple threads, with no explicit locking + * Easy creation of new extensions: automatically generates interface from + machine-parsable protocol descriptions + +Package: osso-tutorial-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (sv_SE) + Language files for sv_SE osso-tutorial. + +Package: libomxil-ti0 +Status: install ok installed +Priority: optional +Section: non-free +Installed-Size: 68 +Maintainer: Maemo Multimedia +Architecture: armel +Source: openmax-omap3430-ti +Version: 0.200944-2+0m5 +Depends: libbridge2, libc6 (>= 2.5.0-1) +Suggests: libomxil-ti-components +Description: TI OpenMAX IL core and extra libraries + Texas Instruments OpenMAX Integration Layer (IL version 1.1.2) + core and extra libraries. + +Package: osso-applet-memory-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (cs_CZ) + Language files for cs_CZ osso-applet-memory. + +Package: osso-calculator-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (it_IT) + Language files for it_IT osso-calculator-ui. + +Package: libtelcommon0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Janne Löf +Architecture: armel +Source: libtelcommon +Version: 0.3.11+0m5 +Replaces: libtelcommon (<< 0.3.11+0m5) +Depends: libc6 (>= 2.5.0-1) +Description: Isi-message router for telephony-adaptation components + This package contains runtime files. + +Package: osso-applet-accounts-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (pl_PL) + Language files for pl_PL osso-applet-accounts. + +Package: liblomesa0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 124 +Maintainer: Kristiina Hietanen +Architecture: armel +Source: liblomesa +Version: 1.1.42.1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libexempi3, libexif12, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-thumbnail0 (>= 3.0.41+0m5), libjpeg62, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libssl0.9.8 (>= 0.9.8f-5), libstdc++6 (>= 4.2.1), hildon-fm-l10n-mr0 | hildon-fm-l10n-mr +Description: low-level image viewer API. + A maemo package contains low-level image viewer API. + +Package: calendar-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (it_IT) + Language files for it_IT calendar. + +Package: osso-powerup-shutdown-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (fi_FI) + Language files for fi_FI osso-powerup-shutdown. + +Package: rtcom-messaging-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (cs_CZ) + Language files for cs_CZ rtcom-messaging-ui. + +Package: osso-abook-home-applet +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 76 +Maintainer: Joergen Scheibengruber +Architecture: armel +Version: 4.20091106+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libhildonfm2 (>= 1:2.28.4+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), librtcom-accounts-ui-client0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libx11-6, libxml2 (>= 2.6.32), libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher, evolution-data-server-addressbook (>= 1.4.2.1-20080926), evolution-data-server-addressbook-backend-telepathy +Conffiles: + /etc/X11/Xsession.post/70osso-abook-home-applet 3644bf300bfa71956812b24e30e3ca2d +Description: OSSO Addressbook Home Applet + OSSO Addressbook Home Applet allows the user to add contact shortcuts to the home screen + +Package: osso-calculator +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 36 +Maintainer: Amish Maske +Architecture: armel +Version: 1.7.42-1+0m5 +Depends: osso-calculator-ui, osso-calculator-engine +Description: Calculator meta package, that depends on UI and engine packages. + +Package: osso-dsm-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (fr_FR) + Language files for fr_FR osso-dsm-ui. + +Package: maemo-af-desktop-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (da_DK) + Language files for da_DK maemo-af-desktop. + +Package: osso-fm-transmitter-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (fi_FI) + Language files for fi_FI osso-fm-transmitter. + +Package: osso-applet-accounts-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (pt_PT) + Language files for pt_PT osso-applet-accounts. + +Package: osso-sketch-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (pl_PL) + Language files for pl_PL osso-sketch. + +Package: policy-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (es_MX) + Language files for es_MX policy. + +Package: osso-display-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (fr_FR) + Language files for fr_FR osso-display. + +Package: osso-applet-certman-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (es_MX) + Language files for es_MX osso-applet-certman. + +Package: hildon-input-method-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (es_ES) + Language files for es_ES hildon-input-method. + +Package: osso-applet-memory-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (fr_FR) + Language files for fr_FR osso-applet-memory. + +Package: hildon-libs-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (de_DE) + Language files for de_DE hildon-libs. + +Package: osso-display-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (en_GB) + Language files for en_GB osso-display. + +Package: libosal0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Maemo Multimedia +Architecture: armel +Source: omap3camd +Version: 0.47-1+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: Operating System Abstraction Library + This package contains library for abstracting operating system specific + functionalities, such as memory handling, threads, timers and so on. + +Package: rtcom-presence-ui +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 172 +Maintainer: Alberto Mardegan +Architecture: armel +Version: 0.45-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libiphb0, liblocation0, libmcclient6, libnavigation0, libosso-gnomevfs2-0, libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libprofile0, librtcom-accounts-ui-client0, libtelepathy-glib0 (>= 0.7.37), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), desktop-file-utils, osso-statusbar-presence-l10n-mr0 | osso-statusbar-presence-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, rtcom-call-ui-l10n-mr | rtcom-call-ui-l10n-mr0 +Description: RTCom Presence UI + The UI for the accounts presence. + +Package: libhllc0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 64 +Maintainer: Maemo Multimedia +Architecture: armel +Source: omap3camd +Version: 0.47-1+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: Lens Driver utility library + This package contains library for controlling OMAP3 lens driver. + +Package: libmaemosec-certman-applet0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 100 +Maintainer: Juhani Mäkelä +Architecture: armel +Source: maemo-security-certman-applet +Version: 0.0.9+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28+0m5), libmaemosec-certman0, libmaemosec0, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libssl0.9.8 (>= 0.9.8f-5), hildon-control-panel (>= 1.0.0), osso-icons, ke-recv-l10n-mr | ke-recv-l10n-mr0, osso-applet-certman-l10n-mr | osso-applet-certman-l10n-mr0 +Description: Certificate manager external UI library. + Certificate manager external UI library. + +Package: osso-applet-device-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (nl_NL) + Language files for nl_NL osso-applet-device. + +Package: ke-recv-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (no_NO) + Language files for no_NO ke-recv. + +Package: osso-graphics-game-mahjong +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 756 +Maintainer: Alexander Kanevskiy +Architecture: all +Source: osso-graphics-games +Version: 1.4.2-1 +Description: OSSO graphics files for Mahjong + +Package: skype-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (fi_FI) + Language files for fi_FI skype-ui. + +Package: osso-camera-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (da_DK) + Language files for da_DK osso-camera-ui. + +Package: osso-tutorial-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (en_US) + Language files for en_US osso-tutorial. + +Package: libas-common-utils-0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 428 +Maintainer: Eugene Agafonov +Architecture: armel +Source: libas-common-utils +Version: 0.0.2-27+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libosso1 (>= 2.26), libstdc++6 (>= 4.2.1) +Description: Mail for Exchange utilities library. + Binary package for Mail for Exchange utilities library. + +Package: osso-notes +Status: install ok installed +Priority: optional +Section: non-free/misc +Installed-Size: 200 +Maintainer: Amish Maske +Architecture: armel +Version: 1.7.48-1+0m5 +Depends: osso-notes-l10n-mr0 | osso-notes-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, hildon-fm-l10n-mr0 | hildon-fm-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, ke-recv-l10n-mr | ke-recv-l10n-mr0, calendar-ui-widgets-0, calendar-ui-widgets-0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcomapp0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, wpeditor0, zlib1g (>= 1:1.2.1), maemo-launcher +Description: OSSO Notes application + Notes application for editing rich-text documents. + +Package: osso-icons-default +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 6432 +Maintainer: Alexander Kanevskiy +Architecture: all +Source: osso-icons +Version: 2.4.1+0m5 +Replaces: hildon-icons, hildon-icons-hicolor, osso-icons-devel, osso-icons-theme +Provides: hildon-icons, hildon-icons-hicolor, osso-icons, osso-icons-theme +Depends: libgtk2.0-bin (>= 2:2.6.4) +Conflicts: hildon-icons, hildon-icons-hicolor, osso-icons-devel, osso-icons-theme +Description: OSSO UI icons + +Package: libgcc1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 72 +Maintainer: Debian GCC Maintainers +Architecture: armel +Source: gcc-4.2 (4.2.1-4maemo9+0m5) +Version: 1:4.2.1-4maemo9+0m5 +Depends: gcc-4.2-base (= 4.2.1-4maemo9+0m5), libc6 (>= 2.5.0-1) +Description: GCC support library + Shared version of the support library, a library of internal subroutines + that GCC uses to overcome shortcomings of particular machines, or + special needs for some languages. + +Package: skype-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (ru_RU) + Language files for ru_RU skype-ui. + +Package: maesync-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (cs_CZ) + Language files for cs_CZ maesync. + +Package: osso-tutorial-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (fi_FI) + Language files for fi_FI osso-tutorial. + +Package: hildon-libs-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (no_NO) + Language files for no_NO hildon-libs. + +Package: libxcomposite1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 52 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxcomposite +Version: 1:0.4.0-3+0m5 +Depends: libc6 (>= 2.5.0-1), libx11-6, libxext6, libxfixes3 (>= 1:4.0.1) +Description: X11 Composite extension library + libXcomposite provides an X Window System client interface to the Composite + extension to the X protocol. + . + The Composite extension allows clients called compositing managers to control + the final drawing of the screen. Rendering is done into an off-screen buffer. + . + More information about X.Org can be found at: + + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXcomposite + +Package: skype-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (fr_CA) + Language files for fr_CA skype-ui. + +Package: osso-maesync-plugin +Status: install ok installed +Priority: optional +Section: office +Installed-Size: 72 +Maintainer: Qi Ouyang +Architecture: armel +Version: 14.8+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libmaesync, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, maesync-backend, maesync-l10n-mr0 | maesync-l10n-engb +Description: Maesync status menu plugin + A status menu plugin for the synchronization. + +Package: osso-imageviewer-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (es_ES) + Language files for es_ES osso-imageviewer-ui. + +Package: hildon-status-bar-usb-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (pl_PL) + Language files for pl_PL hildon-status-bar-usb. + +Package: osso-sharing-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (es_MX) + Language files for es_MX osso-sharing-ui. + +Package: gtkhtml3.14 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 676 +Maintainer: Jakub Pavelek +Architecture: armel +Version: 3.24.4-osso15+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0 +Description: GtkHTML shared library without Gnome dependencies + GtkHTML shared library without Gnome dependencies + +Package: libxv1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 72 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxv +Version: 2:1.0.4-2+0m5 +Depends: libc6 (>= 2.5.0-1), libx11-6, libxext6 +Description: X11 Video extension library + libXv provides an X Window System client interface to the XVideo + extension to the X protocol. + . + The XVideo extension allows for accelerated drawing of videos. Hardware + adaptors are exposed to clients, which may draw in a number of colourspaces, + including YUV. + . + More information about X.Org can be found at: + + + +Package: tutorial-home-applet +Status: install ok installed +Priority: optional +Section: user/support +Installed-Size: 1292 +Maintainer: Jussi Maaniitty +Architecture: armel +Version: 0.6.16+0m5 +Depends: browser-neteal (>= 0.7.3.3), libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher, adobe-flashplayer (>= 3.0.0.30+0m5) | macromedia-flashplayer, osso-tutorial-l10n-mr | osso-tutorial-l10n-mr0, ke-recv-l10n-mr | ke-recv-l10n-mr0 +Conflicts: tutorial-home-applet-wimax +Description: Nokia Internet Tablet tutorial + Home applet to launch Nokia Internet Tablet tutorial + +Package: kernel-modules +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 3580 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: kernel +Version: 2.6.28-20094803.3+0m5 +Depends: module-init-tools (>= 3.3) +Description: Linux kernel modules + This package provides kernel modules + +Package: ezitext-finnish +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 104 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Finnish language support for the eZiText (TM). +Confidential: yes + +Package: osso-games-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (it_IT) + Language files for it_IT osso-games. + +Package: hal +Status: install ok installed +Priority: optional +Section: admin +Installed-Size: 1388 +Maintainer: Janne Karhunen +Architecture: armel +Version: 0.5.12~git20090219-0maemo6+0m5 +Replaces: system-services +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libhal-storage1, libhal1 (>= 0.5), libusb-0.1-4 (>= 2:0.1.12), libvolume-id0, usbutils, dbus (>= 0.61), lsb-base +Pre-Depends: udev (>= 0.125) +Recommends: eject +Conffiles: + /etc/hal/fdi/policy/preferences.fdi 1fc3e4e6789359b028cc159312345deb + /etc/event.d/hal c66d80b72d4568f3426df07888b1668b + /etc/dbus-1/system.d/hal.conf 2f0dc381b96577c24ad3eadc2c61a3e6 + /etc/udev/rules.d/z99_hal.rules 9cc8bbaafd0dcead9f8c81f48644faaa + /etc/default/hal f505ed84310d5614ac67abe95828d519 + /etc/init.d/hal a08babe9054b09bc6ee98b7465c5594e +Description: Hardware Abstraction Layer + HAL provides an abstract view on hardware. + . + This abstraction layer is simply an interface that makes it possible to + add support for new devices and new ways of connecting devices to the + computer, without modifying every application that uses the device. + It maintains a list of devices that currently exist, and can provide + information about those upon request. +Xs-Original-Maintainer: Sjoerd Simons + +Package: ohm-plugin-resolver +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 72 +Maintainer: Krisztian Litkey +Architecture: armel +Source: libdres +Version: 0.1.15+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libdres0, libglib2.0-0 (>= 2.20.0), libohm-plugin-core0, libtrace0, libdres0, swi-prolog, ohm, libprolog0 (>= 0.0.8) +Conffiles: + /etc/ohm/plugins.d/dres.ini cdae1a50cc7a9b9037427b742be039a3 +Description: OHM dependecy resolver plugin. + A dependency resolver plugin for OHM. +Git-Id: no + +Package: osso-statusbar-sound-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (en_US) + Language files for en_US osso-statusbar-sound. + +Package: hildon-common-strings-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: hildon-common-strings-l10n-mr +Depends: hildon-common-strings-l10n-ruru, hildon-common-strings-l10n-frfr, hildon-common-strings-l10n-frca, hildon-common-strings-l10n-dadk, hildon-common-strings-l10n-itit, hildon-common-strings-l10n-svse, hildon-common-strings-l10n-nono, hildon-common-strings-l10n-fifi, hildon-common-strings-l10n-nlnl, hildon-common-strings-l10n-enus, hildon-common-strings-l10n-dede, hildon-common-strings-l10n-esmx, hildon-common-strings-l10n-eses, hildon-common-strings-l10n-cscz, hildon-common-strings-l10n-ptpt, hildon-common-strings-l10n-engb, hildon-common-strings-l10n-plpl +Description: hildon-common-strings marketing release package + This is a metapackage for hildon-common-strings to pull all the l10n packages. + Application developers of hildon-common-strings should depend on + "hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-applet-certman-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (fr_FR) + Language files for fr_FR osso-applet-certman. + +Package: calendar-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (nl_NL) + Language files for nl_NL calendar. + +Package: libcumulus0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 160 +Maintainer: Kristiina Hietanen +Architecture: armel +Source: libcumulus +Version: 1.1.41.1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, liblomesa0, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, osso-imageviewer-ui-l10n-mr0 | osso-imageviewer-ui-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, osso-icons-devel | osso-icons-default +Description: middle-level image viewer API. + A maemo package contains middle-level image viewer API. + +Package: maemo-af-desktop-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (fi_FI) + Language files for fi_FI maemo-af-desktop. + +Package: hildon-control-panel-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (es_MX) + Language files for es_MX hildon-control-panel. + +Package: osso-applet-textinput-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (es_MX) + Language files for es_MX osso-applet-textinput. + +Package: modest-nokiamessaging-plugin-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (ru_RU) + Language files for ru_RU modest-nokiamessaging-plugin. + +Package: osso-connectivity-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 88 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (en_GB) + Language files for en_GB osso-connectivity-ui. + +Package: libasound2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1188 +Maintainer: Maemo Multimedia +Architecture: armel +Source: alsa-lib +Version: 1.0.20-0maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Suggests: libasound2-plugins (>= 1.0.18) +Conflicts: libasound2-plugins (<< 1.0.18) +Conffiles: + /etc/asound.conf 99d9be33647308d35aa271aa06d1cce6 +Description: shared library for ALSA applications + This package contains the ALSA library and its standard plugins. + . + ALSA is the Advanced Linux Sound Architecture. +Xsbc-Original-Maintainer: Debian ALSA Maintainers + +Package: modest-nokiamessaging-plugin-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (es_MX) + Language files for es_MX modest-nokiamessaging-plugin. + +Package: osso-powerup-shutdown-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (es_MX) + Language files for es_MX osso-powerup-shutdown. + +Package: rtcom-call-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (ru_RU) + Language files for ru_RU rtcom-call-ui. + +Package: connui-conndlgs-wlan +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 100 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-wlan +Version: 2.44+0m5 +Depends: connui-iapsettings, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconbtui0, libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libmaemosec-certman-applet0, libmaemosec-certman0, libmaemosec0, libosso1 (>= 2.26), libpango1.0-0, libssl0.9.8 (>= 0.9.8f-5), osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0 +Description: Connectivity WLAN Dialogs + This package provides the Connectivity Dialogs for WLAN that are activated + via Conndlgs daemon. + +Package: libbluetooth3 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 160 +Maintainer: Johan Hedberg +Architecture: armel +Source: bluez +Version: 4.56-0maemo2+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: Library to use the BlueZ Linux Bluetooth stack + BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source + project distributed under GNU General Public License (GPL). + . + More information is available at http://bluez.sourceforge.net/ + +Package: osso-games-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (ru_RU) + Language files for ru_RU osso-games. + +Package: ke-recv-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (fr_CA) + Language files for fr_CA ke-recv. + +Package: ke-recv-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (pl_PL) + Language files for pl_PL ke-recv. + +Package: hildon-fm-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (es_MX) + Language files for es_MX hildon-fm. + +Package: osso-profiles-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (nl_NL) + Language files for nl_NL osso-profiles. + +Package: base-files +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 364 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 3.1.osso2+3.1.10.osso23+0m5 +Replaces: base, miscutils +Provides: base +Depends: base-passwd (>= 3.5.11osso3) +Conflicts: osso-core-config (<< 1:0.3.5) +Conffiles: + /etc/debian_version c42c466e26c4e1a96ad73ad92a468337 + /etc/host.conf a61b9f6548d337c1cc1e5a4de39f7b7f + /etc/issue 8720383c0c0fd21d96a63dd578331a0a + /etc/issue.net 0f13e61646e7d17b382c657770634574 + /etc/nsswitch.conf 33a7891178340d38855931f6421f27a0 + /etc/fstab 45e499c3b776fc45642652654a248455 + /etc/resolv.conf 949343428bded6a653a85910f6bdb48e + /etc/network/interfaces 322386f7784ec96cf9d3d478d4e87a12 + /etc/network/options a21c7f22ae5c58078b435ec00f85c74c + /etc/profile 73d70ffb196ffe410af509a7abcdd6ff + /etc/resource_limits.conf bbd5dfa9d2dfb0cff9f80b536f1d371e + /etc/inputrc 60b068aea5a82230a8dea798ab0f4dcd +Description: Debian base system miscellaneous files + This package contains the basic filesystem hierarchy of a Debian system, and + several important miscellaneous files, such as /etc/debian_version, + /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, /etc/nsswitch.conf, + and others, and the text of several common licenses in use on Debian systems. +Original-Maintainer: Santiago Vila + +Package: osso-clock-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (no_NO) + Language files for no_NO osso-clock. + +Package: hildon-status-bar-usb-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (de_DE) + Language files for de_DE hildon-status-bar-usb. + +Package: osso-pdf-viewer-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (fr_CA) + Language files for fr_CA osso-pdf-viewer. + +Package: hildon-home +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 296 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 0.3.58+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-thumbnail0 (>= 3.0.43+0m5), libhildon1, libhildondesktop1, libhildonfm2 (>= 1:2.28.4+0m5), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libsqlite3-0 (>= 3.6.14), libx11-6, libxml2 (>= 2.6.32), libxrender1, osso-bookmark-engine, zlib1g (>= 1:1.2.1), maemo-launcher, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, maemo-af-desktop-l10n-mr | maemo-af-desktop-l10n-mr0, hildon-common-strings-l10n-mr | hildon-common-strings-l10n-mr0, hildon-control-panel-personalisation-l10n-mr | hildon-control-panel-personalisation-l10n-mr0 +Conffiles: + /etc/X11/Xsession.d/65hildon-sv-notification-daemon 8c76770f7d6b0f52a192e988432ca7d4 + /etc/X11/replace/Xsession.post/hildon-home 08e54bdcaf32159924bf1c8cc825bc2b + /etc/hildon-desktop/notification-groups.conf b51b6285895c8e348664ef7afdf628bc + /etc/hildon-desktop/notification.safe-set 7e32b4bd20ab008d909d6b31a8265e93 + /etc/hildon-desktop/home.safe-set f3ffcdfc22e4cab261f9a16e8175e5b7 + /etc/hildon-desktop/home.plugins 0ef280887d2819329cd6db65d0637e83 + /etc/hildon-desktop/home.conf 0b5d89cc53303cb9126f69fb31281ee2 + /etc/hildon-desktop/notification.conf b8c6f34328949899f1c4f792bf05f177 +Description: Hildon Home application + +Package: osso-clock-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (it_IT) + Language files for it_IT osso-clock. + +Package: libsignonui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (fr_CA) + Language files for fr_CA libsignonui. + +Package: libasound2-plugins +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 240 +Maintainer: Maemo Multimedia +Architecture: armel +Source: alsa-plugins +Version: 1.0.20-0maemo1+0m5 +Depends: libasound2 (>> 1.0.18), libc6 (>= 2.5.0-1), libpulse0 (>= 0.9.15~test5) +Enhances: libasound2 +Description: ALSA library additional plugins + This package contains plugins for the ALSA library that are + not included in the main libasound2 package. + . + The following plugins are included, among other: + - a52: S16 to A52 stream converter + - jack: play or capture via JACK + - oss: run native ALSA apps on OSS drivers + - pulse: play or capture via Pulse Audio + - lavcrate, samplerate and speexrate: rate converters + - upmix and vdownmix: convert from/to 2 and 4/6 channel streams + . + ALSA is the Advanced Linux Sound Architecture. +Xsbc-Original-Maintainer: Debian ALSA Maintainers + +Package: osso-calculator-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (en_US) + Language files for en_US osso-calculator-ui. + +Package: hildon-control-panel-personalisation-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: hildon-control-panel-personalisation-l10n-mr +Depends: hildon-control-panel-personalisation-l10n-ruru, hildon-control-panel-personalisation-l10n-frfr, hildon-control-panel-personalisation-l10n-frca, hildon-control-panel-personalisation-l10n-dadk, hildon-control-panel-personalisation-l10n-itit, hildon-control-panel-personalisation-l10n-svse, hildon-control-panel-personalisation-l10n-nono, hildon-control-panel-personalisation-l10n-fifi, hildon-control-panel-personalisation-l10n-nlnl, hildon-control-panel-personalisation-l10n-enus, hildon-control-panel-personalisation-l10n-dede, hildon-control-panel-personalisation-l10n-esmx, hildon-control-panel-personalisation-l10n-eses, hildon-control-panel-personalisation-l10n-cscz, hildon-control-panel-personalisation-l10n-ptpt, hildon-control-panel-personalisation-l10n-engb, hildon-control-panel-personalisation-l10n-plpl +Description: hildon-control-panel-personalisation marketing release package + This is a metapackage for hildon-control-panel-personalisation to pull all the l10n packages. + Application developers of hildon-control-panel-personalisation should depend on + "hildon-control-panel-personalisation-l10n-mr0 | hildon-control-panel-personalisation-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-applet-device-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (it_IT) + Language files for it_IT osso-applet-device. + +Package: osso-rss-feed-reader-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (en_GB) + Language files for en_GB osso-rss-feed-reader. + +Package: ke-recv-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (es_ES) + Language files for es_ES ke-recv. + +Package: osso-applet-memory-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (en_US) + Language files for en_US osso-applet-memory. + +Package: hildon-control-panel-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (sv_SE) + Language files for sv_SE hildon-control-panel. + +Package: libimengines-wp4 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 72 +Maintainer: Mohammad Anwari +Architecture: armel +Source: libimengines +Version: 4.2.1-1 +Replaces: libimengines-wp3 +Depends: libimengines4 (= 4.2.1-1), libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.14.6-1osso1) +Recommends: libimengines-plugins-western +Conflicts: libimengines-wp3 +Description: IM Engines WP Library + Word prediction engine abstraction library + +Package: osso-games-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (es_ES) + Language files for es_ES osso-games. + +Package: libbmeipc0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 64 +Maintainer: Mikko Ylinen +Architecture: armel +Source: bme +Version: 0.8.51+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: shared library for communication with Battery Management Entity + TODO ... + +Package: libsqlite3-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 652 +Maintainer: Laszlo Boszormenyi (GCS) +Architecture: armel +Source: sqlite3 +Version: 3.6.14-1maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: SQLite 3 shared library + SQLite is a C library that implements an SQL database engine. + Programs that link with the SQLite library can have SQL database + access without running a separate RDBMS process. + +Package: osso-games-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (fr_FR) + Language files for fr_FR osso-games. + +Package: osso-dsm-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (da_DK) + Language files for da_DK osso-dsm-ui. + +Package: ap-installer +Status: install ok installed +Priority: optional +Section: user/other +Installed-Size: 88 +Maintainer: Alok Mishra +Architecture: armel +Version: 1.0.1.1+0m5 +Depends: maemo-installer-utils +Description: Installer application for AP News. +Maemo-Icon-26: + iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACOmlDQ1BJQ0MgUHJv + ZmlsZQAAeAGtk09oE0EUxr9NsA0qRbQVBA97KEUhSkguCiJpk9amlRjS1PrntNnd + ZLfubpbdTWqC4MGDJy8eegyCIuLRSzx46EGkFxERtOpdPAiKhR4sZX2z4yQIll58 + MDu/efvNezNvZoD4N8V1rRgA2wm88oUp+crVa/LwRyQwRu0YhhTVdydLpYsk2cW2 + 3kNiv96dYrHenO+OP/t+Z717r9ce/fJzepdJwj3iUUJASpJjtM45y7jKucJ4JXAD + 0hiMVUPRiG8RJ71KOUf8hHikzvk54yrndcYttc7mbhCnHM10gFiC+Iym+ypxlljT + fNUmfkT8y7YbFD/+gPiE6no0N87ijLO6UE/W7gDZFunPDXyXLeDpbba8gW/iBzAm + Ay/uDnybG1GtpKMJv5ZJR+GkAz1g32oYbi4BwyeBnQ9huN0Lw53HlPsTsLalNj3K + x9XSa2CvMd8z1wNvaQ9k0Rn9m3ldIlUKeLgGLFGbo9bNAhMrwJHrQIm4kkUskxGN + 1xDM9udMR7cVeTYfDf/fx7aadE6RHabvQadavEQ9469uUKoI9lsL7K5F/po5UxCs + Kfl5wR0jVxRc82bKgpeVuZJg3VlcEOxa0b3/k2uqr9f96b6mY1To3Hher1leFHyj + Md/Xa3q+vzbHKrK3FMU0g0J//cjBhAMdNhTImAUVkt9FUmPoEHD/eEx6tfoy/Zk5 + /rJAvxmdca7htj2zbgTyJL1EPSkXHPV0Uk6nUmfxG+Q+stPgreV7AAAGBElEQVRo + BdVa3WscVRQ/89FNavNhNCXkJQ+xtUSLQYJEpNhosVQrsX3RGvHJZ/XBf0MQ/BN8 + sK2CVhQiRYgPBi2K9EHaRAqGCgVrIo1pkt3ZnRl/v9nc3bt37u7sbnZjesPM3I/z + 8TvnnnPm7m4c2Wmzs7P9q6ur7wdBMBfH8TFcrlrbD0/HcSJcv/u+f2loaOij+fn5 + f4nL4W1mZubIxsbGNwB/jOP93nK53K2BgYFXFxYWlh2A7wP4a4VC4Yn9DlzHByOW + RkZGpr3R0dEPNjc3L+iLD0I/DMNhXHkfnn+TgBHzghhLsKs+n7am6GxrezlXLBYv + +FEUTSig6kkQet8E1WjNpO3mGNiPuQDjd1NJN2XHUeT69Ka6qIzh0YqHTfqscScN + Is7EAGxFRW4r4Mlk0meNK4o60KkYYCrtgOw9EcES09H4z0ks58MNyVmq12V/QILy + e7NjxnV8B86E9+VElLcC/BxhGjudPZ1UDNBzwKq9ickjUpQXo+26lFQWxdVcq0vY + wkLFAHZ20xg6b8X3xWsghDp2pyUtvGMGzMqWjGR4l8omsEv1WgkL2+LKGsJsKy6f + COrR6vOV94A+2Ur/cSnJC1LIZKEB78n9TDpu0xqS/Tc5IN9Lj9xpsK8M/V0Z0Att + bztb8Ft2owHNFqFHIfckatYJXN/CiK/jXrFmD2T6eBOlXkbZcMoU59xtOSxhU7FN + A2KntSygY16RvLjg+yLqTcGiND9q04AJpyTPx4HdMylVggrEKmRZaGLqJYToz7En + t43XVtshdBA+n4P3mWvNYuIORM3nZsqsk04gn0TpOtdWDpzz8vIwoJcM9H/DIg8g + H7GYRQNMeqL8JfLlUtSTAO7Dfp52i/Kcy5pU2446CFXI0BvHSf6x0+zFUvgsKg/D + Qb8I7tOwR7aNeUVD+aqvPwMg2gIPr7v4HoEy7sAROg37B8GfQ6k2cfo4U1cmG33S + IuND8O7rXsGatj/AkzdDR0IXnrYkK/lLlp0xczCEQbcRa8Nubd3hvNAAreZRZpLE + 6ijBiUbtNS+QPoAzN/gfeOxKEQUNf1wz1ymTOmzzIXQq/aRjSIz4adoCoBVgU6SV + jcQAMmUBJ81xL5Sn3VBCw0YOvywRPBrAcD3xFsda47rJy2XS4iNUApxHkrN+SYbx + NGn/hJNKhoMTA3jLMuAQvD7rFSE0gUm9Ne0N7AxfmB8GPQmNLVSowwRAISEC/BmU + 5DN+UXIY83xvS/brJS+Fs2kDzkL4IXjFFgIEoapjApIAOGk0tWZMJzvgQjbBs9l4 + 1+H9a2GbBjzpRXIcCWXzSlll9U6Q3HobCCarTYZ6wdnWKJkh9lngIf7Tu5+5A31w + 7cuISRugKuxqj2B4sLDRN9oBYrPxcO4KwN9Cdav3yqz7IiPL6QMlHKViKaaNr6LW + egRZ5KXNqa5aU2P1ZF5w18inGnsspd8VPbmTvL6ra4qGz2QHWDnYMdsEStlRL+1N + KrscuHLXci7gS4yhUFJJoQmlDpuXWRhuguGvqHymDZFRayiXm4j7cktjU2ITA3gz + DWDVOeWXS6ZiV5v4U8mVP2wIE6k7IaSYNAgML93LCkQIoPcA+F7KIYYQxaA9ywZg + QjeAQE/lInycKHtTo5dVKFoMGn/xleyAzrTTpw6ztnOJO6Drt7DWnUoMAHeK4CpA + Xq0Ux+oyc8EWBlUKka/yrvhq97WFIOFN64osejS2zG7NUUJRb6qO9ZkGoZOt6YOa + fv0d0I8SNSwZA57jOvrFVoa+pKabNIjKthtdWbeMti21AaPtjMTktkRxAynVpSQH + eGs3iaqimuv9ysO/0e7Cqt3o39MQ+jH72xfDvIwhnL+nIZQBp+XlPc+BlhFmMFSq + 0G5iMENHV5eTHcDnYJynHszfyYA98nG7AQOe6qqruiTcdd1lFz/ZX+yS/K6L7e/v + v+hNTk5eX19fP5/P5w93XWMHFcDxy+Pj4+8kIqemph4bHBy8gQHzYt9fwLo0PT19 + lOAr50b+08fKysq72I05/A/CBK70F5Hk+J+a53mh57pLfQibsbGxjxcXFzcI5T8i + 8A+iLcHBaQAAAABJRU5ErkJggg== +Maemo-Display-Name: AP News Installer + +Package: ezitext-spanish-us +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 96 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Spanish (US/South Americas) language support for the eZiText (TM). +Confidential: yes + +Package: osso-dsm-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (ru_RU) + Language files for ru_RU osso-dsm-ui. + +Package: location-home-applet +Status: install ok installed +Priority: optional +Section: accessories +Installed-Size: 92 +Maintainer: Quanyi Sun +Architecture: armel +Version: 0.114-1+0m5 +Replaces: hildon-home-location +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, liblocation0, libnavigation0, libosso-gnomevfs2-0, libpango1.0-0, osso-location-ui-l10n-mr | osso-location-ui-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0 +Conflicts: hildon-home-location +Description: My location home applet + My location home applet shows the current location + on map. It can also record tracks and open the current + location in Nokia Maps beta for Maemo. + +Package: rtcom-messaging-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (es_MX) + Language files for es_MX rtcom-messaging-ui. + +Package: modest-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (en_US) + Language files for en_US modest. + +Package: osso-camera-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (en_US) + Language files for en_US osso-camera-ui. + +Package: libosso-dbus-conf +Status: install ok installed +Priority: optional +Section: base +Installed-Size: 64 +Maintainer: Kimmo Hämäläinen +Architecture: all +Source: libosso +Version: 2.26-1+0m5 +Replaces: libosso0 (<< 0.8.6-1) +Conflicts: libosso0 (<< 0.8.6-1) +Conffiles: + /etc/dbus-1/system.d/libosso.conf 0375c06a345b0bc6c7c47049c1a10bc5 + /etc/libosso/sessionbus-libosso.conf 239b783bbf0ac753414e4325462d3c88 +Description: Basic library for maemo applications - Scratchbox D-Bus configuration + Libosso is the basic library containing required and helpful functions + for maemo applications. One of Libosso's main features is RPC (Remote + Procedure Calls) services (as it "wraps" D-Bus). In addition, Libosso + provides access to low-level hardware functions, such as turning on (or + keeping on) the display, autosaving, state saving and system time. + . + All maemo-compliant applications must use Libosso to respond coherently + to system changes and signals, such as the battery low, pre-shutdown + and state saving signals. + . + This package contains the D-Bus configuration settings for Scratchbox. + +Package: osso-tv-out-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (cs_CZ) + Language files for cs_CZ osso-tv-out. + +Package: hildon-libs-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (sv_SE) + Language files for sv_SE hildon-libs. + +Package: osso-countries-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (ru_RU) + Language files for ru_RU osso-countries. + +Package: osso-fm-transmitter-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (it_IT) + Language files for it_IT osso-fm-transmitter. + +Package: osso-applet-accounts-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (da_DK) + Language files for da_DK osso-applet-accounts. + +Package: libipp-nokia +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 352 +Maintainer: Stefan Kost +Architecture: armel +Version: 0.20081013.1-4 +Depends: libc6 (>= 2.5.0-1) +Description: Image Processing Pipeline library + This package contains libraries for image processing. It contains + both userspace front-end library and DSP algoritm module for OMAP3430. + +Package: libreadline4 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 340 +Maintainer: Matthias Klose +Architecture: armel +Source: readline4 +Version: 4.3-10.1+0m5 +Replaces: libreadline4-dev (<< 2.5a) +Depends: libc6 (>= 2.5.0-1), libncurses5 (>= 5.7-1) +Conflicts: libreadline4-dev (<< 2.5a) +Description: GNU readline and history libraries, run-time libraries + The GNU readline library aids in the consistency of user interface + across discrete programs that need to provide a command line + interface. + . + The GNU history library provides a consistent user interface for + recalling lines of previously typed input. + +Package: libreadline5 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 320 +Maintainer: maemo integration +Architecture: armel +Source: readline5 +Version: 5.2-2maemo2+0m5 +Depends: readline-common, libc6 (>= 2.5.0-1), libncurses5 (>= 5.7-1) +Description: GNU readline and history libraries, run-time libraries + The GNU readline library aids in the consistency of user interface + across discrete programs that need to provide a command line + interface. + . + The GNU history library provides a consistent user interface for + recalling lines of previously typed input. + +Package: applet-datetime +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 72 +Maintainer: Ouyang Qi +Architecture: armel +Version: 0.5.12-3+0m5 +Depends: libalarm2, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libclockcore0-0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-time-zone-chooser0-0, libhildon1, libhildonfm2 (>= 1:2.28.4+0m5), libosso-gnomevfs2-0, libpango1.0-0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0 +Description: Control Panel Date & Time plugin + +Package: rtcom-call-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (en_GB) + Language files for en_GB rtcom-call-ui. + +Package: libncurses5 +Status: install ok installed +Priority: required +Section: base +Installed-Size: 548 +Maintainer: Daniel Jacobowitz +Architecture: armel +Source: ncurses +Version: 5.7+20081213-1.maemo1+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: Shared libraries for terminal handling + This package contains the shared libraries necessary to run programs + compiled with ncurses. + +Package: hildon-control-panel-personalisation-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (cs_CZ) + Language files for cs_CZ hildon-control-panel-personalisation. + +Package: osso-games-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (pl_PL) + Language files for pl_PL osso-games. + +Package: osso-applet-screencalibration-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (nl_NL) + Language files for nl_NL osso-applet-screencalibration. + +Package: osso-filemanager-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (fi_FI) + Language files for fi_FI osso-filemanager. + +Package: libimengines4 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 60 +Maintainer: Mohammad Anwari +Architecture: armel +Source: libimengines +Version: 4.2.1-1 +Replaces: libimengines3 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.14.6-1osso1) +Recommends: libimengines-plugins-western +Conflicts: libimengines3 +Description: IM Engines Library + Main im-engines library + +Package: hildon-status-bar-usb-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (fr_CA) + Language files for fr_CA hildon-status-bar-usb. + +Package: osso-cities-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (pl_PL) + Language files for pl_PL osso-cities. + +Package: hildon-plugins-notify-sv +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 160 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 0.49+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libplayback-1-0, libprofile0, libpulse-mainloop-glib0, libpulse0 (>= 0.9.15~test5), libsndfile1, libx11-6, libxml2 (>= 2.6.32), libgstreamer0.10-0, mce (>= 1.8.1), libprofile0 (>= 0.0.3), profiled (>= 0.0.3), profile-data (>= 0.0.2), libplayback-1-0, libosso1, libpulse0, libx11-6, libsndfile1, libgconf2-6 +Description: Sound and vibra notification plugin + This package contains the sound and vibra plugins for hildon desktop notification system. + +Package: libqt4-network +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1452 +Maintainer: Shane Bradley +Architecture: armel +Source: qt4-x11 +Version: 4.5.3~git20090723-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libqt4-core (= 4.5.3~git20090723-0maemo6+0m5), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.2.1) +Description: Qt 4 network module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The QtNetwork module offers classes that allow you to write TCP/IP clients and + servers. It provides classes to make network programming easier and portable. + +Package: osso-imageviewer-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-imageviewer-ui-l10n-mr +Depends: osso-imageviewer-ui-l10n-ruru, osso-imageviewer-ui-l10n-frfr, osso-imageviewer-ui-l10n-frca, osso-imageviewer-ui-l10n-dadk, osso-imageviewer-ui-l10n-itit, osso-imageviewer-ui-l10n-svse, osso-imageviewer-ui-l10n-nono, osso-imageviewer-ui-l10n-fifi, osso-imageviewer-ui-l10n-nlnl, osso-imageviewer-ui-l10n-enus, osso-imageviewer-ui-l10n-dede, osso-imageviewer-ui-l10n-esmx, osso-imageviewer-ui-l10n-eses, osso-imageviewer-ui-l10n-cscz, osso-imageviewer-ui-l10n-ptpt, osso-imageviewer-ui-l10n-engb, osso-imageviewer-ui-l10n-plpl +Description: osso-imageviewer-ui marketing release package + This is a metapackage for osso-imageviewer-ui to pull all the l10n packages. + Application developers of osso-imageviewer-ui should depend on + "osso-imageviewer-ui-l10n-mr0 | osso-imageviewer-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: hildon-control-panel-personalisation-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (fr_FR) + Language files for fr_FR hildon-control-panel-personalisation. + +Package: libnspr4 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 240 +Maintainer: Oleg Romashin +Architecture: armel +Source: microb-engine +Version: 20090612-49+0m5 +Replaces: libnspr3 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Conflicts: libnspr3 +Description: Netscape Portable Runtime Library + This library provides platform independent non-GUI operating system + facilities including: + * threads, + * thread synchronisation, + * normal file I/O and network I/O, + * interval timing and calendar time, + * basic memory management (malloc and free), + * shared library linking and loading. + . + See http://www.mozilla.org/docs/refList/refNSPR/ for more information. + +Package: osso-cities-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (pt_PT) + Language files for pt_PT osso-cities. + +Package: ezitext-czech +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 108 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Czech language support for the eZiText (TM). +Confidential: yes + +Package: osso-powerup-shutdown-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (pt_PT) + Language files for pt_PT osso-powerup-shutdown. + +Package: rtcom-messaging-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (sv_SE) + Language files for sv_SE rtcom-messaging-ui. + +Package: microb-eal +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 512 +Maintainer: Oleg Romashin +Architecture: armel +Version: 2.5.11.11-1+0m5 +Depends: browser-eal (>= 0.5.1), libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libgtkmozembed (>= 1.7.7.4), libhildon1, libosso1 (>= 2.26), libpango1.0-0, libssl0.9.8 (>= 0.9.8f-5) +Conffiles: + /etc/gre.d/application.ini 5e0bde4847f8da3f3af14482dfb0a1c2 + /etc/osso-rfs-scripts/browser-engine-rfs.sh 6e40d719c30df76fc985767f4109523c + /etc/gconf/schemas/browsermoz.schemas 1dfabc51368e99f04083fe8468e43be8 + /etc/osso-backup/applications/browser-engine.conf c2a3b630dbaf5cec35ae2c036acb8788 + /etc/osso-cud-scripts/browser-engine-cud.sh 93ae001cab6d213cd2435c336e716e05 +Description: MicroB Web Engine. + +Package: modest-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (fi_FI) + Language files for fi_FI modest. + +Package: libsignonui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (es_ES) + Language files for es_ES libsignonui. + +Package: osso-clock-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (fr_CA) + Language files for fr_CA osso-clock. + +Package: libltdl7 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 380 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 2.2.6a-1~maemo2 +Depends: libc6 (>= 2.5.0-1) +Description: A system independent dlopen wrapper for GNU libtool + This package contains the run-time libltdl library. + . + A small library that aims at hiding the various difficulties of + dlopening libraries from programmers. It is a system independent + dlopen wrapper for GNU libtool. + . + It supports the following dlopen interfaces: + * dlopen (Solaris, Linux and various BSD flavors) + * shl_load (HP-UX) + * LoadLibrary (Win16 and Win32) + * load_add_on (BeOS) + * GNU DLD (emulates dynamic linking for static libraries) + * libtool's dlpreopen +Xsbc-Original-Maintainer: Kurt Roeckx + +Package: libpango1.0-common +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 236 +Maintainer: Christian Dywan , Sven Herzberg +Architecture: armel +Source: pango1.0 +Version: 1.24.2-0maemo1+0m5 +Replaces: libpango0, libpango-common (<< 1.0.0) +Depends: debconf, fontconfig (>= 2.1.91), libexpat1 +Recommends: x-ttcidfont-conf +Suggests: ttf-kochi-gothic, ttf-kochi-mincho, ttf-thryomanes, ttf-baekmuk, ttf-arphic-gbsn00lp, ttf-arphic-bsmi00lp, ttf-arphic-gkai00mp, ttf-arphic-bkai00mp +Conffiles: + /etc/pango/pango.modules 68b329da9893e34099c7d8ad5cb9c940 + /etc/pango/pangox.aliases d7aedce36ebcb0a24e8fa97996296e72 +Description: Modules and configuration files for the Pango + Pango is a library for layout and rendering of text, with an emphasis + on internationalization. Pango can be used anywhere that text layout is + needed. however, most of the work on Pango-1.0 was done using the GTK+ + widget toolkit as a test platform. Pango forms the core of text and + font handling for GTK+-2.0. + . + Pango is designed to be modular; the core Pango layout can be used with + four different font backends: + - Core X windowing system fonts + - Client-side fonts on X using the Xft library + - Direct rendering of scalable fonts using the FreeType library + - Native fonts on Microsoft backends + . + This package contains the Pango modules and the configuration files + which Pango needs. + +Package: busybox-symlinks-psmisc +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 20 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: busybox +Version: 3:1.10.2.legal-1osso26+0m5 +Replaces: psmisc +Provides: psmisc +Conflicts: psmisc +Description: BusyBox symlinks to provide 'psmisc' + BusyBox symlinks for utilities corresponding to 'psmisc' package. +Xs-Original-Maintainer: Debian Install System Team + +Package: libexpat1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 180 +Maintainer: Debian XML/SGML Group +Architecture: armel +Source: expat +Version: 1.95.8-5maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: XML parsing C library - runtime library + This package contains the runtime, shared library of expat, the C + library for parsing XML. + +Package: hildon-control-panel-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (da_DK) + Language files for da_DK hildon-control-panel. + +Package: osso-statusbar-sound-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (pt_PT) + Language files for pt_PT osso-statusbar-sound. + +Package: gstreamer0.10-plugins-bad +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 412 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gst-plugins-bad0.10 +Version: 0.10.14-git265-0maemo6+0m5 +Replaces: gstreamer0.10-plugins-bad-multiverse (<< 0.10.5-2), gst-plugins-farsight (<< 0.12.11-0maemo1) +Depends: libc6 (>= 2.5.0-1), libexempi3, libexif12, libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libiptcdata0, libxml2 (>= 2.6.32), gstreamer0.10-plugins-base (>= 0.10.25-0maemo3) +Description: GStreamer plugins from the "bad" set + GStreamer is a streaming media framework, based on graphs of filters + which operate on media data. Applications using this library can do + anything from real-time sound processing to playing videos, and just + about anything else media-related. Its plugin-based architecture means + that new data types or processing capabilities can be added simply by + installing new plug-ins. + . + GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared + to the rest. They might be close to being good quality, but they're missing + something - be it a good code review, some documentation, a set of tests, a + real live maintainer, or some actual wide use. +Xsbc-Original-Maintainer: Maintainers of GStreamer packages + +Package: osso-addressbook-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (no_NO) + Language files for no_NO osso-addressbook. + +Package: location-daemon +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 72 +Maintainer: Quanyi Sun +Architecture: armel +Version: 0.96-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), liblas1 +Description: Location daemon + Daemon for controlling internal location harware. + Uses Gypsy-compatible DBus API. + +Package: osso-applet-memory-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (no_NO) + Language files for no_NO osso-applet-memory. + +Package: osso-clock-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (es_ES) + Language files for es_ES osso-clock. + +Package: system-services +Status: install ok installed +Priority: extra +Section: admin +Installed-Size: 212 +Maintainer: Pekka Lundstrom +Architecture: armel +Source: upstart +Version: 0.3.8-57+0m5 +Replaces: upstart (<< 0.2.1-6) +Depends: upstart (>= 0.2.0), mini-rc | sysv-rc +Conffiles: + /etc/default/mount-opts fd567945b4bfe0de5948cc52be9a6f11 + /etc/X11/Xsession 2f480606079fe06aa68abd89f570abad + /etc/X11/Xsession.actdead/00settings 9b49bdbcb743f48cdb2e448c854d3a40 + /etc/X11/Xsession.actdead/15matchbox 8041ff214beb487a42aa5d54f220e8f2 + /etc/X11/Xsession.actdead/99initdone e4c0ef6b288b090a3c5da1f84f6927cd + /etc/X11/Xsession.actdead/10sapwood 3a14c249aec546314c9cfdcfdf86c776 + /etc/X11/Xsession.post/99initdone ea4527761d5b226d0d884d9b46d1b7c2 + /etc/X11/Xsession.d/00settings b3273cb38f0de6dad5ad45c25d2865cd + /etc/event.d/console 9fd068c785b3e27dd5e1b5056ba5a8b3 + /etc/event.d/ttyS1 26071232287eb5b37b59e0ccc7176dad + /etc/event.d/rc-default 46b150591eb14651f721b689fbc2b77b + /etc/event.d/hildon-desktop d1a63dcd4933435c1ded0d4785ac3b0e + /etc/event.d/rcS-late c479757942116e160784f420dc333ffa + /etc/event.d/reboot 20a781f27fbd7b7e8c368f280e6ad659 + /etc/event.d/actdead 931c91c9d708a12f3bb5a00aca650cb6 + /etc/event.d/xsession 8164c24c16fccb6cee338929d087d684 + /etc/event.d/welcome 38e0100ed920d3f7ef3bdcdb50af3e07 + /etc/event.d/ttyS0 da0d8e0ab44bafd777d3779335087690 + /etc/event.d/shutdown 1f0b8d34862068bc067191f30d191030 + /etc/event.d/rcS 7cf7d0e7c441944f152f5686cc13d86b + /etc/event.d/ttyS2 34760e3e0cb9f71f11bdf78bfd94189f + /etc/event.d/ttyUSB0 caaeba0baf5db6eedb725d4bef03d763 +Description: definitions of essential system services + This package contains the definitions of services essential for the + normal operation of a Linux system. + +Package: osso-fm-transmitter-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (no_NO) + Language files for no_NO osso-fm-transmitter. + +Package: nolo +Status: install ok installed +Priority: optional +Section: base +Installed-Size: 5920 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 1.4.14.4.4+0m5 +Pre-Depends: softupd (>= 0.4.0) +Description: Bootloaders for RX-51 devices + This package contains bootloaders for the several hardware + revisions of RX-51 boards. + +Package: librtcom-call-ui0 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 328 +Maintainer: Lassi Syrjala +Architecture: armel +Source: rtcom-call-ui +Version: 1.20091117.3+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.9), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, librtcom-eventlogger-plugins0, librtcom-eventlogger-ui0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), rtcom-call-ui-l10n-mr0 | rtcom-call-ui-l10n-mr +Description: RTCom Call UI library + RTCom Call UI is a voice and video call client for the + Telepathy framework. + . + A shared library for applications + +Package: modest-nokiamessaging-plugin-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (da_DK) + Language files for da_DK modest-nokiamessaging-plugin. + +Package: osso-clock-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (nl_NL) + Language files for nl_NL osso-clock. + +Package: hildon-input-method-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (fi_FI) + Language files for fi_FI hildon-input-method. + +Package: osso-statusbar-sound-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (es_ES) + Language files for es_ES osso-statusbar-sound. + +Package: skype-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (fr_FR) + Language files for fr_FR skype-ui. + +Package: hildon-status-bar-usb-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (sv_SE) + Language files for sv_SE hildon-status-bar-usb. + +Package: osso-notes-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-notes-l10n-mr +Depends: osso-notes-l10n-ruru, osso-notes-l10n-frfr, osso-notes-l10n-frca, osso-notes-l10n-dadk, osso-notes-l10n-itit, osso-notes-l10n-svse, osso-notes-l10n-nono, osso-notes-l10n-fifi, osso-notes-l10n-nlnl, osso-notes-l10n-enus, osso-notes-l10n-dede, osso-notes-l10n-esmx, osso-notes-l10n-eses, osso-notes-l10n-cscz, osso-notes-l10n-ptpt, osso-notes-l10n-engb, osso-notes-l10n-plpl +Description: osso-notes marketing release package + This is a metapackage for osso-notes to pull all the l10n packages. + Application developers of osso-notes should depend on + "osso-notes-l10n-mr0 | osso-notes-l10n-mr" + to ensure correct locales are getting installed. + +Package: hildon-input-method-configurator +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 120 +Maintainer: Mohammad Anwari +Architecture: armel +Version: 0.1.8-1+0m5 +Depends: libi18n-locale-resolver0 (>= 0.1.4-1), locale-resolver-data, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libexpat1 (>= 1.95.8), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libossoproductinfo0 (>= 0.7.3.1+0m5), sudo (>= 1:1.6.8p12-4osso7) +Conffiles: + /etc/sudoers.d/hildon-input-method-configurator.sudoers 724c0f51daa1a7309fb5dad9560cabaa + /etc/X11/replace/Xsession.post/hildon-input-method-configurator 2ba850780dfec77812d7057bd406bd42 + /etc/osso-backup/restore.d/always/hildon-input-method-restore-always.sh af5a6c2b588b72ba092e21c769a8bc7e +Description: Hildon Input method configurator + This package provides Hildon Input Method configurator. + +Package: maemo-af-desktop-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (it_IT) + Language files for it_IT maemo-af-desktop. + +Package: hildon-fm-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (en_GB) + Language files for en_GB hildon-fm. + +Package: osso-sharing-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (de_DE) + Language files for de_DE osso-sharing-ui. + +Package: osso-applet-textinput-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (ru_RU) + Language files for ru_RU osso-applet-textinput. + +Package: osso-cities-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-cities-l10n-mr +Depends: osso-cities-l10n-ruru, osso-cities-l10n-frfr, osso-cities-l10n-frca, osso-cities-l10n-dadk, osso-cities-l10n-itit, osso-cities-l10n-svse, osso-cities-l10n-nono, osso-cities-l10n-fifi, osso-cities-l10n-nlnl, osso-cities-l10n-enus, osso-cities-l10n-dede, osso-cities-l10n-esmx, osso-cities-l10n-eses, osso-cities-l10n-cscz, osso-cities-l10n-ptpt, osso-cities-l10n-engb, osso-cities-l10n-plpl +Description: osso-cities marketing release package + This is a metapackage for osso-cities to pull all the l10n packages. + Application developers of osso-cities should depend on + "osso-cities-l10n-mr0 | osso-cities-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-applet-screencalibration-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (pl_PL) + Language files for pl_PL osso-applet-screencalibration. + +Package: libpango1.0-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 828 +Maintainer: Christian Dywan , Sven Herzberg +Architecture: armel +Source: pango1.0 +Version: 1.24.2-0maemo1+0m5 +Depends: libpango1.0-common (>= 1.24.2-0maemo1+0m5), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxft2 (>> 2.1.1), libxrender1, zlib1g (>= 1:1.2.1) +Description: Layout and rendering of internationalized text + Pango is a library for layout and rendering of text, with an emphasis + on internationalization. Pango can be used anywhere that text layout is + needed. however, most of the work on Pango-1.0 was done using the GTK+ + widget toolkit as a test platform. Pango forms the core of text and + font handling for GTK+-2.0. + . + Pango is designed to be modular; the core Pango layout can be used with + four different font backends: + - Core X windowing system fonts + - Client-side fonts on X using the Xft library + - Direct rendering of scalable fonts using the FreeType library + - Native fonts on Microsoft backends + . + This package contains the shared libraries. + +Package: maemointernal-keyring +Status: install ok installed +Priority: extra +Section: misc +Installed-Size: 48 +Maintainer: Stefano Mosconi +Architecture: all +Version: 0.3+0m5 +Description: The keys for apt-secure for maemo.research.nokia.com. + +Package: osso-system-lock-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (pt_PT) + Language files for pt_PT osso-system-lock. + +Package: hildon-control-panel-personalisation-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (en_US) + Language files for en_US hildon-control-panel-personalisation. + +Package: libclockcore0-0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 140 +Maintainer: Ouyang Qi +Architecture: armel +Source: clock +Version: 0.5.15-1+0m5 +Replaces: osso-clock +Depends: libc6 (>= 2.5.0-1), libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libosso1 (>= 2.23), gconf2 (>= 2.12.1-1), libalarm2, osso-clock-l10n-mr | osso-clock-l10n-mr0 +Conflicts: osso-clock +Conffiles: + /etc/osso-backup/applications/worldclock.conf 2484bb4c0c79b6a9ab3ed98f102e437b + /etc/osso-backup/pre-backup.d/clock.prebackup.sh 1f2d29397a543d0fb3f447e830b1e37e + /etc/osso-backup/restore.d/always/clock.restore.sh 5734a8e374df5024a85a7e87ee3b38db + /etc/osso-cud-scripts/clockcore-clean.sh e5ca9b9106b500f85d06819e85250306 +Description: Back-end library for Clock Application + Library providing basic functionalities for Clock Application. + +Package: softupd +Status: install ok installed +Priority: extra +Section: utils +Installed-Size: 224 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 0.4.3.1+0m5 +Depends: libc6 (>= 2.5.0-1), libcal1, libdbus-1-3 (>= 1.1.4), libgcc1 (>= 1:4.2.1), libscconf0 (>= 0.1), libsysinfo0, e2fsprogs, dosfstools, flasher +Pre-Depends: mini-rc +Conffiles: + /etc/event.d/softupd 980263bf0911a602c3eee8e8334ff908 + /etc/init.d/softupd 5272fa07dd92305933359e8d296a0b91 + /etc/init.d/softupd.rcS af6c56b3fac636fe514ba091f26a8f4d +Description: userspace software updater + +Package: osso-system-lock-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (en_US) + Language files for en_US osso-system-lock. + +Package: hildon-control-panel-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (en_US) + Language files for en_US hildon-control-panel. + +Package: hildon-application-manager-settings-standard +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 88 +Maintainer: Marius Vollmer +Architecture: all +Version: 16+0.1+0m5 +Replaces: hildon-application-manager-settings +Provides: hildon-application-manager-settings +Depends: apt +Conflicts: hildon-application-manager-settings, nokia-repository, nokia-system-domain, nokia-certified-domain, nokia-selected-domain, maemo-extras-domain +Description: Application manager settings, standard. + +Package: osso-location-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (fi_FI) + Language files for fi_FI osso-location-ui. + +Package: osso-applet-certman-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (fr_CA) + Language files for fr_CA osso-applet-certman. + +Package: osso-games-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (pt_PT) + Language files for pt_PT osso-games. + +Package: usbutils +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 200 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 0.72-8osso2 +Depends: libc6 (>= 2.5.0-1), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.2.1) +Suggests: wget (>= 1.8.1-6) | lynx (>= 2.8.4.1b-3) +Description: Linux USB utilities + This package contains the lsusb utility for inspecting the devices + connected to the USB bus. It shows a graphical representation of the + devices that are currently plugged in, showing the topology of the + USB bus. It also displays information on each individual device on + the bus. + . + More information can be found at the Linux USB web site + http://www.linux-usb.org/ . + +Package: osso-applet-memory-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (fi_FI) + Language files for fi_FI osso-applet-memory. + +Package: hildon-theme-alpha +Status: install ok installed +Priority: optional +Section: themes +Installed-Size: 7992 +Maintainer: Janne Hillervo +Architecture: all +Version: 9.1+0m5 +Provides: hildon-theme +Depends: gtk2-engines-sapwood (>= 3.1.1), hildon-theme-cacher (>= 0.3.0) +Description: Nokia Nseries Theme. + +Package: libxi6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 96 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxi +Version: 2:1.2.99.1-1 +Depends: libc6 (>= 2.5.0-1), libx11-6, libxext6 +Description: X11 Input extension library + libXi provides an X Window System client interface to the XINPUT + extension to the X protocol. + . + The Input extension allows setup and configuration of multiple input devices, + and will soon allow hotplugging of input devices; to be added and removed on + the fly. + . + More information about X.Org can be found at: + + + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXi + +Package: libhal1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 184 +Maintainer: Janne Karhunen +Architecture: armel +Source: hal +Version: 0.5.12~git20090219-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4) +Description: Hardware Abstraction Layer - shared library + HAL provides an abstract view on hardware. + . + This abstraction layer is simply an interface that makes it possible to + add support for new devices and new ways of connecting devices to the + computer, without modifying every application that uses the device. + It maintains a list of devices that currently exist, and can provide + information about those upon request. + . + This package contains shared libraries to be used by applications. +Xs-Original-Maintainer: Sjoerd Simons + +Package: librtcom-eventlogger-plugins0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 112 +Maintainer: Salvatore Iovene +Architecture: armel +Source: rtcom-eventlogger-plugins +Version: 0.32-1+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), rtcom-call-ui-l10n-mr0 | rtcom-call-ui-l10n-mr +Description: Event Logger Library plugins. + Event Logger Library plugins. + +Package: osso-connectivity-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (fr_FR) + Language files for fr_FR osso-connectivity-ui. + +Package: osso-sketch-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (cs_CZ) + Language files for cs_CZ osso-sketch. + +Package: osso-statusbar-presence-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (ru_RU) + Language files for ru_RU osso-statusbar-presence. + +Package: hildon-common-strings-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (en_GB) + Language files for en_GB hildon-common-strings. + +Package: osso-applet-memory-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (nl_NL) + Language files for nl_NL osso-applet-memory. + +Package: rtcom-messaging-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (de_DE) + Language files for de_DE rtcom-messaging-ui. + +Package: osso-applet-accounts-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (es_ES) + Language files for es_ES osso-applet-accounts. + +Package: hildon-common-strings-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (ru_RU) + Language files for ru_RU hildon-common-strings. + +Package: osso-calculator-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (fr_FR) + Language files for fr_FR osso-calculator-ui. + +Package: libqt4-dbus +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 604 +Maintainer: Shane Bradley +Architecture: armel +Source: qt4-x11 +Version: 4.5.3~git20090723-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libqt4-xml (= 4.5.3~git20090723-0maemo6+0m5), libqt4-core (= 4.5.3~git20090723-0maemo6+0m5), libstdc++6 (>= 4.2.1) +Description: Qt 4 D-Bus module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The QtDBus module is a Unix-only library that you can use to make Inter-Process + Communication using the D-Bus protocol. + . + Applications using the QtDBus module can provide services to other, remote + applications by exporting objects, as well as use services exported by those + applications by placing calls and accessing properties. + +Package: modest-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (es_ES) + Language files for es_ES modest. + +Package: ezitext-french-ca +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 92 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: French (Canada) language support for the eZiText (TM). +Confidential: yes + +Package: hildon-im-common-virtual-settings +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 92 +Maintainer: Mohammad Anwari +Architecture: armel +Source: hildon-input-method-plugins +Version: 3.9.46-2+0m5 +Depends: hildon-input-method, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-im-ui3, libhildon-im-western-plugin-common3, libosso1 (>= 2.26), libpango1.0-0 +Description: Western word completion Text Input Settings plugin + This packages provides the word completion Text Input Settings plugin. + +Package: ke-recv-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (de_DE) + Language files for de_DE ke-recv. + +Package: osso-rss-feed-reader +Status: install ok installed +Priority: optional +Section: web +Installed-Size: 464 +Maintainer: Amish Maske +Architecture: armel +Version: 1.6.48-1+0m5 +Depends: osso-rss-feed-reader-feeds | osso-rss-feed-reader-list, osso-rss-feed-reader-lib, gtkhtml3.14, osso-rss-feed-reader-l10n-mr0, gconf2, libxml2, libconic0, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, maemo-launcher, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, hildon-fm-l10n-mr | hildon-fm-l10n-mr0, ke-recv-l10n-mr | ke-recv-l10n-mr0, libiphb0 +Conffiles: + /etc/osso-cud-scripts/rss-reader-cud.sh 7dd1731102d2d85d0a5e1b9d3a332d40 + /etc/osso-backup/applications/osso-rss-feed-reader.conf 3e32c49c6d9cbe6b87117926edb4fa4b +Description: OSSO RSS Reader + RSS news reader for OSSO. + +Package: as-config-applet-0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 160 +Maintainer: Maxim Zezin +Architecture: armel +Source: as-config-applet +Version: 0.0.2-26+0m5 +Depends: calendar-backend, libas-common-utils-0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libpango1.0-0, libstdc++6 (>= 4.2.1), libtime0, libwbxml2-0, as-config-applet-l10n-mr | as-config-applet-l10n-mr0, modest-l10n-mr | modest-l10n-mr0, modest-as-plugin-0, camel-as-provider-0 +Description: Mail for Exchange configuration application. + Binary package Mail for Exchange configuration application. + +Package: ezitext-danish +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 104 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Danish language support for the eZiText (TM). +Confidential: yes + +Package: libspeexdsp1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 148 +Maintainer: Maemo Multimedia +Architecture: armel +Source: speex +Version: 1.2~rc1-1maemo7+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: The Speex extended runtime library + Speex is an audio codec especially designed for compressing voice at low + bit-rates for applications such as voice over IP (VoIP). In some senses, + it is meant to be complementary to the Vorbis codec which places a greater + emphasis on high-quality music reproduction. + . + This package provides the runtime library of additional functions that + are part of the Speex distribution. +Xsbc-Original-Maintainer: Debian VoIP Team + +Package: as-config-applet-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (da_DK) + Language files for da_DK as-config-applet. + +Package: maemo-af-desktop-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (no_NO) + Language files for no_NO maemo-af-desktop. + +Package: rtcom-messaging-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (fr_FR) + Language files for fr_FR rtcom-messaging-ui. + +Package: osso-location-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (ru_RU) + Language files for ru_RU osso-location-ui. + +Package: osso-system-lock-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (fi_FI) + Language files for fi_FI osso-system-lock. + +Package: osso-cities-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (da_DK) + Language files for da_DK osso-cities. + +Package: calendar-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (pt_PT) + Language files for pt_PT calendar. + +Package: modest-nokiamessaging-plugin-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: modest-nokiamessaging-plugin-l10n-mr +Depends: modest-nokiamessaging-plugin-l10n-ruru, modest-nokiamessaging-plugin-l10n-frfr, modest-nokiamessaging-plugin-l10n-frca, modest-nokiamessaging-plugin-l10n-dadk, modest-nokiamessaging-plugin-l10n-itit, modest-nokiamessaging-plugin-l10n-svse, modest-nokiamessaging-plugin-l10n-nono, modest-nokiamessaging-plugin-l10n-fifi, modest-nokiamessaging-plugin-l10n-nlnl, modest-nokiamessaging-plugin-l10n-enus, modest-nokiamessaging-plugin-l10n-dede, modest-nokiamessaging-plugin-l10n-esmx, modest-nokiamessaging-plugin-l10n-eses, modest-nokiamessaging-plugin-l10n-cscz, modest-nokiamessaging-plugin-l10n-ptpt, modest-nokiamessaging-plugin-l10n-engb, modest-nokiamessaging-plugin-l10n-plpl +Description: modest-nokiamessaging-plugin marketing release package + This is a metapackage for modest-nokiamessaging-plugin to pull all the l10n packages. + Application developers of modest-nokiamessaging-plugin should depend on + "modest-nokiamessaging-plugin-l10n-mr0 | modest-nokiamessaging-plugin-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-notes-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (sv_SE) + Language files for sv_SE osso-notes. + +Package: ke-recv-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (ru_RU) + Language files for ru_RU ke-recv. + +Package: osso-uri-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (es_ES) + Language files for es_ES osso-uri. + +Package: osso-applet-accounts-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (en_GB) + Language files for en_GB osso-applet-accounts. + +Package: osso-games-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (fr_CA) + Language files for fr_CA osso-games. + +Package: osso-sketch-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (en_US) + Language files for en_US osso-sketch. + +Package: gypsy-daemon +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 72 +Maintainer: Quanyi Sun +Architecture: armel +Version: 0.6-9+0m5 +Depends: libbluetooth3 (>= 4.40), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0) +Description: Gypsy + Gypsy the location daemon + +Package: osso-backup +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 336 +Maintainer: Richard Sun +Architecture: armel +Version: 1.8.16-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28+0m5), libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso-gsf-1, libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libssl0.9.8 (>= 0.9.8f-5), libx11-6, libxml2 (>= 2.6.32), libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher, osso-app-killer, osso-backup-l10n-mr0 | osso-backup-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr +Pre-Depends: sudo +Conffiles: + /etc/osso-cud-scripts/osso-backup-clean.sh b098446b375f84a9c3b4bbbfb57beff0 + /etc/osso-backup/post-backup.d/post-backup-default.sh 34f83dbc85c4b4cbf265d56d2b2912a3 + /etc/osso-backup/applications/default.conf 3153180f9ad450aea9c65dd9a6626347 + /etc/osso-backup/osso-backup.conf c55a4ada7aead89f5ad9340c7f6cf917 + /etc/X11/Xsession.post/69osso-backup ad58ff5786464afdc8511cf99713c51b +Description: Osso backup application + Osso application for backing up and restoring user data. + +Package: modest-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 88 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (ru_RU) + Language files for ru_RU modest. + +Package: osso-suw-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (es_MX) + Language files for es_MX osso-suw. + +Package: policy-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (nl_NL) + Language files for nl_NL policy. + +Package: maesync-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (nl_NL) + Language files for nl_NL maesync. + +Package: osso-sharing-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (cs_CZ) + Language files for cs_CZ osso-sharing-ui. + +Package: hildon-fm-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (nl_NL) + Language files for nl_NL hildon-fm. + +Package: ezitext-italian +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 108 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Italian language support for the eZiText (TM). +Confidential: yes + +Package: osso-browser +Status: install ok installed +Priority: optional +Section: web +Installed-Size: 8 +Maintainer: Sudarsana Nagineni +Architecture: armel +Version: 3:2.1.6-4 +Depends: tablet-browser-ui, tablet-browser-default-plugin (>= 0.0.1-1), microb-eal, tablet-browser-daemon +Description: Meta-package for Browser aplication + Meta-package for Browser aplication + Contain Depends from all required packages for Browser + +Package: osso-pdf-viewer-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (pt_PT) + Language files for pt_PT osso-pdf-viewer. + +Package: libpulse0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 404 +Maintainer: Maemo Multimedia +Architecture: armel +Source: pulseaudio +Version: 0.9.15-1maemo35+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgcc1 (>= 1:4.2.1), libgdbm3 +Suggests: pulseaudio +Conffiles: + /etc/pulse/client.conf 2015871be2d5839f7d7af5f7ce09afa0 +Description: PulseAudio client libraries + PulseAudio, previously known as Polypaudio, is a sound server for POSIX and + WIN32 systems. It is a drop in replacement for the ESD sound server with + much better latency, mixing/re-sampling quality and overall architecture. + . + Client libraries used by applications that access a PulseAudio sound server + via PulseAudio's native interface. +Xsbc-Original-Maintainer: Pulseaudio maintenance team + +Package: tracker-utils +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 196 +Maintainer: Urho Konttori +Architecture: armel +Source: tracker +Version: 0.6.95-24maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libtrackerclient0, tracker, tracker (= 0.6.95-24maemo1+0m5) +Description: Tracker command line applications to lookup data + Included utilities for Tracker: + * tracker-files: Get files based service type or mime type. + * tracker-meta-folder: Get metadata for all files in a folder. + * tracker-query: Run an RDF query against the databases. + * tracker-search: Perform a google-like search on all data. + * tracker-stats: Get statistics on how many items are indexed. + * tracker-status: Get the current state of the daemon (idle/indexing/etc). + * tracker-tag: Add, remove, list tags for specific files. + +Package: libgtk2.0-common +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: Claudio Saavedra +Architecture: all +Source: gtk+2.0 +Version: 2:2.14.7-1maemo21+0m5 +Replaces: libgtk1.3-common, libgtk2.0-data +Depends: libgtk2.0-0 +Conflicts: libgtk1.3-common, libgtk2.0-data +Description: Common files for the GTK+ graphical user interface library + The GTK+ is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, the GTK+ is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package contains the common files which the libraries need. + +Package: osso-imageviewer-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (en_GB) + Language files for en_GB osso-imageviewer-ui. + +Package: osso-profiles-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (ru_RU) + Language files for ru_RU osso-profiles. + +Package: xml2wbxml +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 88 +Maintainer: Hannu Mallat +Architecture: armel +Version: 0.0.20+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: This library provides XML to WBXML transformation, and vice versa + A library for XML to WBXML transformation, used when LGPL libraries + cannot be used. + +Package: libosso1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 116 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Source: libosso +Version: 2.26-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libosso-dbus-conf +Description: Basic library for maemo applications - shared library + Libosso is the basic library containing required and helpful functions + for maemo applications. One of Libosso's main features is RPC (Remote + Procedure Calls) services (as it "wraps" D-Bus). In addition, Libosso + provides access to low-level hardware functions, such as turning on (or + keeping on) the display, autosaving, state saving and system time. + . + All maemo-compliant applications must use Libosso to respond coherently + to system changes and signals, such as the battery low, pre-shutdown + and state saving signals. + . + This package contains the shared library. + +Package: hildon-status-bar-usb-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (en_GB) + Language files for en_GB hildon-status-bar-usb. + +Package: osso-connectivity-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (cs_CZ) + Language files for cs_CZ osso-connectivity-ui. + +Package: osso-addressbook-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (es_ES) + Language files for es_ES osso-addressbook. + +Package: osso-system-lock-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (sv_SE) + Language files for sv_SE osso-system-lock. + +Package: osso-applet-accounts-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (nl_NL) + Language files for nl_NL osso-applet-accounts. + +Package: osso-addressbook-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (fr_FR) + Language files for fr_FR osso-addressbook. + +Package: pulseaudio-policy-enforcement +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 152 +Maintainer: Janos Kovacs +Architecture: armel +Version: 0.5.34+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libpulse0, libpulse0 (>= 0.9.15~test5), pulseaudio +Description: Pulseaudio module for policy enforcement + Pulseaudio module for policy enforcement. + +Package: pasr +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 60 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 0.9.15.2-1+0m5 +Depends: libc6 (>= 2.5.0-1), libpulse0 (>= 0.9.15~test5) +Description: PulseAudio stream restore utility + Pasr is a utility for the stream-restore PulseAudio extension. + +Package: libvte-common +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1168 +Maintainer: Santtu Lakkala +Architecture: all +Source: vte +Version: 1:0.16.14-0mh9.m5 +Replaces: libvte2 (<= 0.5.1-2) +Description: Terminal emulator widget for GTK+ 2.0 - common files + The VTE library inserts terminal capability strings into a trie, and then + uses it to determine if data received from a pseudo-terminal is a control + sequence or just random data. The sample program "interpret" illustrates + more or less what the widget sees after it filters incoming data. + . + This package contains internationalization files for the VTE library. + +Package: libtiff4 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 440 +Maintainer: Claudio Saavedra +Architecture: armel +Source: tiff +Version: 1:3.8.2-11maemo4+0m5 +Depends: libc6 (>= 2.5.0-1), libjpeg62, zlib1g (>= 1:1.2.1) +Description: Tag Image File Format (TIFF) library + libtiff is a library providing support for the Tag Image File Format + (TIFF), a widely used format for storing image data. This package + includes the shared library. + +Package: osso-addressbook-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-addressbook-l10n-mr +Depends: osso-addressbook-l10n-ruru, osso-addressbook-l10n-frfr, osso-addressbook-l10n-frca, osso-addressbook-l10n-dadk, osso-addressbook-l10n-itit, osso-addressbook-l10n-svse, osso-addressbook-l10n-nono, osso-addressbook-l10n-fifi, osso-addressbook-l10n-nlnl, osso-addressbook-l10n-enus, osso-addressbook-l10n-dede, osso-addressbook-l10n-esmx, osso-addressbook-l10n-eses, osso-addressbook-l10n-cscz, osso-addressbook-l10n-ptpt, osso-addressbook-l10n-engb, osso-addressbook-l10n-plpl +Description: osso-addressbook marketing release package + This is a metapackage for osso-addressbook to pull all the l10n packages. + Application developers of osso-addressbook should depend on + "osso-addressbook-l10n-mr0 | osso-addressbook-l10n-mr" + to ensure correct locales are getting installed. + +Package: libsignonui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (en_US) + Language files for en_US libsignonui. + +Package: icd2-network-wlan-config +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 76 +Maintainer: Jukka Rissanen +Architecture: armel +Source: libicd-network-wlan +Version: 0.78.1+0m5 +Depends: icd2 (>= 0.2) +Conffiles: + /etc/osso-backup/restore.d/always/icd2_restore_ipv6.sh 0ea1c07b42678b37992d8eab88f1fd38 + /etc/gconf/schemas/libicd-network-wlan.schemas 57b43055de31d3dcf0a95d236e54682a +Description: WLAN networking components configuration + The WLAN plugin configuration pkg that is needed by wlan network + module (this is the schema file containing eap, wlan, ipv4 + and ipv6 module configuration) + +Package: osso-tv-out-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (fr_FR) + Language files for fr_FR osso-tv-out. + +Package: osso-fm-transmitter-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (es_MX) + Language files for es_MX osso-fm-transmitter. + +Package: osso-countries-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (es_MX) + Language files for es_MX osso-countries. + +Package: hildon-input-method-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (pt_PT) + Language files for pt_PT hildon-input-method. + +Package: hildon-input-method-plugins-western +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 68 +Maintainer: Mohammad Anwari +Architecture: all +Source: hildon-input-method-plugins +Version: 3.9.46-2+0m5 +Replaces: libhildon-input-method-plugins-western-sdk (<< 3.0.0-1), libhildon-input-method-plugins-western (<< 3.0.0-1), hildon-input-method-extra-keyboard-layouts +Provides: libhildon-input-method-plugins-western +Depends: hildon-im-fkb (= 3.9.46-2+0m5), hildon-im-keyboard-assistant (= 3.9.46-2+0m5), hildon-im-keyboard-assistant-scv (= 3.9.46-2+0m5), hildon-im-plugin-settings, hildon-input-method-widgets (>= 3.3.12) +Conflicts: libhildon-input-method-plugins-western-sdk (<< 3.0.0-1), libhildon-input-method-plugins-western (<< 3.0.0-1) +Description: Western plugins for the Hildon Input Method + This is meta package which provides the standard Hildon Input Method plugins. + +Package: osso-display-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (fi_FI) + Language files for fi_FI osso-display. + +Package: hildon-control-panel-personalisation-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (no_NO) + Language files for no_NO hildon-control-panel-personalisation. + +Package: osso-display-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (es_ES) + Language files for es_ES osso-display. + +Package: e2fslibs +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 268 +Maintainer: Maemo Integration +Architecture: armel +Source: e2fsprogs +Version: 1.41.3-1maemo6+0m5 +Replaces: e2fsprogs (<< 1.34-1) +Provides: libext2fs2, libe2p2 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: ext2 filesystem libraries + The ext2fs and e2p libraries are used by programs that directly access + EXT2 filesystems from usermode programs. The EXT2 filesystem is very often + used as the default filesystem on Linux systems. Various system programs + that use libext2fs include e2fsck, mke2fs, tune2fs, etc. Programs that use + libe2p include dumpe2fs, chattr, and lsattr. + +Package: libgnome-menu2 +Status: install ok installed +Priority: optional +Section: gnome +Installed-Size: 168 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Source: gnome-menus +Version: 2.23.3-1maemo+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0) +Description: an implementation of the freedesktop menu specification for GNOME + The package contains an implementation of the draft + "Desktop Menu Specification" from freedesktop.org: + . + http://www.freedesktop.org/Standards/menu-spec + . + Also contained here are the GNOME menu layout configuration files, .directory + files and assorted menu related utility programs. + . + This package contains the shared library. + +Package: maesync-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (fr_FR) + Language files for fr_FR maesync. + +Package: osso-calculator-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (nl_NL) + Language files for nl_NL osso-calculator-ui. + +Package: gprs-provisioning +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 92 +Maintainer: Ismo Puustinen +Architecture: armel +Version: 0.19+0m5 +Depends: libsim0 (>= 0.1.0), csd-gprs (>= 0.6.0), operator-wizard-settings, ssc-daemon (>= 0.3.1), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0) +Conffiles: + /etc/event.replace.d/gprs-provisioning 1d550ad95cf88a77cff178bf3ff6690d +Description: ICd2 GPRS provisioning module + +Package: libas-protocol-0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 1176 +Maintainer: Victor Portnov +Architecture: armel +Source: libas-protocol +Version: 0.0.2-28+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1), libwbxml2-0 +Description: Mail for Exchange. ActiveSync protocol library. + Binary package for ActiveSync protocol library for Mail for Exchange. + +Package: osso-clock-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (fr_FR) + Language files for fr_FR osso-clock. + +Package: skype-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (pt_PT) + Language files for pt_PT skype-ui. + +Package: connui-iapsettings +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 204 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-internet +Version: 2.67+0m5 +Replaces: osso-connectivity-ui-iapsettings +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconbtui0, libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libmaemosec-certman-applet0, libmaemosec-certman0, libmaemosec0, libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libssl0.9.8 (>= 0.9.8f-5), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), gconf2 (>= 2.10.1-2), osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0 +Recommends: connui-conndlgs, connui-connection-manager, icd2 +Conflicts: osso-connectivity-ui-iapsettings +Description: Internet Settings UI for Hildon Control Panel + This package provides the Internet Settings UI that allows you to create, + edit and delete Internet Access Point configurations. It also allows you + to tune some generic ICd parameters like connection timeouts and preferred + IAP. + +Package: osso-filemanager-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (es_MX) + Language files for es_MX osso-filemanager. + +Package: osso-cities-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (sv_SE) + Language files for sv_SE osso-cities. + +Package: modest-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (fr_FR) + Language files for fr_FR modest. + +Package: maesync-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (da_DK) + Language files for da_DK maesync. + +Package: osso-app-killer +Status: install ok installed +Priority: optional +Section: base +Installed-Size: 112 +Maintainer: Kimmo Hämäläinen +Architecture: all +Version: 1.33-1+0m5 +Depends: osso-af-startup (>= 1.23), dbus, sudo, lsof, osso-af-utils +Conffiles: + /etc/sudoers.d/osso-app-killer.sudoers f5f1d701490bd0f8eea0f12f45440490 +Description: Collection of scripts for RFS/ROS, CUD, restore. + Scripts to implement the 'cleansing effect' of Restore Original Settings + and Clear User Data. Also included is a script to run before the restore + operation. + +Package: hildon-libs-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: hildon-libs-l10n-mr +Depends: hildon-libs-l10n-ruru, hildon-libs-l10n-frfr, hildon-libs-l10n-frca, hildon-libs-l10n-dadk, hildon-libs-l10n-itit, hildon-libs-l10n-svse, hildon-libs-l10n-nono, hildon-libs-l10n-fifi, hildon-libs-l10n-nlnl, hildon-libs-l10n-enus, hildon-libs-l10n-dede, hildon-libs-l10n-esmx, hildon-libs-l10n-eses, hildon-libs-l10n-cscz, hildon-libs-l10n-ptpt, hildon-libs-l10n-engb, hildon-libs-l10n-plpl +Description: hildon-libs marketing release package + This is a metapackage for hildon-libs to pull all the l10n packages. + Application developers of hildon-libs should depend on + "hildon-libs-l10n-mr0 | hildon-libs-l10n-mr" + to ensure correct locales are getting installed. + +Package: calendar-ui-widgets-0 +Status: install ok installed +Priority: optional +Section: office +Installed-Size: 124 +Maintainer: Biris Ilias +Architecture: armel +Source: calendar-ui +Version: 0.5-9.16+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: A ColorPicker UI Widget for Calendar and others + +Package: libsofia-sip-ua-glib3 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Kai Vehmanen +Architecture: armel +Source: sofia-sip +Version: 1.12.10-0maemo5+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libssl0.9.8 (>= 0.9.8f-5) +Description: Sofia-SIP library glib/gobject interfaces runtime + Sofia-SIP is an open-source SIP User-Agent library, compliant + with the IETF RFC3261 specification. It can be used as + a building block for SIP client software for uses such as VoIP, + IM, and many other real-time and person-to-person communication + services. + . + This package provides glib/object interfaces to the Sofia-SIP library. + +Package: osso-imageviewer-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (cs_CZ) + Language files for cs_CZ osso-imageviewer-ui. + +Package: wl1251-cal +Status: install ok installed +Priority: extra +Section: unknown +Installed-Size: 64 +Maintainer: Kalle Valo +Architecture: armel +Version: 0.18+0m5 +Depends: libc6 (>= 2.5.0-1), libcal1, libdbus-1-3 (>= 1.1.4), libnl1, libppu0, libwl1251 +Conffiles: + /etc/event.d/wl1251-cal 4338f4072186e05d35313fab19fc6f66 +Description: calibration data pusher for wl1251 + This application reads the stored calibration data and pushes it to wl1251. + +Package: operator-wizard-settings +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 100 +Maintainer: Mikko Mehtonen +Architecture: all +Version: 2.0.43+0m5 +Replaces: operator-wizard (<< 1.6) +Conflicts: operator-wizard (<< 1.6) +Conffiles: + /etc/operator_settings ead9beb68dfa67373b71798006a1eb6e +Description: Settings for the Cellular Operator Wizard + This package contains the country and operator lists used by the + Cellular Operator Wizard. + +Package: osso-statusbar-presence-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (de_DE) + Language files for de_DE osso-statusbar-presence. + +Package: osso-rss-feed-reader-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (es_MX) + Language files for es_MX osso-rss-feed-reader. + +Package: ezitext-dutch +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 112 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Dutch language support for the eZiText (TM). +Confidential: yes + +Package: maesync-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: maesync-l10n-mr +Depends: maesync-l10n-ruru, maesync-l10n-frfr, maesync-l10n-frca, maesync-l10n-dadk, maesync-l10n-itit, maesync-l10n-svse, maesync-l10n-nono, maesync-l10n-fifi, maesync-l10n-nlnl, maesync-l10n-enus, maesync-l10n-dede, maesync-l10n-esmx, maesync-l10n-eses, maesync-l10n-cscz, maesync-l10n-ptpt, maesync-l10n-engb, maesync-l10n-plpl +Description: maesync marketing release package + This is a metapackage for maesync to pull all the l10n packages. + Application developers of maesync should depend on + "maesync-l10n-mr0 | maesync-l10n-mr" + to ensure correct locales are getting installed. + +Package: ke-recv-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (pt_PT) + Language files for pt_PT ke-recv. + +Package: osso-calculator-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (da_DK) + Language files for da_DK osso-calculator-ui. + +Package: as-config-applet-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (de_DE) + Language files for de_DE as-config-applet. + +Package: osso-applet-screencalibration-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (cs_CZ) + Language files for cs_CZ osso-applet-screencalibration. + +Package: osso-system-lock-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (pl_PL) + Language files for pl_PL osso-system-lock. + +Package: libnice0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 192 +Maintainer: Dafydd Harries , Youness Alaoui +Architecture: armel +Source: libnice +Version: 1:0.0.9-0maemo7+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgssdp-1.0-1 (>= 0.6.4), libgupnp-1.0-2 (>= 0.12.8), libgupnp-igd-1.0-2 (>= 0.1.3), libsoup2.4-1 (>= 2.23.91), libxml2 (>= 2.6.32) +Description: libnice + Libnice implements traversal of network address translators (NATs) for + peer-to-peer data streams. + +Package: osso-suw-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (sv_SE) + Language files for sv_SE osso-suw. + +Package: osso-addressbook-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (de_DE) + Language files for de_DE osso-addressbook. + +Package: osso-filemanager-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (it_IT) + Language files for it_IT osso-filemanager. + +Package: ohm-plugin-prolog +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 52 +Maintainer: Krisztian Litkey +Architecture: armel +Source: libprolog +Version: 0.0.14+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libprolog0, libtrace0, ohm-plugin-core0, swi-prolog, prolog-extensions, ohm +Conffiles: + /etc/ohm/plugins.d/rule_engine.ini 092d9207d771f78b4740deb822782416 +Description: A prolog-based OHM rule engine plugin. + A prolog-based OHM rule engine plugin. +Git-Id: no + +Package: base-passwd +Status: install ok installed +Priority: required +Section: base +Installed-Size: 80 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 3.5.11.osso10 +Replaces: base +Depends: libc6 (>= 2.5.0-1) +Description: Debian base system master password and group files + These are the canonical master copies of the user database files + (/etc/passwd and /etc/group), containing the Debian-allocated user and + group IDs. The update-passwd tool is provided to keep the system databases + synchronized with these master files. +Original-Maintainer: Colin Watson + +Package: osso-pdf-viewer-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (da_DK) + Language files for da_DK osso-pdf-viewer. + +Package: hildon-im-keyboard-assistant-scv +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 144 +Maintainer: Mohammad Anwari +Architecture: armel +Source: hildon-input-method-plugins +Version: 3.9.46-2+0m5 +Replaces: hildon-im-thumb-scv +Depends: hildon-input-method (>= 1:1.99.9-1), hildon-im-plugin-settings, hildon-input-method-framework, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-im-ui3, libhildon-im-vkbrenderer3, libimengines4, libimlayouts0, libpango1.0-0 +Description: Special character view for the slide keyboard + This packages provides the special character view for the slide keyboard + +Package: osso-statusbar-sound-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (ru_RU) + Language files for ru_RU osso-statusbar-sound. + +Package: connui-iapsettings-wlan +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 104 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-wlan +Version: 2.44+0m5 +Depends: connui-iapsettings, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libmaemosec-certman-applet0, libmaemosec-certman0, libmaemosec0, libosso1 (>= 2.26), libpango1.0-0, libssl0.9.8 (>= 0.9.8f-5), gconf2 (>= 2.10.1-2), osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0 +Description: Internet Settings UI for WLAN IAPs + This package provides the Internet Settings UI plugin that allows you to + create, edit and delete WLAN Internet Access Point configurations. + +Package: mediaplayer-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (en_GB) + Language files for en_GB mediaplayer. + +Package: osso-lmarbles +Status: install ok installed +Priority: optional +Section: non-free/misc +Installed-Size: 320 +Maintainer: Maske Amish +Architecture: armel +Version: 1.6.38-1+0m5 +Depends: osso-games-l10n-mr | osso-games-l10n-mr0, osso-games-startup (>= 1.0.21), osso-graphics-game-lmarbles (>= 1.0), ke-recv-l10n-mr | ke-recv-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, hildon-games-wrapper0 (>= 1.9.4), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libosso1 (>= 2.23), libsdl-image1.2 (>= 1.2.4-5), libsdl-mixer1.2, libsdl1.2 (>= 1.2.10-1) +Conffiles: + /etc/osso-backup/applications/osso-lmarbles.conf 218301c8d25ebc7a712e982e79615822 +Description: Osso LMarbles game + +Package: rtcom-accounts-ui +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 168 +Maintainer: Salvatore Iovene +Architecture: armel +Version: 4.97.7-1+0m5 +Replaces: osso-accounts-obr +Depends: libaccounts0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), librtcom-accounts-ui-client0, libtelepathy-glib0 (>= 0.7.37), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher, osso-applet-accounts-l10n-mr0 | osso-applet-accounts-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, libaccounts-glade (>= 4.0), ke-recv-l10n-mr | ke-recv-l10n-mr0, skype-ui-l10n-mr0 | skype-ui-l10n-mr +Description: RTCOM Accounts applet + The account management applet, coming both as a standalone + application and as a plugin for account management in Hildon + Control panel and other applications + +Package: hildon-control-panel-personalisation-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (fi_FI) + Language files for fi_FI hildon-control-panel-personalisation. + +Package: modest-nokiamessaging-plugin-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (en_US) + Language files for en_US modest-nokiamessaging-plugin. + +Package: rtcom-notification-ui +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 300 +Maintainer: Naba Kumar +Architecture: armel +Version: 1.0.3-2+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libhildonfm2 (>= 1:2.28+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, librtcom-eventlogger-plugins0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), hildon-libs-l10n-mr | hildon-libs-l10n-mr0, rtcom-messaging-ui-l10n-mr | rtcom-messaging-ui-l10n-mr0, osso-addressbook-l10n-mr | osso-addressbook-l10n-mr0 +Description: RTCOM Notification UI + RTCOM Notification UI. Plugin for Hildon Status Menu. + +Package: libqt4-opengl +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 372 +Maintainer: Shane Bradley +Architecture: armel +Source: qt4-x11 +Version: 4.5.3~git20090723-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libqt4-core (= 4.5.3~git20090723-0maemo6+0m5), libc6 (>= 2.5.0-1), libexpat1 (>= 1.95.8), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libice6 (>= 1:1.0.0), libpng12-0 (>= 1.2.13-4), libqt4-core (= 4.5.3~git20090723-0maemo6+0m5), libqt4-gui (= 4.5.3~git20090723-0maemo6+0m5), libqt4-opengl (= 4.5.3~git20090723-0maemo6+0m5), libsm6, libstdc++6 (>= 4.2.1), libx11-6, libxau6, libxcb1, libxdmcp6, libxext6, libxrender1, zlib1g (>= 1:1.2.1), opengles-sgx-img-common, libgles2 | libgles2-sgx-img +Description: Qt 4 OpenGL module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The QtOpenGL module offers classes that make it easy to use OpenGL in Qt + applications. + . + OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D + rendering and provides little or no support for GUI programming issues. + . + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the development files needed to build Qt 4 applications + using QtOpenGL library. + +Package: osso-applet-accounts-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (no_NO) + Language files for no_NO osso-applet-accounts. + +Package: hildon-update-category-database +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: Erik Karlsson +Architecture: armel +Source: libhildonmime +Version: 2.1.3-1+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.14.6-1osso1), libxml2 +Description: Tool for managing the mime/category database + This package contains a tool that manages the mime/category mapping + database. + +Package: osso-display-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (da_DK) + Language files for da_DK osso-display. + +Package: osso-connectivity-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (nl_NL) + Language files for nl_NL osso-connectivity-ui. + +Package: libcomerr2 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 92 +Maintainer: Maemo Integration +Architecture: armel +Source: e2fsprogs +Version: 1.41.3-1maemo6+0m5 +Replaces: e2fsprogs (<< 1.34-1) +Provides: libcomerr-kth-compat +Depends: libc6 (>= 2.5.0-1) +Description: common error description library + libcomerr is an attempt to present a common error-handling mechanism to + manipulate the most common form of error code in a fashion that does not + have the problems identified with mechanisms commonly in use. + +Package: clockd +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 156 +Maintainer: Raimo Vuonnala +Architecture: armel +Version: 0.0.36+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0) +Conffiles: + /etc/event.d/clock-daemon d1239cd129c8e988aded7d2d744f35a3 + /etc/init.d/clockd b7663b21c972b76615945214d99d4adc + /etc/osso-rfs-scripts/clockd-rfs.sh 028319aacef0cbad6969e8c9c5104d6a + /etc/dbus-1/system.d/clockd.conf 91296244a766220878fc8f5002abdf3d + /etc/osso-backup/applications/clockd.conf 1a09149cd1d51d8405fa7d67a780c563 + /etc/osso-backup/restore.d/always/clockd_restart.sh c1f41d6ff1683680ca3d675fd6c21f4a +Description: Clock daemon + This package contains clock daemon which + manages system wide time and date state + +Package: osso-applet-accounts-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (sv_SE) + Language files for sv_SE osso-applet-accounts. + +Package: hildon-libs-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (en_US) + Language files for en_US hildon-libs. + +Package: hildon-control-panel-personalisation-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (nl_NL) + Language files for nl_NL hildon-control-panel-personalisation. + +Package: osso-location-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (fr_CA) + Language files for fr_CA osso-location-ui. + +Package: osso-uri-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (cs_CZ) + Language files for cs_CZ osso-uri. + +Package: rtcom-call-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (da_DK) + Language files for da_DK rtcom-call-ui. + +Package: osso-connectivity-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (es_ES) + Language files for es_ES osso-connectivity-ui. + +Package: osso-connectivity-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (sv_SE) + Language files for sv_SE osso-connectivity-ui. + +Package: connui-statusbar-cellular +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 80 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-cellular +Version: 2.105+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconnui, libconnui-cellular, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0 +Description: Cellular UI status bar plugin + Statusbar applet for showing cellular status + +Package: maemo-af-desktop-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (es_MX) + Language files for es_MX maemo-af-desktop. + +Package: osso-addressbook-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (nl_NL) + Language files for nl_NL osso-addressbook. + +Package: libhildonmime0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 104 +Maintainer: Erik Karlsson +Architecture: armel +Source: libhildonmime +Version: 2.1.3-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.14.6-1osso1), libosso-gnomevfs2-0, hildon-update-category-database (= 2.1.3-1+0m5), osso-uri-l10n-mr0 | osso-uri-l10n-mr +Conflicts: libossomime0 (<< 1.8.5) +Description: Library for activating an application to handle a certain mime type + This package contains a library for activating an application to handle + a certain mime type. + +Package: osso-applet-screencalibration-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (fr_FR) + Language files for fr_FR osso-applet-screencalibration. + +Package: osso-profiles-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (pt_PT) + Language files for pt_PT osso-profiles. + +Package: hildon-input-method-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: hildon-input-method-l10n-mr +Depends: hildon-input-method-l10n-ruru, hildon-input-method-l10n-frfr, hildon-input-method-l10n-frca, hildon-input-method-l10n-dadk, hildon-input-method-l10n-itit, hildon-input-method-l10n-svse, hildon-input-method-l10n-nono, hildon-input-method-l10n-fifi, hildon-input-method-l10n-nlnl, hildon-input-method-l10n-enus, hildon-input-method-l10n-dede, hildon-input-method-l10n-esmx, hildon-input-method-l10n-eses, hildon-input-method-l10n-cscz, hildon-input-method-l10n-ptpt, hildon-input-method-l10n-engb, hildon-input-method-l10n-plpl +Description: hildon-input-method marketing release package + This is a metapackage for hildon-input-method to pull all the l10n packages. + Application developers of hildon-input-method should depend on + "hildon-input-method-l10n-mr0 | hildon-input-method-l10n-mr" + to ensure correct locales are getting installed. + +Package: liblocation0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 112 +Maintainer: Quanyi Sun +Architecture: armel +Source: liblocation +Version: 0.100-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0) +Conffiles: + /etc/gconf/schemas/location.schemas 0ecaebc228b5dd392462cd65d26750da +Description: Library for controlling gpsd + Utility library for performing GPS related functions. + +Package: libsdl1.2 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 420 +Maintainer: Debian SDL packages maintainers +Architecture: armel +Version: 1:1.2.13-2maemo8+0m5 +Depends: libasound2 (>> 1.0.18), libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libpulse0, libpulse0 (>= 0.9.15~test5) +Conffiles: + /etc/osso-af-init/sdl.defs 9ad01a28acf9dad27020df0ecee56ed3 +Description: Simple DirectMedia Layer (with X11 and PulseAudio options) + SDL is a library that allows programs portable low level access to a video + framebuffer, audio output, mouse, and keyboard. + . + This version of SDL is compiled with X11 graphics and PulseAudio sound. + +Package: osso-systemui-alarm +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: Philippe De Swert +Architecture: armel +Version: 0.2.1.24+0m5 +Depends: osso-powerup-shutdown-l10n-mr0 | osso-powerup-shutdown-l10n-mr, hildon-plugins-notify-sv, libalarm2, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libnotify1, libpango1.0-0, libtime0, osso-systemui (>= 0.0.3.8), hildon-libs-l10n-mr | hildon-libs-l10n-mr0, osso-clock-l10n-mr | osso-clock-l10n-mr0 +Suggests: osso-mediaengine (>= 1.2.19) +Description: Alarm dialog + This package contains the alarm dialog. + +Package: gnupg +Status: install ok installed +Priority: standard +Section: utils +Installed-Size: 1528 +Maintainer: Marius Vollmer +Architecture: armel +Version: 1.4.6-2maemo2 +Replaces: gpg-rsa, gpg-rsaref, osso-gnupg (<< 1.4.6) +Provides: gpg-rsa, gpg-rsaref +Depends: libbz2-1.0, libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libreadline4 (>= 4.3-1), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.2.1), gpgv +Suggests: gnupg-doc, xloadimage +Conflicts: gpg-rsa, gpg-rsaref, suidmanager (<< 0.50), gpg-idea (<= 2.2), osso-gnupg (<< 1.4.6) +Description: GNU privacy guard - a free PGP replacement + GnuPG is GNU's tool for secure communication and data storage. + It can be used to encrypt data and to create digital signatures. + It includes an advanced key management facility and is compliant + with the proposed OpenPGP Internet standard as described in RFC2440. + . + GnuPG does not use any patented algorithms so it cannot be compatible + with PGP2 because it uses IDEA (which is patented worldwide). + +Package: hildon-fm-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (da_DK) + Language files for da_DK hildon-fm. + +Package: rtcom-messaging-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (en_US) + Language files for en_US rtcom-messaging-ui. + +Package: mafw-dbus-daemon +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 156 +Maintainer: Juha Kellokoski +Architecture: armel +Source: mafw-shared +Version: 0.1.2009.42-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libmafw-shared0 (>= 0.1.2009.42), libmafw0 (>= 0.1.2009.42) +Conffiles: + /etc/sudoers.d/mafw-dbus-daemon.sudoers 94df2dea6e31bbf8cf3562af49b9f9b3 + /etc/osso-backup/applications/mafw-db.conf 62c8db1c3b2e8e5cef6bf1c1ea58823c + /etc/osso-backup/pre-backup.d/mafw-db.prebackup.sh a424dcbe5342f5fecb9beac7b66486e1 + /etc/osso-backup/restore.d/always/mafw-db.restore.sh bd2c63529908c28e9b74a3956800a12d + /etc/osso-cud-scripts/mafw-db-cud.sh 6c37cf2b8ab5ec52d101827d7ade7ca5 + /etc/X11/Xsession.post/32mafw bf6bb66a1c909043e2a1cc126f4bc035 +Description: MAFW UI library + Media Application framework UI library. + +Package: libhildon-im-western-plugin-common3 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 92 +Maintainer: Mohammad Anwari +Architecture: armel +Source: hildon-input-method-plugins +Version: 3.9.46-2+0m5 +Depends: libc6 (>= 2.5.0-1), libhildon-im-ui3 +Description: Common functionality in western Hildon IM plugins + This packages provides the common functionality in western Hildon IM plugins. + +Package: hildon-control-panel-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (pl_PL) + Language files for pl_PL hildon-control-panel. + +Package: osso-display-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-display-l10n-mr +Depends: osso-display-l10n-ruru, osso-display-l10n-frfr, osso-display-l10n-frca, osso-display-l10n-dadk, osso-display-l10n-itit, osso-display-l10n-svse, osso-display-l10n-nono, osso-display-l10n-fifi, osso-display-l10n-nlnl, osso-display-l10n-enus, osso-display-l10n-dede, osso-display-l10n-esmx, osso-display-l10n-eses, osso-display-l10n-cscz, osso-display-l10n-ptpt, osso-display-l10n-engb, osso-display-l10n-plpl +Description: osso-display marketing release package + This is a metapackage for osso-display to pull all the l10n packages. + Application developers of osso-display should depend on + "osso-display-l10n-mr0 | osso-display-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-statusbar-sound-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (no_NO) + Language files for no_NO osso-statusbar-sound. + +Package: as-config-applet-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (es_MX) + Language files for es_MX as-config-applet. + +Package: libdb4.2 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 848 +Maintainer: Debian Berkeley DB Maintainers +Architecture: armel +Source: db4.2 +Version: 4.2.52+dfsg-5maemo1 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Conflicts: libdb2 (<< 2:2.7.7-3) +Description: Berkeley v4.2 Database Libraries [runtime] + This is the runtime package for programs that use the v4.2 Berkeley + database library. + +Package: osso-cities-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (en_GB) + Language files for en_GB osso-cities. + +Package: osso-graphics-game-chess +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 592 +Maintainer: Alexander Kanevskiy +Architecture: all +Source: osso-graphics-games +Version: 1.4.2-1 +Description: OSSO graphics files for Chess + +Package: osso-tv-out-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (da_DK) + Language files for da_DK osso-tv-out. + +Package: osso-af-utils +Status: install ok installed +Priority: optional +Section: base +Installed-Size: 192 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 2.11-1+0m5 +Depends: libc6 (>= 2.5.0-1), libcairo2, libcanberra0 (>= 0.10), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libjpeg62, libpango1.0-0, libpng12-0 (>= 1.2.13-4), libx11-6, libxext6, libxi6, libxsp0, osso-icons, lsof, osso-core-config +Conffiles: + /etc/init.d/fb-progress.sh 003071116484da6f8d81f928da740bb1 + /etc/X11/replace/Xsession.post/tmp-reaper 763d39f01f97fe2c01bdaaf050dbe451 +Description: Assortment of small programs for the application framework. + Including waitdbus, waitx, fb-progress, xset770, temp-reaper. + +Package: libicd2 +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 52 +Maintainer: Jukka Rissanen +Architecture: armel +Source: icd2 +Version: 0.87+fremantle6.1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0) +Description: Support libraries for Internet Connectivity daemon and its plugins + This package contains the following support libraries: + * logging + * shorcuts for D-Bus handling + The support libraries are used by ICd and any plugin modules that see some + benefit in using them. + +Package: sharing-account-manager +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 96 +Maintainer: Kristiina Hietanen +Architecture: armel +Version: 1.1.42.2+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.23), libpango1.0-0, libsharing0, osso-sharing-ui-l10n-mr | osso-sharing-ui-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0 +Description: Sharing account manager UI library and control panel applet + +Package: x11-common +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 84 +Maintainer: Debian X Strike Force +Architecture: all +Source: xorg +Version: 1:7.3+10.0maemo2 +Replaces: xfree86-common, xorg-common, xserver-common, x-common +Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg (<< 1:7.0.12), xserver-xfree86 (<< 1:7.0), libxft-dev (<= 2.1.8.2-5), aee (<= 2.2.15b-1), ascd (<= 0.13.2-3), bibview (<= 2.2-8), fvwm1 (<= 1.24r-46), grace (<= 1:5.1.18-1), groff (<= 1.18.1.1-7), hfsutils-tcltk (<= 3.2.6-7), login.app (<= 1.2.1-18), oneko (<= 1.2.sakura.6-1), procmeter (<= 2.5.1-11), propsel (<= 971130-5.3), regexplorer (<= 0.1.6-12), tkseti (<= 3.06-1), wdm (<= 1.28-1), wily (<= 0.13.41-6), wmnetselect (<= 0.85-5.5), wmsensors (<= 1.0.4-3.4), wmtv (<= 0.6.5-15), xbanner (<= 1.31-23), xcolors (<= 1.5a-2), xcolorsel (<= 1.1a-11), xezmlm (<= 1.0.3-11), xfs-xtt (<= 1:1.4.1.xf430-6), xgdipc (<= 1.2-0.3), xgmod (<= 3.1-9), xgraph (<= 12.1-3), xlogmaster (<= 1.6.0-8), xmailbox (<= 2.5-9), xmem (<= 1.20-19), xnecview (<= 1.34-2), xodo (<= 1.2-9.2), xturqstat (<= 2.2.2sarge1), xwit (<= 3.4-6), lbxproxy (<< 7.0), proxymngr (<< 7.0), twm (<< 7.0), xbase-clients (<< 1:7.0), xdm (<= 1:1.0.1-6), xfs (<< 1:1.0), xfwp (<< 7.0), xutils (<< 1:7.0), xvfb (<< 1:1.0), qcam (<= 0.91-11.1), twlog (<= 1.3-4), xdmx (<< 1:1.0), bugsx (<= 1.08-8), buici-clock (<= 0.4.5+b1), ctwm (<= 3.7-2), emelfm (<= 0.9.2-7), fte-xwindow (<= 0.50.0-1.3), fvwm95 (<= 2.0.43ba-23+b1), gerstensaft (<= 0.2-5.1), gipsc (<= 0.4.3-2), gradio (<= 1.0.1-6), hanterm-classic (<= 3.1.6.0-4), hanterm-xf (<= 1:3.3.1p18-9.2), ibp (<= 0.21-4), isdnutils-xtools (<= 1:3.8.2005-12-06-4), ivtools-bin (<= 1.1.3-5), kdrill (<= 6.4-2.1), kinput2-canna (<= 3.1-7), kinput2-canna-wnn (<= 3.1-7), kinput2-wnn (<= 3.1-7), kterm (<= 6.2.0-45), lm-batmon (<= 0.96-3), lwm (<= 1.2.1-1), mctools-lite (<= 970129-16), mgp (<= 1.11b-6), olvwm (<= 4.4.3.2p1.4-21), olwm (<= 3.2p1.4-21), pixmap (<= 2.6pl4-14.1), plotmtv (<= 1.4.4t-8.1), ppxp-x11 (<= 0.2001080415-14), seyon (<= 2.20c-20), skkinput (<= 1:2.06.4-4), tkdesk (<= 2.0-5), videogen (<= 0.32-1), vtwm (<= 5.4.7-2), w9wm (<= 0.4.2-4), wmavgload (<= 0.7.0-6.1), wmcpu (<= 1.3-4.1), wmdate (<= 0.5-7.1), wmnet (<= 1.05-12), wmscope (<= 3.0-9.1), xautolock (<= 1:2.1-6), xbatt (<= 1.2.1-4), xbattbar (<= 1.4.2-3.1), xcal (<= 4.1-18.2), xcalendar-i18n (<= 4.0.0.i18p1-13.1), xcb (<= 2.4-4), xclip (<= 0.08-5), xclips (<= 6.21-6), xdkcal (<= 0.9d-2.1), xdu (<= 3.0-14), xengine (<= 1.11-9), xfaces (<= 3.3-25), xfishtank (<= 2.2-23.1), xfm (<= 1.4.3-8), xinput (<= 1.2-5.2), xipmsg (<= 0.8088-1.1), xlbiff (<< 4.1-4), xli (<= 1.17.0-21), xlockmore (<= 1:5.21-1), xlockmore-gl (<= 1:5.21-1), xmeter (<= 1.15-6), xmix (<= 2.1-5), xmon (<= 1.5.6-1.3), xpostit (<= 3.3.1-8.2), xprint (<= 1:0.1.0.alpha1-13), xrn (<= 9.02-7.1), xsysinfo (<= 1.7-2), xtel (<= 3.3.0-5.4), xtoolwait (<= 1.3-6), xtrlock (<= 2.0-11), xview-clients (<= 3.2p1.4-21), xviewg (<= 3.2p1.4-21), xviewg-dev (<= 3.2p1.4-21), xvkbd (<= 2.6-2.1), xxkb (<= 1.10-2.1), xzoom (<= 0.3-17), pgaccess (<= 1:0.98.8.20030520-2), xearth (<= 1.1-10.2), libmotif-dev (<= 2.2.3-1.3), motif-clients (<= 2.2.3-1.3), xslideshow (<= 3.1-8.1), xtrkcad (<= 3.1.4-1), pmud (<= 0.10-9), xnest (<< 1:1.0), xterm (<< 208-1), xmh (<= 6.8.2.dfsg.1-4), beaver (<= 0.2.5-2), lsb-core (<= 3.1-4), yank (<= 0.2.1-7.2), xpmumon (<= 1.3.0), ivtools-dev (<= 1.1.3-5), ppxp (<= 0.2001080415-14), guitar (<= 0.1.4-11), xftp, xext, xpaste, ghostview, xv (<= 3.10a-26), xserver-xfree86-dbg, grace6 (<= 5.99.0+final-4), xephem (<= 3.4-5), opera (<< 9.10-20060616), hamsoft (<< 0.2.3-1), phototk, tkworld, ucbmpeg-play (<< 2.3p-13), netscape-base-4, communicator-smotif-477, epan, navigator-smotif-477, stella (<< 2.2-1), xfractint (<< 20.3.01-1), xgobi, xpostitplus, xisp, vide (<= 1.21-3) +Description: X Window System (X.Org) infrastructure + x11-common contains the filesystem infrastructure required for further + installation of the X Window System in any configuration; it does not + provide a full installation of clients, servers, libraries, and utilities + required to run the X Window System. + . + A number of terms are used to refer to the X Window System, including "X", + "X Version 11", "X11", "X11R6", and "X11R7". The version of X used in + Debian is derived from the version released by the X.Org Foundation, and + is thus often also referred to as "X.Org". All of the preceding quoted + terms are functionally interchangeable in an Debian system. + +Package: osso-camera-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (es_ES) + Language files for es_ES osso-camera-ui. + +Package: maemo-statusmenu-headset +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Stefan Kost +Architecture: armel +Version: 0.16+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libpango1.0-0, libhildon1 (>= 2.1.10), libdbus-glib-1-2 (>= 0.74), libosso1, libhildondesktop1 (>= 2.1.0), osso-statusbar-sound-l10n-mr0 | osso-statusbar-sound-l10n-mr +Description: Headset status menu plugin + This package contains the status menu plugin for bluetooth headsets + +Package: osso-uri-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (en_US) + Language files for en_US osso-uri. + +Package: osso-camera-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (fr_CA) + Language files for fr_CA osso-camera-ui. + +Package: calendar-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (fr_CA) + Language files for fr_CA calendar. + +Package: osso-applet-screencalibration-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (it_IT) + Language files for it_IT osso-applet-screencalibration. + +Package: osso-imageviewer-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (fr_CA) + Language files for fr_CA osso-imageviewer-ui. + +Package: osso-powerup-shutdown-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (de_DE) + Language files for de_DE osso-powerup-shutdown. + +Package: libxfixes3 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 64 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxfixes +Version: 1:4.0.3-2osso1.1 +Depends: libc6 (>= 2.5.0-1), libx11-6 +Pre-Depends: x11-common (>= 1:7.0.0) +Description: X11 miscellaneous 'fixes' extension library + libXfixes provides an X Window System client interface to the 'XFIXES' + extension to the X protocol. + . + It provides support for Region types, and some cursor functions. + . + More information about X.Org can be found at: + + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXfixes + +Package: osso-connectivity-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 88 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (en_US) + Language files for en_US osso-connectivity-ui. + +Package: osso-countries-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (da_DK) + Language files for da_DK osso-countries. + +Package: libsndfile1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 468 +Maintainer: Maemo Multimedia +Architecture: armel +Source: libsndfile +Version: 1.0.20-0maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: Library for reading/writing audio files + libsndfile is a library of C routines for reading and writing files containing + sampled audio data. + . + Various versions of WAV (integer, floating point, GSM, and compressed formats); + Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND + formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files; + Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS (.PAF); Apple's Core Audio Format + (CAF) and others. +Xsbc-Original-Maintainer: Samuel Mimram + +Package: osso-fm-transmitter-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (en_US) + Language files for en_US osso-fm-transmitter. + +Package: libi18n-locale-resolver0 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 64 +Maintainer: Mohammad Anwari +Architecture: armel +Source: libi18n +Version: 0.1.8-0+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0) +Recommends: locale-resolver-data +Description: Locale resolver library + The library in this package resolves locale codes to human readable + string. + +Package: rtcom-accounts-plugin-sip +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 120 +Maintainer: Salvatore Iovene +Architecture: armel +Source: rtcom-accounts-ui +Version: 4.97.7-1+0m5 +Depends: telepathy-sofiasip (>= 0.5.16-0maemo2), libaccounts0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglade2-0 (>= 1:2.3.6), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libmcclient6, libpango1.0-0, librtcom-accounts-widgets0, libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32) +Conflicts: sofiasip-cfg-ui +Description: SIP plugin for the Accounts applet + A plugin for configuring SIP accounts + +Package: osso-pdf-viewer-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (es_MX) + Language files for es_MX osso-pdf-viewer. + +Package: osso-applet-accounts-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (cs_CZ) + Language files for cs_CZ osso-applet-accounts. + +Package: calendar-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (no_NO) + Language files for no_NO calendar. + +Package: osso-rss-feed-reader-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (pt_PT) + Language files for pt_PT osso-rss-feed-reader. + +Package: osso-applet-memory +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 112 +Maintainer: Karoliina Salminen +Architecture: armel +Version: 2.3.99-34+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, hildon-control-panel (>= 2.2.0), osso-icons, osso-applet-memory-l10n-mr0 | osso-applet-memory-l10n-mr, hildon-fm-l10n-mr0 | hildon-fm-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n | hildon-libs-l10n-public-mr0 | hildon-libs-l10n-public, ke-recv (>= 3.8-1) +Description: Control Panel Memory plugin + +Package: osso-powerup-shutdown-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (pl_PL) + Language files for pl_PL osso-powerup-shutdown. + +Package: osso-tutorial-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (fr_CA) + Language files for fr_CA osso-tutorial. + +Package: osso-cities-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (nl_NL) + Language files for nl_NL osso-cities. + +Package: libtrace0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 48 +Maintainer: Krisztian Litkey +Architecture: armel +Source: libtrace +Version: 0.5.1+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: A simple tracing library. + A simple tracing library. + . +Git-Id: no + +Package: libscconf0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 64 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: libscconf +Version: 0.1 +Depends: libc6 (>= 2.5.0-1) +Description: library for handling scconf files + The scconf system is a small system library for handling + scconf files. Why should anyone care about scconf format? + It is a handy format for short pieces of structured data. + +Package: osso-suw-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-suw-l10n-mr +Depends: osso-suw-l10n-ruru, osso-suw-l10n-frfr, osso-suw-l10n-frca, osso-suw-l10n-dadk, osso-suw-l10n-itit, osso-suw-l10n-svse, osso-suw-l10n-nono, osso-suw-l10n-fifi, osso-suw-l10n-nlnl, osso-suw-l10n-enus, osso-suw-l10n-dede, osso-suw-l10n-esmx, osso-suw-l10n-eses, osso-suw-l10n-cscz, osso-suw-l10n-ptpt, osso-suw-l10n-engb, osso-suw-l10n-plpl +Description: osso-suw marketing release package + This is a metapackage for osso-suw to pull all the l10n packages. + Application developers of osso-suw should depend on + "osso-suw-l10n-mr0 | osso-suw-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-games-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (en_US) + Language files for en_US osso-games. + +Package: osso-countries-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (pt_PT) + Language files for pt_PT osso-countries. + +Package: osso-tv-out-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (en_US) + Language files for en_US osso-tv-out. + +Package: osso-applet-textinput-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (en_GB) + Language files for en_GB osso-applet-textinput. + +Package: ovi-promotion-widget +Status: install ok installed +Priority: extra +Section: system/desktop +Installed-Size: 68 +Maintainer: Rahul Nimbalkar +Architecture: armel +Version: 0.1.2-7+0m5 +Replaces: oviwidget-installer +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, hildon-desktop +Conflicts: oviwidget-installer +Description: Access Ovi services from your Desktop + Access Ovi services from your Desktop using Ovi toolbar. +Maemo-Icon-26: + iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c + 6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9kICwUKB3zUlEUAACAA + SURBVHgBAUBAv78Bc8sy/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQH + AQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAUABAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAEAwEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAQCAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAH+AAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE////AAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAT+/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAD+ + /wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE//8AAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAT//gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAABP7+/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAP8AAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT///8AAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAQABAAMCBQADAQQAAAAAAAAAAAD+AP4A/P76AP///gAAAAAAAAAA + AAAAAAAAAAAABP/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaDScAPiBg + ACYTOQAEAgYAAAAAAOr03gC+4JwA2uzHAPv++AAAAAAAAAAAAAAAAAAE//8A + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAACwURAEgkbgAgETEAAAAAAAAAAAAAAAAA + FgwiAEgkbgD8/fsA2OzEAAAAAAAAAAAAAAAAAAT//v8AAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAaDSgAFQshAAAAAAAAAAAAAAAAAAAAAAAAAAAADgcVAB4PLgDX + 6sMAAAAAAAAAAAAAAAAABP/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcCCgAC + AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAACAQMAAwEFAP/+AAAAAAAAAAAAAAAA + AAAE////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4e/UAPT67wAJBQ4AAAAAAAAA + AAAAAAAAAAAAAPn89gDx+OoA////AAAAAAAAAAAAAAAAAAT//gAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAADv9ucAwd2jAD0hWgAQCRgABwQKAP7//QD0+e4A2evG + ANLmvQD//gAAAAAAAAAAAAAAAAAABP//AAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAADM47QA6/ThABsPKQALBhAA/f77AOz14gDb7MkA9vvzAAAAAAAAAAAA + AAAAAAAAAAAE//7/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8A/wDf7dEA + 3+3RAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT//gAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAgAC + AQIADggUABMLHAAYDiMAAAABAAAAAADy+OsA7fXjAOjy3wD///4A/wD+AP// + /wAAAAAAAAAAAAIBAgACAQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/f/8 + AP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEAAwEEAAAAAAAAAAAA + AAAAAAAAAAAAAAAA/v/+AAEBAQABAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAA/wD/AP7//QD///8AAAAAAAAAAAAAAAAABP///wAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAMBBAAUDB0ALBpBAC4aQwAYDSIAAwIEAAAA + AAAAAAAAAAAAAAAAAAAAAAAA8/nuANjpxQDP47gA5PDYAPb78wAAAP8ANB5N + AFEvdgAEAgUAAAAAAAAAAAAAAAAAAAAAAAAAAACPwF0A5fDYAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAABgNIwBsPpwABwQLAAAAAAAAAAAAAAAAAPb68gDJ + 4bAAHhErACMUMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADu9eUArdGJANnq + xwAAAAAAAAAAAAAAAAAE//8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAKBQ4AKBc6AEImXwAZDyQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAANBxIANR5NACkXPADT5r8AxN6qAOjy3QDq8+AA6/PhABkPJAAAAAAA + AAAAAAAAAAAAAAAAAAAAACISMQDk79gAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAHxEtAAIBBAAAAAAAAAAAAAAAAAAAAAAA+Pz0APP47gAgEi8AAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8AAAD//wAA//8AAAAAAAAAAAAAAAAA + AAT//v8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAcRADkiUwA7IlQADggU + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + DAcRADkhUgARChkAsdGOAOvz5ADt9eUAGQ8kAAAAAAAAAAAAAAAAAAAAAAAA + AAAAHhErAP/+/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfES0AAwIFAAAA + AAAAAAAAAAAAAAAAAADn8NwA7vTmAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD//wD//v8AAAAAAAAAAAAAAAAAAv/+AAD//gAA//4A + AP/+AAD//gAA//4AAAMBBgArGD8APCJVAA4IFAAAAAAAAAAAAAAAAAAAAAAA + AAAAAPH36wDl8NoA7/XoAP7//QAAAAAAAAAAAAAAAAAAAAAAAAAAACYWNwBI + KmcA//7+AOjy3gD7/fkAAAAAAAAAAAAAAAAAAAAAAAAAAAAWDSEACAQMAP/+ + AAD//gAA//4AAP/+AAD//gAACwUQABUNHwACAQIAAAAAAAAAAAAAAAAAAAAA + ANTmwgDq8+EA4O7UAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + //8AAP/+AAD//gAA//4AAP/+AAAE//8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA + Fw0iAEQpYAANCBMAAAAAAAAAAAAAAAAAAAAAAPv9+gDD26kAvdmhAP3+/AAF + AgYAMR5GAEYpYgAMCBIAAAAAAAAAAAAAAAAAAgECACcXOQA1H0wA5e/bAPb6 + 8gAPCRUAAAAAAAAAAAAAAAAAAAAAAAsHEAAaDiYA3OvOAAAAAAAAAAAAAAAA + AAAAAAAYDiQADAcSAAAAAAAAAAAAAAAAAAAAAAD+//0A2ejJAO/36QCawm8A + AwIFAHJFogATCxoAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA//8AAAAAAAAA + AAAAAAAAAAL//v8A//7/AP/+/wD//v8A//7/AAL/AwA8I1YAEwscAAAAAAAA + AAAAAAAAAAAAAAD///4Ay+C0ALzWnwD09+8A9/nzAPL37QDB2acAxt2vAAAA + AAAAAAAAAAAAAAAAAAAAAAAACAULAC0bQgD6/PgA8vfsAAAAAAAAAAAAAAAA + AAAAAAAAAAAACAQLABwRKQD//v8A//7/AP/+/wD//v8A//7/ABkOJQALBxAA + AAAAAAAAAAAAAAAAAAAAAN/s0gDv9ekA/v39APf69AD0+O8A///9AAAAAAAA + AAAAAAAAAAAAAAAAAAAAAP8AAP/+/wD//v8A//7/AP/+/wD//v8AAgD/AAAA + /wAAAP8AAAD/AAAA/wAADAcRADAdQwAAAAAAAAAAAAAAAAAAAAAAAAAAAPL3 + 7QDT5MEA9fnxAAD/AAAA/wAAAP8AAAD/AADH3bAA9vrxAAAAAAAAAAAAAAAA + AAAAAAAAAAAAGQ8iAA0HEgDp8uAA///+AAAAAAAAAAAAAAAAAAAAAAAGBAkA + GA4iAAIAAwAA/wAAAP8AAAD/AAAFAgcAFw4gAAgECgAAAAAAAAAAAAAAAAAA + AAAA0+TAAP7+/gAA/wAAAP8AAAD/AAAA/wAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAP8AAAD/AAAA/wAAAP8AAAD/AAAC/v7/AP7+/wD+/v8A/v7/AP7+ + /wAjFTMACAULAAAAAAAAAAAAAAAAAAAAAAAAAAAA6fLfAOvy4wD+/v8A/v7/ + AP7+/wD+/v8A/v7/AO706ADg7NUAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBAkA + HRIpAOPu1wD9//wAAAAAAAAAAAAAAAAAAAAAAAIBAgAQCRcADAcSAP7+/wD+ + /v8A/v7/AA4IFQATCxoAAQECAAAAAAAAAAAAAAAAAPj79QDf69MA//7/AP7+ + /wD+/v8A/v7/AP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/v7/ + AP7+/wD+/v8A/v7/AAL//gAA//4AAP/+AAD//gAA//4AACYXNgAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAD2+vMA9/r1AP/+AAD//gAA//4AAP/+AAD//gAA + /v7+AOPu2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXDSAA5O7aAP7+/QAA + AAAAAAAAAAAAAAAAAAAAAAAAAA8JFQATCxwA//4AAP/+AAD//gAAEAkYABEL + GgAAAAAAAAAAAAAAAAAAAAAA5O7ZAO/06AD+/v8A//4AAP/+AAD//gAAAAAA + AAAAAAAA/y1MPgAAIABJREFUAAAAAAAAAAAAAAAAAAAAAAAAAAD+AAD//gAA + //4AAP/+AAD//gAAAv//AAD//wAA//8AAP//AAD//wAAHRMpAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAO/16QDw9esA//8AAP//AAD//wAA//8AAP//AAD/ + /gAA6vHhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABALGADy9+8A4OzUAAAA + AAAAAAAAAAAAAAAAAAAAAAAAEQsYABcNIAD//wAA//8AAAAAAQAVDR4AFAwb + AAAAAAAAAAAAAAAAAP8A/wDe6tAA9PjyAP//AAD//wAA//8AAP//AAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA//8AAP//AAD//wAA//8AAP//AAAC + AP7/AAD+/wAA/v8AAP7/AAD+/wAHBAkAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAA////AAD+/wAA/v8AAP7/AAD+/wAA/v8AAP7/AP/+/gDu9OcAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAEAoWAAYCBwDS4sEAAAAAAAAAAAAAAAAAAAAA + AAAAAAAIBQsAEQsZAAQBBAAA/v8ACAMLABgPIgADAgQAAAAAAAAAAAAAAAAA + 9fjwAN7q0gD5+vUAAP7/AAD+/wAA/v8AAP7/AAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAD/AAD///8AAP7/AAD+/wAA/v8AAP7/AAT+/gAAAAAAAAAAAAAA + AAAAAAAAAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/wAA/v4AAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAPb48wAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAEAgUAAQACANrnzAD8/fsABAMFAAAAAAAAAAAAAAAAAAAAAAAXDiAA + DAcTAO706AAJBQ4AGhAkAAAAAAAAAAAAAAAAAAAAAADp8eEA7PPmAP7+AAAA + AAAAAAAAAAAAAAAAAAAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/ + AAD+/gAAAAAAAAAAAAAAAAAAAv///wD///8A////AP///wD///8AAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8AAAD///8A////AP///wD///8A//// + AP///wD///8A////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA + 8PXqAOXv2wAAAAAAAAAAAAAAAAAAAAAAAAAAABcPIAAMBxEA////AAkGDQAb + ESQAAAAAAAAAAAAAAAAAAAAAAOjx3wDs8+YA////AP///wD///8A////AP// + /wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//8AAP///wD///8A//// + AP///wAC//4AAP/+AAD//gAA//4AAP/+AAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAP8AAP/+AAD//gAA//4AAP/+AAD//gAA//4AAP/+AAD//wAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/+/wD4+vgA3OjPAAAAAAAA + AAAAAAAAAAAAAAAAAAAAGBAgAA8JFQAB/wMAGRAkAAsIEAAAAAAAAAAAAAAA + AAD1+fEA4erXAPf49AD//gAA//4AAP/+AAD//gAA//4AAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAD//v8A//4AAP/+AAD//gAA//4AAAL//wAA//8A + AP//AAD//wAA//8AAP3+/QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAAcECwAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAD6/PgA/f79APn69wDa5s0A/P37AAAAAAAAAAAAAAAAAAAA + AAACAQMAHhMqAAYECgAlFzMAAQABAAAAAAAAAAAAAAAAAO/06QDd6dIA//8A + AP//AAD//wAA//8AAP//AAD//wAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAP//AAD//wAA//8AAP//AAD//wAAAv/+/wD//v8A//7/AP/+/wD//v8A + 8PTpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcECQAFAwgA//7/AP/+/wD/ + /v8A//7/AP/+/wD//wAAFg4eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOzz + 5QD3+fUA/v7+AO3z5wDp8eEAAAAAAAAAAAAAAAAAAAAAAAAAAAAbEiQABgMJ + ACMXLwAAAAAAAAAAAAAAAAD///4A6vLjAOfv3wD//v8A//7/AP/+/wD//v8A + //7/AP/+/wAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8A////AP/+/wD/ + /v8A//7/AP/+/wAC//4AAP/+AAD//gAA//4AAP/+AADj7doAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAADAgRAAoFDgD//gAA//4AAP/+AAD//gAA//4AAAD+ + AAAJBg0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8vbtAPr7+QD//gAA7vPp + AOLr2AAAAAAAAAAAAAAAAAAAAAAAAAAAAB8VKwAWDh0AFg8dAAAAAAAAAAAA + AAAAAPv9+gDf6dUA+vr4AP/+AAD//gAA//4AAP/+AAD//gAA//4AAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/wAA//4AAP/+AAD//gAA//4AAAL/ + //8A////AP///wD///8A////AOLs2QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAPChQADQgSAP///wD///8A////AP///wD///8AAP8AABkQIQAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAADi69gA9PfwAP///wDz9u8A4uzYAPr8+AAAAAAA + AAAAAAAAAAAAAAAAEQsWADkmTAADAgQAAAAAAAAAAAAAAAAA+vz4ANThxAD/ + //8A////AP///wD///8A////AP///wD///8AAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAP//AAD///8A////AP///wD///8AAv//AAD//wAA//8AAP// + AAD//wAA0d/DAPr8+AAAAAAAAAAAAAAAAAAAAAAAAAAAABoRIgAaESMAAAAC + AP//AAD//wAA//8AAP//AAAEAwgALR89AAAAAAAAAAAAAAAAAAAAAAAAAAAA + +Pr1AODq1wD2+fQA//8AAP3+/QDk7NwA7/TpAAAAAAAAAAAAAAAAAAAAAAAB + AQIANCNGAAAAAAAAAAAAAAAAAAAAAADt8+YA4evZAP//AAD//wAA//8AAP// + AAD//wAA//8AAP//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//8A + AP//AAD//wAA//8AAP//AAAC//7/AP/+/wD//v8A//7/AP/+/wD2+PIAzNy7 + AAAAAAAAAAAAAAAAAAAAAAAAAAAACAYLAC0fPAAPCRQA//7/AP/+/wD//v8A + Af8CADclSQAPChQAAAAAAAAAAAAAAAAAAAAAAP///wDf6tUA4erYAP/+/wD/ + /v8A//7/AOXt3ADs8uYAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBgsAAAAAAAAA + AAAAAAAAAAAAAM/ewAD//v4A//7/AP/+/wD//v8A//7/AP/+/wD//v8A//7/ + AAAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAD///8A//7/AP/+/wD//v8A + //7/AAL+/gAA/v4AAP7+AAD+/gAA/v4AAPz9/QDF17MA8PXrAAAAAAAAAAAA + AAAAAAAAAAAAAAAALiA9AEUvXAAXDx8AAAACABALFwA6KE4ASzNjAAAAAAAA + AAAAAAAAAAAAAAAAAAAA9vnyAM/dvwDo7+EA/v4AAP7+AAD+/gAA8PTsAOfv + 4AD8/fsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAz93A + AP7+AAD+/gAA/v4AAP7+AAD+/gAA/v4AAP7+AAD+/gAA//8AAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAP//AAD+/gAA/v4AAP7+AAD+/gAABP///wAAAAAA + AAAAAAAAAAAAAAAA////ANzm0gDD1bAASjRhAAMCBAAAAAAAAAAAAAAAAAAJ + BgwAQi5WACYaMQDy9+8ACgcNABkRIAANCRIAAAAAAAAAAAAAAAAAAAAAAP7/ + /gDZ5c4Ax9e2APv8+gAAAAAAAAAAAAAAAAD8/fwA2uXPADcmSAANCREAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOXt3QDo7+IA////AAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAP4AAP///wAAAAAAAAAAAAAAAAAEAP4AAAAAAAAAAAAAAAAAAAAAAAAA + AAAA9/j0AL3PqAAQCxYAOCdIAAUEBwAAAAAAAAAAAAAAAAAHBQoAIxkvAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+//4A3ebSAKO9hgDx9e0AAAAA + AAAAAAAAAAAAAAAAAAAAAADT38UA8TbsAA0JEQAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAD///4Aytq5APv7+QAA/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAAAP4AAAAA + AAAAAAAAAAAAAAL//gAA//4AAP/+AAD//gAA//4AAP/+AAD//gAA7fLpAKe/ + jAC0yp4A6/HlAP7//gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAD+//4A8fXsAMTUsQCRsXAA7PHnAP/+AAD//gAA//4AAP/+AAD//gAA + //4AAPT28QC0yp8A+vz4AAAAAAAAAAAAAAAAAAAAAAAAAAAA////ANzm0gDH + 1bYA+/v7AP/+AAD//gAA//4AAP/+AAD//gAA//4AAP/+AAD//gAA8vbuAAAA + AAAAAAAAAAAAAAAAAAAAAAAA+vv5APf59QD//gAA//4AAP/+AAD//gAAAy1E + FYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+fv3ANvl0ADn7t8A/P37 + AP3+/AAAAAAABgUJAAIBAgAAAAAAAAAAAAAAAAD1+PIA5ezcANfjywC7zqYA + us6mAPP37wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAObt3wAK + Bw0ADQoRAAoHDQABAQIAAAAAAPf59ADb5tEAt8yiAN7o1AD+/v0AAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADy9e4AHhYnAAsIDgACAQIAAAAA + AOzy5wDD068AzNu9AP39+wAAAAAAAAAAAAAAAAABWYcq/wAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAAAJBgwAFxEeABEMFwAPCxMA + AwIDAAAAAAAAAAAAAAAAAPX48gDq8OQA6/HkAPL27wAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoHDAAiGS0AFhAcAAIB + AgAAAAAA9/n0AOLr2gDn7t8A/P38AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAIBAgAmHDIAGRIgAAMCAwAAAAAA7fPoANnjzQD2+fQA + AAAAAAAAAAAAAAAAAAAAAAFYhSn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAABP//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE//4AAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT///8AAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAABP/+/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE//4A + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT//wAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAABP/+/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAE/v4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQA//8AAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAABP79AAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAE/fz+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT8+v8A + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPv5/QAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAE+/f9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAB9ItBQAAAAS0lEQVQAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAHqcTnqKB6cZAAAAAElFTkSuQmCC +Maemo-Display-Name: Ovi + +Package: libcal1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 52 +Maintainer: Roman Tereshonkov +Architecture: armel +Source: libcal +Version: 0.2.5.m5 +Depends: libc6 (>= 2.5.0-1) +Conflicts: libdsme0 +Description: programming interface to Nokia internet tablet calibration data + libcal provides an api to read and modify the calibration data area on Nokia internet tablets + . + This package contains shared libraries. + +Package: osso-cities-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (es_ES) + Language files for es_ES osso-cities. + +Package: osso-applet-device-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (es_MX) + Language files for es_MX osso-applet-device. + +Package: osso-applet-textinput-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (it_IT) + Language files for it_IT osso-applet-textinput. + +Package: libcodelockui1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Maria Starodubtseva +Architecture: armel +Source: codelockui +Version: 1:1.6.17+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libpango1.0-0, osso-icons, osso-system-lock-l10n-mr0 | osso-system-lock-l10n-mr, libdevlock-bin (>= 1.0.4) +Conflicts: osso-applet-devicelock (<< 1.0.36-0), osso-systemui-devlock (<< 0.1.6.13), codelockui (<< 1.6.1) +Description: A code lock UI library + This package contains the run-time library for code lock UI. + +Package: osso-calculator-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (es_ES) + Language files for es_ES osso-calculator-ui. + +Package: hildon-libs-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (nl_NL) + Language files for nl_NL hildon-libs. + +Package: libisi-glib0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 60 +Maintainer: Mika Liljeberg +Architecture: armel +Source: libisi +Version: 1.4.2+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libisi1 (>= 1.4.0) +Description: Runtime library for using GLib main loop with libisi + ISI library is for sending/receiving and coding/decoding ISI messages. + This package contains runtime support for using libisi together with Glib. + +Package: calendar-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (ru_RU) + Language files for ru_RU calendar. + +Package: osso-startup-wizard +Status: install ok installed +Priority: extra +Section: unknown +Installed-Size: 696 +Maintainer: Karoliina Salminen +Architecture: armel +Version: 2.3.99-82+0m5 +Replaces: system-services, osso-startup-wizard-images +Depends: libalarm2, libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libclockcore0-0, libclutter-0.8-0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libi18n-locale-resolver0, libpango1.0-0, libstdc++6 (>= 4.2.1), maemo-launcher, osso-applet-languageregional, hildon-theme, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, osso-suw-l10n-mr | osso-suw-l10n-mr0, osso-cities-l10n-mr | osso-cities-l10n-mr0, osso-clock-l10n-mr | osso-clock-l10n-mr0 +Conffiles: + /etc/osso-cud-scripts/osso-startup-wizard-cud.sh c468b5648ced2de2e7b4945a849597bd + /etc/osso-rfs-scripts/osso-startup-wizard-rfs.sh c468b5648ced2de2e7b4945a849597bd + /etc/X11/Xsession.d/30osso_startup_wizard 55085e4b3e44090a15effdc1f8a6a21c +Description: Startup Wizard + The startup wizard is the first GUI the user sees + +Package: osso-pdf-viewer-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (de_DE) + Language files for de_DE osso-pdf-viewer. + +Package: mediaplayer-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (sv_SE) + Language files for sv_SE mediaplayer. + +Package: gstreamer0.10-ipp-nokia +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 88 +Maintainer: Stefan Kost +Architecture: armel +Version: 0.7-maemo1+0m5 +Depends: libbridge2, libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.14.6-1osso1), libgstreamer0.10-0 (>= 0.10.22), libxml2, libipp-nokia +Description: GStreamer Image Post-Processing plugin + Image Post-Processing plugin that performs noise filtering + and edge enhancement. + +Package: mediaplayer-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (no_NO) + Language files for no_NO mediaplayer. + +Package: hildon-control-panel-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (fr_CA) + Language files for fr_CA hildon-control-panel. + +Package: maesync-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (fi_FI) + Language files for fi_FI maesync. + +Package: gcc-4.2-base +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 160 +Maintainer: Debian GCC Maintainers +Architecture: armel +Source: gcc-4.2 +Version: 4.2.1-4maemo9+0m5 +Description: The GNU Compiler Collection (base package) + This package contains files common to all languages and libraries + contained in the GNU Compiler Collection (GCC). + +Package: modest-nokiamessaging-plugin-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (de_DE) + Language files for de_DE modest-nokiamessaging-plugin. + +Package: osso-filemanager-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (de_DE) + Language files for de_DE osso-filemanager. + +Package: osso-statusbar-sound-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (fr_CA) + Language files for fr_CA osso-statusbar-sound. + +Package: osso-powerup-shutdown-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-powerup-shutdown-l10n-mr +Depends: osso-powerup-shutdown-l10n-ruru, osso-powerup-shutdown-l10n-frfr, osso-powerup-shutdown-l10n-frca, osso-powerup-shutdown-l10n-dadk, osso-powerup-shutdown-l10n-itit, osso-powerup-shutdown-l10n-svse, osso-powerup-shutdown-l10n-nono, osso-powerup-shutdown-l10n-fifi, osso-powerup-shutdown-l10n-nlnl, osso-powerup-shutdown-l10n-enus, osso-powerup-shutdown-l10n-dede, osso-powerup-shutdown-l10n-esmx, osso-powerup-shutdown-l10n-eses, osso-powerup-shutdown-l10n-cscz, osso-powerup-shutdown-l10n-ptpt, osso-powerup-shutdown-l10n-engb, osso-powerup-shutdown-l10n-plpl +Description: osso-powerup-shutdown marketing release package + This is a metapackage for osso-powerup-shutdown to pull all the l10n packages. + Application developers of osso-powerup-shutdown should depend on + "osso-powerup-shutdown-l10n-mr0 | osso-powerup-shutdown-l10n-mr" + to ensure correct locales are getting installed. + +Package: libicd-network-ipv4 +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 64 +Maintainer: Patrik Flykt +Architecture: armel +Version: 0.22+0m5 +Depends: icd2 (>= 0.50), udhcpc (>= 0.9.8-6osso8), libc6 (>= 2.5.0-1) +Conffiles: + /etc/udhcpc/libicd_network_ipv4.script fca158da40fc72c4c70463f6f182379d + /etc/maemo-dhcp.d/50_ipv4_network_setup 183b2815f21d14e710cf1db35eed0bb0 +Description: ICd2 IPv4 address configuration module + ICd2 IPv4 address configuration module + +Package: hildon-application-manager-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (it_IT) + Language files for it_IT hildon-application-manager. + +Package: osso-backup-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (fr_CA) + Language files for fr_CA osso-backup. + +Package: rtcom-call-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (en_US) + Language files for en_US rtcom-call-ui. + +Package: maemo-applet-fmtx +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Stefan Kost +Architecture: armel +Version: 0.24+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.23), libpango1.0-0, libdbus-glib-1-2 (>= 0.74), libhildon1 (>= 2.1.10), libosso1 (>= 2.16), fmtx-middleware (>= 0.15), hildon-control-panel (>= 2.2.1), mce (>= 1.8.36), osso-fm-transmitter-l10n-mr0 | osso-fm-transmitter-l10n-mr, hildon-libs-l10n-mr | hildon-libs-l10n-mr0 +Description: FMTX control panel applet + This package contains the control panel applet for controlling FM + transmitter. + +Package: osso-applet-textinput-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (cs_CZ) + Language files for cs_CZ osso-applet-textinput. + +Package: hildon-control-panel-personalisation +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 196 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 1.2.31-1+0m5 +Replaces: hildon-control-panel-theme +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), hildon-control-panel-personalisation-l10n-mr0 | hildon-control-panel-personalisation-l10n-mr, ke-recv-l10n-mr | ke-recv-l10n-mr0, hildon-control-panel +Pre-Depends: sudo +Conflicts: hildon-control-panel-theme, maemo-launcher (<= 0.4-1) +Conffiles: + /etc/event.replace.d/hildon-control-panel-personalisation 5d8283a04b4a8cf3676aff0b51371321 + /etc/sudoers.d/hildon-control-panel-personalisation.sudoers 3f0610dadfa3599aa5954913bfe406fa + /etc/osso-rfs-scripts/personalisation-rfs.sh d096906748ce855b77ce9667a0f1af1d + /etc/osso-backup/applications/personalisation.conf 60e0f49644f53a48fddd0d14fef69041 + /etc/osso-backup/post-backup.d/personalisation-post-bkp.sh 42ff159562bd001c74d7008b322ed8c7 + /etc/osso-backup/pre-backup.d/personalisation-backup.sh 2ee0988425797150b01a48c1d6fc649c + /etc/osso-backup/restore.d/always/personalisation-restore.sh b9bedb695d99b5004aa5fd8e8ab5c139 + /etc/osso-backup/restore.d/it2007/hcp-restore-theme.sh 173146fe58f3aed33f74e48209161de4 + /etc/osso-cud-scripts/personalisation-cud.sh d096906748ce855b77ce9667a0f1af1d +Description: Hildon Control Panel's personalisation plugin + +Package: hildon-status-bar-usb-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (es_ES) + Language files for es_ES hildon-status-bar-usb. + +Package: libcurl3 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 412 +Maintainer: Aapo Makela +Architecture: armel +Source: curl +Version: 7.18.2-8maemo6+0m5 +Replaces: libcurl2 (<< 1:7.11.2-2), libcurl4 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libssl0.9.8 (>= 0.9.8f-5), zlib1g (>= 1:1.2.1) +Conflicts: libcurl4 +Description: Multi-protocol file transfer library (OpenSSL) + libcurl is designed to be a solid, usable, reliable and portable + multi-protocol file transfer library. + . + SSL support is provided by OpenSSL. + . + This is the shared version of libcurl. + +Package: libxdamage1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 60 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxdamage +Version: 1:1.1.1-3osso1.1 +Depends: libc6 (>= 2.5.0-1), libx11-6, libxfixes3 (>= 1:4.0.1), x11-common +Description: X11 damaged region extension library + libXdamage provides an X Window System client interface to the DAMAGE + extension to the X protocol. + . + The Damage extension provides for notification of when on-screen regions have + been 'damaged' (altered). + . + More information about X.Org can be found at: + + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libXdamage + +Package: osso-tv-out-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (es_ES) + Language files for es_ES osso-tv-out. + +Package: osso-clock-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-clock-l10n-mr +Depends: osso-clock-l10n-ruru, osso-clock-l10n-frfr, osso-clock-l10n-frca, osso-clock-l10n-dadk, osso-clock-l10n-itit, osso-clock-l10n-svse, osso-clock-l10n-nono, osso-clock-l10n-fifi, osso-clock-l10n-nlnl, osso-clock-l10n-enus, osso-clock-l10n-dede, osso-clock-l10n-esmx, osso-clock-l10n-eses, osso-clock-l10n-cscz, osso-clock-l10n-ptpt, osso-clock-l10n-engb, osso-clock-l10n-plpl +Description: osso-clock marketing release package + This is a metapackage for osso-clock to pull all the l10n packages. + Application developers of osso-clock should depend on + "osso-clock-l10n-mr0 | osso-clock-l10n-mr" + to ensure correct locales are getting installed. + +Package: tablet-browser-mediaplayer-plugin +Status: install ok installed +Priority: optional +Section: web +Installed-Size: 84 +Maintainer: Juha Kellokoski +Architecture: armel +Version: 0.1.1-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, tablet-browser-ui (>= 0.0.1) +Description: Media Player Browser Plugin for Tablet Browser + The Browser Plugin for Media Player. + +Package: as-config-applet-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (nl_NL) + Language files for nl_NL as-config-applet. + +Package: osso-pdf-viewer-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (ru_RU) + Language files for ru_RU osso-pdf-viewer. + +Package: upstart +Status: install ok installed +Priority: extra +Section: admin +Installed-Size: 416 +Maintainer: Pekka Lundstrom +Architecture: armel +Version: 0.3.8-57+0m5 +Replaces: sysvinit +Provides: sysvinit +Pre-Depends: libc6 (>= 2.5.0-1), sysvinit-utils (>= 2.86.ds1-23) | busybox (>= 3:1.6.1.legal-1osso8) +Recommends: upstart-compat-sysv, upstart-logd, startup-tasks, system-services +Conflicts: sysvinit +Conffiles: + /etc/event.d/sulogin 621b36d1f71add7b9c29bb314760a6ac + /etc/event.d/control-alt-delete b9e5968d70426be30342405e78b10e43 +Description: event-based init daemon + upstart is a replacement for the /sbin/init daemon which handles + starting of tasks and services during boot, stopping them during + shutdown and supervising them while the system is running. + +Package: maesync-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (it_IT) + Language files for it_IT maesync. + +Package: osso-fm-transmitter-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (fr_FR) + Language files for fr_FR osso-fm-transmitter. + +Package: osso-powerup-shutdown-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (ru_RU) + Language files for ru_RU osso-powerup-shutdown. + +Package: hildon-input-method-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (cs_CZ) + Language files for cs_CZ hildon-input-method. + +Package: osso-connectivity-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (pl_PL) + Language files for pl_PL osso-connectivity-ui. + +Package: osso-games-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (fi_FI) + Language files for fi_FI osso-games. + +Package: hildon-fm-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (cs_CZ) + Language files for cs_CZ hildon-fm. + +Package: osso-sketch-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (es_MX) + Language files for es_MX osso-sketch. + +Package: modest-nokiamessaging-plugin +Status: install ok installed +Priority: extra +Section: misc +Installed-Size: 448 +Maintainer: Moises Martinez +Architecture: armel +Source: nokiamessaging +Version: 1.4.5+0m5 +Replaces: modest-intellisync-plugin +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonnotify0 (>= 0.0.2-1-recomp1), libnotify1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libsqlite3-0 (>= 3.6.14), libstdc++6 (>= 4.2.1), libtime0, libtinymail-1.0-0, libtinymail-camel-1.0-0, libtinymail-gnomevfs-1.0-0, libtinymail-maemo-1.0-0, libtinymailui-1.0-0, libtinymailui-gtk-1.0-0, libxml2 (>= 2.6.32), camelisync, modest (>= 3.0.17-rc17), hildon-application-manager-l10n-mr | hildon-application-manager-l10n-mr0, modest-nokiamessaging-plugin-l10n-mr | modest-nokiamessaging-plugin-l10n-mr0 +Conflicts: modest-intellisync-plugin +Description: Modest plugin adding NokiaMessaging support + Modest plugin adding NokiaMessaging support + +Package: osso-fm-transmitter-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-fm-transmitter-l10n-mr +Depends: osso-fm-transmitter-l10n-ruru, osso-fm-transmitter-l10n-frfr, osso-fm-transmitter-l10n-frca, osso-fm-transmitter-l10n-dadk, osso-fm-transmitter-l10n-itit, osso-fm-transmitter-l10n-svse, osso-fm-transmitter-l10n-nono, osso-fm-transmitter-l10n-fifi, osso-fm-transmitter-l10n-nlnl, osso-fm-transmitter-l10n-enus, osso-fm-transmitter-l10n-dede, osso-fm-transmitter-l10n-esmx, osso-fm-transmitter-l10n-eses, osso-fm-transmitter-l10n-cscz, osso-fm-transmitter-l10n-ptpt, osso-fm-transmitter-l10n-engb, osso-fm-transmitter-l10n-plpl +Description: osso-fm-transmitter marketing release package + This is a metapackage for osso-fm-transmitter to pull all the l10n packages. + Application developers of osso-fm-transmitter should depend on + "osso-fm-transmitter-l10n-mr0 | osso-fm-transmitter-l10n-mr" + to ensure correct locales are getting installed. + +Package: gstreamer0.10-mpegaudioparse-maemo +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 88 +Maintainer: Stefan Kost +Architecture: armel +Version: 0.11+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libxml2 (>= 2.6.32) +Description: GStreamer MPEG audio parser plugin + MPEG audio parser plugin. + +Package: maemo-af-desktop-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (en_US) + Language files for en_US maemo-af-desktop. + +Package: mce +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 812 +Maintainer: David Weinehall +Architecture: armel +Version: 1.8.100+pr1.1-2+0m5 +Depends: dbus, libc6 (>= 2.5.0-1), libcal1, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libdsme0.2.0, libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), gconf2 (>= 2.10.1-2) +Recommends: dsme (>= 0.30.11) +Conflicts: osso-systemui-tklock (<< 0.1.8.12), osso-applet-display (<< 1.4.2), libcodelockui1 (<< 1:1.5.5), hildon-desktop (<< 1:2.2.48-1), osso-systemui-alarm (<< 0.2.1.24), osso-systemui-devlock (<< 0.2.0.3) +Conffiles: + /etc/mce/mce.ini 21d6d861dec0b498aca637fb947cbace + /etc/dbus-1/system.d/mce.conf 9ebe9a46e6d4571ec0bbcddec9bbde41 + /etc/init.d/zzinitdone 02d4302dffd671f9f9e0c43ac710c832 + /etc/init.d/mce 52f6ca6d33935c38e9ff50b80bc95396 + /etc/event.replace.d/mce 5e8fd04257c933081281d19f04bd3369 + /etc/X11/replace/Xsession.d/devlock-blocker 4fbd705be901713db97ed526722ac774 +Description: the Mode Control Entity for Nokia Internet Tablets + This package contains the Mode Control Entity which provides + mode management features. This is a daemon that is the backend + for many features on Nokia's Internet Tablets. + +Package: bluetooth-sysinfo +Status: install ok installed +Priority: extra +Section: utils +Installed-Size: 48 +Maintainer: Ville Tervo +Architecture: armel +Version: 0.4+0m5 +Depends: sysinfo-tool +Conffiles: + /etc/event.replace.d/bluetooth-sysinfo 82db4c540f5a1c8019baae0a437e1062 +Description: Bluetooth address pusher for bluetooth + This application reads bluetooth address from certificate and pushes it to + bluetooth driver. + +Package: osso-profiles-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-profiles-l10n-mr +Depends: osso-profiles-l10n-ruru, osso-profiles-l10n-frfr, osso-profiles-l10n-frca, osso-profiles-l10n-dadk, osso-profiles-l10n-itit, osso-profiles-l10n-svse, osso-profiles-l10n-nono, osso-profiles-l10n-fifi, osso-profiles-l10n-nlnl, osso-profiles-l10n-enus, osso-profiles-l10n-dede, osso-profiles-l10n-esmx, osso-profiles-l10n-eses, osso-profiles-l10n-cscz, osso-profiles-l10n-ptpt, osso-profiles-l10n-engb, osso-profiles-l10n-plpl +Description: osso-profiles marketing release package + This is a metapackage for osso-profiles to pull all the l10n packages. + Application developers of osso-profiles should depend on + "osso-profiles-l10n-mr0 | osso-profiles-l10n-mr" + to ensure correct locales are getting installed. + +Package: libossoproductinfo0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 60 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: osso-product-info +Version: 0.7.3.1+0m5 +Depends: libc6 (>= 2.5.0-1), libcal1, libdbus-1-3 (>= 1.1.4), libsysinfo0 +Description: get SW/HW information on OSSO platform + osso-product-info is a wrapper which provide a unified interface + to get an information about a hardware the program is running on, + and a version of OSSO sowftware. + . + This is a shared library for C programs + +Package: osso-applet-display +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 156 +Maintainer: Maria Starodubtseva +Architecture: armel +Version: 1.5.3+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.23), libpango1.0-0, hildon-control-panel (>= 1:2.2.1), osso-icons | osso-icons-devel, osso-display-l10n-mr0 | osso-display-l10n-mr +Conffiles: + /etc/init.d/osso-applet-display eaca6bec9eeac09489a947ad98514d15 +Description: Control Panel Display plugin + An applet for hildon control panel that allows the user to change display + settings like brightness and dimming itervals. + +Package: hildon-im-fkb +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 144 +Maintainer: Mohammad Anwari +Architecture: armel +Source: hildon-input-method-plugins +Version: 3.9.46-2+0m5 +Depends: hildon-im-common-virtual-settings, hildon-im-virtual-keyboard-layouts, hildon-im-plugin-settings, hildon-input-method-framework, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-im-ui3, libhildon-im-vkbrenderer3, libhildon-im-western-plugin-common3, libimengines-wp4, libimengines4, libimlayouts0, libpango1.0-0 +Description: Western Finger Keyboard plugin + This packages provides the Finger keyboard (FKB). + +Package: osso-addressbook-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (fr_CA) + Language files for fr_CA osso-addressbook. + +Package: busybox-symlinks-net-tools +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 16 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: busybox +Version: 3:1.10.2.legal-1osso26+0m5 +Replaces: net-tools +Provides: net-tools +Conflicts: net-tools +Description: BusyBox symlinks to provide 'net-tools' + BusyBox symlinks for utilities corresponding to 'net-tools' package. +Xs-Original-Maintainer: Debian Install System Team + +Package: csd-info +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 100 +Maintainer: Andras Domokos +Architecture: armel +Source: libphinfo +Version: 0.2.5.m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libisi1 (>= 1.4.0), libphinfo0, csd-base (>= 0.3.0) +Conffiles: + /etc/default/csd-info 26e66431fb018e21914eff5693304926 + /etc/dbus-1/system.d/csd-info.conf 8749069d9f112c9934ee8efa67ec9df1 +Description: Phone info service plugin for cellular services daemon + Plugin for reading phone infromation over D-Bus. + +Package: passwd +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 984 +Maintainer: Kaliuta Yauheni +Architecture: armel +Source: shadow +Version: 1:4.0.18.1-7+etch1maemo1.m5 +Replaces: shadow-passwd, manpages (<= 1.15-2), manpages-de (<< 0.4-9), manpages-fi (<< 0.2-4), manpages-fr (<< 1.64.0-1), manpages-hu (<< 20010119-5), manpages-it (<< 0.3.4-3), manpages-ja (<< 0.5.0.0.20050915-1), manpages-ko (<< 20050219-2), manpages-pl (<= 20020406-1), manpages-es (<< 1.55-4), manpages-es-extra (<< 0.8a-15), manpages-ru (<< 0.98-3), manpages-tr, manpages-zh +Depends: libc6 (>= 2.5.0-1) +Conflicts: shadow-passwd, suidregister (<< 0.50), debconf (<< 0.5) +Conffiles: + /etc/default/useradd 5b8ca3e449b6a4c4700fa38eefc1fd5c +Description: change and administer password and group data + This package includes passwd, chsh, chfn, and many other programs to + maintain password and group data. + . + Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian +Xs-Original-Maintainer: Shadow package maintainers + +Package: amazon-installer +Status: install ok installed +Priority: optional +Section: user/other +Installed-Size: 96 +Maintainer: Alok Mishra +Architecture: armel +Version: 1.0.1.1+0m5 +Depends: maemo-installer-utils +Description: Installer application for Amazon. +Maemo-Icon-26: + iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACNmlDQ1BJQ0MgUHJv + ZmlsZQAAeAGtk0FoE0EUhv9NsA21FLHWk4c9SFGIEhIPCgXTblqbVmJIU1v1tNnd + JKu7m2V3k9ogePTuoUcRlCLepR489FDEiwcRbNWz6EFFKFRQyvbNjrOhYPHig9n5 + 5u0/b2bemwGSX1XXtRIAbCfwKpcm5MVr1+X+9+hDCgMYxoiq+e54uXyZJAfYzjtI + 7NfbMyzWz+/fcq2NZ59XB+vnLn7aXDxgknAPebQgIKXJcazBOc+4xrnKeClwA9I0 + GWtNVSe+Q5z2qhWF+AnxUIPzc8Y1zq8Yd7QGm7tFnHF00wESKeLzuuFrxHliXfc1 + m/gx8S/bblH85EPiU5rr0dwki3OS5YV6suUukO+Qfqznu2oBT++y7fV8oz+AERl4 + ca/n296KciUdT/n1XDYKJx1eAw6thOH2AtB/GtjdDMPfa2G4u0prfwDWd7S2R+tx + tfQa+NeYn5nrgTd0BrKoRn9nnpdIlQEerQML1GaoPcgDo0vA8A2gTFzNI5HLicZz + CGYDiukYtipPF6Lh//vYVpvqFNlR+g46tdIV6hl/cYNyVbDfmZsUXDenioJ1tTAr + uNtUSoLr3lRF8E11pizYcObnBLtWdO//rDUR6w1/MtZ0m1WqG9+P167MC77Vmo31 + ulGI9+ZYJfaWophmUIz3DwUmHBiwoULGNCiR/C6SGn1HgPsnEtLLlY3sR+bYZ4Fx + O6qx0nKXPbPRDORxeolGWi462tm0nM1kLmAPehqy+/wTtQsAAAu2SURBVGgFzVp7 + jJXFFT/ffe+uy667PBZ5VYQVSlEsKNXwCFVKGiwaQy1tUCqYmGj8q9VWSypVY8DK + liDIH0CAFBITTIiwSppQkFKzPMqrKs9lWWAX2UXW3YXdy97HN/395rtz73cv9+7e + axvtCbMz38yZM79z5syZx8USkFLKY1mWnSg/gfwp1D2A/A42sx5kIX3bZcCyAEU1 + If8E47+P/GPkxKzb2KoLyAcgrUbbz8mASjIRMIF/V3TL+MC1HWCeRt4BeEAJQmEk + so+QxhA0GjkbHqeoLYBP6vStl/WsY1xi1JiIA6kOdbOQrhNRESr2Ir8fecFk27Z4 + PB49Y/F4XLq6uiQajXLApCy2h0IhKS4uTqtPMnyDAsBvRnqKCsxH+muhMtA52eWr + r76Sw4cPy969e+XgwYPS0tIiVIw8VITAR48eLVOnTpWHH35YqqurdV+3kklhfReM + z1P+FA60HUnlkzBgko9l0q5du9QjjzyiysvLVTAYpNlzJsyCGjt2rFq7dq3CLCVl + 5TO2mwfDRvkNWkoLXXE39lVmL/J0d3erN998U/Xv3z8n4FzK+P1+9dJLL2kZCSCF + KIMuDvrz584dpwJaG9blk6gAiVaEaxQM3ijF2Vi/fr0jDH/zGdvwcPbYpeaddxQj + jS8hFFl+dOHCBVm+fLlgFsTnY/d0givJoEGDpKysLL0h8cU+N2/elI0bN0p7e3tW + nlyV8HuuARrOCgWDtgGfWpG5errqt23bJqdOndI1sVjM1SIyceJEmT9/vowZM0Zu + 3LghW7ZskZ07d0pPT0+Sz/Q5evSoNDY2yoQJE5JtfRVg8CQLyhYXcd7Thw7ab2fO + nJnVdcaNG6cwO2RLoxkzZmTlBxK1Y8cOzVsIDhhA91m9cqXyUEhSpTwKGEgY77PR + Cy+8IMOHD9ft5IlEIprtsccey8au6y5fvpyzLVtDwn0MZu3/2fiy1kFtHdOXLVsm + dXV10tbWJgTAfYCb1eOPP67jvtfr1TnrSIz7XBduNzIDGHcy333lxOAmroGC/B8W + kEmTJunkFuQucxDuxkwEHggEtIJuHlOmPBLzTHCGJyN347UKWsTuQehKxtKsb25u + lqamJjlw4IBcvHhRGhoa5OrVq9La2iodHR0SDoczcKR/5gmeipopoCKFu5AZ1rgH + jw6bNm2SPXv2SH19vRTqEkZevnmmogW5EC1tiO5RU1MjK1askCtXrpjqb5y7Z7cP + ISkQ8LyCXIjam4EWL14sb7/9th6LG1Om5en7PMTxFMpodO3atV5xZVo2F3OmCzlh + Ihd3jvoNGzYkwZPFDb6oqEjmzJkjq1at0uuBUaq2tlZY/7+gTEXzdiHjPnQXHiOy + EWdiyZIl8vLLL6c1847ARd8bmZntjSfRluZCeW9kRvPdu3frKJNtoFmzZiXBc1bM + zJw7dy7rHuCWYeS767KVEy5kIpHeibPxZa3jIIw6PONko7lz5yZjOUOsod78381n + +HvLMxUt2IUYfXLRqFGjkoucPGawffv25eqi9wg2fmsuZNZCNkT79+/X1YYHFxc5 + fvy4nrVs/Kzbvn27PjsZZXPxmfr/2oV6m/I1a9ak7Qk8cj/55JO9htBDhw4JLkcG + X595pqIFu9DIkSN1bOeFJJN4fJg+fboOo4w8DJ+XLl3KZEv75gFv6dKlct9998nk + yZN1WybItA7pZzd9H0CEy+9OAMHqxIkTavDgwYwCeSWE1j75eEdet24dxWvqDQ8Y + bEQ3faPHfcAuaCNDZ8GrgixYsCDDKNk/uQYYSktKSnSfIUOG3MLYr18/ef3112Xe + vHnOolepG55ZS+xkysSQRkZbrTr/9DEbZIF7qNmzZ/dpWQykKioq9AMA+61evTqt + T2VlpcKuzqY0smNRFW05rnrqa9XNUx+omye3qsjFf6h4pFvfHmEUzc8bGXdIUlIA + y7mSYWI7jsrqrbfe0u88BJqZcKFXixYtUseOHdPyTF/s1Jq3qqpKbd261VRrnkhT + nera8wfVuXm2an/vfvX1n8eqtmXVSKNV24rxqvvQSvKnuZAFMNzjrfDe13C0C0jo + wd/jVZSbkHmKRDEHcVp5Kzty5Ii+D5hD3YABAwT3Y329JA8G1UcJc39gdOLZaMSI + EVpyvKNBeupqJPLZLlE3ukQidCOcGAjD5xUr4BfVE5XApJ9Iyc/WU1neRaz33n1X + 3wf02UKpuPR8uknsaFiKp/1JLC8DVGoz0h+uP8Yn4SKClzlXy61F8hrwLHMdGYo0 + /E3COxdL/Mtm8ZSWiGf4SPGWDxUJ9QMGj8SvnEbbebE8gKkPz2k3yNRxOjjhGYk1 + 7pfIvs0i4XYJTnlVvKV3OIsHFuS8ZxIt2xeZGSCfu4wPWkfiLZ+Ld3C1BCbOE++g + 8eIpGyHefndqb6D06LmPpLv2VbFvOsdxyDCD0vCpG5m3/C4JPfS8hHcslp4D2yX2 + 5RcSmvKiBKqfSCqh3crCvFKhPMATtJvPXdajoz04YSEek54Ty19C9qSS5KXCUjJQ + PEXFcOhr2ivcMsjPMEpZ7CmB0XMkOPkX0N4r8Yv1Ev7oj9K9+3cSa/23brcAnsxa + sO70zf8YIJ6i28UTuE3L1DOUKTIWEYUnGivoF89tVWzVEBJsKRfCOzvU8Uvwh89L + 7OpZiX22TxAvJXLgA4md/af4qqdJ8J4F4u0P/zXWgRQDJCEw70yDdc2iHW6Tnn+t + wsJFIJn829QahOvY4S4oEBJPZTUVze5CrNWqFQ+Qoh+/IeH4KxI7icNZ3Ba7pUki + V9+X2JlPxDdiovjvflR8VZMg9PZExHJmJaUMIphtxknohMiWCZouGfu6UaINOyXy + Ra3E6z8X/w8eEnnQMQz5bbRLZ6d4hmFxD5l8i8GSZyEyG8t6y0dKcNorCGevSaz+ + qAMSzma3fimRax9L9OQe8fQfJt47xotv8CTxlH9PLLpCSRV8uRgRw++EQNd8UB07 + 1oNw2CbqepPEOy5K7MKnEj9/QOz2VrG7wpBTJoHxc2ENnzam7kMFQN4R92NxIzo5 + dmZOSrmQtp5RAi3+QRPEM/svEt71qsRO1NFYAMcXN+iJN574pTMSbzorEWubWKUV + Onn7DUTHYvEUY2bgCqJ/1oJhLA+AdyKSXEeE+xqAm0V1tIuCf2uB0RiemgMSfPAZ + HTR0HbCorhaJt54RC6E6cDeeJ6lYFhei51BZ7jjIzAcwlN0pJT+FEhUrJHqsFpa7 + DiUwaXAH7hvkt+Biqq1VJ1ud1P0dIY6sZAVH0XZFxphuytiUrIpKCT7wtIQeeBFt + kA+5NKgNBbi5Bh96VnxDp6LPrdHPB414sKArpcjMBHKrZLAUTX1NvFX3IryuE/vy + eQRnWA6RCuYQ5dXIUn11ybFHqtIoY2yFlhh3euAdPkpCP3pOAmPoOk6U070h21M6 + DOtxiVgI8dSXyxf/zIAKByDtQi1QYkhqAUIqZ4LgaGEOArcIjv2l+AaMh/9vk8jZ + v4vd3OjwoR0Pn0gcAQojkRIinJzfcci0+apN2fhVs6xc/ONmYh94FpFtjO7ASIhW + hzg21pU3VO7ITbQlXEgPwqOLhWfwLaj8lemXLSeopIIox9tOS7T+Y4TXPRK/el7w + 5ACAOL/w2d05WkEMoTjK6NniYH488lYOFf9d0xDNpsMtEG6wFaXJdwHIVQ+WGNp8 + OJW+wZ9Z5yB96OqXVjRCNBRj3QRHvLNZ7M4GLOiDWJiNYrddEBXBYQwWdhRAhsVs + 3VYpvoHfR9RCxKqoRjQZnpwpLcpt+YTsXjL3z6z3aFxQgD+TPNpLJ6eJCmAwEhUj + oR/+YiHHsS6Y9AzoJudP4hBmeUPJo4DuiyCgEtYnoyPH1a+XIvvjRFqDA+JvjAKI + e/IhhExlI9wKiPBm5IB0EDv+8N2UaST89wcA5o+SNN42JP6nFK25UcKLxuXQDJmm + uCn8H+QaSwJbjQaewG7AQyHnjAGw927asOGDzs7OUV7nJ6LvxuqwbQIothpbSktL + z/x64cI5wHnaKMD8P9qkfCSyJFpQAAAAAElFTkSuQmCC +Maemo-Display-Name: Amazon Installer + +Package: ezitext-norwegian +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 104 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Norwegian language support for the eZiText (TM). +Confidential: yes + +Package: osso-dsm-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (it_IT) + Language files for it_IT osso-dsm-ui. + +Package: osso-applet-screencalibration-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (en_US) + Language files for en_US osso-applet-screencalibration. + +Package: csd-call +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 160 +Maintainer: Andras Domokos +Architecture: armel +Source: libcscall +Version: 0.8.3.1+0m5 +Depends: libcscall2 (= 0.8.3.1+0m5), libc6 (>= 2.5.0-1), libcscall2, libdbus-1-3 (>= 1.1.4), libisi1 (>= 1.4.0), csd-base (>= 0.3.5) +Conflicts: telepathy-ring (<= 0.7.42) +Conffiles: + /etc/default/csd-call 051e5ea009584b6452e6e0fad76b8490 + /etc/dbus-1/system.d/csd-call.conf 0cb6def2f7a8a74aa3af227ec499a94d +Description: CALL service plugin for cellular services daemon + Plugin for controlling the CALL service over D-Bus. + +Package: osso-clock-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (cs_CZ) + Language files for cs_CZ osso-clock. + +Package: libmafw-shared0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 156 +Maintainer: Juha Kellokoski +Architecture: armel +Source: mafw-shared +Version: 0.1.2009.42-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libmafw0 (>= 0.1.2009.42) +Description: MAFW UI library + Media Application framework UI library. + With this package it is possible to use shared playlists, shared + sources and renderers. + +Package: osso-fm-transmitter-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (pt_PT) + Language files for pt_PT osso-fm-transmitter. + +Package: hildon-application-manager-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (da_DK) + Language files for da_DK hildon-application-manager. + +Package: tablet-browser-default-plugin +Status: install ok installed +Priority: optional +Section: web +Installed-Size: 48 +Maintainer: Sudarsana Nagineni +Architecture: armel +Version: 0.3.8-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso1 (>= 2.21), libpango1.0-0, tablet-browser-ui (>= 0.0.1) +Description: Default plugin for Tablet Browser + Contain some functions for working with place holders + +Package: osso-tv-out-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (ru_RU) + Language files for ru_RU osso-tv-out. + +Package: xkb-data +Status: install ok installed +Priority: extra +Section: x11 +Installed-Size: 480 +Maintainer: Oliver McFadden +Architecture: all +Source: xkeyboard-config +Version: 1.5-2maemo12+0m5 +Replaces: xkbdata +Provides: xkbdata +Conflicts: xkbdata +Conffiles: + /etc/X11/xkb/base.xml 6632614a85849942f87ad91f998e4986 +Description: X Keyboard Extension (XKB) configuration data + This package contains configuration data used by the X Keyboard + Extension (XKB), which allows selection of keyboard layouts when + using a graphical interface. + . + Every X11 vendor provides its own XKB data files, so keyboard layout + designers have to send their layouts to several places. The + xkeyboard-config project has been launched at FreeDesktop in order + to provide a central repository that could be used by all vendors. + +Package: osso-addressbook-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (it_IT) + Language files for it_IT osso-addressbook. + +Package: hildon-input-method-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (en_US) + Language files for en_US hildon-input-method. + +Package: osso-notes-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (en_GB) + Language files for en_GB osso-notes. + +Package: osso-bookmark-engine +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 60 +Maintainer: Sudarsana Nagineni +Architecture: armel +Version: 2:1.2.7-6+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libosso-gnomevfs2-0, libxml2, osso-browser-ui-l10n-mr0 | osso-browser-ui-l10n-mr, tablet-browser-bookmarks | osso-bookmark-user +Description: Bookmark engine for the + Bookmark application. + +Package: osso-clock-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (pt_PT) + Language files for pt_PT osso-clock. + +Package: camel-as-provider-0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 272 +Maintainer: Victor Portnov +Architecture: armel +Source: camel-as-provider +Version: 0.0.2-26+0m5 +Depends: libas-common-utils-0, libas-protocol-0, libas-storage-0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcurl3 (>= 7.16.2-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libosso1 (>= 2.26), libpango1.0-0, libqt4-core (>= 4.5.3~git20090723), libstdc++6 (>= 4.2.1), libtinymail-1.0-0, libtinymail-camel-1.0-0, libtinymailui-1.0-0, libtinymailui-gtk-1.0-0 +Description: Mail for Exchange mail account. Camel provider. + Binary package for Camel provider Mail for Exchange mail account. + +Package: osso-backup-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (pl_PL) + Language files for pl_PL osso-backup. + +Package: osso-applet-device-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (sv_SE) + Language files for sv_SE osso-applet-device. + +Package: ezitext-spanish-es +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 96 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Spanish (Spain) language support for the eZiText (TM). +Confidential: yes + +Package: maemoblocks +Status: install ok installed +Priority: optional +Section: games +Installed-Size: 412 +Maintainer: Maske Amish +Architecture: armel +Version: 1.6.36-1+0m5 +Depends: osso-games-startup, eff-content-fonts, osso-games-l10n-mr | osso-games-l10n-mr0, hildon-games-wrapper0 (>= 1.9.4), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libosso1 (>= 2.23), libsdl-image1.2 (>= 1.2.4-5), libsdl1.2 (>= 1.2.10-1) +Description: Maemo Blocks game + +Package: osso-notes-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (pl_PL) + Language files for pl_PL osso-notes. + +Package: osso-browser-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (nl_NL) + Language files for nl_NL osso-browser-ui. + +Package: osso-maesync-ui +Status: install ok installed +Priority: optional +Section: office +Installed-Size: 252 +Maintainer: Qi Ouyang +Architecture: armel +Version: 0.85-0osso1+0m5 +Depends: calendar-backend, libatk1.0-0 (>= 1.24.0), libbluetooth3 (>= 4.56), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libical, libmaesync, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.2.1), libtime0, libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maesync-backend, maesync-l10n-mr0 | maesync-l10n-engb +Description: Maesync User Interface + This package contains a control panel plugin to configure and manually + initiate the synchronization with maesync. The package also contains a binary + application with the conflict resolution dialog. + +Package: libgstreamer0.10-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1568 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gstreamer0.10 +Version: 0.10.25-0maemo2+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libxml2 (>= 2.6.32) +Suggests: gstreamer0.10-tools, gstreamer0.10-plugins +Conflicts: libgstreamer-plugins-base0.10-0 (<< 0.10.11cvs20070110-0ubuntu5) +Description: Core GStreamer libraries and elements + GStreamer is a streaming media framework, based on graphs of filters + which operate on media data. Applications using this library can do + anything from real-time sound processing to playing videos, and just + about anything else media-related. Its plugin-based architecture means + that new data types or processing capabilities can be added simply by + installing new plug-ins. + . + This package contains the core library and elements. +Original-Uploaders: David I. Lehn , + Loic Minier , + Sebastien Bacher , + Sebastian Dröge , + Sjoerd Simons +Xsbc-Original-Maintainer: Maintainers of GStreamer packages + +Package: osso-display-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (no_NO) + Language files for no_NO osso-display. + +Package: docpurge +Status: install ok installed +Priority: optional +Section: admin +Installed-Size: 60 +Maintainer: Marius Vollmer +Architecture: all +Version: 1.7-1+0m5 +Depends: dpkg (>= 1.9.7) +Conffiles: + /etc/apt/apt.conf.d/99-docpurge d032bfd9d1bc9beb3454d9f617aa4f20 +Description: Automatically remove unwanted documentation + Installing this package will add a hook to apt so that all of + /usr/share/{doc,man,info} will be removed after every invocation of + dpkg (by apt). It also includes the command /usr/sbin/docpurge that + can be called manually to perform the cleaning. + +Package: libmodest-dbus-client +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 72 +Maintainer: Moises Martinez +Architecture: armel +Version: 4:3.2.0-0+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: library wrapping modest's dbus interface + This packages provides the library wrapping for modest's + dbus interface + +Package: osso-profiles-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (it_IT) + Language files for it_IT osso-profiles. + +Package: modest-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (fr_CA) + Language files for fr_CA modest. + +Package: calendar-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: calendar-l10n-mr +Depends: calendar-l10n-ruru, calendar-l10n-frfr, calendar-l10n-frca, calendar-l10n-dadk, calendar-l10n-itit, calendar-l10n-svse, calendar-l10n-nono, calendar-l10n-fifi, calendar-l10n-nlnl, calendar-l10n-enus, calendar-l10n-dede, calendar-l10n-esmx, calendar-l10n-eses, calendar-l10n-cscz, calendar-l10n-ptpt, calendar-l10n-engb, calendar-l10n-plpl +Description: calendar marketing release package + This is a metapackage for calendar to pull all the l10n packages. + Application developers of calendar should depend on + "calendar-l10n-mr0 | calendar-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-display-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (pt_PT) + Language files for pt_PT osso-display. + +Package: osso-sharing-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (en_US) + Language files for en_US osso-sharing-ui. + +Package: libedata-book +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 196 +Maintainer: Joergen Scheibengruber +Architecture: armel +Source: evolution-data-server +Version: 1.4.2.1-20091116+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libxml2 (>= 2.6.32) +Description: Backend library for evolution address books + Evolution is the integrated mail, calendar, task and address book + distributed suite from Novell, Inc. + . + This package is backend library for evolution address book. + +Package: osso-applet-certman-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (fi_FI) + Language files for fi_FI osso-applet-certman. + +Package: connui-iapsettings-gprs +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 80 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-cellular +Version: 2.105+0m5 +Depends: connui-iapsettings, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconbtui0, libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libpango1.0-0, gconf2 (>= 2.10.1-2), connui-iapsettings, osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0 +Description: Internet Settings UI for GPRS IAPs + This package provides the Internet Settings UI plugin that allows you to + create, edit and delete GPRS Internet Access Point configurations. + +Package: libsdl-mixer1.2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 304 +Maintainer: Kuisma Salonen +Architecture: armel +Version: 1:1.2.6-5+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libsdl1.2 (>= 1.2.10-1) +Description: Mixer library for libSDL + f00b34r + +Package: rtcom-messaging-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (it_IT) + Language files for it_IT rtcom-messaging-ui. + +Package: nokia-maps-maplets +Status: install ok installed +Priority: optional +Section: system/other +Installed-Size: 3180 +Maintainer: Emil Nyback +Architecture: all +Version: 0.0.1-15+0m5 +Replaces: nokia-maps-maplets-tmobile +Depends: nokia-maps-core, nokia-maps-ui +Description: Nokia Maps Maplets + This package contains the default maplets for nokia maps application + +Package: osso-graphics-game-lmarbles +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 800 +Maintainer: Alexander Kanevskiy +Architecture: all +Source: osso-graphics-games +Version: 1.4.2-1 +Description: OSSO graphics files for LMarbles + +Package: osso-display-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (it_IT) + Language files for it_IT osso-display. + +Package: osso-applet-certman-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (en_US) + Language files for en_US osso-applet-certman. + +Package: osso-applet-screencalibration-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (fr_CA) + Language files for fr_CA osso-applet-screencalibration. + +Package: osso-tv-out-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-tv-out-l10n-mr +Depends: osso-tv-out-l10n-ruru, osso-tv-out-l10n-frfr, osso-tv-out-l10n-frca, osso-tv-out-l10n-dadk, osso-tv-out-l10n-itit, osso-tv-out-l10n-svse, osso-tv-out-l10n-nono, osso-tv-out-l10n-fifi, osso-tv-out-l10n-nlnl, osso-tv-out-l10n-enus, osso-tv-out-l10n-dede, osso-tv-out-l10n-esmx, osso-tv-out-l10n-eses, osso-tv-out-l10n-cscz, osso-tv-out-l10n-ptpt, osso-tv-out-l10n-engb, osso-tv-out-l10n-plpl +Description: osso-tv-out marketing release package + This is a metapackage for osso-tv-out to pull all the l10n packages. + Application developers of osso-tv-out should depend on + "osso-tv-out-l10n-mr0 | osso-tv-out-l10n-mr" + to ensure correct locales are getting installed. + +Package: hildon-fm-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (pl_PL) + Language files for pl_PL hildon-fm. + +Package: osso-tv-out-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (de_DE) + Language files for de_DE osso-tv-out. + +Package: libblkid1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 120 +Maintainer: Maemo Integration +Architecture: armel +Source: e2fsprogs +Version: 1.41.3-1maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: block device id library + The blkid library which allows system programs like fsck and + mount to quickly and easily find block devices by filesystem UUID and + LABEL. This allows system administrators to avoid specifying + filesystems by hard-coded device names, but via a logical naming + system instead. + +Package: calendar-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (de_DE) + Language files for de_DE calendar. + +Package: libiptcdata0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 108 +Maintainer: Marc-Andre Lureau +Architecture: armel +Source: libiptcdata +Version: 1.0.2+libtool01-2maemo1 +Provides: libiptcdata +Depends: libc6 (>= 2.5.0-1) +Description: Library to parse IPTC metadata + libiptcdata is a library, for manipulating the International Press + Telecommunications Council (IPTC) metadata stored within multimedia + files such as images. The library provides routines for parsing, + viewing, modifying, and saving this metadata. +Xsbc-Original-Maintainer: Ian Wienand + +Package: osso-games-startup +Status: install ok installed +Priority: optional +Section: games +Installed-Size: 84 +Maintainer: Sandeep Sundaram +Architecture: armel +Version: 1.6.40-1+0m5 +Depends: osso-games-l10n-mr | osso-games-l10n-mr0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28+0m5), libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher, hildon-common-strings-l10n-mr | hildon-common-strings-l10n-mr0 +Conflicts: osso-chess-ui (<< 1.0.40-0) +Description: Startup screen for OSSO Games + The Startup screen to start and handle OSSO Games. Game screen is started + using DBUS and OSSO library. Supports Chess, Mahjong and LMarbles. + +Package: dtg-installer +Status: install ok installed +Priority: optional +Section: user/other +Installed-Size: 96 +Maintainer: Alok Mishra +Architecture: armel +Version: 1.0-4.1.1+0m5 +Depends: maemo-installer-utils +Description: Installer application for Documents To Go +Maemo-Icon-26: + iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0 + d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACBxJREFUeNrUWnuIVGUUP9/j + zp1xZnbdsNpIkv5Q0/CPIrK/gjACM4hM0CJRiQqKoncRCRUlBAk9toKyDHuY + EQiJFj1IpSjN/ihMWaXNVXJ1zX26O4+dubdzvsfM3dk7e3euo+BdP+9j5373 + d77zO79zzp1lvu/DhbyxRg2YIwS7WoiHBMDjDODKJuPp9ADWn/b993eOjU3p + BtnoE64S4t72dPqti9NpEJxHfl5IjkMCdwRIR4JICHCkwL2D5wISeE0mJF6T + UPa8uQcPH31vf2d3AW/ddE4MSAA8PQPB9+dyMBqxSoIzZaQQHCQNNMZRezKC + Q4L2ZITZZ1uzcO2C2XCgs/u5qRrAG+YcwGyJoJoNnvZ+sQDZbJJunztVPPJs + SfvU9u1hRqr/GP3QnlX3XI3qsf3dD0/ej3TSBjayyWZE3tpFi87q/o69Pyvw + 5AWKi/NuAG0tyWQs2ny9p1N5wV5zRGMG8GYZEAd8wqw2Ucpea9QDTTSgcfBE + GxUuQQ/I82wAswbEAJ+Q1gOs6gHBz58BQsmJCaYY4B1Dl4oHVNI7Tx6wnGfG + gjjgrQdIRukeGcMDSoWumD9ryjcstOWB4TwzHogD3nGqFFL3Cj3nOZdRqm0s + 54WRvVUfbgLObaIySYrrpLVr7aOh4KseYGYB4huQwfEOjiU4Lqr9UD6fh76+ + PigPlmCh4+jCzDyQGResXbwk9AGv7/quLnjylqUQzUVzclFVpqiNKmlrwPpM + S2YlFVM8pMIkA1LZFPT09AAM+KqqtJyPek5QImvBy4AHpKGPYPE8cEe2JQsD + pwcgN5qDyTyACHRJbDjPIywISmQteEdUPaDA4+IRDeMYcDG5Lgx82EbJxgZs + 0NXkUhrlchk8OsdRxArTK41BmXm4uh6U8Qf1Czsp3Psc8ljVFgoFGCsWwUPw + tFj5KTYzdYN4y0efh3rgxIkTsPORx1QzYtXG4rfAx3BP3UgRRxlHf38/DA8P + Tlh5y/k+/AzNPTjQr+Zxp7Woa2etQstXrwil0DLHdFKGEpZCZACBP4PHQzhG + cdA6njzZA6dP9YaCJ9pgVOHC9MB/FF9kgHChp5kyStRyXAnJdAJGRku6K8Mg + tny2FKLVLxjw/UxArm0WsOR0WPXSp3hlXv0HzJwJdz7xLh5cps8P4Swzr4d2 + zcAw7TnseeU3hgePkmr6Mgo8JS0PTIp39LJSD1tJRL6n6vkicvjM8BCu+El4 + e/O3sP94EtouvRrncKPrKamfw6lXpqYG5xck1bSn4dI5Kp9LfXNhdvfvP3X8 + vedHcvJGGd2QkwFCTUgNMRlADbj1gO2kKFBHRobhv96TsK84H9oX3AX9fWdQ + GE5NDl5o4Go4QgNWzb+jgbuOfgFA+6QDrdMzMOfGm6Fr7+5nyQAebYAGTzRi + Cc1r8m0mm5lQHlh+5xk+WCYjVa1R8NJNQN7zYVrbdPWGJzQGuKhKowUP0ge3 + 7EIq7cK/IyU4eKgbrrtmLqRoUtOElFH6hlBt/BZM6vvHz7n5g/tCC3H1GFVy + mGea8kMNOufmd+b8mY9/BYnPJCNDg9hy3kqj5iEagTHgcw9K0AKHxBDsONYF + f3QeAREIM9Jukj+lIBiEtdvSpXefVd/xze4dGjx6g2JjggFUlFnOWwsIPJUN + XGI2TeFxUmBJkYTj7UU4zn218g5OSPQq+SUYHhmCU5jNZ/SGg3DbbopFm78+ + eRXvYxo8nvMwAwhMhfOmRnnzlQ6d2vGf52EW9UpQxJUuYcCu2/iifqPmGnVA + A4bODKGBLoz2No/zdE3dizjsuQg1IBCwNgbuWbMytEz48ostcEn7JRXwygNo + XGrExdUBOFJPlmOAJ9roeonrz9AINP5yXI1vOB9WyjLzEoqq1dS0JGRbMxXw + 5ImyPwa+KEOumDNFxMTOOQ546wEKaG2ADA9iVSIbzkdVtKQMQfCOi0Z7fmWO + oAEsUHLHAU/nlkLq8wndj0wwwDHg63lgvAFsHHilCmUd9EH3Ws5bC+KAD8aA + us9k6RAPOAqASlgRNTlHRQiCJ8NJU4VTFQAmqwHLTJMUB3zFAMY0eBoyjEIG + PAGKalJUDxsAT/f6Zc8oGK9k8QrnTePS8dKyaqKyCUrtObyw5bdQ8GRsJQaM + B7kMpZCsyCJEeGDJ4tsn7draMZEFA9ZScsXSFaHzbf3+q7rgyUsVDxB4ilHJ + wzxQ1XSqdnZs26ZWhvPx6Z1xo0j23IxCIa+alx6s7R9c9ZqqKu2KRS0IxUo9 + 8FbzlQI6+pueYN8+3gNGWV7c8Hwlw9aqTZA2lvNEl7FSEQYGB3TjbxbEcn4q + olAPfCVp0SsaAo8VAwu8erFHgyTVLa1ZZUij4BXfa97nqN+bgI0SBfJ0PfBW + 85UHCLzkoR3Z1r8PHFm9YOE8SGKSIkmlmx0jWVQqq4ZCWuBcTSbMiyhmmnG3 + lAIYoQf0aQ8YtYEpeKAeeG6TFlFV8rot5cOH/+wCHMvxOBWnWqwNYt1Jaalk + Ed9m6hgIB8+d6vvTyXpi6sXXmNHQduzg0dDG1QIinY+i0G033BK7zG7aV0wT + ujnVw+ok5Zt6nkpirV7cNCs1zQsbfwzmC8BIA44e6I7/BUedJ5AA2Axb6aQm + kcpa2oQF7Dn9iqmGQcd97N+yrem65UFc8Cn0Yn5omA67zhmFPK+87p99uzvm + LboV3HRK04lKlApYYQBbVdPlgaqfqLSY5BX7WC4Hv3y2mRqUl2P9scdUKJTO + tLNM6+UPMCbW4Wlbk9enF8E/XywObzjde9BnF/qf2/wvwADLZjeSVD5lSQAA + AABJRU5ErkJggg== +Maemo-Display-Name: Documents To Go Installer + +Package: maemo-af-desktop-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (fr_FR) + Language files for fr_FR maemo-af-desktop. + +Package: osso-camera-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (pt_PT) + Language files for pt_PT osso-camera-ui. + +Package: busybox-symlinks-busybox +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 12 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: busybox +Version: 3:1.10.2.legal-1osso26+0m5 +Description: BusyBox specific symlinks + BusyBox symlinks for utilities without counterparts in Debian. + These are in separate package because they aren't essentials + (e.g. needed for system package upgrades). +Xs-Original-Maintainer: Debian Install System Team + +Package: policy-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (ru_RU) + Language files for ru_RU policy. + +Package: osso-countries-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (pl_PL) + Language files for pl_PL osso-countries. + +Package: osso-rss-feed-reader-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (ru_RU) + Language files for ru_RU osso-rss-feed-reader. + +Package: libss0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Andras Domokos +Architecture: armel +Source: libss +Version: 0.3.5.m5 +Depends: libc6 (>= 2.5.0-1) +Description: Supplementary services library runtime + Library handling cellular call divert and barring operations. + This package provides the main library runtime files. + +Package: libhildon1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 572 +Maintainer: Claudio Saavedra +Architecture: armel +Source: libhildon +Version: 2.2.3-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra0 (>= 0.10), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, osso-sounds-ui, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, osso-system-lock-l10n-mr | osso-system-lock-l10n-mr0, hildon-fm-l10n-mr | hildon-fm-l10n-mr0 +Description: Hildon libraries + +Package: libss2 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 100 +Maintainer: Maemo Integration +Architecture: armel +Source: e2fsprogs +Version: 1.41.3-1maemo6+0m5 +Replaces: e2fsprogs (<< 1.34-1) +Depends: libcomerr2, libc6 (>= 2.5.0-1) +Description: command-line interface parsing library + This package includes a tool that parses a command table to generate + a simple command-line interface parser, the include files needed to + compile and use it, and the static libs. + . + It was originally inspired by the Multics SubSystem library. + +Package: osso-applet-memory-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (de_DE) + Language files for de_DE osso-applet-memory. + +Package: hildon-common-strings-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (it_IT) + Language files for it_IT hildon-common-strings. + +Package: libical +Status: install ok installed +Priority: optional +Section: office +Installed-Size: 508 +Maintainer: Biris Ilias +Architecture: armel +Version: 1.43-99.4+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: Libical libraries + +Package: osso-sounds-game-mahjong +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 152 +Maintainer: Alexander Kanevskiy +Architecture: all +Source: osso-sounds +Version: 5.6+0m5 +Description: OSSO sound files for Mahjong + +Package: modest-nokiamessaging-plugin-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (pl_PL) + Language files for pl_PL modest-nokiamessaging-plugin. + +Package: libxft2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 124 +Maintainer: Debian X Strike Force +Architecture: armel +Source: xft +Version: 2.1.12-2osso2.cs2007q3+0m5 +Depends: libc6 (>= 2.5.0-1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libx11-6, libxrender1 +Pre-Depends: x11-common (>= 1:7.0.0) +Description: FreeType-based font drawing library for X + Xft provides a client-side font API for X applications, making the FreeType + font rasterizer available to X clients. Fontconfig is used for font + specification resolution. Where available, the RENDER extension handles + glyph drawing; otherwise, the core X protocol is used. + +Package: osso-imageviewer-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (fr_FR) + Language files for fr_FR osso-imageviewer-ui. + +Package: osso-sharing-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (fi_FI) + Language files for fi_FI osso-sharing-ui. + +Package: modest-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (cs_CZ) + Language files for cs_CZ modest. + +Package: osso-rss-feed-reader-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-rss-feed-reader-l10n-mr +Depends: osso-rss-feed-reader-l10n-ruru, osso-rss-feed-reader-l10n-frfr, osso-rss-feed-reader-l10n-frca, osso-rss-feed-reader-l10n-dadk, osso-rss-feed-reader-l10n-itit, osso-rss-feed-reader-l10n-svse, osso-rss-feed-reader-l10n-nono, osso-rss-feed-reader-l10n-fifi, osso-rss-feed-reader-l10n-nlnl, osso-rss-feed-reader-l10n-enus, osso-rss-feed-reader-l10n-dede, osso-rss-feed-reader-l10n-esmx, osso-rss-feed-reader-l10n-eses, osso-rss-feed-reader-l10n-cscz, osso-rss-feed-reader-l10n-ptpt, osso-rss-feed-reader-l10n-engb, osso-rss-feed-reader-l10n-plpl +Description: osso-rss-feed-reader marketing release package + This is a metapackage for osso-rss-feed-reader to pull all the l10n packages. + Application developers of osso-rss-feed-reader should depend on + "osso-rss-feed-reader-l10n-mr0 | osso-rss-feed-reader-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-backup-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (es_ES) + Language files for es_ES osso-backup. + +Package: osso-sketch-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (it_IT) + Language files for it_IT osso-sketch. + +Package: osso-addressbook-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (en_GB) + Language files for en_GB osso-addressbook. + +Package: nokia-maps-ui +Status: install ok installed +Priority: optional +Section: system/other +Installed-Size: 6772 +Maintainer: Emil Nyback +Architecture: all +Version: 0.2.0-6+0m5 +Replaces: nokia-mapplayer-ui, nokia-maps-maplets, nokia-maps-maplets-tmobile +Depends: nokia-maps-core (>= 2.0.28.14) +Description: JavaScript UI for Nokia Maps (mapplayer) + This package contains the nokia maps application UI + +Package: maemo-af-desktop-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (pt_PT) + Language files for pt_PT maemo-af-desktop. + +Package: rtcom-messaging-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (ru_RU) + Language files for ru_RU rtcom-messaging-ui. + +Package: alsa-policy-enforcement +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 124 +Maintainer: Janos Kovacs +Architecture: armel +Version: 0.26+0m5 +Replaces: system-services +Depends: libasound2 (>> 1.0.18), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), policy-settings +Conffiles: + /etc/event.replace.d/alsaped a2ca541679da597c95372a48e8f934e9 +Description: ALSA routing daemon for policy enforcement + alsaped + +Package: libicd-network-eap +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 64 +Maintainer: Jukka Rissanen +Architecture: armel +Version: 0.38+0m5 +Depends: icd2 (>= 0.26), libc6 (>= 2.5.0-1), osso-wlan, osso-wlan-security (>= 1.3.1.3) +Description: ICd2 plugin for EAP authentication + The EAP plugin for ICd2 that provides EAP authentication + +Package: dosfstools +Status: install ok installed +Priority: optional +Section: otherosfs +Installed-Size: 232 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 3.0.1-1maemo5+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: utilities for making and checking MS-DOS FAT filesystems + The dosfstools package includes the mkdosfs (aka mkfs.dos and mkfs.vfat) and + dosfsck (aka fsck.msdos and fsck.vfat) utilities, which respectively make and + check MS-DOS FAT filesystems on hard drives or on floppies. + . + This version uses the enhanced boot sector/superblock format of DOS 3.3+ as + well as provides a default dummy boot sector code. + +Package: rtcom-messaging-ui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (pl_PL) + Language files for pl_PL rtcom-messaging-ui. + +Package: osso-suw-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (fi_FI) + Language files for fi_FI osso-suw. + +Package: libalarm2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 108 +Maintainer: Simo Piiroinen +Architecture: armel +Source: alarmd +Version: 1.1.14+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libtime0 +Description: client library for communicating with alarmd + Client side API for adding, removing and querying events + in alarmd queue. + +Package: osso-countries-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (en_US) + Language files for en_US osso-countries. + +Package: osso-sharing-ui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (fr_FR) + Language files for fr_FR osso-sharing-ui. + +Package: osso-tutorial-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (fr_FR) + Language files for fr_FR osso-tutorial. + +Package: libsignonui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (de_DE) + Language files for de_DE libsignonui. + +Package: skype-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (es_ES) + Language files for es_ES skype-ui. + +Package: hildon-libs-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (pl_PL) + Language files for pl_PL hildon-libs. + +Package: mediaplayer-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (da_DK) + Language files for da_DK mediaplayer. + +Package: as-config-applet-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (no_NO) + Language files for no_NO as-config-applet. + +Package: clock-ui +Status: install ok installed +Priority: extra +Section: misc +Installed-Size: 176 +Maintainer: Ouyang Qi +Architecture: armel +Version: 0.5.48-1+0m5 +Depends: libalarm2, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra0 (>= 0.10), libcityinfo0-0 (>= 0.5.8), libclockcore0-0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-time-zone-chooser0-0, libhildon1, libhildondesktop1, libhildonfm2 (>= 1:2.28.9+0m5), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libtime0, libx11-6, libxrender1, zlib1g (>= 1:1.2.1), osso-clock-l10n-mr0 | osso-clock-l10n-engb, ke-recv-l10n-mr | ke-recv-l10n-mr0 +Description: UI part of the clock + UI part of the clock. + +Package: libsignonui-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (pl_PL) + Language files for pl_PL libsignonui. + +Package: osso-statusbar-presence-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (pl_PL) + Language files for pl_PL osso-statusbar-presence. + +Package: osso-sharing-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-sharing-ui-l10n-mr +Depends: osso-sharing-ui-l10n-ruru, osso-sharing-ui-l10n-frfr, osso-sharing-ui-l10n-frca, osso-sharing-ui-l10n-dadk, osso-sharing-ui-l10n-itit, osso-sharing-ui-l10n-svse, osso-sharing-ui-l10n-nono, osso-sharing-ui-l10n-fifi, osso-sharing-ui-l10n-nlnl, osso-sharing-ui-l10n-enus, osso-sharing-ui-l10n-dede, osso-sharing-ui-l10n-esmx, osso-sharing-ui-l10n-eses, osso-sharing-ui-l10n-cscz, osso-sharing-ui-l10n-ptpt, osso-sharing-ui-l10n-engb, osso-sharing-ui-l10n-plpl +Description: osso-sharing-ui marketing release package + This is a metapackage for osso-sharing-ui to pull all the l10n packages. + Application developers of osso-sharing-ui should depend on + "osso-sharing-ui-l10n-mr0 | osso-sharing-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-pdf-viewer-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (pl_PL) + Language files for pl_PL osso-pdf-viewer. + +Package: libx11-6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1080 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libx11 +Version: 2:1.1.99.5+0m5 +Depends: libc6 (>= 2.5.0-1), libxau6, libxdmcp6, libx11-data +Conflicts: xlibs-data (<< 1:7.0.0) +Description: X11 client-side library + This package provides a client interface to the X Window System, otherwise + known as 'Xlib'. It provides a complete API for the basic functions of the + window system. + . + More information about X.Org can be found at: + + + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libX11 + +Package: osso-suw-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (en_US) + Language files for en_US osso-suw. + +Package: mediaplayer-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (pl_PL) + Language files for pl_PL mediaplayer. + +Package: libcanberra0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 172 +Maintainer: Maemo Multimedia +Architecture: armel +Source: libcanberra +Version: 0.14-0maemo3+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.23), libltdl7 (>= 2.2.6a), libpulse0 (>= 0.9.15~test5), libxml2 +Suggests: libcanberra-gtk0 +Description: a simple abstract interface for playing event sounds + libcanberra defines a simple abstract interface for playing event + sounds. + . + libcanberra relies on the XDG sound naming specification for + identifying event sounds. On Unix/Linux the right sound to play + is found via the mechanisms defined in the XDG sound theming + specification. + +Package: osso-fm-transmitter-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (pl_PL) + Language files for pl_PL osso-fm-transmitter. + +Package: clinkc-av-gnomevfs +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 104 +Maintainer: Aapo Makela +Architecture: armel +Version: 3.2+0m5 +Replaces: libgupnp0 +Depends: clinkc-av0, libconic0 +Conflicts: libgupnp0 +Conffiles: + /etc/gnome-vfs-2.0/modules/upnpav-module.conf 8c05c60353a1638f90f44c1441fa306e +Description: GnomeVFS plugin for browsing UPnP/AV media servers + This is Clinkc AV based GnomeVFS plugin for browsing UPnP/AV media servers. + +Package: ke-recv-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (it_IT) + Language files for it_IT ke-recv. + +Package: osso-filemanager-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (da_DK) + Language files for da_DK osso-filemanager. + +Package: osso-dsm-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (pt_PT) + Language files for pt_PT osso-dsm-ui. + +Package: ssc-daemon +Status: install ok installed +Priority: extra +Section: misc +Installed-Size: 244 +Maintainer: Pekka Pessi +Architecture: armel +Version: 0.5.20.3+0m5 +Depends: libc6 (>= 2.5.0-1), libcal1, libdbus-1-3 (>= 1.1.4), libgcc1 (>= 1:4.2.1), libisi1 (>= 1.4.0), libossoproductinfo0 (>= 0.7.3.1+0m5), libsysinfo0 +Recommends: mce, telepathy-ring (>= 0.7.61) +Conflicts: system-services (<< 0.3.8-27) +Conffiles: + /etc/osso-cud-scripts/ssc-daemon-cud.sh 40595b6073df1c152b7b55c6d4fb5ee7 + /etc/event.d/cmt-act-dead 1173ee861ed47795bd30b21e7d2036f0 + /etc/event.d/sscd b54ebd60ac8b06e418f479093647f797 + /etc/event.d/sscd-test 68351b3412ff8cf14edf625a62fa852d + /etc/event.d/pin-query eba355832e9285305b38f859e4137a1d + /etc/osso-rfs-scripts/ssc-daemon-rfs.sh 43e9f52c980a5946fbc3249cd955207d + /etc/dbus-1/system.d/sscd.conf 06bded033fdc3f9416c35d912bd11c62 + /etc/sudoers.d/ssc-daemon.sudoers 6647623170c2335b441d4ac36be5d0b4 + /etc/X11/Xsession.d/07ssc-ready 08d8cd4b89ef978f74c6128fe300b993 +Description: Daemon for controlling cellular modem + System Syncronization Controller (SSC) daemon is a service handling + cellular modem startup, reset and shutdown. Additionally it listens to the + MCE state changes and reacts to them by changing the cellmo state. + +Package: bme-rx-51 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 168 +Maintainer: Mikko Ylinen +Architecture: armel +Source: bme +Version: 0.8.51+0m5 +Replaces: bme +Provides: bme +Depends: libc6 (>= 2.5.0-1), libcal1, libdsme0.2.0 +Conflicts: bme, dsme (<< 0.60.12) +Conffiles: + /etc/event.replace.d/bme 795b29df8d39254af7fc7d036eeb1943 +Description: Battery Management Entity + TODO ... + +Package: osso-applet-certman-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (da_DK) + Language files for da_DK osso-applet-certman. + +Package: osso-location-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (da_DK) + Language files for da_DK osso-location-ui. + +Package: osso-backup-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (en_US) + Language files for en_US osso-backup. + +Package: modest-nokiamessaging-plugin-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (sv_SE) + Language files for sv_SE modest-nokiamessaging-plugin. + +Package: osso-notes-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (es_MX) + Language files for es_MX osso-notes. + +Package: libas-storage-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1824 +Maintainer: Shane Bradley +Architecture: armel +Source: libas-storage +Version: 4:0.0.2-14+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libqt4-core (>= 4.5.3~git20090723), libqt4-sql (>= 4.5.3~git20090723), libstdc++6 (>= 4.2.1), libqt4-sql-sqlite (>= 4.5) +Description: Mail for Exchange. Storage library. + Binary package for Storage library for Mail for Exchange. + +Package: osso-applet-screencalibration-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (sv_SE) + Language files for sv_SE osso-applet-screencalibration. + +Package: connui-home-cellular +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 68 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-cellular +Version: 2.105+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconnui, libconnui-cellular, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0 +Description: Cellular UI operator name home plugin + Home plugin for showing the current cellular operator + +Package: libomap3cam +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 64 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 0.25-1+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libxml2 (>= 2.6.32), omap3camd +Description: OMAP3 camera handling library + Libomap3cam is an utility library for handling OMAP3 camera device. + It contains functions for controlling the sensor, flash and preview + wrapper devices. + . + This package contains the libomap3cam shared libraries. + +Package: e2fsprogs +Essential: yes +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 804 +Maintainer: Maemo Integration +Architecture: armel +Version: 1.41.3-1maemo6+0m5 +Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2) +Pre-Depends: e2fslibs (= 1.41.3-1maemo6+0m5), libblkid1 (>= 1.34-1), libc6 (>= 2.5.0-1), libcomerr2 (>= 1.34-1), libgcc1 (>= 1:4.2.1), libss2 (>= 1.34-1), libuuid1 (>= 1.34-1) +Suggests: gpart, parted, e2fsck-static +Conflicts: dump (<< 0.4b4-4), quota (<< 1.55-8.1), initscripts (<< 2.85-4), sysvinit (<< 2.85-4) +Conffiles: + /etc/mke2fs.conf 8e566c323a76392b107c8fe2e11cbd3b +Description: ext2/ext3/ext4 file system utilities + The ext2, ext3 and ext4 file systems are successors of the original ext + ("extended") file system. They are the main file system types used for + hard disks on Debian and other Linux systems. + . + This package contains programs for creating, checking, and maintaining + ext-based file systems, and the generic fsck wrapper. + +Package: hildon-control-panel-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (ru_RU) + Language files for ru_RU hildon-control-panel. + +Package: connui-statusbar-bluetooth +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 92 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-bluetooth +Version: 2.58+0m5 +Replaces: hildon-status-bar-gateway +Depends: osso-icons-default | osso-icons, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconbtui0, libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libhildonfm2 (>= 1:2.28.4+0m5), libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, osso-connectivity-ui-l10n-mr0 | osso-connectivity-ui-l10n-mr +Conflicts: hildon-status-bar-gateway +Description: Bluetooth statusbar plugin + This package provides the Bluetooth status bar plugin. + +Package: omap3camd +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 756 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 0.47-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdsme0.2.0, libgcc1 (>= 1:4.2.1), libhllc0, libosal0 +Conffiles: + /etc/event.d/omap3camd1 63e42b383dcb84ccc16d8ed60ab0af00 + /etc/event.d/omap3camd0 79d71a98aba4bdffa11e25fa45b74b76 + /etc/omapcam/tcm8330.enc e429ee9e46c384082f87389f81ebd4ca + /etc/omapcam/tcm8341.enc 0f22c456581868aa1985949da7694c88 + /etc/omapcam/omap3camd.conf 76752e1996e5f6308b51cb48cafdf5e4 + /etc/omapcam/vs6555.enc 8c140b7d1b9cadd8cb6ef24821910983 +Description: OMAP3 camera daemon + * 3A algorithms + * Flash control + * Image pre-processing + * Low-level Image metadata + +Package: hildon-input-method-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (fr_CA) + Language files for fr_CA hildon-input-method. + +Package: busybox-symlinks-procps +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 20 +Maintainer: Yauheni Kaliuta +Architecture: all +Source: busybox +Version: 3:1.10.2.legal-1osso26+0m5 +Replaces: procps +Provides: procps +Conflicts: procps +Description: BusyBox symlinks to provide 'procps' + BusyBox symlinks for utilities corresponding to 'procps' package. +Xs-Original-Maintainer: Debian Install System Team + +Package: osso-applet-memory-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (es_MX) + Language files for es_MX osso-applet-memory. + +Package: osso-dsm-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (sv_SE) + Language files for sv_SE osso-dsm-ui. + +Package: osso-applet-memory-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (ru_RU) + Language files for ru_RU osso-applet-memory. + +Package: osso-suw-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (cs_CZ) + Language files for cs_CZ osso-suw. + +Package: gvfs +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 524 +Maintainer: Marius Vollmer +Architecture: armel +Version: 1.0.3-3maemo3.2+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgvfscommon0 (>= 0.99.6), libhal1 (>= 0.5.10) +Recommends: dbus, hal (>= 0.5.10) +Suggests: gvfs-backends +Conflicts: gvfs-backends (<< 1.0.2-2) +Description: userspace virtual filesystem - server + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via D-Bus. It also contains a gio module + that seamlessly adds gvfs support to all applications using the gio + API. It also supports exposing the gvfs mounts to non-gio applications + using fuse. + . + This package contains the gvfs server that provides gvfs mounts to all + gio applications, and the minimal set of backends. + +Package: libatk1.0-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 200 +Maintainer: Christian Dywan +Architecture: armel +Source: atk1.0 +Version: 1.24.0-2maemo1 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.14.6-1osso1) +Recommends: libatk1.0-data +Description: The ATK accessibility toolkit + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + This is the runtime part of ATK, needed to run applications built with it. + +Package: osso-tutorial-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (pl_PL) + Language files for pl_PL osso-tutorial. + +Package: osso-imageviewer-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (nl_NL) + Language files for nl_NL osso-imageviewer-ui. + +Package: ke-recv-extra +Status: install ok installed +Priority: optional +Section: base +Installed-Size: 132 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 0.7-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), gconf2, hildon-status-bar-usb-l10n-mr0 | hildon-status-bar-usb-l10n-mr +Conffiles: + /etc/dbus-1/system.d/hulda.conf 2dc754836d862070ca67f2b21db241cb + /etc/gconf/schemas/hulda.schemas b34e6e9255227d229e423c461f1a3612 + /etc/init.d/hulda d8940d6a7dc4c4a9b89b1c2b3b9e8491 + /etc/event.replace.d/ke-recv-extra b5eb3f005c2fddb8e4d3c879bf31c7a0 +Description: Program for receiving low-memory events from the kernel etc. + Program for receiving low-memory events from the kernel and forwarding them + to the D-Bus system bus, etc. + +Package: calendar-ui +Status: install ok installed +Priority: optional +Section: office +Installed-Size: 632 +Maintainer: Biris Ilias +Architecture: armel +Version: 0.5-9.16+0m5 +Depends: calendar-ui-widgets-0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra-gtk0 (>= 0.10), libcanberra0 (>= 0.10), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.4+0m5), libosso-gnomevfs2-0, libpango1.0-0, libtime0, calendar-l10n-mr0 | calendar-l10n-engb, hildon-common-strings-l10n-mr | hildon-common-strings-l10n-mr0 +Description: A UI library for Calendar. + +Package: libsignonui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (no_NO) + Language files for no_NO libsignonui. + +Package: libmaesync +Status: install ok installed +Priority: optional +Section: office +Installed-Size: 376 +Maintainer: Qi Ouyang +Architecture: armel +Version: 0.69-0osso1+0m5 +Depends: calendar-backend, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libical, libosso1 (>= 2.26), libsqlite3-0 (>= 3.6.14), libstdc++6 (>= 4.2.1), libtime0, ke-recv-l10n-mr | ke-recv-l10n-mr0 +Description: libmaesync libraries + +Package: osso-fm-transmitter-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (fr_CA) + Language files for fr_CA osso-fm-transmitter. + +Package: dnsmasq +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 332 +Maintainer: Simon Kelley +Architecture: armel +Version: 2.35-1osso11+etch4+0m5 +Depends: netbase, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4) +Suggests: resolvconf +Conflicts: pdnsd, resolvconf (<< 1.15) +Conffiles: + /etc/dnsmasq.conf 851fa7c4e95200cd147265a39696241d + /etc/default/dnsmasq 231b4ac8df5f70226dbb57b0744c1e77 + /etc/init.d/dnsmasq 9603d9431269f5f650e3aca424cbe578 + /etc/dbus-1/system.d/dnsmasq.conf 9041f8e8a00d26b697a078adccf01157 + /etc/event.replace.d/dnsmasq a642a4f9dbf5592dd62d72b437ce23d3 + /etc/resolvconf/update.d/dnsmasq 24cc1bdc4c39759f150b4783ca2f1968 +Description: A small caching DNS proxy and DHCP server + Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP + server. It is designed to provide DNS and optionally, DHCP, to a + small network. It can serve the names of local machines which are + not in the global DNS. The DHCP server integrates with the DNS + server and allows machines with DHCP-allocated addresses + to appear in the DNS with names configured either in each host or + in a central configuration file. Dnsmasq supports static and dynamic + DHCP leases and BOOTP for network booting of diskless machines. + +Package: libaccounts-glade +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 92 +Maintainer: Salvatore Iovene +Architecture: armel +Source: rtcom-accounts-ui +Version: 4.97.7-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglade2-0 (>= 1:2.3.6), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libmcclient6, libpango1.0-0, librtcom-accounts-widgets0, libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32) +Description: Accounts support libraries for Glade + Support libraries for Glade + +Package: osso-system-lock-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (it_IT) + Language files for it_IT osso-system-lock. + +Package: rtcom-call-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: rtcom-call-ui-l10n-mr +Depends: rtcom-call-ui-l10n-ruru, rtcom-call-ui-l10n-frfr, rtcom-call-ui-l10n-frca, rtcom-call-ui-l10n-dadk, rtcom-call-ui-l10n-itit, rtcom-call-ui-l10n-svse, rtcom-call-ui-l10n-nono, rtcom-call-ui-l10n-fifi, rtcom-call-ui-l10n-nlnl, rtcom-call-ui-l10n-enus, rtcom-call-ui-l10n-dede, rtcom-call-ui-l10n-esmx, rtcom-call-ui-l10n-eses, rtcom-call-ui-l10n-cscz, rtcom-call-ui-l10n-ptpt, rtcom-call-ui-l10n-engb, rtcom-call-ui-l10n-plpl +Description: rtcom-call-ui marketing release package + This is a metapackage for rtcom-call-ui to pull all the l10n packages. + Application developers of rtcom-call-ui should depend on + "rtcom-call-ui-l10n-mr0 | rtcom-call-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-applet-languageregional +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 152 +Maintainer: David Kedves +Architecture: armel +Version: 2.3.0-38+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libi18n-locale-resolver0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), hildon-control-panel (>= 1.0.0), osso-icons, osso-clock-l10n-mr0 | osso-clock-l10n-mr, ke-recv-l10n-mr | ke-recv-l10n-mr, ke-recv (>= 1.15-1) +Conffiles: + /etc/gconf/schemas/lra.schema 7f3b2d97749995e3de04a2720d6c6284 + /etc/osso-rfs-scripts/rfs-locale.sh 6be31710fe40af20bc4255233ff6f6b0 + /etc/sudoers.d/osso-applet-languageregional.sudoers c4dfe72b1062cba1a4cefd4734588650 +Description: Control Panel Language & Regional plugin + +Package: google-search-widget +Status: install ok installed +Priority: extra +Section: system/desktop +Installed-Size: 96 +Maintainer: Rahul Nimbalkar +Architecture: armel +Version: 0.0.1-5+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libpango1.0-0, hildon-desktop +Description: Clicking on this will show google hosted page. + A short cut for accessing a google. +Maemo-Icon-26: + iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c + 6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0 + SU1FB9kIGBERCBzesZMAABZjSURBVHja7Zt7sF13dd8/67cf55x77lv3obcs + q7aQbB4GxzhgbBo8EHdwoGAUTwudkmlGNG2HdJgm09RnoCPjyUxpUgpJUIeY + JukAFaSdgEhMxiXYxaZ2bFxbSMaW3xa2peur+zyPffb+rdU/fvs8JONgGRJI + 6q3Zs/c592if3/r+1net71q/34FXjleOV47/nw/5aRvQ3n0HZ8w4T0R3gE2a + kYIsiLjvHDu0/7G/EwDs3XfwfLDdoBebsQdsj1q6y0k6K5ICCUYCxOUAc0Ta + mK2umulnRdxvHju0f+FvBQB7933mCtDLMC5Tc69DKrud1IAqRgqWUq3UmZmq + MVZPGalVqKYxlTQhjmPSJAI8rXbGwul1HnnqcbLus6jmv//glz70z36qANjz + voM7RfRqzK403JVGfXswdgSzCiPVOrOzNaam64yP1ZieqDNeqxET0c6Ubq4U + qnivmCpeDfVK4ZVCjSSCsRHhuYUl7n/oATrZyVVwrzl2aP+TPxEA9rzv4FYR + fQfoe71WrnFSx7lRjBGLXFU2zo4wMzfGhvlxJmdHGRmv0ukqlhtSGFIIUihS + COoV70FV8aqoGt6He+8Vb4Z6wys4jMlR4+4j37WF08fFkFcfO7T/u38jAOzd + 95mrQfepRu9BxjZEbhwYtSiKZdNMnY2zk8zPTDA9O0pXIgqnWAIWgUWCGIhX + JJcAQg5SgBVGN1e6hSFizE3A2Ag8+EQ3gGGKLwFQVfLCmJ2AIw8fte+fOi4g + M8cO7V88V3vilzjT54v4/6RaudaYInLjFkU1mRiN2Tg7zuz0hGycncKrA4zI + ObLcsEghAjAQCfcKWgheDQrYMi7M1WHLdMT8lDE/ZYyNwHrb8fE/aiIi4f+X + 0yXljRPj5JKxe9ceabYXbWn19O3ART92D9i77zMfVY0/Jm6HVdO6iChb5+ps + 37KR+sgoXg3nHFEkOAnXyAmWALFgsaClB3QNLt4ovGajsG0CpusGZqgqRaGI + QBILzy7HfOKLbTANlPADD1ClpIXhNZyJW+Q7R+9ATX7x2KH9h35sHrB338FP + eU3/ZZJcQBqLJJGxe+c0k5MbMYMs90TOYRhm5fRYuBcFM0AN34VLdjre/VpH + 7Aw0BLUiDwAYRpwkrLUdv/+VjJOnOzgxNPy5fH4YkzFwiN5Nkmxgdmrenls8 + +WngnACI/gq3vw74hLgLqaaOyMHuHWOMT25C1XAi4XQgIuF0ILjBVYxChesv + j3jr7vD5ex6H//MYNDuOLRsEMwUTVD1p5LnkgoR7H/ZkXUM1gKAWADAzTCnf + A9UATqcLc9Oj8szCk/XZi659ZOHo4SMvFQD3otwQ+1LhN1mtEqFqbNwQUx+b + oSgUoxzM8MCwoffKmS2En3+t4+KtgW2fusXz1XuUBx5T/vQez8e/qJxYTHCR + IARDYzJ+/foKIxX630PvO6z3XnlK+YYYuAnmpufNzH77XDzAvYjrf8RMSJJp + AaOaChOjNQpNARsMgBfOjjfDPKga9dR48x7Bq3L/48bzS0rkFfGG80Bh/JfD + Ofc9GiEugIAYWrT5F/+wRjcvjacHgvQp0RtAjw1rLWPr/C5xYrN79x38xR/V + A36p0FEqiWAmjNdjXFRFVVGTPm+19MVgvOGDH+AxvDfefHGELzyYsbRixF5C + +stD2vOluPnybTknFuMS3ECnmdGcN1yYoD3AGfaugeG91wAunmJ6YsbM7OM/ + EgBm7I1dFZEQaNJEQCLoz0QZ4LAwQLXgCRpAMTOywti1eUCVDeOQ56Wo0RD5 + VY1CDeeUm/8sI45Tel/QzXPe8pqEvBim2hAFSkBAStiNtTZs3/z3RMR27d13 + 8JqXBcDefQcvFDGci/pxVmRgtPaMNQvqTBkY7wdGFV5LHod/e3cIna6V8jYI + Gq+GWQCknSlf+bYncoO8v2NeSgDAVM6KMwzRQfpxIoqnmRybNDP76Mv1gA1m + QpbntDq+l9nA8mA8geumYRBqZbQuZ1416HhVAwwxQzCceC65wIXcbaXELfO5 + lfnuf93TIUmSfspLUyn/zoAKBsogKPboEGAWmh3H5rkdAvbGvfsO7n45AJwQ + gUgystxYaRastzxFnqHIIPghfdfvg1DqdfWGmLKw3EtZQp57rr08Juv2RIyW + wGmfDojxwGOlOWYsLCnOEWKLDWg2yAjD2SfMVLdQRkY2Uq+NmJnddM4AHDu0 + /2kA55rln4XnV3LWmm3Uawh2apjvCZWSCj3jLRiHGA89HTxINKBWiXPefUVC + XmhJg9413DuMp056zMA5x7ePFsSO8F1a0oyzKGBSekC4IkIrS9g4s0WA9+zd + d7DycrLAURFF6ALQyhQFmu0O6+1SktJzffqg+FK6ajngW+/tkFQSlACIquct + r4FXnx9RnAFCOFuZ8qrtEZgSxzW+ekez73G+FD/WuzLwlL7uKK+tzLNhcjtJ + 7AAaLweA20FMXKvkNeSF4X2H3CvrLc96y4cAVaq1Hu/73qBKJ1O+9u0uceww + FAQ6nZwPXhNz9c+ktDqeoswKza7yjjdW2bXRU61W+J0/aQ6CrtoZwbevO0z6 + 3O95AWYIQrtImZnaiJl95Jyl8OxF19bN5H2h8h4DoJZGVFPBpE6vQMu9kXtD + gKgUMgNuBlFz9PGcC7bVmJ0IWUJEKHLPhVuEt106wuhIxK4tMdddVePy3UaW + dXlmqcIffX0dcUMZxgZg9+qNHggMgdJLi1kBMxMJJxdPxLMX/cKRhaOHHzwX + D7hVBJy0+sJkveNRDZTwBoWVbu+NVkdZaXqaHeunrd6sxZHx219a4U/vNqq1 + aj/PF4UnthZv3pNx9SXG/FibLMsxYHHVA+EZvvSqvqfZ4HrmyQAIymzEGOP1 + CTOzXzsnD1g4erg9e9G1vyaSJ4WfCbPmjQ0TEeKqmLlQ/FhZUJdpy5dU6eal + ouvV7hgPP53z9bszxKW4KKGZRaxlMY88G7HcjJke7YbPm7F1PuHUsvC9pzKi + KFSUekY9UCrRMwJgOfsW7gIdYbTi5fTq4ta5i6/93YWjh1svuRqcveja14Ps + Ua2KWUrhYcN4jHMRSloyb1iSDt0DhQYgukWIISCowUNP5fzvBzrc9n8zbrsv + 477jGZVEeN35gppiGEU357I9MW+/bBwRx/ETXQqv4Rn9wCf9MlnLL1czTAaa + pJMVzE2O8PzSCdToLhw9/I2XXA0Ct5iJRC50ZZyD9bYHy0LkN8r2VKnuej07 + P1B7qkZRGJ2ust72rKx71tsheIZUG5C77b4WLqlhav0OTdbpUpFV3vuzBZ9v + bOBD754mTSiNkzOKsF4GOFMpesBYawvTE7OY2YfPqRwGbglxYG0QB9qKaVZK + 41IOD3doSk0w3K3x/eZmuO8WQfautQpW1gtWW55mR/k3v7eMS0bLQKZ9N/de + WVtZ5bJdTf7bDTO847Kx0Fg9Iw7IIEVqSLfeK5iy2lKmJ+YRsdG9+w5e8ZIB + OHZo/wnBWs51gaIsOUthQ1bWAGCmgyaFH6g83/cGDSD1Xvc8pARkvaVs3OB4 + 1xV1VBURR5okIdN4LWkR5PXK0hK/9Hb4wDsmycv2WK8WUTPyQunmvrwqnaxg + ea2L11FEYgP2/9CWWKPR2AzsjJ1Wvnrc39kqorc5tyZmk6hCp2uklTZqKULI + uVKys0yEiAmIIjao8TkzXpIXxp7zKnz4ugnOm83pZF0kqnL7gxX+4jtNdm1J + ueayUTZN5ayurJd9D2O92eT6q8b5yh2O7y/kg8yg2p95VT90rzy/0mV0ZEbW + miffD3zgRYNgo9G4FNgKRF6FpU7CSpb+/RDhxxERoghGq0ZR6oOeSQP2Wr9C + s34PT4akKxTe+Lcf2MD+dyYk1qSjIxz8WsZHP7fEt7/b4rnFgiOPZXzh1jW+ + 9V1l57ZJdm2OabcD/drtNru2T/Nnd63jJIgwM1/KZV+mSl++r3S6nrnJKsvr + p5i7+BfuXjh6+JEXUKDRaFwMjPfGLAKXzC/faUDs1gBBBNZb4aGR5KXik7I/ + p+XrUPyocUaFqBbOJIb/+hvzXLqzRdbJuOexEd5zw3N8/a51kghEgjsDVFPh + qZMZH/n0Sf75J9cZn9wQKkfgjbuFdrf3bF/GGV+OwZfyPPQfOllBHNdxJAb8 + kxfEgEajkQKbzqbDVLXbTiN9FDGcNDELokcNHJ1yRnUoIg/iQjC45GhI5XS6 + xn/4lRnq0TKGce/jNW747Cmc61WVAbzwnBJQC1537IkOjc+tUh2pBeUZe7wv + 8Or7sca871OhB4yFYoXF5Q6j9Wkxs+t/UBCcA/zZAKzncTqe5reZOSK3CmU6 + XG16ItohDfYNt8GgFVRlqF8QvOFdV4yxfbqNqTFSH+XGP1igkrohoy3UFDb4 + /8GNQ9X39bvXcHEteIhzgeNeUV8E48vZDxnHlx2qQInl9ZzRkWnA2Lvv4D84 + G4DxF+sNnzfR/CaAk1UoFeBq06Oak0S+3wswO9No61WG5etWx/hHV4/Q6WSY + GcdPKGslnQafY6gNrn2P6IErwNMLiqnn8RNGJBoq0B74WpQNGR/o0KOeKqvr + XUZrY5g5A647G4C1F0uHP7Np6WEntupcgUg7eEY7qLKI9lkD1yFXHo4FMDri + mJv0ICEuuIgyHZ49+z11NzC812sEZccsxEnC1+5qE8eGaoEvDddy5sPsl1To + ZQVTunlBpTIpw5mgB8CzL6YJTnfS2mha3ApC5FboBcjVphJLpwyCQ4YHyg3N + Ssjj1RSsKPpLOxdsgUoig1hhZwbP4VabVyXrFnzk+lnWV5dwlQ3cfPg5TD1a + aLmE7in6M18GR+8HYzAlckaaTAAW79138LV9AA4cOFAAj/4gANTEbRtr/blZ + AKBXCK00PVhB7LpDPUGGWmS9+CCoCoUHcdL/3OryGr/+/llamZ05+33jfTBA + PeutLh969wzXvckzMTnOr37qmdBH8NpvwphXrAhX9b7foA0eoYyPRCCOokh6 + ie7qM9LggQMHHgey4ZW33vHWHafuE7GWk7xPg7WWRw1S18Z73z9Vtd8UGe4Z + PrOYs9pOgntgeF/w1r1tPvpP5yi8kuW9AOYpioJ2p6DZKXj7ZaPc8omd7PvZ + DkmS8q8+dZq7jq6WABVlJihpYEX5jDIllnEgLwo2zdRwAu2O9sza9YOU4H3A + m8Ii9lB53KqOjKXFLWvd+D2RrOBtDiew0vRMjXXxmgZF2FsjDPKvXNoOlKkk + 8N9v63D9FTFFXoSU2mpz5e4u13xyE3ccUx56OpTEtapj91bhDRfENNfW6HZP + 4apzvP+mp7nvofVy9cgPaOYHOmPQlfZlUebZMJEwOpLS6ULu21SchI1HZyvB + 22+/Pb/qqqscMHHGQgkiXe+WT7Wq73SuQ+HnEIGiMKbGIrw6ukVZF/QLFH3B + WuGdR9b5+TfNM5ZmIb1JEFCdTpO5eou9W3P2bivYuWGdyWqbvNtlbHyCP75T + +OBNj/Ls81lZewwM9Vp+T/nahiK/956JkZgLd0zhnHBiIUdYQCQD5AsLRw/f + 9YLAd+DAgUeA7tlUKGnQFvGIrANGKws7NWpJTlH0REl5lgPwvqAor0mkvO+G + R7nl/irTs9OkcRKkq5aVn3piJ8zMTGOVeT73jZhLf/k4N/3Bk2U86H1HgZZB + r6cDCh3QocgLMGXHxjqv2jkFwNKa8vzpVSJZDW00+OaLbpBoNBoV4MphcSSY + 3frE/AeXOukHvI6T62YwmB6PmJ+OeeZ0SqH0qRBcf0ABrL+9A69GreJ455un + uPj8GrGEhulyEx58vMmdR1Z48rkOtTQ0U+2M9YDeDPfeK6lQSuHp8ZSZyZTx + 0QreK3HsOHW6y8OPP4+TjJFah/Gx9tKxQx+a/it3iDQajW3AhcOe8NRqbf6u + ZzZ83qG084sQMURg9/YqK03h9LqUAASrpS+nZJhPmAxuvA5qeye9Yoq+sdhw + N9j6BY5a6BWYKROjMVNjCZNjaf9ZSRyx1ip44vsrLK20cM4zVm8yVu+gJr/8 + 4Jf2f/aHbpFpNBqvL+OBAExUup0/PHLe5wuTHVmxCbMJ1GD7XEq9FvHYs1bu + 45EBAD0vMDvj23otbIZ3fwx1dXhB07MX8MIK0kQ9YmI0ZmI06Rsdx45uDgtL + bZ45tUa7kxGJw8iZnlijWs0N5MixQ/tf+0N7gmVQfPaqq67aUQIgmXfRQqvK + eje5XCTH6zROoPAwORoROVhtFWXjV4cC4VkdHB0ovP56YunWOhTkelvmisJT + SYTJ0ZhNMynb5quM1xPSxBFFDq/C4nLG8adWePzpJZZXW3jvcc5TH2kyPdkk + SbyBrAMXLhw97M9ll9jdwBUhHoi8ZdvCn3z5e9s+HLkWQhezmLW2J/fGRF3o + dIXF1QLX3/Aw4L+ckVl6XCjXEGyw/qdqVBKhPhIxWnOMjUQ4F9YixYXNWM2s + y+mVDqdOt2m1MpwLbRnnCqqVjFo1o1rJS88SQJ4GLjh2aH/3nPcJNhqNeeDV + gMZO/Vcf2XxDK4/eVvhJyXUTUtbu520K+1pWmp4TC1mfCphxVhgYtLDLs1Zx + 1GsRIxXHaC0iiqRPjThyNDs5K6sZp1faLK12UDOcuDJJe2rVDrVqRiUtekaH + lX2xAuTfHzu0/8YfaaNko9HYDWwxg+NLozsfODX5WTA6+av6+wcmRmM2zyT9 + 5uTzKzmLqzndPAQ4K7cLVlPHSDUKRlcjqhU32O1B2GbXzZWl1TbLaxmnVzrk + ue/PspmRJt3S4C5p6nslc3iAQOL0W4L97v1f/JUv/Nh2ipYts7Hpata++YGd + f+zNbfJal26xHSmrvJFqxLa5FCnH4qRcI+iGlJQmw+0xK9tsYeFleTVjaaXN + 8mpGO8v7BodY6qlWMqqVjEqa45wNJehyP0Gkj1Zi/+lL5pZuPvhbjdW/lq2y + jUbjCrDkL5+dftOTK/UbRYzCT5H7TYgovSmYmUxIo4LJsWq/xBUhcNmEVsez + 1sxYWc9YXevQ6uQ4EcRJyRElTfLS4DNmGREzswBxLfbHRmL/P3dNrX3uD//z + bzz617JV9qzjTpArf27Hqb/4wrHt92aFe0McLSFS0C229tcMnnu+zfLyMlHk + GB1JqKQxaqEY6XRzvC9wMpjhyEEUhQBWTbuklXxodqS/ugQwEvs7Jqr5n79u + bvmL//E3P3Yc4I6/yd3ijUYjNeMtidPiyw9vvdl7OT+kdSH3c6hNs7q2RpHn + /eBnZwhrDS11UarVrJzpnCiyHzjLqdMn6mlx93w9+8Z7d5/4msMW//G//mT7 + J/qDiUajUTfj8iTS4n88tPV3ut5d1NtVBkY3r5AXCerpr9zEkQeUOFbi2JPE + g34fvcVNIHF6opb472yodu+9dNPpb26qd55Y6qSn/93Hblr/qfrJTKPRmDTj + 0ulat/mV45v3nWxWf3VI/HF24ht8ZZjd3jtppMdGEn//VLV75A0bT//lRCVf + auXRYtdHizfeeGDtp/pHU41GYwp4vWCqCN96euZdS530msy7C+UsCBxYEumD + 1dh/bzzNj24a7Tx0+ebFR1aypNIpojVFFoCTBw4cyP9W/Wqs0WjEZeG0BczX + kyLrFFF8fGlsRyuPxgzczonmI7smm4treVzpFFFFTVrAArBw4MCB5b8TP5tr + NBoCbASmgDEgBSpAp1xhXQUWS6OVV45XjleOV46f8PH/AL4vikGdoNrIAAAA + AElFTkSuQmCC +Maemo-Display-Name: Google + +Package: hildon-status-bar-usb-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: hildon-status-bar-usb-l10n-mr +Depends: hildon-status-bar-usb-l10n-ruru, hildon-status-bar-usb-l10n-frfr, hildon-status-bar-usb-l10n-frca, hildon-status-bar-usb-l10n-dadk, hildon-status-bar-usb-l10n-itit, hildon-status-bar-usb-l10n-svse, hildon-status-bar-usb-l10n-nono, hildon-status-bar-usb-l10n-fifi, hildon-status-bar-usb-l10n-nlnl, hildon-status-bar-usb-l10n-enus, hildon-status-bar-usb-l10n-dede, hildon-status-bar-usb-l10n-esmx, hildon-status-bar-usb-l10n-eses, hildon-status-bar-usb-l10n-cscz, hildon-status-bar-usb-l10n-ptpt, hildon-status-bar-usb-l10n-engb, hildon-status-bar-usb-l10n-plpl +Description: hildon-status-bar-usb marketing release package + This is a metapackage for hildon-status-bar-usb to pull all the l10n packages. + Application developers of hildon-status-bar-usb should depend on + "hildon-status-bar-usb-l10n-mr0 | hildon-status-bar-usb-l10n-mr" + to ensure correct locales are getting installed. + +Package: nokiamaps-navigation-provider +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 92 +Maintainer: Quanyi Sun +Architecture: armel +Version: 0.106-1+0m5 +Provides: navigation-provider +Depends: libc6 (>= 2.5.0-1), libcityinfo0-0 (>= 0.5.8), libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), liblocation0, libnavigation0, libxml2 (>= 2.6.32) +Suggests: nokia-maps-ui +Conflicts: navigation-provider +Description: Navigation provider using Nokia Maps beta for Maemo + Navigation provider for Map & Navigation library using + Nokia Maps beta for Maemo + +Package: gstreamer0.10-openmax +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gst-openmax +Version: 0.10.0.6~1-0maemo14+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libxml2 (>= 2.6.32) +Suggests: libomxil-bellagio0, libomxil-ti0 +Description: gst-openmax is a GStreamer plug-in that allows communication with + OpenMAX IL components. + . + Multiple OpenMAX IL implementations can be used, including but not limited to + Texas Instruments and Bellagio. +Xsbc-Maintainer: Maintainers of GStreamer packages +Uploaders: Marc-Andre Lureau , Loic Minier + +Package: libsignonui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (en_GB) + Language files for en_GB libsignonui. + +Package: libgupnp-av-1.0-1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 104 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gupnp-av +Version: 0.4-0maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgssdp-1.0-1 (>= 0.6.4), libgupnp-1.0-2 (>= 0.12.8), libsoup2.4-1 (>= 2.23.91), libxml2 +Description: Audio/Visual utility library for GUPnP + An audio/visual utility library for GUPnP, providing DIDL parser/writer and + search criteria parser objects. +Xsbc-Original-Maintainer: Ross Burton + +Package: osso-display-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (pl_PL) + Language files for pl_PL osso-display. + +Package: osso-tv-out-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (pl_PL) + Language files for pl_PL osso-tv-out. + +Package: osso-sketch-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (nl_NL) + Language files for nl_NL osso-sketch. + +Package: osso-suw-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (da_DK) + Language files for da_DK osso-suw. + +Package: osso-calculator-engine +Status: install ok installed +Priority: optional +Section: non-free/misc +Installed-Size: 456 +Maintainer: Amish Maske +Architecture: armel +Version: 1.6.31-2+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: OSSO Calculator Engine + Calculator engine with most of the original functionalities. + +Package: mediaplayer-restore +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: Juha Kellokoski +Architecture: armel +Version: 1.1-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libmafw-shared0 (>= 0.1.2009.42), libmafw0 (>= 0.1.2009.42), libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1) +Conffiles: + /etc/osso-rfs-scripts/mediaplayer-restore-playlists.sh 0bafc973e280fc83d5a3e4fea9ffb15d +Description: restore mediaplayer original settings + resets the mediaplayer playlists. + +Package: libsharing0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 196 +Maintainer: Alexander Bokovoy +Architecture: armel +Source: libsharing +Version: 1.1.46.1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libcumulus0, libcurl3 (>= 7.16.2-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), liblomesa0, libmcclient6, libosso-gnomevfs2-0, libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libsignon-glib0, libtelepathy-glib0 (>= 0.7.37), libx11-6, libxml2 (>= 2.6.32), libxrender1, zlib1g (>= 1:1.2.1), osso-sharing-ui-l10n-mr | osso-sharing-ui-l10n-mr0 +Description: Library to share images and media to services like Ovi and Flickr. + +Package: mediaplayer-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (it_IT) + Language files for it_IT mediaplayer. + +Package: libnice-gstreamer0.10 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Dafydd Harries , Youness Alaoui +Architecture: armel +Source: libnice +Version: 1:0.0.9-0maemo7+0m5 +Depends: libnice0, libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libnice0, libxml2 (>= 2.6.32) +Description: gstreamer plugins for libnice + Libnice implements traversal of network address translators (NATs) for + peer-to-peer data streams. These are Gst elements to use with libnice. + . + This package provides a static library and other development files. There is + currently no dynamic library as the API is unstable. + +Package: osso-browser-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (no_NO) + Language files for no_NO osso-browser-ui. + +Package: modest-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (pt_PT) + Language files for pt_PT modest. + +Package: csd-base +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 128 +Maintainer: Mika Liljeberg +Architecture: armel +Source: csd +Version: 0.3.14+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libisi1 (>= 1.4.0) +Conflicts: system-services (<< 0.3.8-27) +Conffiles: + /etc/event.d/csd ae0c13cf4a1c53a7d99b7de309ac991b + /etc/default/csd 8be171548481a65a2b98f2745c1b1d32 + /etc/dbus-1/system.d/csd.conf 03b779a126a0080feddfb18ee47152d1 + /etc/init.d/csd a6190db0eaff26e5d8fb9232817195c9 +Description: Cellular Services Daemon + Daemon for publishing cellular services over D-Bus. + +Package: as-config-applet-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (fi_FI) + Language files for fi_FI as-config-applet. + +Package: osso-applet-textinput-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (fr_FR) + Language files for fr_FR osso-applet-textinput. + +Package: policy-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (de_DE) + Language files for de_DE policy. + +Package: ota-settings +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 132 +Maintainer: Jukka Saunamaki +Architecture: armel +Version: 0.5.7+0m5 +Depends: dbus, wappushd, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libexpat1 (>= 1.95.8), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libssl0.9.8 (>= 0.9.8f-5), xml2wbxml (>= 0.0.1) +Conffiles: + /etc/event.d/omacp f65bf5133e078606ddf6d0afed0bf56a + /etc/dbus-1/system.d/omacp.conf 5995c229a2173e96344e5f33b7a8e4c5 +Description: OMA Client Provisioning GPRS access point settings handler + Handles Over-the-Air OMA Client Provisioning for GPRS access point settings + +Package: ke-recv-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (en_GB) + Language files for en_GB ke-recv. + +Package: osso-profiles-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (es_ES) + Language files for es_ES osso-profiles. + +Package: osso-applet-textinput-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (no_NO) + Language files for no_NO osso-applet-textinput. + +Package: dbus-x11 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 140 +Maintainer: Janne Karhunen +Architecture: armel +Source: dbus +Version: 1.2.14-0maemo1+0m5 +Replaces: dbus (<< 1.1.2), system-services +Depends: libc6 (>= 2.5.0-1), libx11-6, dbus +Conflicts: dbus (<< 1.1.2) +Conffiles: + /etc/X11/Xsession.d/41dbus 61c32d632a6cd05ec86c6b1080d0d230 + /etc/X11/Xsession.d/01dbus 8a3d47f969ec8d0ea9d237fffebcc462 + /etc/X11/Xsession.actdead/01dbus 8a3d47f969ec8d0ea9d237fffebcc462 +Description: simple interprocess messaging system (X11 deps) + D-Bus is a message bus, used for sending messages between applications. + Conceptually, it fits somewhere in between raw sockets and CORBA in + terms of complexity. + . + This package contains the dbus-launch utility which is necessary for + packages using a D-Bus session bus. + . + See the dbus description for more information about D-Bus in general. + +Package: maesync-backend +Status: install ok installed +Priority: optional +Section: office +Installed-Size: 776 +Maintainer: Qi Ouyang +Architecture: armel +Version: 0.93-0osso1+0m5 +Depends: calendar-backend, funambol-cpp-api (>= 6.0.4-1osso1), libc6 (>= 2.5.0-1), libcurl3 (>= 7.16.2-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libhal1 (>= 0.5.10), libmaesync, libopenobex1, libosso1 (>= 2.26), libsqlite3-0 (>= 3.6.14), libssl0.9.8 (>= 0.9.8f-5), libstdc++6 (>= 4.2.1), libtime0, libxml2 (>= 2.6.32), xml2wbxml (>= 0.0.1), zlib1g (>= 1:1.2.1), obexd (>= 0.12-0maemo4) +Conffiles: + /etc/X11/Xsession.post/68syncd 583449f9d7e78a6561779f5ccec13f08 + /etc/osso-backup/restore.d/always/maesync-restore.sh feebdf8c92fe1edafdb8011a6dd9c7bc + /etc/osso-backup/applications/maesync.conf 15482029dae345a8c05c765b19953956 + /etc/osso-backup/pre-backup.d/maesync-prebackup.sh 2d5e9c69d37208623e88f91325437e2b + /etc/osso-cud-scripts/maesync-clean.sh a5021d459b197c18b0c2672e12bd532d + /etc/skel/.maesync/RX-51.ico 5027c10362c8189468c1e2c483add546 + /etc/obex/root-setup.d/001_create-maesync-symlinks 3334c15a87f790da1d4a75273b694db7 +Description: Maesync backend libraries + +Package: policy-application-detector +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 44 +Maintainer: Janos Kovacs +Architecture: armel +Version: 0.0.6+0m5 +Depends: libc6 (>= 2.5.0-1), libx11-6 +Conffiles: + /etc/event.d/app-detect a5cc94e4a1a0986df7fd0543a03741e5 +Description: Policy application detector + app-detect is used to monitor the X root window and detect the currently used + application. Changes are comminated to ohmd using UDP over 127.0.0.1 +Git-Id: unknown + +Package: osso-system-lock-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (es_MX) + Language files for es_MX osso-system-lock. + +Package: libosso-gnomevfs2-common +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 880 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Source: osso-gnome-vfs2 +Version: 2.16.3-2osso9+0m5 +Replaces: libgnomevfs2-dev (<< 2.6.0), libgnome2-common (<< 2.6.0), gnome-vfs-extras2, gnome-vfs-sftp, libgnomevfs2-common +Provides: libgnomevfs2-common +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libhal-storage1 (>= 0.5.10), libhal1 (>= 0.5.10), libosso-gnomevfs2-0, libxml2 (>= 2.6.32), zlib1g (>= 1:1.2.1), shared-mime-info, gconf2 (>= 2.6.0) +Conflicts: gnome-vfs-extras2, gnome-vfs-sftp, libgnomevfs2-common +Conffiles: + /etc/gnome-vfs-2.0/modules/default-modules.conf 80eb62250aeb1ed0a63ce6102523339a +Description: The GNOME virtual file-system library common files (for GNOME2) + GNOME VFS is the GNOME virtual file system. It is the foundation of the + Nautilus file manager. It provides a modular architecture and ships with + several modules that implement support for file systems, http, ftp and others. + It provides a URI-based API, a backend supporting asynchronous file + operations, a MIME type manipulation library and other features. + . + This package is a patched version of gnome-vfs in GNOME2. + +Package: osso-imageviewer-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (sv_SE) + Language files for sv_SE osso-imageviewer-ui. + +Package: ke-recv-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (cs_CZ) + Language files for cs_CZ ke-recv. + +Package: libtinymailui-1.0-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 128 +Maintainer: Oystein Gisnas +Architecture: armel +Source: tinymail +Version: 1.0.0-svn4048+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libtinymail-1.0-0 +Description: memory-effective framework for accessing e-mail - Camel library + Tinymail is a development framework for accessing E-mail services using + devices with few memory resources. + . + It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange + and NNTP. It can be used to send messages over SMTP and by using sendmail. + . + This package contains the user interface library. + +Package: ke-recv +Status: install ok installed +Priority: optional +Section: base +Installed-Size: 304 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 3.19-13+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon1, libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, ke-recv-l10n-mr | ke-recv-l10n-mr0, hildon-fm-l10n-mr | hildon-fm-l10n-mr0, osso-filemanager-l10n-mr | osso-filemanager-l10n-mr0, hildon-status-bar-usb-l10n-mr | hildon-status-bar-usb-l10n-mr0, gconf2, osso-af-startup (>= 1.22), hal, dosfstools (>> 3.0.1-1maemo2), mtools +Conffiles: + /etc/dbus-1/system.d/ke-recv-test.conf 047c0025f2050b8f36607baa2c623866 + /etc/dbus-1/system.d/ke-recv.conf 7808584aa6ba3e05e15dd44f7d5ad3af + /etc/init.d/ke-recv f2a5b084122e40da19f8223505ca4434 + /etc/event.replace.d/ke-recv 77f28d5e8559e5ca2c0ee66ce4c80dfb +Description: Program for automatical mounting and unmounting of memory cards. + Program for receiving HW events from the HAL, managing mounting, renaming, + formatting, and partitioning of memory cards, etc. + +Package: dpkg +Essential: yes +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 1156 +Origin: maemo +Maintainer: Marius Vollmer +Architecture: armel +Version: 1.14.25maemo2+0m5 +Replaces: manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1) +Depends: perl-base +Pre-Depends: libc6 (>= 2.5.0-1) +Suggests: apt, lzma +Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg-dev (<< 1.14.16), apt (<< 0.7.7), aptitude (<< 0.4.7-1) +Conffiles: + /etc/dpkg/origins/debian 731423fa8ba067262f8ef37882d1e742 + /etc/dpkg/origins/maemo fb5cc1583715099ab74c6a3e4527fad9 + /etc/dpkg/dpkg.cfg f66f0b9c2209ef36b9c77ca716723ee6 + /etc/logrotate.d/dpkg 501f8c90b83c7ea180868ca82e1e82d1 + /etc/alternatives/README 69c4ba7f08363e998e0f2e244a04f881 +Description: Debian package management system + This package provides the low-level infrastructure for handling the + installation and removal of Debian software packages. + . + For Debian package development tools, install dpkg-dev. + +Package: maemo-af-desktop-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (pl_PL) + Language files for pl_PL maemo-af-desktop. + +Package: osso-backup-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (fr_FR) + Language files for fr_FR osso-backup. + +Package: osso-display-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (cs_CZ) + Language files for cs_CZ osso-display. + +Package: rtcom-messaging-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (pt_PT) + Language files for pt_PT rtcom-messaging-ui. + +Package: swi-prolog-lib-core +Status: install ok installed +Priority: optional +Section: interpreters +Installed-Size: 92 +Maintainer: Chris Lamb +Architecture: armel +Source: swi-prolog +Version: 5.6.50-0maemo3+0m5 +Depends: swi-prolog (= 5.6.50-0maemo3+0m5) +Description: Minimum set of SWI Prolog library of prolog predicates + This package contains a minimal collection of prolog predicates, just enough + to load foreign libraries. + . + +Package: osso-countries-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (de_DE) + Language files for de_DE osso-countries. + +Package: skype-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (cs_CZ) + Language files for cs_CZ skype-ui. + +Package: hildon-status-bar-usb-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (ru_RU) + Language files for ru_RU hildon-status-bar-usb. + +Package: hildon-fm-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (fr_FR) + Language files for fr_FR hildon-fm. + +Package: osso-rss-feed-reader-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (pl_PL) + Language files for pl_PL osso-rss-feed-reader. + +Package: osso-location-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (it_IT) + Language files for it_IT osso-location-ui. + +Package: telepathy-ring +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 368 +Maintainer: Pekka Pessi +Architecture: armel +Version: 1.0.5+0m5 +Replaces: telepathy-ring-isi +Provides: telepathy-connection-manager +Depends: libc6 (>= 2.5.0-1), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libsms-utils0, libtelepathy-glib0 (>= 0.7.37), csd-call (>= 0.6.4), csd-sms, ssc-daemon (>= 0.5.2), tone-generator (>= 0.0.4) +Conflicts: rtcom-messaging-ui (<= 0.0.29-1), libsim0 (<< 0.4.4), ssc-daemon (<< 0.5.2) +Description: GSM connection manager + GSM connection manager for the Telepathy framework. + +Package: hildon-control-panel-personalisation-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (de_DE) + Language files for de_DE hildon-control-panel-personalisation. + +Package: osso-wlan-security +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 596 +Maintainer: Janne Ylalehto +Architecture: armel +Version: 2.0.37+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libmaemosec-certman0, libmaemosec0, libossoproductinfo0 (>= 0.7.3.1+0m5), libssl0.9.8 (>= 0.9.8f-5), libstdc++6 (>= 4.2.1) +Conffiles: + /etc/dbus-1/system.d/eap.conf e8ca7eee91c2a449a2eddd028ca0c377 +Description: Security software engine + Provides support for better WLAN & WIMAX security + +Package: osso-applet-memory-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (da_DK) + Language files for da_DK osso-applet-memory. + +Package: osso-sounds-rtc +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 1124 +Maintainer: Alexander Kanevskiy +Architecture: all +Source: osso-sounds +Version: 5.6+0m5 +Description: OSSO sound files for chat/calls/presence + +Package: libhildonnotify0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 48 +Maintainer: Lucas Rocha +Architecture: armel +Source: hildon-notify +Version: 0.0.2-1-recomp1 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.14.6-1osso1), libgtk2.0-0 (>= 2:2.12.9-0osso1), libnotify1, libpango1.0-0 (>= 1.20.1) +Description: libhildonnotify shared library + libnotify wrapper which adds support for D-Bus callbacks in + notification actions + +Package: osso-tutorial-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (ru_RU) + Language files for ru_RU osso-tutorial. + +Package: osso-profiles-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (da_DK) + Language files for da_DK osso-profiles. + +Package: liblocale-gettext-perl +Status: install ok installed +Priority: standard +Section: perl +Installed-Size: 104 +Maintainer: Raphael Hertzog +Architecture: armel +Version: 1.01-17osso2 +Depends: libc6 (>= 2.5.0-1), perl-base (>= 5.8.3-3osso4) +Pre-Depends: perl-base (>= 5.8) +Description: Using libc functions for internationalization in Perl + The gettext module permits access from perl to the gettext() family of + functions for retrieving message strings from databases constructed + to internationalize software. + . + It provides gettext(), dgettext(), dcgettext(), textdomain(), + bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext() + and dngettext(). + +Package: maemo-af-desktop-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (fr_CA) + Language files for fr_CA maemo-af-desktop. + +Package: libsignon-glib0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 120 +Maintainer: Alexander Akimov +Architecture: armel +Source: signon +Version: 0.43+0m5 +Depends: singlesignon, libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0) +Description: Single Signon glib library + Single Signon glib library provides interface to applications to use + Single Signon Daemon. Provides Single Signon Management + funtionality. Provides Signon Account object. + . + Single Signon glib library + +Package: osso-rss-feed-reader-list +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 128 +Maintainer: Amish Maske +Architecture: all +Version: 1.6.37-2+0m5 +Depends: osso-core-config +Description: OSSO RSS Reader List + The initial feed list for OSSO OSSO RSS Reader. + +Package: osso-suw-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (pt_PT) + Language files for pt_PT osso-suw. + +Package: tablet-browser-bookmarks-mr0 +Status: install ok installed +Priority: optional +Section: web +Installed-Size: 280 +Maintainer: Sudarsana Nagineni +Architecture: all +Version: 0.1.11-1+0m5 +Replaces: tablet-browser-bookmarks, osso-bookmark-user +Provides: tablet-browser-bookmarks, osso-bookmark-user +Depends: gconf2 +Conflicts: tablet-browser-bookmarks, osso-bookmark-user +Conffiles: + /etc/gconf/schemas/hildon-desktop-bookmark-shortcuts.schema ed0c6bf0bfeae3524d0054dbb17636b9 +Description: Bookmark application's user bookmarks + User bookmarks' file for the Bookmark application. + +Package: osso-imageviewer-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (pt_PT) + Language files for pt_PT osso-imageviewer-ui. + +Package: location-control +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 84 +Maintainer: Quanyi Sun +Architecture: armel +Version: 0.113-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libossoproductinfo0 (>= 0.7.3.1+0m5), libpango1.0-0, osso-location-ui-l10n-mr | osso-location-ui-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0 +Description: Control panel applet for controlling Location + Control panel applet for controlling Location (like GPS devices) + +Package: modest-nokiamessaging-plugin-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (en_GB) + Language files for en_GB modest-nokiamessaging-plugin. + +Package: as-config-applet-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (it_IT) + Language files for it_IT as-config-applet. + +Package: csd-gprs +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 160 +Maintainer: Mika Liljeberg +Architecture: armel +Source: libgprs +Version: 1.0.13+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libisi1 (>= 1.4.0), csd-base (>= 0.3.0) +Conffiles: + /etc/dbus-1/system.d/csd-gprs.conf 49de952f2ed8f289a4a633f3d2080785 + /etc/default/csd-gprs ed400245a8a2c702e74610ad7c9f7795 +Description: GPRS service plugin for cellular services daemon + Plugin for controlling GPRS data service over D-Bus. + +Package: facebook-installer +Status: install ok installed +Priority: optional +Section: user/other +Installed-Size: 88 +Maintainer: Alok Mishra +Architecture: armel +Version: 1.0-4.1.1+0m5 +Depends: maemo-installer-utils +Description: Installer application for Facebook. +Maemo-Icon-26: + iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACOWlDQ1BJQ0MgUHJv + ZmlsZQAAeAGtk89rE0EUx7+bRVt/UMRfIIrsQYpCKiGBoNDDtklr00oMaWqtBWGz + u0nWZjfL7ia1QRBP3j3UmwiKiBfxVA8eehDx4kEEjfoPePAgFHpQyvpmx9lQaPHi + g9n5zNvvvJl5bwaQf2iu20wAsJ3AK18aV64tXFcGvkDGCezDaZzUdN8dK5Uuk2QX + 2/wEif36OMJiZW+8HLm70LOzS5kHo3L2xS6ThHvIowUBKUmOo3XOKuMq5wrj5cAN + SNNgrDc0g/g2cdKrlHPEz4iH6pxfMa5yfse4o9fZ3B5xyjEsB0gMEl8wTF8nVokN + w9dt4ifEv2y7RfHlR8RnddejuTKLc4blhXqylS6gdkg/2vddbQLP77Dt9X3DP4Fj + CvD6Xt+30YtyJR0f9GuZdBROOrAG7FkNw415YOAcsPU5DH+vheHWU1r7K7C+qbc9 + Wo+rpffAv8b8zFwPfKAzkEU12pl5XiJVCni8DsxTm6b2UAWGl4Eji0CJuKIikcmI + xnMIZvtzlmPamjKVj4b/72M321SnyA7T96BTLV6hnvF3NyhVBPud2QnBNWuyINjQ + 8jOCu41cUXDNmywLvqlNlwSbztysYLcZ3fu/a43HetOfiDXdRoXqxvfjtctzgpda + M7HeMPPx3pxmkb2lKKYVFOL9IwcLDkzY0KBgCpRIfhdJjb2HgPunEtLb1Tfpb8yx + zQLzVlTjXMtd8ax6I1DG6CWaSaXg6OeTSjqVuog/C8GvxlAxpg0AAARTSURBVGgF + 7VpNTBNBFH7bbimlSPkxyk8kxhhBg0RjYlA81B+I3IwxakJiUMMZIyfvetSjJw8c + jDdv3LzgwYOJifFqjOFkAJHS0i20u+363naX/Z3ZUtiWJp2k2dmZN2++b+a9N282 + FUYnX42IqvpaBUgCgIC/RigqAl1SBGFeDKvqGwR/E1GHGgG5gREx3yLsBDqJv4YC + r5PQsDcicB1/+dHwBEQbnTq+qGjUroKe6hdV6k6gWCxBOBSCWKwFIpHwLmDioyhF + oP5CQXFxMxrqRkDFJR8c6IHk+BBcGh2E4dO90NkRg5BlyTNSHlKbOZiZW4As1gVL + X10JRKMiTN0YhZkHY9B3rAMiYtjAY3t2J9rgSFsUQmG2q9Z8B8JhAabvjsHs9DhE + W/ynz+bymint2paNYo3jv1pSYTJ5Hp48vFIReMIqox+QubEKe29YI/bRHo9H4dG9 + y9CGDntQxX8PD2gmWsRzZ/rRcbuZGmW5CDsYcWinjCLlCmC+Ga3ms2YEAGGMnB2A + FgyVXmXl7xa8+/AFfv5eBSKiFYw6ilICGUl5BCBNpIYEAAb6uiCEMd9ZKNa/XfgM + i59+OLt8393afIdUL9CK4dMrlhdLJfi1vMZ1VtasNSXACibUvpXdYWHktteUABcJ + 08r5ow4RAT5QVm+gTmw9gKx1LzAqRqmyiTmDpuDpN4aOQAgQ2P7eLkheHQJBz84o + tp8a7DHmtT0pG71z+wKk0tsusETq4+I3ZkYaDAEEe/LEUXg2ex2zSzOCh6yppoWC + KIbg8f0xS4tZlfEcoPCaz+NZYKraFQiEAGknk8DNhzAnk9xFgRWW3FY2r90JrLLW + +qF34oKiQAnPCVaQOvQEKK0oO7d13c16YATIfFirZk7vX9vM7Gj5kIf5a4OD8QGc + LS8rsLqexfuuCTKBV8ZYNGI26DVa4fVUForosE7S/1ISSjlDq6lCuDjxsoCvbq2m + TFW1SESEdsz/DUAURl/MTcHEtWGXvjxmm0/n38OflU0Mu/buoqJimrHNypPkYHYA + Mci4Axspy9cEtYShUE+T7Ri1t3Qmh/JZDJV2Y3G8ukYGRoBmsk5OQZVfyieudQxf + vtzr2LBKhhwumSaBeu9HcweaO7DPFaidCdFh6hdJ2Qcuk6btHIjHW/G7ja2JOXCv + HXTJiXJ0JzraQMLvoM6DzDlPAQ9ISTI/AJhokX1PdzskOuKczMOprvJ3SiXi+KXZ + qxDo472dIGDixCNAG5jOSCDRFwx9N00C2FlOW5FJFVvpBczaRhccbqFuXt5MgxG0 + U6R2PsBFX31nk0D1a3cwI20+YKjca0ZojOM9BbRxnl6tD22cJ+Ol3ySAg3PbeS+Z + A2mjMPr1+zJsbEouR6S+lbU0ZLZy6Kd6eGHMqmG0iLhvZD7BgqHXvxknJaCsooVP + drc5zAIeG2Vy4iX84WVULyQQxI/Uon2wftrslcyrw8QHYV4Si4LwvJH/bvMfU6RN + Z2aDDCMAAAAASUVORK5CYII= +Maemo-Display-Name: Facebook Installer + +Package: ezitext-english-gb +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 104 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: English (GB) language support for the eZiText (TM). +Confidential: yes + +Package: hildon-application-manager-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (nl_NL) + Language files for nl_NL hildon-application-manager. + +Package: osso-countries-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-countries-l10n-mr +Depends: osso-countries-l10n-ruru, osso-countries-l10n-frfr, osso-countries-l10n-frca, osso-countries-l10n-dadk, osso-countries-l10n-itit, osso-countries-l10n-svse, osso-countries-l10n-nono, osso-countries-l10n-fifi, osso-countries-l10n-nlnl, osso-countries-l10n-enus, osso-countries-l10n-dede, osso-countries-l10n-esmx, osso-countries-l10n-eses, osso-countries-l10n-cscz, osso-countries-l10n-ptpt, osso-countries-l10n-engb, osso-countries-l10n-plpl +Description: osso-countries marketing release package + This is a metapackage for osso-countries to pull all the l10n packages. + Application developers of osso-countries should depend on + "osso-countries-l10n-mr0 | osso-countries-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-statusbar-presence-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (da_DK) + Language files for da_DK osso-statusbar-presence. + +Package: opengles-sgx-img-common +Status: install ok installed +Priority: extra +Section: graphics +Installed-Size: 1628 +Maintainer: Oliver McFadden +Architecture: armel +Source: opengles-sgx-img +Version: 0.20091104.6.1+0m5 +Replaces: opengles-sgx-img-modules +Depends: libc6 (>= 2.5.0-1), libdrm2 (>= 2.3.1), libgcc1 (>= 1:4.2.1), libx11-6, libxext6, libxfixes3 (>= 1:4.0.1) +Conflicts: opengles-sgx-img-modules +Conffiles: + /etc/powervr.ini 939474af84596647d5193546c04ee394 + /etc/event.replace.d/sgx 20f9dfef5c46863f34924be9dddd856a + /etc/udev/rules.d/10-pvrsrvkm.rules 6b62f3008035905bb62e490351a6b9c7 +Description: PowerVR SGX support libraries + This package provides support libraries for the PowerVR SGX, including + EGL and PVR2D. You probably want one or both of libgles1-sgx-img or + libgles2-sgx-img. + +Package: calendar-backend +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1188 +Maintainer: Ilias Biris +Architecture: armel +Version: 0.5-9.15+0m5 +Depends: libalarm2, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgcc1 (>= 1:4.2.1), libical, libsqlite3-0 (>= 3.6.14), libstdc++6 (>= 4.2.1), libtime0, clockd, alarmd +Description: Calendar backend libraries + This package contains calendar backend libraries. + +Package: libcanberra-gtk0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Maemo Multimedia +Architecture: armel +Source: libcanberra +Version: 0.14-0maemo3+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra0 (>= 0.10), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libltdl7 (>= 2.2.6a), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1) +Recommends: libcanberra-gtk-module +Description: Gtk+ helper for playing widget event sounds with libcanberra + libcanberra-gtk provides a few functions that simplify libcanberra + usage from Gtk+. + . + Contextual informations are needed to play event sound. This library + can help to compile directly event sounds property lists based on + active GtkWidget objects or GdkEvent events. + +Package: gnuchess +Status: install ok installed +Priority: optional +Section: games +Installed-Size: 288 +Maintainer: Lukas Geyer +Architecture: armel +Version: 5.07-9osso1 +Depends: libc6 (>= 2.5.0-1) +Recommends: gnuchess-book +Suggests: xboard | eboard +Description: Plays a game of chess, either against the user or against itself + Gnuchess is an updated version of the GNU chess playing program. It has a + simple alpha-numeric board display, and is also compatible with frontends + like xboard and eboard. + +Package: libosso-gsf-1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 104 +Maintainer: Richard Hult +Architecture: armel +Source: libosso-gsf +Version: 1.11.10.4-3+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), zlib1g (>= 1:1.2.1) +Description: Osso version of libgsf + Patched version of libgsf used in osso-backup. + +Package: osso-statusbar-presence-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (fi_FI) + Language files for fi_FI osso-statusbar-presence. + +Package: hildon-input-method-widgets +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 48 +Maintainer: Mohammad Anwari +Architecture: all +Version: 3.3.15-1+0m5 +Replaces: hildon-input-method-widgets0, libhildon-input-method-widgets-sdk2 (<< 3.0.0-1), libhildon-input-method-widgets2 (<< 3.0.0-1) +Provides: libhildon-input-method-widgets2 +Depends: libhildon-im-vkbrenderer3, imengines-ezitext +Conflicts: hildon-input-method-widgets0, libhildon-input-method-widgets-sdk2 (<< 3.0.0-1), libhildon-input-method-widgets2 (<< 3.0.0-1) +Description: Meta package of hildon input method widgets + This package provides hildon input method widgets. + +Package: libsimpb0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 132 +Maintainer: Ari Pulkkinen +Architecture: armel +Source: libsimpb +Version: 0.4.7+0m5 +Replaces: libsimpb (<< 0.4.7+0m5) +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libffi5, libisi1 (>= 1.4.0), libtelcommon0, csd-base (>= 0.3.3), libtelcommon0 (>= 0.3.3) +Conffiles: + /etc/dbus-1/system.d/libsimpb.conf 8c0aa278e1d5837aa222593cf44e8049 + /etc/default/csd-simpb 8e55379f84f7479c9849761e1e43b8b7 +Description: SIMPB Service API runtime + This package contains runtime files. + +Package: osso-notes-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (fi_FI) + Language files for fi_FI osso-notes. + +Package: osso-camera-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (it_IT) + Language files for it_IT osso-camera-ui. + +Package: calendar +Status: install ok installed +Priority: optional +Section: office +Installed-Size: 848 +Maintainer: Biris Ilias +Architecture: armel +Version: 0.5-9+0m5 +Depends: calendar-backend, calendar-ui, calendar-ui-widgets-0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra-gtk0 (>= 0.10), libcanberra0 (>= 0.10), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libical, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libsqlite3-0 (>= 3.6.14), libstdc++6 (>= 4.2.1), libtime0, libxml2 (>= 2.6.32), calendar-l10n-mr0 | calendar-l10n-engb, gconf2 +Conffiles: + /etc/osso-cud-scripts/calendar-clean.sh 1ba987d3b632ef96fdec960264f850b7 + /etc/skel/.calendar/calendardb c2b16dc5aa0c1bcdf6e15fd0f7e70ab3 + /etc/calendar/calendardb c2b16dc5aa0c1bcdf6e15fd0f7e70ab3 + /etc/osso-backup/restore.d/always/calendar-restore.sh 85c2d4bb7c067295b1a8b0667b6505a8 + /etc/osso-backup/pre-backup.d/calendar-pre-backup.sh 5fec347cdf6c3c0dfd912863b941f2af + /etc/osso-backup/applications/calendar.conf c7e1be10009103f39fdad909d3ea811a + /etc/osso-rfs-scripts/calendar-rfs.sh 15c4437f1642dfa45979e91a3a80846c +Description: Calendar application. + +Package: phonet-utils +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 84 +Maintainer: Mika Liljeberg +Architecture: armel +Version: 1.4.2+0m5 +Depends: libc6 (>= 2.5.0-1) +Conflicts: isa-utils (<< 0.9.0) +Conffiles: + /etc/udev/phonet-utils.rules cb89ede709085902ba362f04ac93d3cf +Description: Configuration utilities for Phonet stack and Nokia modem + The kernel Phonet network stack needs to be configured. + phonet-utils includes userland Phonet configuration utilities: + - phonet: configures Phonet addresses on network interfaces + +Package: location-ui +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Quanyi Sun +Architecture: armel +Version: 0.95-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libpango1.0-0, osso-location-ui-l10n-mr | osso-location-ui-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0, maemo-launcher +Description: Location UI + User interface dialogs etc. related to location framework. + +Package: librtcom-accounts-widgets0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 188 +Maintainer: Salvatore Iovene +Architecture: armel +Source: rtcom-accounts-ui +Version: 4.97.7-1+0m5 +Replaces: libosso-rtcom-accounts0 +Depends: libaccounts0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32) +Description: RTC accounts library + A widget and utility library for convenient building of RTC account + plugins + +Package: libtinymail-1.0-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 240 +Maintainer: Oystein Gisnas +Architecture: armel +Source: tinymail +Version: 1.0.0-svn4048+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0) +Description: memory-effective framework for accessing e-mail - library + Tinymail is a development framework for accessing E-mail services using + devices with few memory resources. + . + It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange + and NNTP. It can be used to send messages over SMTP and by using sendmail. + . + This package contains the C library. + +Package: hildon-input-method-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (es_MX) + Language files for es_MX hildon-input-method. + +Package: statusbar-alarm +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Ouyang Qi +Architecture: armel +Version: 0.5.15-1+0m5 +Depends: libalarm2, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libtime0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, osso-clock-l10n-mr | osso-clock-l10n-mr0 +Description: Status Area plugin for Clock & Alarms + Plugin showing current time and indicating if there is any alarm set. + +Package: libwidgetutils +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 184 +Maintainer: Oleg Romashin +Architecture: armel +Version: 1.3.7.1-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libstdc++6 (>= 4.2.1) +Description: Mozilla Web Engine. + +Package: osso-profiles-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (sv_SE) + Language files for sv_SE osso-profiles. + +Package: hildon-control-panel-personalisation-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (es_MX) + Language files for es_MX hildon-control-panel-personalisation. + +Package: skype-ui-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (en_US) + Language files for en_US skype-ui. + +Package: osso-suw-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (no_NO) + Language files for no_NO osso-suw. + +Package: librtcom-eventlogger-ui0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 144 +Maintainer: Salvatore Iovene +Architecture: armel +Source: rtcom-eventlogger-ui +Version: 0.57-5+0m5 +Depends: libalarm2, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libclockcore0-0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.8+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, librtcom-eventlogger-plugins0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32) +Description: Event Logger Widget. + Event Logger Widget. + +Package: osso-sharing-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (nl_NL) + Language files for nl_NL osso-sharing-ui. + +Package: osso-applet-accounts-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (ru_RU) + Language files for ru_RU osso-applet-accounts. + +Package: osso-applet-screencalibration-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (es_ES) + Language files for es_ES osso-applet-screencalibration. + +Package: osso-tutorial-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (pt_PT) + Language files for pt_PT osso-tutorial. + +Package: as-config-applet-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (sv_SE) + Language files for sv_SE as-config-applet. + +Package: osso-camera-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (no_NO) + Language files for no_NO osso-camera-ui. + +Package: libedataserver +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 228 +Maintainer: Joergen Scheibengruber +Architecture: armel +Source: evolution-data-server +Version: 1.4.2.1-20091116+0m5 +Depends: libc6 (>= 2.5.0-1), libdb4.2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libxml2 (>= 2.6.32) +Description: Utility library for evolution data servers + The data server, called "Evolution Data Server" is responsible for managing + calendar and addressbook information. + . + This package is utility library for evolution-data-server. + +Package: hildon-control-panel-personalisation-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (ru_RU) + Language files for ru_RU hildon-control-panel-personalisation. + +Package: rtcom-call-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (fr_CA) + Language files for fr_CA rtcom-call-ui. + +Package: rtcom-abook-skype-plugin +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 200 +Maintainer: Artem Garmash +Architecture: armel +Version: 0.0.15+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.8+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), skype-ui-l10n-mr0 | skype-ui-l10n-mr, osso-addressbook-l10n-mr0 | osso-addressbook-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr +Description: Skype extension for osso-addressbook. + The package provides Skype specific menu entries to osso-addressbook. + +Package: hildon-input-method-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (no_NO) + Language files for no_NO hildon-input-method. + +Package: alsa-utils +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 628 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 1.0.20-0maemo1+0m5 +Provides: audio-mixer +Depends: libasound2 (>> 1.0.18), libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libncurses5 (>= 5.7-1), module-init-tools, lsb-base (>= 3.0-9) +Recommends: alsa-base (>= 1.0.15-1) +Conflicts: udev (<< 0.060), alsa-base (<< 1.0.9b-3) +Conffiles: + /etc/alsa/modprobe-post-install.d/alsa-utils 89e8710691fbca83ad802e9846b16016 + /etc/udev/alsa-utils.rules d0e5b1bb836d4971daaf0ef1b26c1898 + /etc/init.d/alsa-utils 49922d37f6230b6166aabb59075f2879 +Description: ALSA utilities + This package contains utilities for configuring and using ALSA, including: + o amixer: command line mixer + o alsamixer: curses mixer + o amidi: read from and write to ALSA RawMIDI ports + o aplay, arecord: command line playback and recording + o aplaymidi, arecordmidi: command line MIDI playback and recording + o aconnect, aseqnet, aseqdump: command line MIDI sequencer control + . + ALSA is the Advanced Linux Sound Architecture. +Xsbc-Original-Maintainer: Debian ALSA Maintainers + +Package: hildon-libs-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (it_IT) + Language files for it_IT hildon-libs. + +Package: rtcom-call-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (es_ES) + Language files for es_ES rtcom-call-ui. + +Package: osso-system-lock-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (fr_CA) + Language files for fr_CA osso-system-lock. + +Package: osso-applet-device-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (en_US) + Language files for en_US osso-applet-device. + +Package: libcityinfo0-0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 120 +Maintainer: Ouyang Qi +Architecture: armel +Source: cityinfo +Version: 0.5.9-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), osso-cities-l10n-mr | osso-cities-l10n-mr0, osso-countries-l10n-mr | osso-countries-l10n-mr0 +Description: Cities information library. + Library providing information about set of cities. + +Package: osso-applet-device-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (fi_FI) + Language files for fi_FI osso-applet-device. + +Package: kernel +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 1904 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 2.6.28-20094803.3+0m5 +Description: Flashable Linux kernel + This package provides a flashable kernel image + +Package: osso-sharing-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (es_ES) + Language files for es_ES osso-sharing-ui. + +Package: hildon-application-manager-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (sv_SE) + Language files for sv_SE hildon-application-manager. + +Package: pulseaudio-esound-compat +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 152 +Maintainer: Maemo Multimedia +Architecture: armel +Source: pulseaudio +Version: 0.9.15-1maemo35+0m5 +Replaces: esound, osso-esd +Provides: esound, osso-esd +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgdbm3, libltdl7 (>= 2.2.6a), liboil0.3 (>= 0.3.14), libpulse0, libsndfile1, libspeexdsp1 (>= 1.2~beta3.2-1), pulseaudio +Conflicts: esound, osso-esd, pulseaudio (<< 0.9.7) +Description: PulseAudio ESD compatibility layer + PulseAudio, previously known as Polypaudio, is a sound server for POSIX and + WIN32 systems. It is a drop in replacement for the ESD sound server with + much better latency, mixing/re-sampling quality and overall architecture. + . + This package contains the ESD compatibility components and enables a + PulseAudio sound server to fully replace ESD. +Xsbc-Original-Maintainer: Pulseaudio maintenance team + +Package: hildon-common-strings-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (fi_FI) + Language files for fi_FI hildon-common-strings. + +Package: osso-tutorial-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (it_IT) + Language files for it_IT osso-tutorial. + +Package: csd-sms +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 132 +Maintainer: Jari Urpalainen +Architecture: armel +Source: libsms +Version: 0.6.20+0m5 +Depends: libsms0 (= 0.6.20+0m5), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libisi1 (>= 1.4.0), libsms-utils0, libsms0, csd-base (>= 0.3.0) +Conffiles: + /etc/default/csd-sms bc0788c45866badeeb7bd42d76f2ba39 + /etc/dbus-1/system.d/csd-sms.conf 1f200be30fe6de6507a99d037c79dc0b +Description: SMS service plugin for cellular services daemon + Plugin for controlling the SMS service over D-Bus. + +Package: osso-tv-out-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (en_GB) + Language files for en_GB osso-tv-out. + +Package: hildon-libs-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (fr_CA) + Language files for fr_CA hildon-libs. + +Package: maemo-applet-profiles +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 124 +Maintainer: Stefan Kost +Architecture: armel +Version: 0.50+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.8+0m5), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libplayback-1-0, libprofile0, libpulse-mainloop-glib0, libpulse0 (>= 0.9.15~test5), libxml2 (>= 2.6.32), libhildon1 (>= 2.1.28), libosso1, libhildonfm2 (>= 2.1.0), hildon-control-panel, libgstreamer0.10-0, libprofile0 (>= 0.0.3), profiled (>= 0.0.3), profile-data (>= 0.0.2), libosso-gnomevfs2-0 (>= 2.16.3), libpulse0, libplayback-1-0, osso-profiles-l10n-mr0 | osso-profiles-l10n-mr, ke-recv-l10n-mr | ke-recv-l10n-mr0, policy-l10n-mr0 | policy-l10n-mr +Conffiles: + /etc/osso-rfs-scripts/volume-rfs.sh 98adad6eed72bc2c95e55db6c5a01ea6 + /etc/osso-rfs-scripts/profiles-rfs.sh c41d044862cf6651dfe549e475adf730 + /etc/osso-cud-scripts/volume-cud.sh 56c0ee270c2ba1c5aecab30e4f1faeac + /etc/osso-cud-scripts/profiles-cud.sh c41d044862cf6651dfe549e475adf730 +Description: Profile control panel applet + This package contains the control panel applet for managing profiles + +Package: hildon-control-panel-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (it_IT) + Language files for it_IT hildon-control-panel. + +Package: osso-profiles-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-profiles-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-profiles-l10n-public +Description: language files for osso-profiles (en_GB) + Language files for en_GB osso-profiles. + +Package: icd2 +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 316 +Maintainer: Jukka Rissanen +Architecture: armel +Version: 0.87+fremantle6.1+0m5 +Replaces: osso-ic +Provides: osso-ic +Depends: gconf2 (>= 2.6.2), dbus, dbus-1-utils, dsme, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libicd2, icd2-settings-variant +Conffiles: + /etc/dbus-1/system.d/icd2.conf 89ccce5ef7a955307a30eb5b4f315afd + /etc/network/if-post-down.d/zz_proxy_unset f5b0d433fbcd3a24330430320e746935 + /etc/network/if-post-down.d/zz_static_ip_if_down 6345e4ac0ca30743a9cdd083d4c8aaac + /etc/network/if-post-down.d/zz_enable_icmp_echo_reply 189d22e4083af828f502c364c7686708 + /etc/network/if-up.d/00_disable_icmp_echo_reply b6dd095080b310a7f57514d9ca2787b7 + /etc/network/if-up.d/00_proxy_set 9a12975a22ee009bb6e0ca049470c3a8 + /etc/init.d/icd2 6f18d07064dfc600fa32c3d3e75300db + /etc/event.replace.d/icd2 89d93aad31ffad2049988992da34f727 + /etc/osso-backup/restore.d/always/icd2_restore_idle_timer.sh 3775daf35d80115bfc27b4e487284945 + /etc/osso-backup/restore.d/always/icd2_restore_search_interval.sh 098fd8c7b1ca83476c182d0a27a77d36 + /etc/osso-backup/restore.d/always/icd2_restore_auto_connect.sh 914c1cd983e89151a21fbafc666de7ed + /etc/osso-backup/restore.d/always/icd2_remove_duplicate_iaps.sh 4adba95b41e75d56faf1a5ba6996be5f +Description: Internet Connectivity daemon + This package contains the daemon for Internet connectivity. + +Package: osso-sharing-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (ru_RU) + Language files for ru_RU osso-sharing-ui. + +Package: osso-games-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (de_DE) + Language files for de_DE osso-games. + +Package: hildon-application-manager-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (fr_CA) + Language files for fr_CA hildon-application-manager. + +Package: osso-countries-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (sv_SE) + Language files for sv_SE osso-countries. + +Package: matchbox-window-manager +Status: install ok installed +Priority: optional +Section: embedded +Installed-Size: 220 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 3:1.2-osso20+0m5 +Replaces: matchbox (<< 1:0.8.2) +Depends: libc6 (>= 2.5.0-1), libfontconfig1 (>= 2.4.1), libfreetype6 (>= 2.3.5), libglib2.0-0 (>= 2.20.0), libmatchbox1 (>= 1.7-1), libpango1.0-0, libpng12-0 (>= 1.2.13-4), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3 (>= 1:4.0.1), libxft2 (>> 2.1.1), zlib1g (>= 1:1.2.1) +Description: window manager for resource-limited systems + Matchbox is a base environment for the X Window System running on non-desktop + embedded platforms such as handhelds, set-top boxes, kiosks and anything else + for which screen space, input mechanisms or system resources are limited. + . + This package contains the Matchbox window manager. + +Package: osso-imageviewer-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (fi_FI) + Language files for fi_FI osso-imageviewer-ui. + +Package: osso-games-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (en_GB) + Language files for en_GB osso-games. + +Package: osso-applet-textinput-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (nl_NL) + Language files for nl_NL osso-applet-textinput. + +Package: osso-filemanager-ui +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 212 +Maintainer: Richard Sun +Architecture: armel +Source: osso-filemanager +Version: 1:3038.2+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-thumbnail0 (>= 3.0.43+0m5), libhildon1, libhildonfm2 (>= 1:2.28.8+0m5), libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, sharing-dialog, zlib1g (>= 1:1.2.1), osso-filemanager-l10n-mr0 | osso-filemanager-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, hildon-fm-l10n-mr0 | hildon-fm-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, ke-recv-l10n-mr0 | ke-recv-l10n-mr, osso-applet-memory-l10n-mr0 | osso-applet-memory-l10n-mr, maemo-launcher +Description: OSSO File Manager application. + +Package: hildon-libs-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (da_DK) + Language files for da_DK hildon-libs. + +Package: osso-applet-certman-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (es_ES) + Language files for es_ES osso-applet-certman. + +Package: osso-applet-textinput-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (es_ES) + Language files for es_ES osso-applet-textinput. + +Package: hildon-common-strings-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (da_DK) + Language files for da_DK hildon-common-strings. + +Package: osso-tutorial-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (cs_CZ) + Language files for cs_CZ osso-tutorial. + +Package: osso-rss-feed-reader-lib +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Amish maske +Architecture: armel +Version: 1.6.46-2+0m5 +Depends: osso-rss-feed-reader-l10n-mr0 | osso-rss-feed-reader-l10n-public-mr0, gconf2, libxml2, libalarm2, alarmd, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, libiphb0 +Description: OSSO RSS Reader Library + RSS news reader settings library + +Package: microb-l10n +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 12292 +Maintainer: Sudarsana Nagineni +Architecture: all +Version: 0.3.8.1-1+0m5 +Description: Localization package for microb-engine + This package contains the localizations for microb-engine. + +Package: hildon-libs-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (es_ES) + Language files for es_ES hildon-libs. + +Package: fmtx-middleware +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 144 +Maintainer: Stefan Kost +Architecture: armel +Version: 0.49+0m5 +Depends: libasound2 (>> 1.0.18), libc6 (>= 2.5.0-1), libcal1, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libpulse-mainloop-glib0, libpulse0, libpulse0 (>= 0.9.15~test5), pulseaudio, libdbus-glib-1-2 (>= 0.74), libgconf2-6 (>= 2.16), gconf2 (>= 2.16), libasound2 (>= 1.0.16), libpulse0 (>= 0.9.15~git20090113-0maemo1), libpulse-mainloop-glib0 (>= 0.9.15~git20090113-0maemo1), pulseaudio (>= 0.9.15~git20090113-0maemo1), libcal1 (>= 0.2.4) +Conffiles: + /etc/event.d/fmtx 185a8f80e4b9c72dcbe7df3a929c54ac + /etc/dbus-1/system.d/fmtxd.conf 05ffa28ddd1f005c09f662a17c46a840 + /etc/init.d/fmtx 2deba6662b8e4f1edf1e6186108ddf66 +Description: FMTX middleware + This package contains the FMTX middleware daemon for controlling FM + transmitter. Package also contains fmtx_client program, which can be used to + communicate with fmtx middleware to change settings of the FM transmitter. + +Package: osso-statusbar-sound-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (en_GB) + Language files for en_GB osso-statusbar-sound. + +Package: hildon-games-wrapper0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Karoliina Salminen +Architecture: armel +Source: hildon-games-wrapper +Version: 1.9.4-3+0m5 +Provides: lessertunjo0, libshadowapp0, archtunjo +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4) +Conflicts: lessertunjo0, libshadowapp0, archtunjo +Description: D-BUS and some other wrapping library for games. + + +Package: hildon-fm-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (es_ES) + Language files for es_ES hildon-fm. + +Package: osso-statusbar-presence-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (it_IT) + Language files for it_IT osso-statusbar-presence. + +Package: rtcom-messaging-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (no_NO) + Language files for no_NO rtcom-messaging-ui. + +Package: osso-statusbar-presence-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (en_GB) + Language files for en_GB osso-statusbar-presence. + +Package: libbz2-1.0 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 136 +Maintainer: Tapani Palli +Architecture: armel +Source: bzip2 +Version: 1:1.0.5-3+0m5 +Depends: libc6 (>= 2.5.0-1) +Suggests: libbz2-dev, bzip2 +Description: high-quality block-sorting file compressor library - runtime + This package contains libbzip2 which is used by the bzip2 compressor. + . + bzip2 is a freely available, patent free, high-quality data compressor. + It typically compresses files to within 10% to 15% of the best available + techniques, whilst being around twice as fast at compression and six + times faster at decompression. + . + bzip2 compresses files using the Burrows-Wheeler block-sorting text + compression algorithm, and Huffman coding. Compression is generally + considerably better than that achieved by more conventional + LZ77/LZ78-based compressors, and approaches the performance of the PPM + family of statistical compressors. + . + The archive file format of bzip2 (.bz2) is incompatible with that of its + predecessor, bzip (.bz). + . + Homepage http://www.bzip.org/ + +Package: osso-applet-screencalibration-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-applet-screencalibration-l10n-mr +Depends: osso-applet-screencalibration-l10n-ruru, osso-applet-screencalibration-l10n-frfr, osso-applet-screencalibration-l10n-frca, osso-applet-screencalibration-l10n-dadk, osso-applet-screencalibration-l10n-itit, osso-applet-screencalibration-l10n-svse, osso-applet-screencalibration-l10n-nono, osso-applet-screencalibration-l10n-fifi, osso-applet-screencalibration-l10n-nlnl, osso-applet-screencalibration-l10n-enus, osso-applet-screencalibration-l10n-dede, osso-applet-screencalibration-l10n-esmx, osso-applet-screencalibration-l10n-eses, osso-applet-screencalibration-l10n-cscz, osso-applet-screencalibration-l10n-ptpt, osso-applet-screencalibration-l10n-engb, osso-applet-screencalibration-l10n-plpl +Description: osso-applet-screencalibration marketing release package + This is a metapackage for osso-applet-screencalibration to pull all the l10n packages. + Application developers of osso-applet-screencalibration should depend on + "osso-applet-screencalibration-l10n-mr0 | osso-applet-screencalibration-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-filemanager-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (en_US) + Language files for en_US osso-filemanager. + +Package: osso-uri-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (en_GB) + Language files for en_GB osso-uri. + +Package: osso-applet-device-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (cs_CZ) + Language files for cs_CZ osso-applet-device. + +Package: mafw-iradio-source-bookmarks-default +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: Mika Tapojärvi +Architecture: all +Version: 0.0.2009.33-2+0m5 +Replaces: mafw-iradio-source-bookmarks +Provides: mafw-iradio-source-bookmarks +Conflicts: mafw-iradio-source-bookmarks +Description: MAFW internet radio bookmarks, R&D package + Bookmarks and resources for MAFW internet radio source. This is a temporary + file for development. + +Package: iphbd +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 124 +Maintainer: Raimo Vuonnala +Architecture: armel +Version: 0.0.16+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4) +Conffiles: + /etc/event.d/iphb d5d2e5301c13153372989418212b5156 + /etc/default/iphbd 9d45256953dedd8418ba7d308935b0f7 + /etc/init.d/iphbd 76478c1f44fcc54fb3e7d207ed74cde8 + /etc/dbus-1/system.d/iphbd.conf f629fc4b0ec1cf6d087aa49b8294d06a + /etc/udev/rules.d/95-iphb.rules e19820787bb8aac15f3ddcd8b808640c +Description: IP heartbeat daemon + This package contains the IP Heartbeat daemon which provides + synchronization services for applications. + +Package: rtcom-accounts-plugin-jabber +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 132 +Maintainer: Salvatore Iovene +Architecture: armel +Source: rtcom-accounts-ui +Version: 4.97.7-1+0m5 +Depends: libaccounts0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglade2-0 (>= 1:2.3.6), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libmcclient6, libpango1.0-0, librtcom-accounts-widgets0, libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32) +Description: Jabber plugin for the Accounts applet + A plugin for configuring Jabber accounts + +Package: osso-applet-memory-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (en_GB) + Language files for en_GB osso-applet-memory. + +Package: osso-wlan +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 144 +Maintainer: Janne Ylalehto +Architecture: armel +Version: 3.0.10.1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libiw30 (>= 30~pre1) +Recommends: mce, dsme +Conffiles: + /etc/event.replace.d/wlancond f195e8807416fbdd9be214e99a448c4e + /etc/dbus-1/system.d/wlancond.conf 405ed172876b8060beeb2ec1d1b5caf1 + /etc/init.d/wlancond 405f0dbbaf0f2ab498df5fe525ee0aa2 +Description: WLAN control daemon + Provides DBUS API for controlling WLAN + +Package: libsignonui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (sv_SE) + Language files for sv_SE libsignonui. + +Package: mafw-gst-renderer +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 220 +Maintainer: Juha Kellokoski +Architecture: armel +Version: 0.1.2009.47-1+0m5 +Depends: gconf2, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libmafw0 (>= 0.1.2009.42), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpulse-mainloop-glib0, libpulse0 (>= 0.9.15~test5), libtotem-plparser12 (>= 2.27.2), libx11-6, libxml2 (>= 2.6.32) +Description: MAFW gst renderer plugin + Renderer plugin for MAFW-gst + +Package: mediaplayer +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 832 +Maintainer: Juha Kellokoski +Architecture: armel +Version: 1.1-9+0m5 +Replaces: mediaplayer-ui, multimedia-applications, osso-iradio-applet, osso-clock-ui, osso-statusbar-alarm +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon-thumbnail0 (>= 3.0.43+0m5), libhildon1, libhildonmime0 (>= 2.1.3), libmafw-shared0 (>= 0.1.2009.42), libmafw0 (>= 0.1.2009.42), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libplayback-1-0, libpng12-0 (>= 1.2.13-4), libtotem-plparser12 (>= 2.27.2), libx11-6, libxml2 (>= 2.6.32), libxrender1, sharing-dialog, zlib1g (>= 1:1.2.1), maemo-launcher, libgtk2.0-bin, gconf2, mafw-gst-renderer, mafw-tracker-source, mafw-playlist-daemon, mafw-upnp-source, mafw-dbus-daemon, mafw-iradio-source, mediaplayer-l10n-mr | mediaplayer-l10n-mr0, desktop-file-utils, maemo-applet-fmtx, maemo-launcher, libconic0, libtotem-plparser12, libgstreamer0.10-0, libhildon-thumbnail0, hildon-common-strings-l10n-mr | hildon-common-strings-l10n-mr0, hildon-status-bar-usb-l10n-mr | hildon-status-bar-usb-l10n-mr0, policy-l10n-mr | policy-l10n-mr0, mediaplayer-restore, hildon-fm-l10n-mr | hildon-fm-l10n-mr0, libhal1 +Conflicts: mediaplayer-ui, multimedia-applications, osso-iradio-applet, osso-clock-ui, osso-statusbar-alarm +Conffiles: + /etc/osso-backup/applications/mediaplayer.conf e44ac9933fcd11f2339c5a4cfeb772c2 +Description: Media Player + Fremantle Media Player application + +Package: osso-systemui-emergency +Status: install ok installed +Priority: required +Section: comm +Installed-Size: 60 +Maintainer: Lassi Syrjala +Architecture: armel +Version: 0.11-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon1, libhildonfm2 (>= 1:2.28+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libpulse-mainloop-glib0, libpulse0 (>= 0.9.15~test5), librtcom-accounts-ui-client0, librtcom-call-ui0, librtcom-eventlogger-plugins0, librtcom-eventlogger-ui0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), librtcom-call-ui0, osso-systemui, libpulse0, libpulse-mainloop-glib0, rtcom-call-ui-l10n-mr | rtcom-call-ui-l10n-mr0 +Description: System UI emergency call plugin + A plugin for the system UI to handle emergency calls + +Package: osso-dsm-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (nl_NL) + Language files for nl_NL osso-dsm-ui. + +Package: ohm +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 100 +Maintainer: Krisztian Litkey +Architecture: armel +Version: 0.1.2-0maemo31+0m5 +Depends: libohm-plugin-core0, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libhal1 (>= 0.5.10), libohm-plugin-core0, libtrace0 +Recommends: osso-af-startup +Conffiles: + /etc/event.d/ohmd 10b885e71ea34c724e6d060a9c868ce4 + /etc/ohm/modules.ini 9e9ffa6fa8043c942c6e4d051219cbe1 + /etc/dbus-1/system.d/ohm.conf 6b9d357ceee1cb1b7a2c66c075cf4c16 +Description: Open Hardware Manager with Nokia policy add-ons. + Open Hardware Manager Nokia add-ons. + . + Open Hardware Manager with Nokia add-ons. +Git-Id: no + +Package: osso-pdf-viewer-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (cs_CZ) + Language files for cs_CZ osso-pdf-viewer. + +Package: osso-addressbook-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (pl_PL) + Language files for pl_PL osso-addressbook. + +Package: hildon-fm-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (de_DE) + Language files for de_DE hildon-fm. + +Package: osso-games-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (es_MX) + Language files for es_MX osso-games. + +Package: tone-generator +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 128 +Maintainer: Janos Kovacs +Architecture: armel +Version: 0.1.5+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libpulse-mainloop-glib0, libpulse0 (>= 0.9.15~test5), dbus +Conffiles: + /etc/dbus-1/system.d/tone-generator.conf b328c818adb0cd8a9b5e471a3d1d6aaa + /etc/event.replace.d/tonegend 6ace2662f2d92e5a44fe4c8aacf8c714 +Description: tonegend + tone generator daemon for call progress indication and DTMF + +Package: gnome-vfs-filechooser-backend +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 112 +Maintainer: Richard Hult +Architecture: armel +Version: 1.10.2-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildonfm2 (>= 1:2.28.9+0m5), libosso-gnomevfs2-0, libpango1.0-0 +Description: GnomeVFS filechooser backend for GTK+ + This package contains the GnomeVFS filechooser backend for use in the + filechooser in GTK+. + +Package: osso-pdf-viewer-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (fi_FI) + Language files for fi_FI osso-pdf-viewer. + +Package: libhildon-im-vkbrenderer3 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 100 +Maintainer: Mohammad Anwari +Architecture: armel +Source: hildon-input-method-widgets +Version: 3.3.15-1+0m5 +Replaces: hildon-input-method-widgets0, libhildon-input-method-widgets-sdk2 (<< 3.0.0-1), libhildon-input-method-widgets2 (<< 3.0.0-1) +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libimengines4, libimlayouts0, libpango1.0-0 +Conflicts: hildon-input-method-widgets0, libhildon-input-method-widgets-sdk2 (<< 3.0.0-1), libhildon-input-method-widgets2 (<< 3.0.0-1) +Description: Virtual Keyboard Widget for for the Hildon Input Method + This package provides virtual keyboard widget. + +Package: sysinfo-tool +Status: install ok installed +Priority: extra +Section: utils +Installed-Size: 44 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: sysinfod +Version: 0~20091124.1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libsysinfo0 +Description: system information daemon client + D-BUS service, which provides system information + . + This is a command line utility to query the daemon + +Package: osso-applet-device-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (da_DK) + Language files for da_DK osso-applet-device. + +Package: libbridge2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 80 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: libbridge +Version: 0.200934.1+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: library to access TI DSP bridge + +Package: libmissioncontrol-server6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 332 +Maintainer: Alberto Mardegan +Architecture: armel +Source: telepathy-mission-control +Version: 5.2.6-0maemo2+0m5 +Replaces: mission-control, libmissioncontrol, libmissioncontrol0, libmissioncontrol-server1 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libmcclient6, libtelepathy-glib0 (>= 0.7.37) +Description: Mission Control. API for servers. + Mission Control, or MC, is a telepathy component providing a way + for "end-user" applications to abstract some of the details of + connection managers, to provide a simple way to manipulate a bunch + of connection managers at once, and to remove the need to have in + each program the account definitions and credentials. + . + API for servers + +Package: hildon-control-panel-personalisation-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (da_DK) + Language files for da_DK hildon-control-panel-personalisation. + +Package: hildon-input-method-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (fr_FR) + Language files for fr_FR hildon-input-method. + +Package: osso-applet-textinput-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-textinput-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-applet-textinput-l10n-public +Description: language files for osso-applet-textinput (en_US) + Language files for en_US osso-applet-textinput. + +Package: osso-powerup-shutdown-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (sv_SE) + Language files for sv_SE osso-powerup-shutdown. + +Package: osso-sharing-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (it_IT) + Language files for it_IT osso-sharing-ui. + +Package: osso-statusbar-presence-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (es_ES) + Language files for es_ES osso-statusbar-presence. + +Package: osso-applet-accounts-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (de_DE) + Language files for de_DE osso-applet-accounts. + +Package: osso-applet-screencalibration-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (da_DK) + Language files for da_DK osso-applet-screencalibration. + +Package: osso-filemanager-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (fr_FR) + Language files for fr_FR osso-filemanager. + +Package: obexd +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 172 +Maintainer: Johan Hedberg +Architecture: armel +Version: 0.18-0maemo3+0m5 +Depends: libbluetooth3 (>= 4.56), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libglib2.0-0 (>= 2.20.0), libopenobex1, bluez (>= 4.18) +Conflicts: obex-data-server +Conffiles: + /etc/obex/root-setup.d/000_create-symlinks 993b1e3fd454973c42d26dfca4579f84 +Description: OBEX Server + A basic OBEX server implementation. + +Package: hildon-welcome-default-logo +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 1480 +Maintainer: Karoliina Salminen +Architecture: all +Version: 0.12-1 +Depends: hildon-welcome +Conffiles: + /etc/hildon-welcome.d/default.conf 26413dde7bf8dc566a3dd0e56cc7a5cb +Description: Factory Default Logo + The factory default animation to show during bootup. + +Package: libicd-network-wps +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 72 +Maintainer: Jukka Rissanen +Architecture: armel +Version: 0.24+0m5 +Depends: icd2 (>= 0.37), libc6 (>= 2.5.0-1), libicd-network-eap (>= 0.28) +Description: ICd2 plugin for Wi-Fi protected setup + The WPS plugin for ICd2 that provides Wi-Fi protected setup support + +Package: maemosec-certman-tools +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 124 +Maintainer: Juhani Mäkelä +Architecture: armel +Source: maemo-security-certman +Version: 0.1.4+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libmaemosec-certman0, libmaemosec0, libosso1 (>= 2.23), libssl0.9.8 (>= 0.9.8f-5), libstdc++6 (>= 4.2.1) +Description: Maemo certificate manager runtime tools + The command line tools for managing certificate stores. + +Package: mediaplayer-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (nl_NL) + Language files for nl_NL mediaplayer. + +Package: hildon-input-method-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (de_DE) + Language files for de_DE hildon-input-method. + +Package: initrd-progs +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 48 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 0.81-7+0m5 +Depends: libc6 (>= 2.5.0-1), libcal1 +Description: Initfs utilities (FIXME) + Initfs utilities (FIXME) + +Package: calendar-home-applet +Status: install ok installed +Priority: optional +Section: office +Installed-Size: 100 +Maintainer: Biris Ilias +Architecture: armel +Version: 1.36+0m5 +Depends: calendar-backend, calendar-ui, calendar-ui-widgets-0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra-gtk0 (>= 0.10), libcanberra0 (>= 0.10), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libhildonfm2 (>= 1:2.28+0m5), libosso-gnomevfs2-0, libpango1.0-0, libstdc++6 (>= 4.2.1), libtime0, calendar-l10n-mr | calendar-l10n-mr0 +Description: Home applet for Calendar application + Fremantle Home applet library package for Calendar application + +Package: osso-suw-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (fr_FR) + Language files for fr_FR osso-suw. + +Package: osso-sounds-game-chess +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 160 +Maintainer: Alexander Kanevskiy +Architecture: all +Source: osso-sounds +Version: 5.6+0m5 +Description: OSSO sound files for Chess + +Package: libqt4-core +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 3424 +Maintainer: Shane Bradley +Architecture: armel +Source: qt4-x11 +Version: 4.5.3~git20090723-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.14.6-1osso1), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.2.1) +Description: Qt 4 core module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The QtCore module contains core non-GUI functionality. + +Package: hildon-common-strings-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (es_ES) + Language files for es_ES hildon-common-strings. + +Package: osso-camera-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (nl_NL) + Language files for nl_NL osso-camera-ui. + +Package: osso-backup-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (fi_FI) + Language files for fi_FI osso-backup. + +Package: maesync-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (en_US) + Language files for en_US maesync. + +Package: hildon-startup-progress +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: Gabriel Schulhof +Architecture: armel +Version: 0.0.10-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libx11-6 +Conffiles: + /etc/X11/Xsession.post/22xprogress-stop 4caf30673cd97b0f51848d36b396610c + /etc/X11/Xsession.d/01xprogress 5a417b203773fb72dbae18f5b81909c3 + /etc/event.d/progress 5cc430c70c622167dddd66a0d60a86c1 +Description: Startup progress indicator + This package contains the program which shows the progress animation during startup. + +Package: hildon-libs-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (pt_PT) + Language files for pt_PT hildon-libs. + +Package: kernel-flasher +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 188 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: kernel +Version: 2.6.28-20094803.3+0m5 +Pre-Depends: kernel (= 2.6.28-20094803.3+0m5), softupd (>= 0.4.0) +Description: Linux kernel updater + This package will flash the kernel image upon installation + and eat kernel's files from /boot. + +Package: modest-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (da_DK) + Language files for da_DK modest. + +Package: osso-notes-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (en_US) + Language files for en_US osso-notes. + +Package: rtcom-accounts-plugin-gtalk +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 112 +Maintainer: Salvatore Iovene +Architecture: armel +Source: rtcom-accounts-ui +Version: 4.97.7-1+0m5 +Depends: libaccounts0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglade2-0 (>= 1:2.3.6), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonmime0 (>= 2.1.3), libmcclient6, libosso-gnomevfs2-0, libpango1.0-0, librtcom-accounts-widgets0, libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32) +Description: Google talk plugin for the Accounts applet + A plugin for configuring Google talk accounts + +Package: libtinymail-maemo-1.0-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 148 +Maintainer: Oystein Gisnas +Architecture: armel +Source: tinymail +Version: 1.0.0-svn4048+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libtinymail-1.0-0, libtinymail-camel-1.0-0, libtinymailui-1.0-0, libtinymailui-gtk-1.0-0 +Description: memory-effective framework for accessing e-mail - Camel library + Tinymail is a development framework for accessing E-mail services using + devices with few memory resources. + . + It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange + and NNTP. It can be used to send messages over SMTP and by using sendmail. + . + This package contains libraries for the maemo platform. + +Package: icd2-settings-default +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 40 +Maintainer: Jukka Rissanen +Architecture: all +Version: 1.11+0m5 +Replaces: icd2-settings-variant +Provides: icd2-settings-variant +Depends: gconf2 +Conflicts: icd2-settings-variant +Description: Defines icd2 settings + This package contains configuration settings for icd2 +Maemo-Flags: template-rx44, template-rx48 + +Package: osso-notes-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (no_NO) + Language files for no_NO osso-notes. + +Package: osso-backup-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (cs_CZ) + Language files for cs_CZ osso-backup. + +Package: osso-tv-out-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (fi_FI) + Language files for fi_FI osso-tv-out. + +Package: osso-calculator-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (sv_SE) + Language files for sv_SE osso-calculator-ui. + +Package: mediaplayer-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (de_DE) + Language files for de_DE mediaplayer. + +Package: gtk2-engines-sapwood +Status: install ok installed +Priority: optional +Section: graphics +Installed-Size: 160 +Maintainer: Tommi Komulainen +Architecture: armel +Source: sapwood +Version: 3.1.1-9+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1) +Conffiles: + /etc/osso-af-init/sapwood-server.sh f705ba5ae5fdd10f6bb940341366b65e + /etc/X11/replace/Xsession.d/gtk2-engines-sapwood 7f6bdc35a99bef9c10025b8877cd45f5 +Description: Pixbuf-based theme for GTK+ 2.x + This package contains a pixbuf-based 'theme' that allows you to configure + the look of GTK-using programs. The programs need no + modifications to use themes; the support is built into GTK+. + +Package: as-config-applet-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (fr_FR) + Language files for fr_FR as-config-applet. + +Package: hildon-application-manager-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (es_ES) + Language files for es_ES hildon-application-manager. + +Package: osso-applet-device-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (pt_PT) + Language files for pt_PT osso-applet-device. + +Package: libpciaccess0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libpciaccess +Version: 0.10.3-1 +Depends: libc6 (>= 2.5.0-1) +Suggests: pciutils +Description: Generic PCI access library for X + Provides functionality for X to access the PCI bus and devices + in a platform-independant way. + +Package: browser-neteal +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 196 +Maintainer: Andrey Petrov +Architecture: armel +Version: 0.7.3.5-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0) +Description: Networking EAL library which uses dbus-glib bindings + +Package: osso-location-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (nl_NL) + Language files for nl_NL osso-location-ui. + +Package: ke-recv-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (es_MX) + Language files for es_MX ke-recv. + +Package: osso-statusbar-sound-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (sv_SE) + Language files for sv_SE osso-statusbar-sound. + +Package: sysinfod +Status: install ok installed +Priority: extra +Section: utils +Installed-Size: 72 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 0~20091124.1+0m5 +Depends: sysinfo-common, libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libsysinfo0 +Conffiles: + /etc/event.d/sysinfod 0a6c33ce888ba691e8cf90eee5fa855c + /etc/dbus-1/system.d/com.nokia.SystemInfo.conf e5fdccb2df13004b1d8cf0daa04c6999 +Description: system information daemon + D-BUS service, which provides system information + +Package: libsignonui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (es_MX) + Language files for es_MX libsignonui. + +Package: libphinfo0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 64 +Maintainer: Andras Domokos +Architecture: armel +Source: libphinfo +Version: 0.2.5.m5 +Depends: libc6 (>= 2.5.0-1) +Description: Phone info library runtime + Library for reading various phone information. + This package provides the main library runtime files. + +Package: rtcom-messaging-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (nl_NL) + Language files for nl_NL rtcom-messaging-ui. + +Package: hildon-control-panel-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (no_NO) + Language files for no_NO hildon-control-panel. + +Package: policy-settings-rx51 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 340 +Maintainer: Krisztian Litkey +Architecture: armel +Source: policy-settings +Version: 0.4.8+0m5 +Replaces: policy-settings +Provides: policy-settings +Depends: swi-prolog-lib-core, policy-application-detector, gconf2 +Conflicts: policy-settings, libprolog0 (<= 0.0.8), ohm-plugins-misc (<= 0.6.60) +Description: Policy RX51 configuration. + Policy RX51 configuration. + . + Policy RX51 configuration. +Git-Id: no + +Package: osso-games-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (da_DK) + Language files for da_DK osso-games. + +Package: osso-notes-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (fr_FR) + Language files for fr_FR osso-notes. + +Package: libtinymail-gnomevfs-1.0-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 128 +Maintainer: Oystein Gisnas +Architecture: armel +Source: tinymail +Version: 1.0.0-svn4048+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libosso-gnomevfs2-0, libtinymail-1.0-0 +Description: memory-effective framework for accessing e-mail - Camel library + Tinymail is a development framework for accessing E-mail services using + devices with few memory resources. + . + It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange + and NNTP. It can be used to send messages over SMTP and by using sendmail. + . + This package contains the library for GNOME VFS specific functionality. + +Package: osso-applet-screencalibration-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (fi_FI) + Language files for fi_FI osso-applet-screencalibration. + +Package: libgupnp-1.0-2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 188 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gupnp +Version: 0.12.8-0maemo2+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgssdp-1.0-1 (>= 0.6.4), libsoup2.4-1 (>= 2.23.91), libuuid1, libxml2 (>= 2.6.32), shared-mime-info +Description: GObject-based library for UPnP + A GObject-based API for doing UPnP transparently. +Xsbc-Original-Maintainer: Ross Burton + +Package: mafw-tracker-source +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 164 +Maintainer: Juha Kellokoski +Architecture: armel +Version: 0.1.2009.42-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-thumbnail0 (>= 3.0.41+0m5), libmafw0 (>= 0.1.2009.42), libpango1.0-0, libtotem-plparser12 (>= 2.27.2), libtrackerclient0 +Description: MAFW source based on tracker + Tracker MAFW source. + +Package: gconf2 +Status: install ok installed +Priority: optional +Section: admin +Installed-Size: 372 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 2.16.0-2osso6+0m5 +Replaces: libgconf2-4 (<< 1.1.10-2) +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libxml2, dbus +Conflicts: gconf (<< 1.0.6-4), libgconf11 (<< 1.0.9-2.1) +Conffiles: + /etc/gconf/2/path c2688a0954f3effe65233f9998bfb07f + /etc/dbus-1/system.d/gconfd.conf 0e0ce1614ad67b45fc0c4fc5820586b7 + /etc/osso-af-init/gconf-daemon.sh 6c395e6909fd3511a36d4355bb23dfd2 +Description: GNOME configuration database system. (daemon and tools, for GNOME2) + GConf is a configuration database system, functionally similar to the + Windows registry but lots better. :-) It's being written for the GNOME + desktop but does not require GNOME. + . + This package contains gconfd daemon and gconf tools binaries for GNOME2 + +Package: hildon-input-method-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (nl_NL) + Language files for nl_NL hildon-input-method. + +Package: osso-applet-certman-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (en_GB) + Language files for en_GB osso-applet-certman. + +Package: osso-dsm-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (fr_CA) + Language files for fr_CA osso-dsm-ui. + +Package: sharing-service-ovi +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 88 +Maintainer: Alexander Bokovoy +Architecture: armel +Source: sharing-services-default +Version: 1.1.50.2+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libcurl3 (>= 7.16.2-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.26), libpango1.0-0, libsharing0, libsignon-glib0, libssl0.9.8 (>= 0.9.8f-5), libxml2 (>= 2.6.32), sharing-manager, osso-sharing-ui-l10n-mr | osso-sharing-ui-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0 +Description: Sharing OVI service + +Package: osso-clock-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (es_MX) + Language files for es_MX osso-clock. + +Package: osso-applet-screencalibration +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 124 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Version: 1.10-1+0m5 +Depends: osso-applet-screencalibration-l10n-mr0 | osso-applet-screencalibration-l10n-mr, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libosso1 (>= 2.23), libpango1.0-0, libx11-6, libxi6, hildon-control-panel (>= 1.0.0-1), osso-icons +Pre-Depends: sudo +Description: Control Panel Screen calibration plugin + Screencalibration executable and a plugin for the controlpanel. + +Package: osso-uri-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (no_NO) + Language files for no_NO osso-uri. + +Package: osso-dsm-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (no_NO) + Language files for no_NO osso-dsm-ui. + +Package: maemo-ringtones-mr0 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 448 +Maintainer: Janne Hillervo +Architecture: all +Version: 1.1+0m5 +Replaces: maemo-ringtones +Conflicts: maemo-ringtones +Conffiles: + /etc/ringtones 849c0e6f794c9c56772016b6185f47ef + /etc/profiled/99.custom.ini 0e3cb40ca46f9f18849cbd5b288a5d0a +Description: Maemo ringtones + +Package: osso-fm-transmitter-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (cs_CZ) + Language files for cs_CZ osso-fm-transmitter. + +Package: rtcom-call-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (pt_PT) + Language files for pt_PT rtcom-call-ui. + +Package: osso-tutorial-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (no_NO) + Language files for no_NO osso-tutorial. + +Package: osso-statusbar-presence-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (sv_SE) + Language files for sv_SE osso-statusbar-presence. + +Package: gstreamer0.10-plugins-base +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1076 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gst-plugins-base0.10 +Version: 0.10.25-0maemo7+0m5 +Provides: gstreamer0.10-colorspace +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), liboil0.3 (>= 0.3.14), libxml2 (>= 2.6.32), libgstreamer-plugins-base0.10-0 (>= 0.10.20) +Description: GStreamer plugins from the "base" set + GStreamer is a streaming media framework, based on graphs of filters + which operate on media data. Applications using this library can do + anything from real-time sound processing to playing videos, and just + about anything else media-related. Its plugin-based architecture means + that new data types or processing capabilities can be added simply by + installing new plug-ins. + . + This package contains the GStreamer plugins from the "base" set, an + essential exemplary set of elements. + +Package: osso-filemanager-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (pl_PL) + Language files for pl_PL osso-filemanager. + +Package: osso-system-lock-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-system-lock-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-system-lock-l10n-public +Description: language files for osso-system-lock (de_DE) + Language files for de_DE osso-system-lock. + +Package: libvolume-id0 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 60 +Maintainer: Yauheni Kaliuta +Architecture: armel +Source: udev +Version: 0.125-7+142.maemo1+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: libvolume_id shared library + This library is used to detect the type of a file system and read its + metadata. +Original-Maintainer: Marco d'Itri + +Package: osso-clock-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (ru_RU) + Language files for ru_RU osso-clock. + +Package: osso-applet-device-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-applet-device-l10n-mr +Depends: osso-applet-device-l10n-ruru, osso-applet-device-l10n-frfr, osso-applet-device-l10n-frca, osso-applet-device-l10n-dadk, osso-applet-device-l10n-itit, osso-applet-device-l10n-svse, osso-applet-device-l10n-nono, osso-applet-device-l10n-fifi, osso-applet-device-l10n-nlnl, osso-applet-device-l10n-enus, osso-applet-device-l10n-dede, osso-applet-device-l10n-esmx, osso-applet-device-l10n-eses, osso-applet-device-l10n-cscz, osso-applet-device-l10n-ptpt, osso-applet-device-l10n-engb, osso-applet-device-l10n-plpl +Description: osso-applet-device marketing release package + This is a metapackage for osso-applet-device to pull all the l10n packages. + Application developers of osso-applet-device should depend on + "osso-applet-device-l10n-mr0 | osso-applet-device-l10n-mr" + to ensure correct locales are getting installed. + +Package: libnss3 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 2448 +Maintainer: Oleg Romashin +Architecture: armel +Source: microb-engine +Version: 20090612-49+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libnss3-certs (= 20090612-49+0m5) | softpkcs11, libnspr4 (= 20090612-49+0m5) +Description: Network Security Service Libraries - runtime + This package provides the runtime libraries needed to use the Netscape + SSL/TLS layer, including S/MIME and key management. + +Package: osso-uri-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (sv_SE) + Language files for sv_SE osso-uri. + +Package: osso-applet-memory-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-memory-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-applet-memory-l10n-public +Description: language files for osso-applet-memory (it_IT) + Language files for it_IT osso-applet-memory. + +Package: evolution-data-server-addressbook +Status: install ok installed +Priority: optional +Section: base +Installed-Size: 204 +Maintainer: Joergen Scheibengruber +Architecture: armel +Source: evolution-data-server +Version: 1.4.2.1-20091116+0m5 +Replaces: evolution-data-server +Provides: evolution-data-server +Depends: libc6 (>= 2.5.0-1), libdb4.2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedata-book (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libxml2 (>= 2.6.32) +Conflicts: evolution-data-server +Description: evolution database backend server + The data server, called "Evolution Data Server" is responsible for managing + calendar and addressbook information. + +Package: libmcclient6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 212 +Maintainer: Alberto Mardegan +Architecture: armel +Source: telepathy-mission-control +Version: 5.2.6-0maemo2+0m5 +Replaces: libmcclient5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libtelepathy-glib0 (>= 0.7.37) +Description: Mission Control + Mission Control, or MC, is a telepathy component providing a way + for "end-user" applications to abstract some of the details of + connection managers, to provide a simple way to manipulate a bunch + of connection managers at once, and to remove the need to have in + each program the account definitions and credentials. + . + API for clients. + +Package: osso-notes-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (it_IT) + Language files for it_IT osso-notes. + +Package: policy-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (pl_PL) + Language files for pl_PL policy. + +Package: libqt4-xml +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 396 +Maintainer: Shane Bradley +Architecture: armel +Source: qt4-x11 +Version: 4.5.3~git20090723-0maemo6+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libqt4-core (= 4.5.3~git20090723-0maemo6+0m5), libstdc++6 (>= 4.2.1) +Description: Qt 4 XML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The QtXml module provides a stream reader and writer for XML documents, + and C++ implementations of SAX and DOM. + +Package: hildon-fm-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (fi_FI) + Language files for fi_FI hildon-fm. + +Package: pulseaudio-module-nokia-music +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 136 +Maintainer: Maemo Multimedia +Architecture: armel +Source: pulseaudio-nokia +Version: 0.9.15.0-44+0m5 +Depends: libbmeipc0, libc6 (>= 2.5.0-1), libpulse0, libpulse0 (>= 0.9.15~test5), pulseaudio, pulseaudio-module-nokia-common (= 0.9.15.0-44+0m5) +Description: PulseAudio Nokia music module + Nokia music module. + +Package: osso-systemui-splashscreen +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 88 +Maintainer: Maria Starodubtseva +Architecture: armel +Version: 0.2.3.0+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra-gtk0 (>= 0.10), libcanberra0 (>= 0.10), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), osso-systemui (>= 0.2.0.15), osso-systemui-conf (>= 0.1.2.3) +Conffiles: + /etc/event.replace.d/osso-systemui-splashscreen c302152c452e8c09b6365b4abab3b2e0 +Description: Splashscreen + This package contains the splashscreen. + +Package: osso-statusbar-sound-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-statusbar-sound-l10n-mr +Depends: osso-statusbar-sound-l10n-ruru, osso-statusbar-sound-l10n-frfr, osso-statusbar-sound-l10n-frca, osso-statusbar-sound-l10n-dadk, osso-statusbar-sound-l10n-itit, osso-statusbar-sound-l10n-svse, osso-statusbar-sound-l10n-nono, osso-statusbar-sound-l10n-fifi, osso-statusbar-sound-l10n-nlnl, osso-statusbar-sound-l10n-enus, osso-statusbar-sound-l10n-dede, osso-statusbar-sound-l10n-esmx, osso-statusbar-sound-l10n-eses, osso-statusbar-sound-l10n-cscz, osso-statusbar-sound-l10n-ptpt, osso-statusbar-sound-l10n-engb, osso-statusbar-sound-l10n-plpl +Description: osso-statusbar-sound marketing release package + This is a metapackage for osso-statusbar-sound to pull all the l10n packages. + Application developers of osso-statusbar-sound should depend on + "osso-statusbar-sound-l10n-mr0 | osso-statusbar-sound-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-applet-device-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (no_NO) + Language files for no_NO osso-applet-device. + +Package: osso-camera-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-camera-ui-l10n-mr +Depends: osso-camera-ui-l10n-ruru, osso-camera-ui-l10n-frfr, osso-camera-ui-l10n-frca, osso-camera-ui-l10n-dadk, osso-camera-ui-l10n-itit, osso-camera-ui-l10n-svse, osso-camera-ui-l10n-nono, osso-camera-ui-l10n-fifi, osso-camera-ui-l10n-nlnl, osso-camera-ui-l10n-enus, osso-camera-ui-l10n-dede, osso-camera-ui-l10n-esmx, osso-camera-ui-l10n-eses, osso-camera-ui-l10n-cscz, osso-camera-ui-l10n-ptpt, osso-camera-ui-l10n-engb, osso-camera-ui-l10n-plpl +Description: osso-camera-ui marketing release package + This is a metapackage for osso-camera-ui to pull all the l10n packages. + Application developers of osso-camera-ui should depend on + "osso-camera-ui-l10n-mr0 | osso-camera-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: hildon-input-method-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (sv_SE) + Language files for sv_SE hildon-input-method. + +Package: osso-display-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (fr_CA) + Language files for fr_CA osso-display. + +Package: libxtst6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxtst +Version: 2:1.0.3-4+0m5 +Depends: libc6 (>= 2.5.0-1), libx11-6, libxext6, x11-common +Description: X11 Testing -- Resource extension library + libXtst provides an X Window System client interface to the Record + extension to the X protocol. + . + The Record extension allows X clients to synthesise input events, which + is useful for automated testing. + . + More information about X.Org can be found at: + + + +Package: osso-browser-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (de_DE) + Language files for de_DE osso-browser-ui. + +Package: hildon-fm-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (en_US) + Language files for en_US hildon-fm. + +Package: osso-product-info +Status: install ok installed +Priority: extra +Section: utils +Installed-Size: 44 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 0.7.3.1+0m5 +Depends: libc6 (>= 2.5.0-1), libossoproductinfo0 (>= 0.7.3.1+0m5) +Description: get SW/HW information on OSSO platform + osso-product-info is a wrapper which provide a unified interface + to get an information about a hardware the program is running on, + and a version of OSSO sowftware. + . + This is a command-line utility to make queries about the product + information from scripts. + +Package: libgtkadi1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 192 +Maintainer: Oleg Romashin +Architecture: armel +Source: libgtkadi +Version: 0.7.11-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.4.1), libfreetype6 (>= 2.3.5), libglib2.0-0 (>= 2.14.6-1osso1), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libpango1.0-0, libpixman-1-0 (>= 0.10.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1) +Description: GTK ADI Library. + GTK ADI Library is a GTK widget library + which implements an ADI widget framework. + ADI is Advanced Document Interface: yet another approach to MDI - Multi Document Interface. + +Package: osso-applet-accounts-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (en_US) + Language files for en_US osso-applet-accounts. + +Package: osso-imageviewer-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (de_DE) + Language files for de_DE osso-imageviewer-ui. + +Package: osso-cities-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (ru_RU) + Language files for ru_RU osso-cities. + +Package: osso-browser-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (ru_RU) + Language files for ru_RU osso-browser-ui. + +Package: hildon-control-panel-personalisation-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (en_GB) + Language files for en_GB hildon-control-panel-personalisation. + +Package: osso-backup-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (de_DE) + Language files for de_DE osso-backup. + +Package: mediaplayer-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (es_MX) + Language files for es_MX mediaplayer. + +Package: osso-sketch-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (en_GB) + Language files for en_GB osso-sketch. + +Package: osso-countries-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (en_GB) + Language files for en_GB osso-countries. + +Package: osso-sketch-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (da_DK) + Language files for da_DK osso-sketch. + +Package: osso-rss-feed-reader-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (it_IT) + Language files for it_IT osso-rss-feed-reader. + +Package: osso-systemui-actingdead +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: David Weinehall +Architecture: armel +Version: 0.1.8.8+0m5 +Depends: osso-powerup-shutdown-l10n-mr0 | osso-powerup-shutdown-l10n-mr, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra0 (>= 0.10), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon1, libpango1.0-0, osso-systemui (>= 0.2.0.13), hald-addon-bme (>= 0.0.11) +Description: Acting dead UI + This package contains the Acting dead UI. + +Package: maemosec-certman-applet +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 148 +Maintainer: Juhani Mäkelä +Architecture: armel +Source: maemo-security-certman-applet +Version: 0.0.9+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libexpat1 (>= 1.95.8), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28+0m5), libmaemosec-certman-applet0, libmaemosec-certman0, libmaemosec0, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libssl0.9.8 (>= 0.9.8f-5), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), hildon-control-panel (>= 1.0.0), osso-icons, ke-recv-l10n-mr | ke-recv-l10n-mr0, osso-applet-certman-l10n-mr | osso-applet-certman-l10n-mr0 +Conffiles: + /etc/gconf/schemas/maemosec_certman.schemas 6cccfdee13128dd216e91fe7f879fd59 +Description: Control Panel Certificate Manager plugin + Certificate Manager for Control Panel. + +Package: osso-display-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (nl_NL) + Language files for nl_NL osso-display. + +Package: osso-statusbar-sound-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (pl_PL) + Language files for pl_PL osso-statusbar-sound. + +Package: libice6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 136 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libice +Version: 2:1.0.4-1 +Depends: libc6 (>= 2.5.0-1), x11-common +Description: X11 Inter-Client Exchange library + This package provides the main interface to the X11 Inter-Client Exchange + library, which allows for communication of data between X clients. + . + More information about X.Org can be found at: + + + +Package: modest-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (de_DE) + Language files for de_DE modest. + +Package: hildon-control-panel-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (en_GB) + Language files for en_GB hildon-control-panel. + +Package: libsignonui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (cs_CZ) + Language files for cs_CZ libsignonui. + +Package: osso-statusbar-presence-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-statusbar-presence-l10n-mr +Depends: osso-statusbar-presence-l10n-ruru, osso-statusbar-presence-l10n-frfr, osso-statusbar-presence-l10n-frca, osso-statusbar-presence-l10n-dadk, osso-statusbar-presence-l10n-itit, osso-statusbar-presence-l10n-svse, osso-statusbar-presence-l10n-nono, osso-statusbar-presence-l10n-fifi, osso-statusbar-presence-l10n-nlnl, osso-statusbar-presence-l10n-enus, osso-statusbar-presence-l10n-dede, osso-statusbar-presence-l10n-esmx, osso-statusbar-presence-l10n-eses, osso-statusbar-presence-l10n-cscz, osso-statusbar-presence-l10n-ptpt, osso-statusbar-presence-l10n-engb, osso-statusbar-presence-l10n-plpl +Description: osso-statusbar-presence marketing release package + This is a metapackage for osso-statusbar-presence to pull all the l10n packages. + Application developers of osso-statusbar-presence should depend on + "osso-statusbar-presence-l10n-mr0 | osso-statusbar-presence-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-statusbar-presence-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (fr_FR) + Language files for fr_FR osso-statusbar-presence. + +Package: modest-nokiamessaging-plugin-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (fi_FI) + Language files for fi_FI modest-nokiamessaging-plugin. + +Package: libgtk2.0-bin +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 128 +Maintainer: Claudio Saavedra +Architecture: armel +Source: gtk+2.0 +Version: 2:2.14.7-1maemo21+0m5 +Replaces: libgtk2.0-common (<= 2.4.0-3), libgtk2.0-dev (<= 2.4.3-1) +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxrandr2 (>= 2:1.2.0), libxrender1, libxtst6, zlib1g (>= 1:1.2.1) +Conflicts: libgtk2.0-dev (<= 2.4.3-1) +Conffiles: + /etc/gtk-2.0/im-multipress.conf eee8ffddb9df611c55d2599ab1aed4fd +Description: The programs for the GTK+ graphical user interface library + The GTK+ is a multi-platform toolkit for creating graphical user + interfaces. Offering a complete set of widgets, the GTK+ is suitable + for projects ranging from small one-off tools to complete application + suites. + . + This package contains the program files which is used for the libraries + and others. + +Package: maemo-af-desktop-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (cs_CZ) + Language files for cs_CZ maemo-af-desktop. + +Package: libvte4 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1468 +Maintainer: Santtu Lakkala +Architecture: armel +Source: vte +Version: 1:0.16.14-0mh9.m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.4.1), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.14.6-1osso1), libgtk2.0-0 (>= 2:2.12.9-0osso1), libice6 (>= 1:1.0.0), libncurses5 (>= 5.4-1), libpango1.0-0 (>= 1.20.1), libpixman-1-0 (>= 0.10.0), libpng12-0 (>= 1.2.13-4), libsm6, libx11-6, libxft2 (>> 2.1.1), libxrender1, zlib1g (>= 1:1.2.1), libvte-common (= 1:0.16.14-0mh9.m5) +Description: Terminal emulator widget for GTK+ 2.0 - runtime files + The VTE library inserts terminal capability strings into a trie, and then + uses it to determine if data received from a pseudo-terminal is a control + sequence or just random data. The sample program "interpret" illustrates + more or less what the widget sees after it filters incoming data. + +Package: libsignonui-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: libsignonui-l10n +Version: 6.0+r7191+0m5 +Conflicts: libsignonui-l10n-public +Description: language files for libsignonui (fr_FR) + Language files for fr_FR libsignonui. + +Package: osso-powerup-shutdown-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (en_US) + Language files for en_US osso-powerup-shutdown. + +Package: hildon-status-bar-usb-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (en_US) + Language files for en_US hildon-status-bar-usb. + +Package: osso-statusbar-sound-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (es_MX) + Language files for es_MX osso-statusbar-sound. + +Package: modest-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: modest-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-l10n-public +Description: language files for modest (es_MX) + Language files for es_MX modest. + +Package: maesync-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (pt_PT) + Language files for pt_PT maesync. + +Package: libtrackerclient0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 132 +Maintainer: Urho Konttori +Architecture: armel +Source: tracker +Version: 0.6.95-24maemo1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0) +Description: Tracker client side library to access indexed data. + +Package: libx11-data +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 2116 +Maintainer: Debian X Strike Force +Architecture: all +Source: libx11 +Version: 2:1.1.99.5+0m5 +Replaces: libx11-6 (<= 2:1.0.0-1) +Description: X11 client-side library + This package provides the locale data files for libx11. + . + More information about X.Org can be found at: + + + + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libX11 + +Package: as-utils +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 124 +Maintainer: Alexander Chumakov +Architecture: armel +Version: 0.0.1-5+0m5 +Depends: libas-common-utils-0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libstdc++6 (>= 4.2.1), libtelepathy-glib0 (>= 0.7.37), libx11-6, libxml2 (>= 2.6.32) +Description: Binaries for Mail for Exchange utilities + Binary package for Mail for Exchange utilities + +Package: libopenobex1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Johan Hedberg +Architecture: armel +Version: 1.4-0maemo3+0m5 +Replaces: libopenobex-1.1-0 +Provides: libopenobex-1.1-0 +Depends: libc6 (>= 2.5.0-1) +Conflicts: libopenobex-1.1-0 +Description: OBEX protocol library + The Object Exchange protocol can best be described as binary HTTP. + OBEX is optimised for ad-hoc wireless links and can be used to exchange + all kind of objects like files, pictures, calendar entries (vCal) + and business cards (vCard). + . + OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile + phones like the Ericsson R320, Siemens S25, Siemens S45, Siemens ME45, + Nokia NM207 and Nokia 9110 Communicator. + +Package: osso-display-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (ru_RU) + Language files for ru_RU osso-display. + +Package: libdsme0.2.0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Semi Malinen +Architecture: armel +Source: libdsme +Version: 0.60.29+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0) +Conflicts: libdsme0 +Description: DSME dsmesock dynamic library + This package contains dynamic libraries for programs that communicate with the + Device State Management Entity. + +Package: calendar-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (es_MX) + Language files for es_MX calendar. + +Package: osso-cities-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (de_DE) + Language files for de_DE osso-cities. + +Package: osso-calculator-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-calculator-ui-l10n-mr +Depends: osso-calculator-ui-l10n-ruru, osso-calculator-ui-l10n-frfr, osso-calculator-ui-l10n-frca, osso-calculator-ui-l10n-dadk, osso-calculator-ui-l10n-itit, osso-calculator-ui-l10n-svse, osso-calculator-ui-l10n-nono, osso-calculator-ui-l10n-fifi, osso-calculator-ui-l10n-nlnl, osso-calculator-ui-l10n-enus, osso-calculator-ui-l10n-dede, osso-calculator-ui-l10n-esmx, osso-calculator-ui-l10n-eses, osso-calculator-ui-l10n-cscz, osso-calculator-ui-l10n-ptpt, osso-calculator-ui-l10n-engb, osso-calculator-ui-l10n-plpl +Description: osso-calculator-ui marketing release package + This is a metapackage for osso-calculator-ui to pull all the l10n packages. + Application developers of osso-calculator-ui should depend on + "osso-calculator-ui-l10n-mr0 | osso-calculator-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: libhildon-time-zone-chooser0-0 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 76 +Maintainer: Ouyang Qi +Architecture: armel +Source: hildon-time-zone-chooser +Version: 0.5.15-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.23), libpango1.0-0, libtime0, libcityinfo0-0, osso-clock-l10n-mr | osso-clock-l10n-mr0 +Description: Time Zone chooser Dialog + +Package: libiphb0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 56 +Maintainer: Raimo Vuonnala +Architecture: armel +Source: iphbd +Version: 0.0.16+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: API for IP Heartbeat service + This package contains C API for using IP Heartbeat service. + +Package: libconic0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Patrik Flykt +Architecture: armel +Source: libconic +Version: 0.23+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0) +Description: Internet Connectivity library + Internet Connectivity library (libconic) is for requesting Internet + connections. It also provides statistics and settings for the current + connection. + . + This package contains the shared libraries. + +Package: libiw30 +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 96 +Maintainer: Guus Sliepen +Architecture: armel +Source: wireless-tools +Version: 30~pre7-1.3maemo+0m5 +Depends: libc6 (>= 2.5.0-1) +Description: Wireless tools - library + Wireless tools are used to manipulate the Linux Wireless Extensions. The + Wireless Extension is an interface allowing you to set Wireless LAN specific + parameters and get the specific stats. + . + This package contains the dynamic library libiw. + +Package: osso-camera-ui-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (cs_CZ) + Language files for cs_CZ osso-camera-ui. + +Package: osso-backup-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (no_NO) + Language files for no_NO osso-backup. + +Package: osso-applet-certman-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (nl_NL) + Language files for nl_NL osso-applet-certman. + +Package: osso-statusbar-sound-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (de_DE) + Language files for de_DE osso-statusbar-sound. + +Package: maesync-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (es_ES) + Language files for es_ES maesync. + +Package: osso-applet-screencalibration-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (pt_PT) + Language files for pt_PT osso-applet-screencalibration. + +Package: libc6 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 8868 +Maintainer: GNU Libc Maintainers +Architecture: armel +Source: glibc +Version: 2.5.1-1eglibc20+0m5 +Replaces: ldso (<= 1.9.11-9), timezone, timezones, gconv-modules, libtricks, netkit-rpc, netbase (<< 4.0) +Provides: glibc-2.5.1-1eglibc +Suggests: locales, glibc-doc +Conflicts: strace (<< 4.0-0), libnss-db (<= 2.2-6.1.1), timezone, timezones, gconv-modules, libtricks, libc6-doc, netkit-rpc, wine (<< 0.0.20031118-1), cyrus-imapd (<< 1.5.19-15), initrd-tools (<< 0.1.79), e2fsprogs (<< 1.35-7), libterm-readline-gnu-perl (<< 1.15-2) +Conffiles: + /etc/init.d/glibc.sh c9816a0fc91156ccc4c48d62d1447c23 +Description: GNU C Library: Shared libraries and Timezone data + Contains the standard libraries that are used by nearly all programs on + the system. This package includes shared versions of the standard C library + and the standard math library, as well as many others. + Timezone data is also included. + +Package: hildon-application-manager-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (en_US) + Language files for en_US hildon-application-manager. + +Package: libnavigation0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 92 +Maintainer: Quanyi Sun +Architecture: armel +Source: libnavigation +Version: 0.102-1+0m5 +Depends: libc6 (>= 2.5.0-1), libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), gconf2 (>= 2.10.1-2) +Description: OSSO navigation library + Library providing an API to use the Map application. + +Package: osso-location-ui-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (es_ES) + Language files for es_ES osso-location-ui. + +Package: libsm6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libsm +Version: 2:1.0.3-1 +Depends: libc6 (>= 2.5.0-1), libice6 (>= 1:1.0.0), x11-common +Description: X11 Session Management library + This package provides the main interface to the X11 Session Management + library, which allows for applications to both manage sessions, and make use + of session managers to save and restore their state for later use. + . + More information about X.Org can be found at: + + + +Package: tracker +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 1388 +Maintainer: Urho Konttori +Architecture: armel +Version: 0.6.95-24maemo1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libenca0, libexempi3, libexif12, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgmime-2.0-2, libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal-storage1 (>= 0.5.10), libhal1 (>= 0.5.10), libiptcdata0, libjpeg62, libpango1.0-0, libpng12-0 (>= 1.2.13-4), libpoppler0c2 (>= 0.4.2), libpoppler0c2-glib (>= 0.4.2), libsqlite3-0 (>= 3.6.14), libtiff4, libtotem-plparser12 (>= 2.27.2), libxml2 (>= 2.6.32), zlib1g (>= 1:1.2.1), shared-mime-info, dbus, libhal1, libhal-storage1, hildon-thumbnail (>= 3.0.10), libexempi3, libjpeg62, libgstreamer0.10-0, libgstreamer-plugins-base0.10-0, libtiff4 (>= 3.8.2), libxml2, libpoppler0c2-glib, libtotem-plparser12, libiptcdata0, libenca0, mce +Recommends: tracker-utils, unzip, wv, poppler-utils | xpdf-utils, xsltproc, w3m, untex, o3read +Suggests: evince, djvulibre-bin, gnumeric +Conffiles: + /etc/xdg/autostart/trackerd.desktop 2652debb3bfb7338d9cf5c60cf45fd46 + /etc/X11/Xsession.post/23tracker 86293ad4e4f3fa67fe92666c429081cc + /etc/osso-cud-scripts/tracker-cud.sh b00632826f55f6b0a116762ef0e10f86 + /etc/osso-rfs-scripts/tracker-rfs.sh b00632826f55f6b0a116762ef0e10f86 + /etc/osso-af-init/tracker.sh bbd275e1a1c6e0ea7bd0b812a843ad7d +Description: All-in-one indexer, search tool and metadata database. + +Package: hildon-libs-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (fr_FR) + Language files for fr_FR hildon-libs. + +Package: libepeg0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Marius Vollmer +Architecture: armel +Source: epeg +Version: 0.9.1.042maemo2+0m5 +Provides: libepeg +Depends: libc6 (>= 2.5.0-1), libjpeg62 +Suggests: epeg-bin +Description: Enlightenment jpeg thumbnailer library API + It's a convenience library API to using libjpeg to load JPEG images destined to + be turned into thumbnails of the original, saving information with these + thumbnails, retreiving it and managing to load the image ready for scaling with + the minimum of fuss and CPU overhead. + +Package: osso-accounts-plugin-skype +Status: install ok installed +Priority: extra +Section: libs +Installed-Size: 260 +Maintainer: Naveen Kumar Verma +Architecture: armel +Version: 0.2.13.2+0m5 +Depends: libaccounts0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.9), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.9+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, librtcom-accounts-ui-client0, librtcom-accounts-widgets0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), osso-applet-accounts-l10n-mr0 | osso-applet-accounts-l10n-mr, skype-ui-l10n-mr0 | skype-ui-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, osso-addressbook (>= 4.20091029), rtcom-accounts-ui (>= 4.93), telepathy-spirit +Description: Skype plugin for the Accounts applet + A plugin for configuring Skype accounts + +Package: camelisync +Status: install ok installed +Priority: extra +Section: misc +Installed-Size: 124 +Maintainer: Moises Martinez +Architecture: armel +Source: nokiamessaging +Version: 1.4.5+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libsqlite3-0 (>= 3.6.14), libtinymail-camel-1.0-0, libc6 (>= 2.4), osso-addressbook, evolution-data-server-addressbook, modest-nokiamessaging-plugin-l10n-mr | modest-nokiamessaging-plugin-l10n-mr0 +Description: libcamel provider for NokiaMessaging + Interface for applications that are based on tinymail + +Package: hildon-fm-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (sv_SE) + Language files for sv_SE hildon-fm. + +Package: cmt-firmware-rx51 +Status: install ok installed +Priority: optional +Section: system/base +Installed-Size: 6464 +Maintainer: Rémi Denis-Courmont +Architecture: all +Version: 8.2.2009.47-1.97+0m5 +Provides: cmt-firmware +Pre-Depends: softupd (>= 0.4.1) +Conflicts: csd-sat (<< 0.4.0) +Description: Nokia RX51 cellular modem firmware + This package contains the proprietary flashable binary blob for the + cellular modem terminal found on the Nokia RX51 device. + +Package: hildon-libs-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-libs-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-libs-l10n-public +Description: language files for hildon-libs (cs_CZ) + Language files for cs_CZ hildon-libs. + +Package: ezitext-german +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 112 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: German language support for the eZiText (TM). +Confidential: yes + +Package: osso-countries-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (fi_FI) + Language files for fi_FI osso-countries. + +Package: osso-pdf-viewer-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (fr_FR) + Language files for fr_FR osso-pdf-viewer. + +Package: as-config-applet-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (en_GB) + Language files for en_GB as-config-applet. + +Package: clockd-settings-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: Raimo Vuonnala +Architecture: all +Version: 0.0.2+1.0+0m5 +Replaces: clockd-settings +Provides: clockd-settings +Conflicts: clockd-settings +Conffiles: + /etc/clockd/clockd-settings.default 4ed3f414b03c114cf013f236419b6e97 +Description: Template package for configuration data for the clock daemon + This package contains configuration settings for clockd. + +Package: libaccounts0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 104 +Maintainer: Dmitry Rozhkov +Architecture: armel +Source: libaccounts +Version: 4.7-1+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0 +Description: OSSO Accounts library + A library for the Accounts applet and plugin implementions + +Package: hildon-input-method-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (it_IT) + Language files for it_IT hildon-input-method. + +Package: osso-filemanager-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (nl_NL) + Language files for nl_NL osso-filemanager. + +Package: osso-location-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (de_DE) + Language files for de_DE osso-location-ui. + +Package: osso-tutorial-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (nl_NL) + Language files for nl_NL osso-tutorial. + +Package: ke-recv-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (sv_SE) + Language files for sv_SE ke-recv. + +Package: osso-applet-screencalibration-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (no_NO) + Language files for no_NO osso-applet-screencalibration. + +Package: ke-recv-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: ke-recv-l10n +Version: 6.0+r7289+0m5 +Conflicts: ke-recv-l10n-public +Description: language files for ke-recv (fr_FR) + Language files for fr_FR ke-recv. + +Package: gst-nokia-wm +Status: install ok installed +Priority: extra +Section: unknown +Installed-Size: 244 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 0.10.9-1+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libxml2 (>= 2.6.32) +Description: Windows Media plugins + Windows Media plugins for GStreamer + +Package: osso-applet-device-l10n-frfr +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (fr_FR) + Language files for fr_FR osso-applet-device. + +Package: osso-sketch-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (ru_RU) + Language files for ru_RU osso-sketch. + +Package: libnss3-certs +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 356 +Maintainer: Oleg Romashin +Architecture: armel +Source: microb-engine +Version: 20090612-49+0m5 +Replaces: softpkcs11 +Depends: libc6 (>= 2.5.0-1) +Conflicts: softpkcs11 +Description: Network Security Service Libraries - runtime + This package provides the runtime libraries needed to use the Netscape + SSL/TLS layer, including S/MIME and key management. + +Package: gstreamer0.10-plugins-good +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1092 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gst-plugins-good0.10 +Version: 0.10.16-git276-0maemo4+0m5 +Replaces: gstreamer0.10-plugins-good-extra (<< 0.10.15-git180-0maemo9), gstreamer0.10-plugins-bad (<< 0.10.14) +Provides: gstreamer0.10-audiosink, gstreamer0.10-audiosource, gstreamer0.10-videosink, gstreamer0.10-videosource +Depends: gconf2 (>= 2.10.1-2), libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), libjpeg62, libpulse0 (>= 0.9.15~test5), libsoup2.4-1 (>= 2.23.91), libxml2 (>= 2.6.32), zlib1g (>= 1:1.2.1), gstreamer0.10-plugins-base +Description: GStreamer plugins from the "good" set + GStreamer is a streaming media framework, based on graphs of filters + which operate on media data. Applications using this library can do + anything from real-time sound processing to playing videos, and just + about anything else media-related. Its plugin-based architecture means + that new data types or processing capabilities can be added simply by + installing new plug-ins. + . + This package contains the GStreamer plugins from the "good" set, a set + of good-quality plug-ins under the LGPL license. +Gstreamer-Decoders: application/x-3gp; application/x-apetag; application/x-icy; application/x-id3; application/x-navi-animation; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ AMR, AMR-WB }, encoding-params=(string)1, octet-align=(string)1, crc=(string){ 0, 1 }, robust-sorting=(string)0, interleaving=(string)0; application/x-rtp, media=(string){ video, audio, application }, payload=(int)[ 96, 127 ], encoding-name=(string)MPEG4-GENERIC, streamtype=(string){ 4, 5 }, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr }; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string)THEORA, delivery-method=(string)inline; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)SPEEX, encoding-params=(string)1; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)SIREN, dct-length=(int)320; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)ILBC, mode=(string){ 20, 30 }; application/x-rtp, payload=(int)[ 96, 127 ], media=(string){ audio, video }, encoding-name=(string){ X-QT, X-QUICKTIME }; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string){ RAW, X-SV3V-ES, X-SORENSON-VIDEO, X-SORENSONVIDEO, X-SorensonVideo, MP4V-ES, MP2T-ES, MP1S, JPEG, JPEG2000, H264, H263, H263-2000, MPV, H263-1998 }; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ VORBIS, X-QDM, MP4A-LATM, L16, MPA, PCMU, PCMA, GSM, G729, G726, G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40, CELT, AC3 }; application/x-rtp, media=(string)other, payload=(int)[ 96, 127 ], encoding-name=(string)MP1S; application/x-rtp, media=(string)video, payload=(int)34, encoding-name=(string)H263; application/x-rtp, media=(string)video, payload=(int){ 33, 26, 32 }; application/x-rtp, media=(string)audio, payload=(int){ 10, 11, 14, 0, 8, 3, 18 }; application/x-subtitle-avi; audio/x-alaw; audio/x-m4a; audio/x-mulaw; audio/x-wav; image/bmp; image/gif; image/jpeg; image/png; image/svg; image/svg+xml; image/tiff; image/vnd.wap.wbmp; image/x-MS-bmp; image/x-bitmap; image/x-bmp; image/x-cmu-raster; image/x-icon; image/x-pcx; image/x-pixmap; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/x-sun-raster; image/x-tga; video/mj2; video/quicktime; video/x-msvideo; video/x-smoke +Gstreamer-Uri-Sinks: udp +Gstreamer-Elements: alawdec, alawenc, apedemux, aspectratiocrop, asteriskh263, autoaudiosink, autoaudiosrc, autovideosink, autovideosrc, avidemux, avimux, avisubtitle, dynudpsink, gdkpixbufdec, gdkpixbufscale, gdkpixbufsink, gstrtpbin, gstrtpjitterbuffer, gstrtpptdemux, gstrtpsession, gstrtpssrcdemux, icydemux, id3demux, jpegdec, jpegenc, mulawdec, mulawenc, multiudpsink, pulsemixer, pulsesink, pulsesrc, qtdemux, rtpL16depay, rtpL16pay, rtpac3depay, rtpamrdepay, rtpamrpay, rtpceltdepay, rtpceltpay, rtpdec, rtpdepay, rtpdvdepay, rtpdvpay, rtpg726depay, rtpg726pay, rtpg729depay, rtpg729pay, rtpgsmdepay, rtpgsmpay, rtph263depay, rtph263pay, rtph263pdepay, rtph263ppay, rtph264depay, rtph264pay, rtpilbcdepay, rtpilbcpay, rtpj2kdepay, rtpj2kpay, rtpjpegdepay, rtpjpegpay, rtpmp1sdepay, rtpmp2tdepay, rtpmp2tpay, rtpmp4adepay, rtpmp4apay, rtpmp4gdepay, rtpmp4gpay, rtpmp4vdepay, rtpmp4vpay, rtpmpadepay, rtpmpapay, rtpmpvdepay, rtpmpvpay, rtppcmadepay, rtppcmapay, rtppcmudepay, rtppcmupay, rtpqdm2depay, rtpsirendepay, rtpsirenpay, rtpspeexdepay, rtpspeexpay, rtpsv3vdepay, rtptheoradepay, rtptheorapay, rtpvorbisdepay, rtpvorbispay, rtpvrawdepay, rtpvrawpay, rtpxqtdepay, rtspsrc, smokedec, smokeenc, souphttpsrc, udpsink, udpsrc, v4l2sink, v4l2src, videocrop, wavenc, wavparse +Gstreamer-Uri-Sources: http, https, rtsp, rtsph, rtspt, rtspu, udp +Gstreamer-Encoders: application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ AMR, AMR-WB }, encoding-params=(string)1, octet-align=(string)1, crc=(string)0, robust-sorting=(string)0, interleaving=(string)0, mode-set=(int)[ 0, 7 ], mode-change-period=(int)[ 1, 2147483647 ], mode-change-neighbor=(string){ 0, 1 }, maxptime=(int)[ 20, 2147483647 ], ptime=(int)[ 20, 2147483647 ]; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string)RAW, sampling=(string){ RGB, RGBA, BGR, BGRA, YCbCr-4:4:4, YCbCr-4:2:2, YCbCr-4:2:0, YCbCr-4:1:1 }, colorimetry=(string){ BT601-5, BT709-2, SMPTE240M }; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)SIREN, bitrate=(string)16000, dct-length=(int)320; application/x-rtp, media=(string){ video, audio, application }, payload=(int)[ 96, 127 ], encoding-name=(string)MPEG4-GENERIC, streamtype=(string){ 4, 5 }, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr }; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string)THEORA, delivery-method=(string)inline; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)SPEEX, encoding-params=(string)1; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)ILBC, mode=(string){ 20, 30 }; application/x-rtp, media=(string){ video, audio }, payload=(int)[ 96, 127 ], encoding-name=(string)DV, encode=(string){ SD-VCR/525-60, SD-VCR/625-50, HD-VCR/1125-60, HD-VCR/1250-50, SDL-VCR/525-60, SDL-VCR/625-50, 306M/525-60, 306M/625-50, 314M-25/525-60, 314M-25/625-50, 314M-50/525-60, 314M-50/625-50 }; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ VORBIS, MP4A-LATM, L16, MPA, PCMA, PCMU, GSM, G729, G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40, CELT }; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string){ MP4V-ES, MP2T-ES, JPEG2000, H264, H263, H263-1998, H263-2000 }; application/x-rtp, media=(string)audio, encoding-name=(string)L16, payload=(int){ 10, 11 }; application/x-rtp, media=(string)video, payload=(int)26, encoding-name=(string)JPEG; application/x-rtp, media=(string)video, payload=(int)34, encoding-name=(string)H263; application/x-rtp, media=(string)video, payload=(int)32, encoding-name=(string)MPV; application/x-rtp, media=(string)audio, payload=(int)8, encoding-name=(string)PCMA; application/x-rtp, media=(string)audio, payload=(int)0, encoding-name=(string)PCMU; application/x-rtp, media=(string)audio, payload=(int)3, encoding-name=(string)GSM; application/x-rtp, media=(string)audio, payload=(int)18, encoding-name=(string)G729; application/x-rtp, media=(string)audio, payload=(int)14; audio/x-alaw; audio/x-mulaw; audio/x-wav; image/jpeg; video/x-msvideo; video/x-smoke +Gstreamer-Version: 0.10 + +Package: hildon-initscripts +Status: install ok installed +Priority: optional +Section: base +Installed-Size: 76 +Maintainer: Gabriel Schulhof +Architecture: all +Version: 1.26-1+0m5 +Replaces: hildon-base +Depends: gtk2-engines-sapwood, dbus, osso-af-startup, theme-config +Conflicts: hildon-base +Conffiles: + /etc/osso-af-init/current-gtk-theme.default 2f24868429e14ee529557664119b0769 + /etc/osso-af-init/osso-gtk.defs 54c1af5e50e6184668de238c6ac167f6 + /etc/osso-af-init/current-gtk-key-theme.default c53e32e749f9aeb41a6de96c760b6084 +Description: Miscellaneous startup files. + run-standalone.sh, and osso-gtk.defs. + +Package: osso-applet-accounts-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-accounts-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-applet-accounts-l10n-public +Description: language files for osso-applet-accounts (es_MX) + Language files for es_MX osso-applet-accounts. + +Package: mafw-iradio-source +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Juha Kellokoski +Architecture: armel +Version: 0.1.2009.42-1+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libmafw0 (>= 0.1.2009.42), libxml2 (>= 2.6.32) +Description: MAFW internet radio source + Radio source for MAFW internet. + +Package: libpng12-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 312 +Maintainer: Claudio Saavedra +Architecture: armel +Source: libpng3 +Version: 1.2.37-1maemo1+0m5 +Replaces: libpng12-dev (<= 1.2.8rel-7) +Depends: libc6 (>= 2.5.0-1), zlib1g (>= 1:1.2.1) +Conflicts: libpng12-dev (<= 1.2.8rel-7), mzscheme (<= 1:209-5), pngcrush (<= 1.5.10-2), pngmeta (<= 1.11-3), qemacs (<= 0.3.1-5), povray-3.5 (<= 3.5.0c-10) +Description: PNG library - runtime + libpng is a library implementing an interface for reading and writing + PNG (Portable Network Graphics) format files. + . + This package contains the runtime library files needed to run software + using libpng. + +Package: osso-clock-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (da_DK) + Language files for da_DK osso-clock. + +Package: osso-xterm +Status: install ok installed +Priority: optional +Section: system/Applications +Installed-Size: 480 +Maintainer: Santtu Lakkala +Architecture: armel +Version: 0.14.mh30+0m5 +Provides: x-terminal-emulator +Depends: gconf2 (>= 2.10.1-2), libatk1.0-0 (>= 1.12.2), libc6 (>= 2.5.0-1), libcairo2 (>= 1.4.10), libdbus-1-3 (>= 0.94), libdbus-glib-1-2 (>= 0.74), libfontconfig1 (>= 2.4.1), libfreetype6 (>= 2.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.12.12-1osso3), libgtk2.0-0 (>= 2:2.10.12-0osso15), libhildon1 (>= 1.0.11), libice6, libncurses5 (>= 5.4-1), libosso1 (>= 2.13), libpango1.0-0 (>= 1.16.4), libsm6, libvte4 (>= 1:0.12.2-0mh6), libx11-6, libxft2 (>> 2.1.1), zlib1g (>= 1:1.2.1) +Conflicts: xterminal +Description: X Terminal Emulator for OS2008 + This package contains an X Terminal Emulator which is based on xterminal + (http://www.os-cillation.com/article.php?sid=40) by Benedikt Meurer + and Francois Le Clainche + +Package: osso-fm-transmitter-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-fm-transmitter-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-fm-transmitter-l10n-public +Description: language files for osso-fm-transmitter (es_ES) + Language files for es_ES osso-fm-transmitter. + +Package: ui-fonts +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 1452 +Maintainer: Richard Sun +Architecture: all +Version: 3.1-1+0m5 +Depends: fontconfig +Description: Fonts for the User Intefrace. + +Package: hildon-control-panel-personalisation-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-personalisation-l10n +Version: 6.0+r7152+0m5 +Conflicts: hildon-control-panel-personalisation-l10n-public +Description: language files for hildon-control-panel-personalisation (it_IT) + Language files for it_IT hildon-control-panel-personalisation. + +Package: as-config-applet-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (fr_CA) + Language files for fr_CA as-config-applet. + +Package: osso-statusbar-presence-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (cs_CZ) + Language files for cs_CZ osso-statusbar-presence. + +Package: libtinymailui-gtk-1.0-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 228 +Maintainer: Oystein Gisnas +Architecture: armel +Source: tinymail +Version: 1.0.0-svn4048+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libtinymail-1.0-0, libtinymailui-1.0-0 +Description: memory-effective framework for accessing e-mail - Camel library + Tinymail is a development framework for accessing E-mail services using + devices with few memory resources. + . + It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange + and NNTP. It can be used to send messages over SMTP and by using sendmail. + . + This package contains the library for GTK operations. + +Package: osso-suw-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (de_DE) + Language files for de_DE osso-suw. + +Package: policy-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (da_DK) + Language files for da_DK policy. + +Package: clinkc0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 212 +Maintainer: Aapo Makela +Architecture: armel +Source: clinkc +Version: 2.0-0osso16 +Depends: libc6 (>= 2.5.0-1), libcurl3 (>= 7.15.5-1), libssl0.9.8 (>= 0.9.8e-1), libxml2, zlib1g (>= 1:1.2.1) +Description: CyberLink for C UPnP library + CyberLink for C is a toolkit for creating UPnP devices and control points. + Main features are automatic discovery, search, expiration handling and + different controlling methods for UPnP control points and advertizing and + eventing for UPnP devices. + . + This package contains the dynamically loadable library needed by + applications which use CyberLinkC for C. + +Package: osso-filemanager-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (es_ES) + Language files for es_ES osso-filemanager. + +Package: libsms-utils0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 100 +Maintainer: Aki Niemi +Architecture: armel +Source: libsms-utils +Version: 0.2.24+0m5 +Depends: libc6 (>= 2.5.0-1) +Conflicts: telepathy-ring (<= 0.7.34), libsms-utils-tools (<= 0.0.8), rtcom-messaging-ui (<= 0.0.29-1) +Description: Library routines for encoding/decoding SMS messages + The libsms-utils library is used to encode/decode the binary protocol + data units of the Short Message Service (SMS), as defined in 3GPP + TS 23.040. + . + This package provides the main library runtime files. + +Package: udev +Status: install ok installed +Priority: important +Section: admin +Installed-Size: 296 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 0.125-7+142.maemo1+0m5 +Replaces: initramfs-tools (<= 0.41) +Depends: libc6 (>= 2.5.0-1), lsb-base (>= 3.0-6) +Pre-Depends: debconf (>= 1.4.69) | debconf-2.0 +Conflicts: hotplug, initscripts (<< 2.85-16), lvm-common (<< 1.5.13), module-init-tools (<< 3.2.2-1), initramfs-tools (<< 0.39), hal (<< 0.5.6-2), makedev (<< 2.3.1-80), klibc-utils (<= 1.4.19-1), multipath-tools (<< 0.4.7-2) +Conffiles: + /etc/udev/udev.conf 17fd01bbce3207949ad28bb1c7e7a0c6 + /etc/udev/links.conf eee935a03770aa06ea02a8416a8d9c07 + /etc/udev/rules.d/95-late.rules 3c723b4007bbeee70f9be0fa5fd1dfd8 + /etc/udev/rules.d/91-permissions.rules 1a16e32136838c068dd0eb46b6208f9e + /etc/udev/rules.d/92-n770.rules 3ed30cb7a250c4ab7b0f401a93f7176e + /etc/udev/rules.d/50-udev.rules 2fb022639af827973c2de2af28927901 +Description: /dev/ and hotplug management daemon + udev is a daemon which dynamically creates and removes device nodes from + /dev/, handles hotplug events and loads drivers at boot time. It replaces + the hotplug package and requires a 2.6.18 or newer kernel version. +Original-Maintainer: Marco d'Itri + +Package: libnips0 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 132 +Maintainer: Tuukka Toivonen +Architecture: armel +Source: libnips +Version: 4.5.0-2+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 +Description: Nokia Image Perfection System library + libnips provides a library to enhance images, perform automatic + camera control (eg. exposure, gain, and white balance), and + routines for performing camera production testing. + . + This package contains shared libraries. + +Package: clipboard-manager +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 108 +Maintainer: Mikael Hallendal +Architecture: armel +Version: 0.6.8-4+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.14.6-1osso1), libx11-6 +Conffiles: + /etc/gconf2xsettings.d/keys 887e39f8ed580c11c928658f7902269d + /etc/X11/replace/Xsession.post/clipboard-manager 182cce64557de0ee51551fd174fcba05 + /etc/osso-af-init/clipboard.sh 8837cd7d20dbf4f7ab44e9bed2770ccc +Description: The clipboard manager is responsible for saving clipboard + data when clients want to. + +Package: policy-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (fi_FI) + Language files for fi_FI policy. + +Package: osso-rss-feed-reader-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (cs_CZ) + Language files for cs_CZ osso-rss-feed-reader. + +Package: osso-filemanager-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (ru_RU) + Language files for ru_RU osso-filemanager. + +Package: libosso-gnomevfs2-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 672 +Maintainer: Kimmo Hämäläinen +Architecture: armel +Source: osso-gnome-vfs2 +Version: 2.16.3-2osso9+0m5 +Replaces: libgnomevfs2-0 +Provides: libgnomevfs2-0 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libxml2 (>= 2.6.32), libosso-gnomevfs2-common (>= 2.16.3-2osso9+0m5) +Conflicts: libgnomevfs2-0 +Description: The GNOME virtual file-system libraries (for GNOME2) + GNOME VFS is the GNOME virtual file system. It is the foundation of the + Nautilus file manager. It provides a modular architecture and ships with + several modules that implement support for file systems, http, ftp and others. + It provides a URI-based API, a backend supporting asynchronous file + operations, a MIME type manipulation library and other features. + . + This package is a patched version of gnome-vfs in GNOME2. + +Package: osso-suw-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (es_ES) + Language files for es_ES osso-suw. + +Package: foreca-installer +Status: install ok installed +Priority: optional +Section: user/other +Installed-Size: 88 +Maintainer: Alok Mishra +Architecture: armel +Version: 1.0.1.1+0m5 +Depends: maemo-installer-utils +Description: Installer application for foreca. +Maemo-Icon-26: + iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAA3NCSVQICAjb + 4U/gAAACl1BMVEX////w///v+P/n9/3v+P+k2Pac1vXv+P+04PeZ1PDv+P/n + 9/2k2PaZ1PDv+P+k2Pbv+P+k2Pbv+P+04Pfv+P/v+P+c1vXv+P/v+P+S1fXv + +P+c1vX////5/f71+v7v+P/9+MDn9/3v9vH99rX99a399Kff8/zs8uT98pzf + 8vv98ZLa7/r98Iz87oPR7/v87Xv87HTO7Pn86mrN6vn86WP851rF6Pj85lH/ + 5kL85UnH5O/u51e85ff440XD4e374jq24/fs41HB4Oz74C/74Cr44DW04Pfj + 4l7c4GOu3vf73Rn63SDs3Ui32+ng3lb72xCl3fb72gjp2jKf2/Xb2Vik2Pb6 + 1wCq1eXl1yTP1mTe1jXS1lmc1vWo0uOn0uKS1fWZ1PDl1BTW0UiO1PT5zADL + 0kr/yADyySKN0PO5znmUzumcy9/4xgjEzGCFzvLyxQ/VyELmyBiNze34xADF + ylDEx3d+zvLlxCJ7zvPXxjzKyFLcxC+Tx9zhwiPOxEKky3B8ye12y/L4vADd + wSjWvzBxx/DMvT2iwoOowXWpwX1sxvDFvET3tQB/weBzw+iNv8eEvtZhxO++ + ukvIuSzFuD63uVWtumf2rgBew++VvYtvvuJ9utNiv+ixtF+rtmJZv+6mtWio + tWVUve5iu+JcvOhruNp0tc+bs3VUu+mWs3uxr1WGsp5mttrNqDTqow5Ju+1i + u6yOsYJztqCuqlqOsIRrsMyGro1YtNx1sayCrpJDt+hAt+x+rZdQt7Z1rqlj + rs5MtNY6tuxkrMlyq6dFtcqTpHlrqq1Wq84ysutgqLt2qXkysupCsrtRsJ9j + p7Zbpr9YpcUor+pRpcchrelHpMsoq8oZqulIo6UvpNQbpuEPp+gSpOIKpedA + rx3wAAAA3XRSTlMAERERIiIzREREVVVVVWZmd3eIiJm7u8zd3e7u//////// + //////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////// + /////////5qEzlMAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3 + YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzQGstOgAAAEmklEQVRIiZVW+1sbRRQN + gi9UxCiCkTBd29JQCAQkwWB41AAaEFmMTUWHbtSwRsEAogFb1ARJ1dBWwAco + tLSBFipWqi1U8Qkopj54NIqS7h/jnd0lJBva7+v5Kdk5Z++9587MXZlMith4 + eVKKAiFFSpI8PjZqWYKYhGQUgeSEmGvQ4+QKFAWF/KphEgU6VVzf2Ts01NtZ + X0wJksStX88nQ1UPrYRhqJrXJMdF8+PJ66n98ysSzNcTiSJeyk8gL3pkWkon + mC4mawnRfKozxFlajJA0UlJFPOGHJf/xhcggQ0QRllUc5E+d3lxfYE9K0joN + CsVm5cmR71/pZnukhZAYySH/IR7kf+KSuHiBZd+MKr0RSImbCRXDo57WGX5p + ub2JbVreIC5/L/4ArxRCz+WQEPFznGV7loDx6RMP72lZENgz/c0zG+5CUnLC + j4EA+8mTRZZtPfDe81WVtZbWtybhwbf9zSx7LJRUPYSIEVpACf1tf6Pu8aKi + EmNVjcXW9vnyARbwTii3lXlKaAZYVC08+aROrwXoy6tqLbausy+1sGzTQljd + 1bxRsVC9aOm7BfmanBxNvt5YCSEOn320nT0TblQvUGNIkynh/2KRVpOlUmVp + tA+V1YJg4PxTknZQpN33CJ4CXtHnqVXbt6vU+fqyGktb18CXP15a+e3i2PDo + F6KgkPiUhFA9mH3iUF15QV7Wzm3bdqrz9MYaS//XP8/OXpzwjQz2eb0eQbIP + oSRZCkKvdzex7MFnjSTCjh2qHIjw9Dm/f+672Smfz2M2YY/H/RkRdCKUIoMu + fHAc/G5pKIMa1Lt3qzXakid/WfX30Qba7TMoU1NTkdntOiVUrZDxJi0db25p + qDTqtXkaTZ5Wbzy3+odJSYCUAmiXi+xAIMtEV5fGX6utKi8q0GoLiowNgVVa + GQHkdJ4SBZBSL1/RV5bayrLykpLyt38IBKaUEpidjiM/8Sml8FubxLBZLDWV + Vc/8GVwLBJxSgcnpsNtfJkXzthJ885ENJM/9EwyO0LoMqYDK1GE7Uwq2wuYu + 5DNqeb+rzWb7i1szScki0koZa658Y2ssNjftOXa460OOY9IyGO+gl8lOi4LJ + St8muwHxVXezbPtj5wd+5wKI5js20kdHCTKs+BZxe58ke//g5K//cn20f27q + BZPZ2+eNVmB8p3CAJoF+6Aycz3Vuzu8fpGANYa/HgXUoQrAX38Uf0Qde7B5f + IpVfXl8LrM6lkzVlmtPjdjpwehgfYXw7fwns2iVequvBtRFs4BeVylyDjnbY + MbU5KnKt+EYQxCo2jsR/XBAjMQnBykwGvN8Aha33hi6yRiK4wnlRpCD1QSYU + IhMz998UcVVe5jiDVJDG4L00bTJVmLDdztwReRn/zXHZUkEqxi44cW4X7KX7 + bpVc9xChYosIR0dHjzLYbLo7aqA0XuF8UoGOsW41UMSR5eKCHVSEQGdnjkwX + bjGyxKHoC67NdUB4Mymz1FDBOOyv7uOH4s1SvjB2KS902i9uPi/ptDX9amNX + Jgx2XceIzzcxMTY2POxxOejsawx20vPr/HSQXffHiaAJ//yJZv8PbVHfUG4P + m6sAAAAASUVORK5CYII= +Maemo-Display-Name: Foreca Installer + +Package: ezitext-russian +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 96 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: Russian language support for the eZiText (TM). +Confidential: yes + +Package: ezitext-english-us +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 96 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: English (US) language support for the eZiText (TM). +Confidential: yes + +Package: signond0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 264 +Maintainer: Alexander Akimov +Architecture: armel +Source: signon +Version: 0.43+0m5 +Replaces: singlesignon +Provides: singlesignon +Depends: libsignon-glib0, libc6 (>= 2.5.0-1), libcurl3 (>= 7.16.2-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libsignon-glib0, libssl0.9.8 (>= 0.9.8f-5), libxml2 +Conflicts: singlesignon +Conffiles: + /etc/event.d/signon ae7389220ab67486a854b539c803cac4 + /etc/osso-backup/applications/signon.conf 173a0b4babaf13bcf6a3134e596868d6 + /etc/osso-backup/restore.d/always/signon-restore.sh 10bbf561a5d7042f9d7702f5df7af6a2 + /etc/osso-cud-scripts/signon-clean.sh 60565e12719d130f4629a4cec7bb0c05 +Description: Single Signon Daemon + Single Signon Daemon provides password storage and credential + retrieving service for applications. Provides authentication plugins + for passwords and NokiaAccount. + . + Single Signon Daemon + +Package: libpixman-1-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 304 +Maintainer: Oliver McFadden +Architecture: armel +Source: pixman +Version: 0.14.0-9+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: pixel-manipulation library for X and cairo + A library for manipulating pixel regions -- a set of Y-X banded + rectangles, image compositing using the Porter/Duff model + and implicit mask generation for geometric primitives including + trapezoids, triangles, and rectangles. + +Package: osso-uri-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (pl_PL) + Language files for pl_PL osso-uri. + +Package: hildon-thumbnail +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 320 +Maintainer: Marius Vollmer +Architecture: armel +Version: 3.0.43+0m5 +Replaces: osso-thumbnail (<< 0.11) +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libepeg0, libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.23), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-thumbnail0 (>= 3.0.43+0m5), libosso1 (>= 2.26), libplayback-1-0, libsqlite3-0 (>= 3.6.14), libxml2 (>= 2.6.32), libhildon-thumbnail0 (= 3.0.43+0m5) +Recommends: osso-thumbnailer-libid3 (>= 0.3.0) +Conflicts: osso-thumbnail (<< 0.11) +Description: Thumbnail library related programs. + Contains hildon-thumb-gdk-pixbuf and hildon-thumber-register programs. + +Package: libxcb-xv0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 80 +Maintainer: XCB Developers +Architecture: armel +Source: libxcb +Version: 1.1.92-2downgraded +Depends: libc6 (>= 2.5.0-1), libxcb1 +Description: X C Binding, xv extension + This package contains the library files needed to run software using + libxcb-xv, the xv extension for the X C Binding. + . + The XCB library provides an interface to the X Window System protocol, + designed to replace the Xlib interface. XCB provides several advantages over + Xlib: + . + * Size: small library and lower memory footprint + * Latency hiding: batch several requests and wait for the replies later + * Direct protocol access: one-to-one mapping between interface and protocol + * Thread support: access XCB from multiple threads, with no explicit locking + * Easy creation of new extensions: automatically generates interface from + machine-parsable protocol descriptions + +Package: osso-calculator-ui +Status: install ok installed +Priority: optional +Section: non-free/misc +Installed-Size: 156 +Maintainer: Amish Maske +Architecture: armel +Source: osso-calculator +Version: 1.7.42-1+0m5 +Depends: osso-calculator-ui-l10n-mr0 | osso-calculator-ui-l10n-mr, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcomapp0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher +Description: OSSO Calculator UI + OSSO Calculator UI. Includes all calculation and memory functionalities. + +Package: osso-applet-devicelock +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 104 +Maintainer: Maria Starodubtseva +Architecture: armel +Version: 1.4.9+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcodelockui1 (>= 1:1.6.16+0m5), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.23), libpango1.0-0, gconf2 (>= 2.10.1-2), hildon-control-panel (>= 1:2.2.1), osso-icons, osso-system-lock-l10n-mr0 | osso-system-lock-l10n-mr +Description: Control Panel Device Lock plugin + Device Lock plugin for Control Panel. + +Package: osso-camera-ui-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (sv_SE) + Language files for sv_SE osso-camera-ui. + +Package: osso-calculator-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (de_DE) + Language files for de_DE osso-calculator-ui. + +Package: osso-addressbook-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (da_DK) + Language files for da_DK osso-addressbook. + +Package: osso-suw-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-suw-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-suw-l10n-public +Description: language files for osso-suw (fr_CA) + Language files for fr_CA osso-suw. + +Package: osso-uri-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (da_DK) + Language files for da_DK osso-uri. + +Package: as-config-applet-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (pl_PL) + Language files for pl_PL as-config-applet. + +Package: hildon-status-bar-usb-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-status-bar-usb-l10n +Version: 6.0+r7220+0m5 +Conflicts: hildon-status-bar-usb-l10n-public +Description: language files for hildon-status-bar-usb (nl_NL) + Language files for nl_NL hildon-status-bar-usb. + +Package: profiled +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 120 +Maintainer: Simo Piiroinen +Architecture: armel +Version: 0.0.18+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0) +Conffiles: + /etc/osso-cud-scripts/profiled.sh 4cd6bc02c1c8baa4209506763295bd89 + /etc/osso-backup/applications/profiled.conf 3887add052482877b57ac17c61092138 + /etc/osso-rfs-scripts/profiled.sh 4cd6bc02c1c8baa4209506763295bd89 +Description: profile daemon, manages user settings + Gets default set of settings from profile data packages + that are installed on the device. + . + Currently active profile and values within profile can + be changed using C language API implemented in libprofile0. + . + Changes to values are broadcast as D-Bus signals so that + active clients can be avare of changes without polling. + +Package: osso-tutorial-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (es_MX) + Language files for es_MX osso-tutorial. + +Package: osso-mahjong +Status: install ok installed +Priority: optional +Section: games +Installed-Size: 216 +Maintainer: Maske Amish +Architecture: armel +Version: 1.6.34-3+0m5 +Depends: osso-games-l10n-mr | osso-games-l10n-mr0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), osso-games-startup (>= 1.0.21), osso-graphics-game-mahjong (>= 1.0), osso-sounds-game-mahjong, ke-recv-l10n-mr | ke-recv-l10n-mr0, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, maemo-launcher +Conffiles: + /etc/osso-cud-scripts/osso-mahjong-cud.sh b75e4c72fd13c2ad8642870442239cf5 + /etc/osso-backup/applications/osso-mahjong.conf a0c6a547061b7c4eb23a92517c2f366a +Description: OSSO Mahjong + OSSO Mahjong game. Requires OSSO games Start-up, which is provided separately. + +Package: osso-systemui-powerkeymenu +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: Maria Starodubtseva +Architecture: armel +Version: 0.2.0.3+0m5 +Depends: osso-powerup-shutdown-l10n-mr0 | osso-powerup-shutdown-l10n-mr, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.23), libpango1.0-0, libxml2 (>= 2.6.32), osso-systemui (>= 0.2.0.13), mce (>= 1.8.6) +Conffiles: + /etc/systemui/systemui.xml 9e56a3dd947722b8ddce34983397cd07 +Description: Power key menu + This package contains the Power key menu. + +Package: osso-tutorial-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (da_DK) + Language files for da_DK osso-tutorial. + +Package: hildon-input-method-l10n-plpl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-input-method-l10n +Version: 6.0+r7268+0m5 +Conflicts: hildon-input-method-l10n-public +Description: language files for hildon-input-method (pl_PL) + Language files for pl_PL hildon-input-method. + +Package: libhildon-thumbnail0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 92 +Maintainer: Marius Vollmer +Architecture: armel +Source: hildon-thumbnail +Version: 3.0.43+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1) +Conflicts: osso-thumbnail0 (<< 0.3.0), osso-thumbnail-libid3 (<< 0.3.0) +Description: Thumbnail library. + Contains the thumbnail library. + +Package: hildon-theme-cacher +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 28 +Maintainer: Michael Dominic Kostrzewa +Architecture: armel +Version: 0.4.3-1-recomp1 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libglib2.0-0 (>= 2.14.6-1osso1), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0 (>= 1.20.1) +Description: Tool to generate gtkrc cache files on fly + +Package: rtcom-call-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (it_IT) + Language files for it_IT rtcom-call-ui. + +Package: hildon-common-strings-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (pt_PT) + Language files for pt_PT hildon-common-strings. + +Package: osso-applet-certman-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-certman-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-applet-certman-l10n-public +Description: language files for osso-applet-certman (no_NO) + Language files for no_NO osso-applet-certman. + +Package: connui-statusbar-internet +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 84 +Maintainer: Mikko Mehtonen +Architecture: armel +Source: connui-internet +Version: 2.67+0m5 +Replaces: osso-connectivity-ui-statusbar +Depends: osso-icons-default | osso-icons, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconnui, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, osso-connectivity-ui-l10n-mr | osso-connectivity-ui-l10n-mr0 +Conflicts: osso-connectivity-ui-statusbar +Description: Internet Connectivity statusbar plugin + This package provides the Internet Connectivity statusbar plugin. + +Package: osso-rss-feed-reader-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-rss-feed-reader-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-rss-feed-reader-l10n-public +Description: language files for osso-rss-feed-reader (sv_SE) + Language files for sv_SE osso-rss-feed-reader. + +Package: nokia-maps-core +Status: install ok installed +Priority: optional +Section: system/other +Installed-Size: 5564 +Maintainer: Roland Stoll +Architecture: armel +Source: nokia-maps +Version: 2.0.35.6+0m5 +Replaces: nokia-maps-unified +Depends: browser-eal (>= 0.5.1), libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libexpat1 (>= 1.95.8), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon1, liblocation0, libosso1 (>= 2.26), libpango1.0-0, libplayback-1-0, libpng12-0 (>= 1.2.13-4), libpulse0, libpulse0 (>= 0.9.15~test5), libsndfile1, libstdc++6 (>= 4.2.1), libtopos0, libx11-6, zlib1g (>= 1:1.2.1) +Conflicts: nokia-maps-unified +Conffiles: + /etc/osso-backup/applications/nokia-maps.conf 917c35216e772c643eb0198dae581e34 +Description: nokia-maps core package +Maemo-Icon-26: + iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A + /wD/oL2nkwAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB9kBFwsDK4KP5LMAAAUpSURBVEjH + 5ZZfbFP3Fcc/9/5+9/rGTuzYGMekEmErqRvoX0d1lwlKizpEo2pIe9jDukpoi/rSCVUVLzx206at + 6qq+FClqUZC2tsrUx0yoRQJpUCAZUWgnQgKUhQQbHDv42r6xr//97h7CooCCRFGftiN9X87vp/PR + Ofeec37wv2bag148fvx4yO/39+u6vslbsVvFYvH84OBg6XsBnThx4qfxePztQCAwoOu6ufZMKVV3 + HOd0Npt9f/fu3X9/KNDIyEg8lUp9EgwGd8/MzHDqq9P88+oFbLeMpmmEfO08/1iSF3bspLe3F9u2 + vzh58uTrBw4cyD0waHh4+PGdO3ceq9frW478dYQLpRmsTR10R+M8Gv8Bbr1G+naGm0tZqukSyc5t + /OqX+zEM49szZ87sHRoaunpvTHGv49ChQxv27NnzxfLycu+7H71HdmOB+OYuAn6LcEeQV/v3oGhg + VwtoQhHqCpJhkfET53j28acjPT09LymlPp2cnKytjavfm+GuXbv+qJTq+/hvH6MSili0E2l4K5Ie + k3PnSf7waaT0Vv3RaJBWb5ORz4+ilHpy3759f7i3WndldPDgwScGBgY+PDd+Tk4b3xAJd9J9q8yG + ap3lkIkQGi2vwb9z31J2bRQNhAAhwLJMbut5/IUAiURiu2VZn4+Pjy+tm1EymXzNdV3fxI0zRGMh + pKHIPmLx1Nl5Xj59nWbLYblRYKmSoe45SEPdpWhXkLPX/0Gj0fD39/f/4n6la4tEIi9kMhmIVfH5 + dAwDLL/gy72b6ft6kaEj/2Kra7IxGMEwuEtCtCjWshT9i2QyGaLR6IuAbz1QQNO0LY7jIIMtpFSr + aotbfPJKN13ZKj/703H6p0sELBMpFeh18pUFLuenyC7PUbXyOI6DrutbgPb/BpdrQIbneREA0dbC + 9Ol0WCE62yIErTDWVj+X1DiJVpjkvl/Tps8xm/2abDmDLlvoRpPbyznwqiilUEpFAWM9kFYqlWqG + YVhthkDIJpXmEpXyEjfLGobwoe8wMK1n2LH1MZ5x43w69WcyxTk8vJVgJvgIYJompVKpvrZia0vX + LBQKJdM08XnmXR9ZGC2cVpZrlQm+dMc4fOwdKq7DmwO/w2eB6VOr2mBsxDAMbNsuAPX1QO6VK1em + hRCEVTdSehgGuKpA2rlI2rlIzSugTIcbcpIDn/2EW7k0P3/yN5imt6rN5jaklMzOzl4Eauv1UR2I + pFKpvWHZrc3pp1h0r1Js3ERpNYT0ENLDb/rxtBo1K8f59DGk206gU1Jp5WmXIZ4Tr9Gst9To6OgH + 6XT67LoNu7CwkE8kEi/HovFYyBflhn72DoBVmVKgtBotrYLp17jNNZzqEqalMSDfQFaDTE1NfTM6 + Ovp7oHC/WefMz883ksnkS53yETMe2kxOv4AuWgjhIYSHprdQmoumNxFiZQRZPsmPjDfwLfWQz+dL + w8PDvy0Wi6cBdT+Qsm37ejab9ScSiaS/sUlu2/AiNfMWrlhESNBEE020VjPcZDzBj/W3qN/oxLZt + d2Rk5PClS5eOAM6D7KOevr6+N/fv3z8UDofDsVgMf6xJsW2Gipe7090xOioJqjnJ4uIi+Xx+6ejR + ox9dvnz5MLDwXTZsl2VZrw4ODr6eSqWS7e3tHbqu4/OtTJVarYZSinK5XJqYmJgcGxv7S6PRGANy + D7PKLWArkNq+ffvzPT09vaFQqMPzPGzbLs/Pz89OT09PAOeAa2t/54d9nEigE2gDQnd8RaAK2ECT + /zv7D2ZxMzbw+OG6AAAAAElFTkSuQmCC + +Package: gstreamer0.10-nokia-speech +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1340 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gst-nokia-speech +Version: 1.0-0maemo7+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.23), libxml2 (>= 2.6.32) +Description: Provides GStreamer wrappers for proprietary Nokia codecs. + +Package: osso-calculator-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (pt_PT) + Language files for pt_PT osso-calculator-ui. + +Package: libxcursor1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 80 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxcursor +Version: 1:1.1.9-2+0m5 +Depends: libc6 (>= 2.5.0-1), libx11-6, libxfixes3 (>= 1:4.0.1), libxrender1 +Description: X cursor management library + Xcursor is a simple library designed to help locate and load cursors for the + X Window System. Cursors can be loaded from files or memory and can exist in + several sizes; the library automatically picks the best size. When using + images loaded from files, Xcursor prefers to use the Render extension's + CreateCursor request for rendering cursors. Where the Render extension is + not supported, Xcursor maps the cursor image to a standard X cursor and uses + the core X protocol CreateCursor request. + +Package: libezitext +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 208 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libc6 (>= 2.5.0-1) +Recommends: ezitext-essential-plugins +Description: The eZiText (TM) from Zi Corporation. +Confidential: yes + +Package: osso-dsm-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (es_MX) + Language files for es_MX osso-dsm-ui. + +Package: funambol-cpp-api +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1232 +Maintainer: Hannu Mallat +Architecture: armel +Version: 6.0.8-2osso99+0m5 +Depends: libc6 (>= 2.5.0-1), libcurl3 (>= 7.16.2-1), libdbus-1-3 (>= 1.1.4), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.2.1), libopenobex1, libsqlite3-0 (>= 3.6.14), libssl0.9.8 (>= 0.9.8f-5), libstdc++6 (>= 4.2.1), xml2wbxml (>= 0.0.1), zlib1g (>= 1:1.2.1), libptypes (>= 2.1), xml2wbxml, sqlite3, upstart +Conffiles: + /etc/osso-rfs-scripts/funambol-cpp-api-rfs.sh 1b88fa124a46d9c76a3aa2f7cdcfacef + /etc/osso-backup/applications/funambol-cpp-api.conf 64cddf1ba6e5b334d0ddb190016d9afb + /etc/event.replace.d/funambol-cpp-api 9ce6c4754678bf4e64cd8d1a1ad8c137 + /etc/init.d/funambol-cpp-api 73cc021f2ae56a70f40a3b694f64f68e + /etc/osso-cud-scripts/funambol-cpp-api-cud.sh f5211f4870f6181fed4fe55e264a7f5e +Description: SyncML stack implementation in C++ + This SDK allows to integrate a syncml stack in a C++ application on a + variety of platforms. Currently, Windows, WinMobile and Linux are + actively supported, but you can easily build it on other Unixes or + other mobile/embedded platforms. + +Package: pulseaudio-module-nokia-record +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 120 +Maintainer: Maemo Multimedia +Architecture: armel +Source: pulseaudio-nokia +Version: 0.9.15.0-44+0m5 +Depends: libbmeipc0, libc6 (>= 2.5.0-1), libpulse0, libpulse0 (>= 0.9.15~test5), pulseaudio, pulseaudio-module-nokia-common (= 0.9.15.0-44+0m5) +Description: PulseAudio Nokia record module + Nokia record module. + +Package: osso-statusbar-sound-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-sound-l10n +Version: 6.0+r7130+0m5 +Conflicts: osso-statusbar-sound-l10n-public +Description: language files for osso-statusbar-sound (cs_CZ) + Language files for cs_CZ osso-statusbar-sound. + +Package: osso-imageviewer-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (da_DK) + Language files for da_DK osso-imageviewer-ui. + +Package: osso-backup-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-backup-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-backup-l10n-public +Description: language files for osso-backup (nl_NL) + Language files for nl_NL osso-backup. + +Package: calendar-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: calendar-l10n +Version: 6.0+r7318+0m5 +Conflicts: calendar-l10n-public +Description: language files for calendar (en_GB) + Language files for en_GB calendar. + +Package: mafw-upnp-source +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 104 +Maintainer: Juha Kellokoski +Architecture: armel +Version: 0.1.2009.42-1+0m5 +Depends: libc6 (>= 2.5.0-1), libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libgssdp-1.0-1 (>= 0.6.4), libgupnp-1.0-2 (>= 0.12.8), libgupnp-av-1.0-1 (>= 0.4), libmafw0 (>= 0.1.2009.42), libsoup2.4-1 (>= 2.23.91), libxml2 (>= 2.6.32) +Description: MAFW UPnP source plugin + Source plugin for MAFW UPnP. + +Package: osso-tutorial-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (de_DE) + Language files for de_DE osso-tutorial. + +Package: gtk20-l10n +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 1292 +Maintainer: Blomberg Maciej +Architecture: all +Version: 4.5+0m5 +Description: Gtk+ locale files. + These are the Gtk+ translations. Gettext domain gtk20 + +Package: mediaplayer-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (fi_FI) + Language files for fi_FI mediaplayer. + +Package: maemo-af-desktop-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: maemo-af-desktop-l10n +Version: 6.0+r7289+0m5 +Conflicts: maemo-af-desktop-l10n-public +Description: language files for maemo-af-desktop (es_ES) + Language files for es_ES maemo-af-desktop. + +Package: osso-systemui +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 124 +Maintainer: Maria Starodubtseva +Architecture: armel +Version: 0.2.0.18+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra-gtk0 (>= 0.10), libcanberra0 (>= 0.10), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libtime0, libx11-6, libxrender1, zlib1g (>= 1:1.2.1), hildon-initscripts (>= 0.8.10), osso-af-startup (>= 0.17), passwd +Conflicts: osso-systemui-actingdead (<= 0.0.3.7), osso-systemui-alarm (<= 0.0.3.4), osso-systemui-devlock (<= 0.0.4.6), osso-systemui-powerkeymenu (<= 0.0.3.4), osso-systemui-splashscreen (<= 0.0.4.2), osso-systemui-tklock (<< 0.1.6.7) +Conffiles: + /etc/X11/Xsession.actdead/14osso-systemui 361abc527f89ce24939baba2b942883f + /etc/X11/Xsession.d/03osso-systemui 361abc527f89ce24939baba2b942883f + /etc/X11/Xsession.d/40osso-systemui 2ae0043316b403f978ccaef217136964 + /etc/X11/Xsession.d/51osso-systemui 218e48520f31ad255bfb2269a79664cf + /etc/dbus-1/system.d/system_ui.conf 18591b8f22ad2b7ffb8ccff37ccd4a9d +Description: System UI + This package contains the system ui + +Package: rtcom-call-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (no_NO) + Language files for no_NO rtcom-call-ui. + +Package: gstreamer0.10-hantro +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 136 +Maintainer: Makoto Sugano +Architecture: armel +Version: 0.20050831.9-50+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Description: Hantro mp4/3gp plugins for GStreamer 0.10 + This package contains GStreamer 0.10 mp4/3gp plugins based on the + fileformat component developed by Hantro Products. + +Package: gstreamer0.10-x +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 180 +Maintainer: Maemo Multimedia +Architecture: armel +Source: gst-plugins-base0.10 +Version: 0.10.25-0maemo7+0m5 +Provides: gstreamer0.10-videosink +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libice6 (>= 1:1.0.0), libsm6, libx11-6, libxext6, libxml2 (>= 2.6.32), libxv1, libgstreamer-plugins-base0.10-0 (>= 0.10.20) +Description: GStreamer plugins for X11 + GStreamer is a streaming media framework, based on graphs of filters + which operate on media data. Applications using this library can do + anything from real-time sound processing to playing videos, and just + about anything else media-related. Its plugin-based architecture means + that new data types or processing capabilities can be added simply by + installing new plug-ins. + . + This package contains the GStreamer plugins for X11 video output, both + for standard Xlib support and for the Xv extension. + +Package: maemo-launcher +Status: install ok installed +Priority: optional +Section: embedded +Installed-Size: 236 +Maintainer: Janne Karhunen +Architecture: armel +Version: 0.35-7+0m5 +Replaces: system-services +Depends: libalarm2, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedata-book (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libgvfscommon0 (>= 0.99.6), libhildon1, libhildondesktop1, libhildonfm2 (>= 1:2.28+0m5), libhildonmime0 (>= 2.1.3), libi18n0, libjpeg62, libmodest-dbus-client, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpulse0 (>= 0.9.15~test5), libsqlite3-0 (>= 3.6.14), libstdc++6 (>= 4.2.1), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), hildon-initscripts +Conffiles: + /etc/init.d/maemo-launcher de329d07af56797a26917d06dd56199f + /etc/X11/Xsession.d/02maemo-launcher 1563bda425483419153e3f68298d0736 + /etc/X11/Xsession.d/42maemo-launcher 8d6cb6e2ce2ba392fac21e82b8046cbe +Description: application startup accelerator for maemo + Maemo launcher tries to reduce startup time by pre-initializing the state + of some libraries using the booster modules and then dynamically loading + the applications. It currently supports null, GTK+, QT and CPP boosters. + +Package: mediaplayer-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (ru_RU) + Language files for ru_RU mediaplayer. + +Package: maemo-af-desktop-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: maemo-af-desktop-l10n-mr +Depends: maemo-af-desktop-l10n-ruru, maemo-af-desktop-l10n-frfr, maemo-af-desktop-l10n-frca, maemo-af-desktop-l10n-dadk, maemo-af-desktop-l10n-itit, maemo-af-desktop-l10n-svse, maemo-af-desktop-l10n-nono, maemo-af-desktop-l10n-fifi, maemo-af-desktop-l10n-nlnl, maemo-af-desktop-l10n-enus, maemo-af-desktop-l10n-dede, maemo-af-desktop-l10n-esmx, maemo-af-desktop-l10n-eses, maemo-af-desktop-l10n-cscz, maemo-af-desktop-l10n-ptpt, maemo-af-desktop-l10n-engb, maemo-af-desktop-l10n-plpl +Description: maemo-af-desktop marketing release package + This is a metapackage for maemo-af-desktop to pull all the l10n packages. + Application developers of maemo-af-desktop should depend on + "maemo-af-desktop-l10n-mr0 | maemo-af-desktop-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-uri-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-uri-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-uri-l10n-public +Description: language files for osso-uri (it_IT) + Language files for it_IT osso-uri. + +Package: osso-sketch-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-sketch-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-sketch-l10n-public +Description: language files for osso-sketch (pt_PT) + Language files for pt_PT osso-sketch. + +Package: osso-addressbook-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 80 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (ru_RU) + Language files for ru_RU osso-addressbook. + +Package: osso-notes-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (fr_CA) + Language files for fr_CA osso-notes. + +Package: osso-browser-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (es_MX) + Language files for es_MX osso-browser-ui. + +Package: osso-applet-notificationlight +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 140 +Maintainer: Chandra Vanipenta +Architecture: armel +Version: 0.0.7+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libosso1 (>= 2.23), libpango1.0-0, hildon-control-panel (>= 1:2.2.1), osso-icons | osso-icons-devel, osso-display-l10n-mr0 | osso-display-l10n-mr +Conffiles: + /etc/init.d/osso-applet-notificationlight 54f3d3811376cd259267bf988cad63ad +Description: Control Panel Notification light applet + An applet for hildon control panel that allows the user to change notification light + settings like setting the usage of LED light to indicate the provided device and application states. + +Package: osso-sharing-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-sharing-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-sharing-ui-l10n-public +Description: language files for osso-sharing-ui (da_DK) + Language files for da_DK osso-sharing-ui. + +Package: mediaplayer-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: mediaplayer-l10n +Version: 6.0+r7389+0m5 +Conflicts: mediaplayer-l10n-public +Description: language files for mediaplayer (fr_CA) + Language files for fr_CA mediaplayer. + +Package: policy-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (en_GB) + Language files for en_GB policy. + +Package: osso-connectivity-ui-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (fi_FI) + Language files for fi_FI osso-connectivity-ui. + +Package: libfontenc1 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 76 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libfontenc +Version: 1:1.0.4-2 +Depends: libc6 (>= 2.5.0-1), zlib1g (>= 1:1.2.1), x11-common +Description: X11 font encoding library + libfontenc is a library which helps font libraries portably determine + and deal with different encodings of fonts. + . + More information about X.Org can be found at: + + + +Package: skyhost-vengine +Status: install ok installed +Priority: extra +Section: net +Installed-Size: 128 +Maintainer: Pavan Krishnamurthy +Architecture: armel +Version: 1.10.2-4+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.20.0), libgstfarsight0.10-0, libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libstdc++6 (>= 4.2.1), libxml2 (>= 2.6.32), gstreamer0.10-plugins-bad, gstreamer0.10-plugins-good, gstreamer0.10-plugins-base +Conffiles: + /etc/skyhost/skypeelements.conf 0ea57f4c70b9c67c58279643acde2b11 + /etc/skyhost/skypecodecs.conf b83990ca0213ec5029f13c50fd3a509b +Description: The Voice Engine for Embedded SkyHost + This package installs the Voice Engine binary, used by the Embedded Skyhost to handle audio calls. + The package also installs the fs-skype-transmitter plugin and gstskypesink plugin used by the + Farsight2 library to handle the RTP media data sent from SkyHost. + +Package: osso-dsm-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-dsm-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-dsm-ui-l10n-public +Description: language files for osso-dsm-ui (en_GB) + Language files for en_GB osso-dsm-ui. + +Package: csd-sat +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 32 +Maintainer: Ari Pulkkinen +Architecture: armel +Source: libsat +Version: 0.4.0+0m5 +Replaces: libsat (<< 0.4.0+0m5), libsat0 (<< 0.4.0+0m5) +Description: Transitional package from CSD SAT plugin + This is a dummy transitional package. + You can remove this package safely. + +Package: modest-nokiamessaging-plugin-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (no_NO) + Language files for no_NO modest-nokiamessaging-plugin. + +Package: osso-games-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-games-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-games-l10n-public +Description: language files for osso-games (no_NO) + Language files for no_NO osso-games. + +Package: osso-backup-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-backup-l10n-mr +Depends: osso-backup-l10n-ruru, osso-backup-l10n-frfr, osso-backup-l10n-frca, osso-backup-l10n-dadk, osso-backup-l10n-itit, osso-backup-l10n-svse, osso-backup-l10n-nono, osso-backup-l10n-fifi, osso-backup-l10n-nlnl, osso-backup-l10n-enus, osso-backup-l10n-dede, osso-backup-l10n-esmx, osso-backup-l10n-eses, osso-backup-l10n-cscz, osso-backup-l10n-ptpt, osso-backup-l10n-engb, osso-backup-l10n-plpl +Description: osso-backup marketing release package + This is a metapackage for osso-backup to pull all the l10n packages. + Application developers of osso-backup should depend on + "osso-backup-l10n-mr0 | osso-backup-l10n-mr" + to ensure correct locales are getting installed. + +Package: libwbxml2-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 188 +Maintainer: Eugene Agafonov +Architecture: armel +Source: libwbxml2 +Version: 0.10.7-1+0m5 +Replaces: libwbxml2 +Depends: libc6 (>= 2.5.0-1) +Conflicts: libwbxml2 +Description: Maemo port of WBXML parsing and encoding library + The WBXML Library (aka libwbxml) contains a library and its associated + tools to Parse, Encode and Handle WBXML documents. The WBXML format + is a binary representation of XML, defined by the Wap Forum, and used + to reduce bandwidth in mobile communications. + . + This package contains the dynamic library needed by applications + using libwbxml2. + +Package: bt-firmware +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 52 +Maintainer: Ville Tervo +Architecture: all +Version: 0.21-rc3+0m5 +Description: Firmware for the BCM BT chip + Firmware image for the BCM bluetooth chip. Firmware image is needed to boot up + bluetooth chip that is found in Nokia Internet Tablets. + +Package: libstdc++6 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 844 +Maintainer: Debian GCC Maintainers +Architecture: armel +Source: gcc-4.2 +Version: 4.2.1-4maemo9+0m5 +Depends: gcc-4.2-base (= 4.2.1-4maemo9+0m5), libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Conflicts: scim (<< 1.4.2-1) +Description: The GNU Standard C++ Library v3 + This package contains an additional runtime library for C++ programs + built with the GNU compiler. + . + libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which + was included up to g++-2.95. The first version of libstdc++-v3 appeared + in g++-3.0. + +Package: modest-nokiamessaging-plugin-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (it_IT) + Language files for it_IT modest-nokiamessaging-plugin. + +Package: policy-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (it_IT) + Language files for it_IT policy. + +Package: busybox +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 500 +Maintainer: Yauheni Kaliuta +Architecture: armel +Version: 3:1.10.2.legal-1osso26+0m5 +Replaces: ash, bsdutils, coreutils, debianutils, diff, findutils, grep, gzip, hostname, login, mktemp, mount, ncurses-bin, sed, sysvinit-utils, tar, util-linux +Provides: ash, awk, bsdutils, coreutils, debianutils, diff, editor, findutils, grep, gzip, hostname, login, mktemp, mount, ncurses-bin, sed, sysvinit-utils, tar, util-linux +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), busybox-symlinks-busybox (= 3:1.10.2.legal-1osso26+0m5) +Conflicts: ash, bsdutils, coreutils, debianutils, diff, findutils, grep, gzip, hostname, login, mktemp, mount, ncurses-bin, sed, sysvinit-utils, tar, util-linux +Description: Tiny utilities for small and embedded systems + BusyBox combines tiny versions of many common UNIX utilities into a single + small executable. It provides minimalist replacements for the most common + utilities you would usually find on your desktop system (i.e., ls, cp, mv, + mount, tar, etc.). The utilities in BusyBox generally have fewer options than + their full-featured GNU cousins; however, the options that are included + provide the expected functionality and behave very much like their GNU + counterparts. + . + This package installs: + - the BusyBox binary + - symlinks for tools included into it that correspond to binaries + in essential Debian packages + - alternatives from packages that don't have anything else + . + Symlinks to other tools included into BusyBox which correspond to binaries + in non-essential Debian packages are provided in separate symlink packages. + Those package are split and named according to the corresponding Debian + packages. +Xs-Original-Maintainer: Debian Install System Team + +Package: maemo-installer-utils +Status: install ok installed +Priority: optional +Section: system +Installed-Size: 48 +Maintainer: Tapio Tolvanen +Architecture: armel +Version: 1.0-2+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0 +Description: Installer utility application for third party applications. + +Package: as-config-applet-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (cs_CZ) + Language files for cs_CZ as-config-applet. + +Package: libtelepathy-farsight0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 116 +Maintainer: Olivier Crête +Architecture: armel +Source: telepathy-farsight +Version: 0.0.11-0maemo3+0m5 +Replaces: telepathy-stream-engine +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libglib2.0-0 (>= 2.20.0), libgstfarsight0.10-0, libgstreamer0.10-0 (>= 0.10.23), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32) +Description: Telepathy-farsight library + The telepathy-farsight linkage library + +Package: osso-camera-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (es_MX) + Language files for es_MX osso-camera-ui. + +Package: osso-addressbook-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: osso-addressbook-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-addressbook-l10n-public +Description: language files for osso-addressbook (fi_FI) + Language files for fi_FI osso-addressbook. + +Package: osso-tv-out-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-tv-out-l10n +Version: 6.0+r7289+0m5 +Conflicts: osso-tv-out-l10n-public +Description: language files for osso-tv-out (it_IT) + Language files for it_IT osso-tv-out. + +Package: hildon-common-strings-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: hildon-common-strings-l10n +Version: 6.0+r7191+0m5 +Conflicts: hildon-common-strings-l10n-public +Description: language files for hildon-common-strings (cs_CZ) + Language files for cs_CZ hildon-common-strings. + +Package: pulseaudio +Status: install ok installed +Priority: optional +Section: sound +Installed-Size: 1024 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 0.9.15-1maemo35+0m5 +Replaces: libpulsecore9 +Provides: libpulsecore9 +Depends: libasound2 (>> 1.0.18), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgcc1 (>= 1:4.2.1), libgdbm3, libhal1 (>= 0.5.10), libltdl7 (>= 2.2.6a), liboil0.3 (>= 0.3.14), libpulse0, libsndfile1, libspeexdsp1 (>= 1.2~beta3.2-1), lsb-base (>= 3), pulseaudio-module-bluetooth +Recommends: pulseaudio-module-x11, libasound2-plugins, gstreamer0.10-plugins-good, paprefs, padevchooser +Suggests: pulseaudio-utils, pavumeter, pavucontrol, paman +Conflicts: libltdl3 (<< 1.5.24-1), libpulsecore9, pulseaudio-module-nokia-voice (<< 0.9.15.0-42) +Conffiles: + /etc/pulse/x-maemo-match.table 68f2b2f0c1b5cf5d83f9aee98e423b4a + /etc/pulse/system.pa 8c4df0be29b4366bfa493427f6940222 + /etc/pulse/x-maemo-stream-restore.table 197d9800dd30c375da126e573eee0536 + /etc/pulse/daemon.conf dc9792a990b036d759783eb411325043 + /etc/pulse/default.pa 8c4df0be29b4366bfa493427f6940222 + /etc/default/pulseaudio c3abbdcc318f6a4f1f9286f6ea70b4de + /etc/event.replace.d/pulseaudio d13af9e77398bc48d4ab35dd8281e4a8 +Description: PulseAudio sound server + PulseAudio, previously known as Polypaudio, is a sound server for POSIX and + WIN32 systems. It is a drop in replacement for the ESD sound server with + much better latency, mixing/re-sampling quality and overall architecture. + . + These are some of PulseAudio's features: + . + * High quality software mixing of multiple audio streams with support for + more than one sink/source. May be used to combine multiple sound cards + into one (with sample rate adjustment). + . + * Wide range of supported client libraries. ESD, ALSA, oss, libao and + GStreamer client applications are supported as-is. Native PulseAudio + plug-ins are also available for xmms and mplayer. + . + * Good low latency behaviour and very accurate latency measurement for + playback and recording. Ability to fully synchronize multiple playback + streams. + . + * Network transparency, allowing an application to play back or record + audio on a different machine than the one it is running on. + . + * Extensible plug-in architecture with plug-ins for jackd, multicast-rtp + lirc and avahi, just to name a few. + . + This package contains the daemon and basic module set. +Xsbc-Original-Maintainer: Pulseaudio maintenance team + +Package: osso-powerup-shutdown-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (da_DK) + Language files for da_DK osso-powerup-shutdown. + +Package: adobe-flashplayer +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 6624 +Maintainer: Beletski Oleg +Architecture: armel +Version: 3.0.0.72+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcurl3 (>= 7.16.2-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.4+0m5), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libplayback-1-0, libpulse0 (>= 0.9.15~test5), libstdc++6 (>= 4.2.1), libx11-6, libxext6, libxml2 (>= 2.6.32), libxt6, zlib1g (>= 1:1.2.1), libcurl3, libpulse0 +Description: Adobe Flashplayer + This is a Adobe Flashplayer (9.0.159.0). + +Package: osso-cities-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (en_US) + Language files for en_US osso-cities. + +Package: osso-pdf-viewer-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (es_ES) + Language files for es_ES osso-pdf-viewer. + +Package: skype-ui-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: skype-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: skype-ui-l10n-public +Description: language files for skype-ui (en_GB) + Language files for en_GB skype-ui. + +Package: osso-pdf-viewer-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-pdf-viewer-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-pdf-viewer-l10n-public +Description: language files for osso-pdf-viewer (en_US) + Language files for en_US osso-pdf-viewer. + +Package: osso-filemanager-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-filemanager-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-filemanager-l10n-public +Description: language files for osso-filemanager (no_NO) + Language files for no_NO osso-filemanager. + +Package: osso-notes-l10n-cscz +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-notes-l10n +Version: 6.0+r7220+0m5 +Conflicts: osso-notes-l10n-public +Description: language files for osso-notes (cs_CZ) + Language files for cs_CZ osso-notes. + +Package: osso-statusbar-presence-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (no_NO) + Language files for no_NO osso-statusbar-presence. + +Package: osso-location-ui-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-location-ui-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-location-ui-l10n-public +Description: language files for osso-location-ui (pt_PT) + Language files for pt_PT osso-location-ui. + +Package: tablet-bookmark-manager +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 132 +Maintainer: Sudarsana Nagineni +Architecture: armel +Version: 0.0.18-6.10+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.8+0m5), libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libxml2 (>= 2.6.32), osso-bookmark-engine, osso-memory-backend (>= 0.19+0m5) +Description: Tablet browser bookmark manager libs + +Package: osso-tutorial-l10n-engb +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-tutorial-l10n +Version: 6.0+r7191+0m5 +Conflicts: osso-tutorial-l10n-public +Description: language files for osso-tutorial (en_GB) + Language files for en_GB osso-tutorial. + +Package: policy-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (es_ES) + Language files for es_ES policy. + +Package: maesync-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (ru_RU) + Language files for ru_RU maesync. + +Package: osso-display-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-display-l10n +Version: 6.0+r7268+0m5 +Conflicts: osso-display-l10n-public +Description: language files for osso-display (de_DE) + Language files for de_DE osso-display. + +Package: osso-systemui-tklock +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: Maria Starodubtseva +Architecture: armel +Version: 0.2.2.2+0m5 +Depends: osso-system-lock-l10n-mr0 | osso-system-lock-l10n-mr, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libpango1.0-0, libtime0, osso-systemui (>= 0.2.0.13) +Description: Touch screen and keypad lock UI + This package contains the touch screen and keypad lock UI + +Package: osso-addressbook +Status: install ok installed +Priority: optional +Section: comm +Installed-Size: 336 +Maintainer: Joergen Scheibengruber +Architecture: armel +Version: 4.20091111+0m5 +Depends: libas-common-utils-0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcityinfo0-0 (>= 0.5.8), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28.4+0m5), libhildonmime0 (>= 2.1.3), libmcclient6, libmodest-dbus-client, libnavigation0, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.26), libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), librtcom-accounts-ui-client0, librtcom-eventlogger-ui0, librtcom-eventlogger0, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libx11-6, libxml2 (>= 2.6.32), libxrender1, zlib1g (>= 1:1.2.1), maemo-launcher, gconf2 (>= 2.10.1-2), evolution-data-server-addressbook-backend-sim, evolution-data-server-addressbook-backend-telepathy, hildon-libs-l10n-mr | hildon-libs-l10n-mr0, ke-recv-l10n-mr | ke-recv-l10n-mr0, osso-addressbook-l10n-mr0 | osso-addressbook-l10n-mar, libas-common-utils-0 +Recommends: osso-maesync-ui +Conffiles: + /etc/osso-cud-scripts/osso-addressbook-clean.sh 23463ef8c68d38093c7c7306129f7890 + /etc/osso-backup/pre-backup.d/osso-addressbook-backup.sh f6bfb6f61da9fae5be987d48bb80e42f + /etc/osso-backup/restore.d/always/osso-addressbook-restore-compatibility.sh 1a7b5edadbeb31f010e5ed558ef42cd9 + /etc/osso-backup/restore.d/always/osso-addressbook-restore.sh 500a8d4b8fad21ac32d9d805c7637fb3 + /etc/osso-backup/applications/osso-addressbook.conf 9002de5d35f06581949a3a32b4e99c14 + /etc/osso/osso-addressbook-stop.sh f80b93ca4ea11cf9c59f97813788b807 +Description: OSSO Addressbook + OSSO Addressbook is a presence-aware addressbook to be used in on the Maemo + platform + +Package: libgdigicam-gst-camerabin0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Alexander Bokovoy +Architecture: armel +Source: gdigicam +Version: 0.2.44.1+0m5 +Depends: gstreamer0.10-plugins-bad, libc6 (>= 2.5.0-1), libgdigicam0, libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), libxml2 (>= 2.6.32) +Conffiles: + /etc/gdigicam/gdigicam-camerabin.conf 72bc289efcc86b3919bf67fce82d62b3 +Description: GDigicam GStreamer CameraBin library + GDigicam is a library to control GStreamer camerabin plugin. + . + This package contains the shared libraries. + +Package: osso-powerup-shutdown-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (nl_NL) + Language files for nl_NL osso-powerup-shutdown. + +Package: osso-cities-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (es_MX) + Language files for es_MX osso-cities. + +Package: udhcpc +Status: install ok installed +Priority: optional +Section: net +Installed-Size: 128 +Maintainer: Aapo Makela +Architecture: armel +Source: udhcp +Version: 0.9.8cvs20050303-2osso7 +Provides: dhcp-client +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Suggests: resolvconf +Conffiles: + /etc/udhcpc/default.bound b53104619f4b84f0f9b5cc8c5d95099e + /etc/udhcpc/default.deconfig cbb0411e42d0e14cb4c51db342a545a6 + /etc/udhcpc/default.leasefail a2427b549a95017341d20da91c6a29e2 + /etc/udhcpc/default.renew 3ff6654211c0630b516658e5eac7d818 + /etc/udhcpc/default.script 432666e3b9153cda78ca9fc8fe66e51e + /etc/udhcpc/default.nak 727b1ffed2b2d82a0bf863fa8d5be019 +Description: very small DHCP client + DHCP is a protocol like BOOTP (actually dhcpd includes much of + the functionality of BOOTPD!). It assigns IP addresses to clients + based on lease times. + This package is primarily geared towards embedded systems. It does however, + strive to be fully functional, and RFC compliant. + . + This is the client-side application. + +Package: osso-countries-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (no_NO) + Language files for no_NO osso-countries. + +Package: osso-browser-ui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: osso-browser-ui-l10n-mr +Depends: osso-browser-ui-l10n-ruru, osso-browser-ui-l10n-frfr, osso-browser-ui-l10n-frca, osso-browser-ui-l10n-dadk, osso-browser-ui-l10n-itit, osso-browser-ui-l10n-svse, osso-browser-ui-l10n-nono, osso-browser-ui-l10n-fifi, osso-browser-ui-l10n-nlnl, osso-browser-ui-l10n-enus, osso-browser-ui-l10n-dede, osso-browser-ui-l10n-esmx, osso-browser-ui-l10n-eses, osso-browser-ui-l10n-cscz, osso-browser-ui-l10n-ptpt, osso-browser-ui-l10n-engb, osso-browser-ui-l10n-plpl +Description: osso-browser-ui marketing release package + This is a metapackage for osso-browser-ui to pull all the l10n packages. + Application developers of osso-browser-ui should depend on + "osso-browser-ui-l10n-mr0 | osso-browser-ui-l10n-mr" + to ensure correct locales are getting installed. + +Package: ezitext-french-fr +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 96 +Maintainer: Mohammad Anwari +Architecture: armel +Source: ezitext +Version: 6.0.035-13+0m5 +Depends: libezitext +Description: French (France) language support for the eZiText (TM). +Confidential: yes + +Package: evolution-data-server-addressbook-backend-telepathy +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 280 +Maintainer: Jörgen Scheibengruber +Architecture: armel +Source: eds-backend-telepathy +Version: 0.4.56-1+0m5 +Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedata-book (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libmcclient6, libsqlite3-0 (>= 3.6.14), libtelepathy-glib0 (>= 0.7.37), libxml2 (>= 2.6.32), evolution-data-server-addressbook +Conffiles: + /etc/osso-backup/restore.d/always/eds-backend-telepathy-restore-compatibility.sh 9a0e1292670907576d02f0a5dfc9fb71 +Description: Telepathy backend for Evolution Data Server + This package provides a backend for Evolution Data Server than allows access + to the Telepathy roster. + +Package: libgmime-2.0-2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 456 +Maintainer: Ubuntu Core Developers +Architecture: armel +Source: gmime2.2 +Version: 2.2.20-maemo0 +Replaces: libgmime2, libgmime2.1 +Provides: libgmime2, libgmime2.1 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.12.12-1osso10), zlib1g (>= 1:1.2.1) +Conflicts: libgmime2, libgmime2.1 +Description: MIME library, unstable version + GMime is a set of utilities for parsing and creating messages using + the Multipurpose Internet Mail Extension (MIME). + +Package: osso-countries-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (it_IT) + Language files for it_IT osso-countries. + +Package: sharing-rtcom +Status: install ok installed +Priority: extra +Section: misc +Installed-Size: 56 +Maintainer: Kristiina Hietanen +Architecture: armel +Version: 1.1.40.1+0m5 +Depends: libc6 (>= 2.5.0-1), libconic0, libdbus-1-3 (>= 1.1.4), libglib2.0-0 (>= 2.20.0), libsharing0, libsharing0, libglib2.0-0 +Description: Sharing RT-Com API + Sharing RT-Com API + +Package: rtcom-messaging-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-messaging-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: rtcom-messaging-ui-l10n-public +Description: language files for rtcom-messaging-ui (fr_CA) + Language files for fr_CA rtcom-messaging-ui. + +Package: libglib2.0-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 1828 +Maintainer: Janne Karhunen +Architecture: armel +Source: glib2.0 +Version: 2.20.3-1maemo3+0m5 +Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) +Recommends: libglib2.0-data, shared-mime-info +Conflicts: libpango1.0-0 (<< 1.11) +Description: The GLib library of C routines + GLib is a library containing many useful C routines for things such + as trees, hashes, lists, and strings. It is a useful general-purpose + C library used by projects such as GTK+, GIMP, and GNOME. + . + This package contains the shared libraries. + +Package: osso-countries-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: osso-countries-l10n +Version: 6.0+r7274+0m5 +Conflicts: osso-countries-l10n-public +Description: language files for osso-countries (fr_CA) + Language files for fr_CA osso-countries. + +Package: osso-connectivity-ui-l10n-dadk +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 88 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (da_DK) + Language files for da_DK osso-connectivity-ui. + +Package: camera-firmware +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: Sakari Ailus +Architecture: armel +Version: 0.0.25+0m5 +Description: Register list images for RX-51 + +Package: osso-camera-ui-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-camera-ui-l10n +Version: 6.0+r7359+0m5 +Conflicts: osso-camera-ui-l10n-public +Description: language files for osso-camera-ui (de_DE) + Language files for de_DE osso-camera-ui. + +Package: osso-sketch +Status: install ok installed +Priority: optional +Section: non-free/misc +Installed-Size: 200 +Maintainer: Amish Maske +Architecture: armel +Version: 1.6.40-1+0m5 +Depends: osso-sketch-l10n-mr0 | osso-sketch-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, hildon-fm-l10n-mr0 | hildon-fm-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, osso-notes-l10n-mr | osso-notes-l10n-mr0, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcomapp0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildonfm2 (>= 1:2.28+0m5), libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, maemo-launcher +Conffiles: + /etc/gconf/schemas/osso-sketch.entries 4aee36a4217fc7cda4d105e272dd83c3 +Description: UI functionality of OSSO Sketch + Sketch drawing application for keeping notes and small drawings. + +Package: libxt6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 376 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxt +Version: 1:1.0.5-4+0m5 +Depends: libc6 (>= 2.5.0-1), libice6 (>= 1:1.0.0), libsm6, libx11-6 +Pre-Depends: x11-common (>= 1:7.0.0) +Description: X11 toolkit intrinsics library + libXt provides the X Toolkit Intrinsics, an abstract widget library upon + which other toolkits are based. Xt is the basis for many toolkits, including + the Athena widgets (Xaw), and LessTif (a Motif implementation). + . + More information about X.Org can be found at: + + + +Package: osso-statusbar-presence-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-statusbar-presence-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-statusbar-presence-l10n-public +Description: language files for osso-statusbar-presence (fr_CA) + Language files for fr_CA osso-statusbar-presence. + +Package: osso-imageviewer-ui-l10n-esmx +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (es_MX) + Language files for es_MX osso-imageviewer-ui. + +Package: modest-nokiamessaging-plugin-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (fr_CA) + Language files for fr_CA modest-nokiamessaging-plugin. + +Package: readline-common +Status: install ok installed +Priority: standard +Section: utils +Installed-Size: 136 +Maintainer: maemo integration +Architecture: all +Source: readline5 +Version: 5.2-2maemo2+0m5 +Replaces: libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11), libreadline-common +Conflicts: libreadline5 (<< 5.0-11), libreadline-common +Description: GNU readline and history libraries, common files + The GNU readline library aids in the consistency of user interface + across discrete programs that need to provide a command line + interface. + . + The GNU history library provides a consistent user interface for + recalling lines of previously typed input. + +Package: osso-clock-l10n-enus +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: osso-clock-l10n +Version: 6.0+r7318+0m5 +Conflicts: osso-clock-l10n-public +Description: language files for osso-clock (en_US) + Language files for en_US osso-clock. + +Package: osso-applet-screencalibration-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-screencalibration-l10n +Version: 6.0+r7152+0m5 +Conflicts: osso-applet-screencalibration-l10n-public +Description: language files for osso-applet-screencalibration (ru_RU) + Language files for ru_RU osso-applet-screencalibration. + +Package: dsp-manager +Status: install ok installed +Priority: optional +Section: non-free +Installed-Size: 72 +Maintainer: Maemo Multimedia +Architecture: armel +Source: dsp-tools +Version: 1.1.0-1+0m5 +Depends: libc6 (>= 2.5.0-1) +Conffiles: + /etc/event.replace.d/dsp-manager fcb6d2184dceb6a5c9a069b4646c2e67 +Description: DSP handler and watchdog. + +Package: osso-calculator-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (fr_CA) + Language files for fr_CA osso-calculator-ui. + +Package: maesync-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 56 +Maintainer: L10n Team +Architecture: all +Source: maesync-l10n +Version: 6.0+r7318+0m5 +Conflicts: maesync-l10n-public +Description: language files for maesync (no_NO) + Language files for no_NO maesync. + +Package: hildon-application-manager-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: hildon-application-manager-l10n-mr +Depends: hildon-application-manager-l10n-ruru, hildon-application-manager-l10n-frfr, hildon-application-manager-l10n-frca, hildon-application-manager-l10n-dadk, hildon-application-manager-l10n-itit, hildon-application-manager-l10n-svse, hildon-application-manager-l10n-nono, hildon-application-manager-l10n-fifi, hildon-application-manager-l10n-nlnl, hildon-application-manager-l10n-enus, hildon-application-manager-l10n-dede, hildon-application-manager-l10n-esmx, hildon-application-manager-l10n-eses, hildon-application-manager-l10n-cscz, hildon-application-manager-l10n-ptpt, hildon-application-manager-l10n-engb, hildon-application-manager-l10n-plpl +Description: hildon-application-manager marketing release package + This is a metapackage for hildon-application-manager to pull all the l10n packages. + Application developers of hildon-application-manager should depend on + "hildon-application-manager-l10n-mr0 | hildon-application-manager-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-browser-ui-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-browser-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-browser-ui-l10n-public +Description: language files for osso-browser-ui (it_IT) + Language files for it_IT osso-browser-ui. + +Package: libsignonui-l10n-mr0 +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 32 +Maintainer: Maciej Blomberg +Architecture: all +Source: marketing-release +Version: 6.11+0m5 +Provides: libsignonui-l10n-mr +Depends: libsignonui-l10n-ruru, libsignonui-l10n-frfr, libsignonui-l10n-frca, libsignonui-l10n-dadk, libsignonui-l10n-itit, libsignonui-l10n-svse, libsignonui-l10n-nono, libsignonui-l10n-fifi, libsignonui-l10n-nlnl, libsignonui-l10n-enus, libsignonui-l10n-dede, libsignonui-l10n-esmx, libsignonui-l10n-eses, libsignonui-l10n-cscz, libsignonui-l10n-ptpt, libsignonui-l10n-engb, libsignonui-l10n-plpl +Description: libsignonui marketing release package + This is a metapackage for libsignonui to pull all the l10n packages. + Application developers of libsignonui should depend on + "libsignonui-l10n-mr0 | libsignonui-l10n-mr" + to ensure correct locales are getting installed. + +Package: osso-imageviewer-ui-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 72 +Maintainer: L10n Team +Architecture: all +Source: osso-imageviewer-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-imageviewer-ui-l10n-public +Description: language files for osso-imageviewer-ui (ru_RU) + Language files for ru_RU osso-imageviewer-ui. + +Package: osso-cities-l10n-fifi +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 68 +Maintainer: L10n Team +Architecture: all +Source: osso-cities-l10n +Version: 6.0+r7336+0m5 +Conflicts: osso-cities-l10n-public +Description: language files for osso-cities (fi_FI) + Language files for fi_FI osso-cities. + +Package: osso-connectivity-ui-l10n-frca +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 92 +Maintainer: L10n Team +Architecture: all +Source: osso-connectivity-ui-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-connectivity-ui-l10n-public +Description: language files for osso-connectivity-ui (fr_CA) + Language files for fr_CA osso-connectivity-ui. + +Package: status-menu-applet-profiles +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Maria Starodubtseva +Architecture: armel +Version: 0.12+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libpango1.0-0, libprofile0, libhildon1 (>= 2.1.10), libosso1, libprofile0 (>= 0.0.3), profiled (>= 0.0.3), profile-data (>= 0.0.2), libhildondesktop1, osso-profiles-l10n-mr | osso-profiles-l10n-mr0 +Description: Profiles status menu plugin + This package contains the status menu plugin for switching profiles + +Package: as-config-applet-l10n-ptpt +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: as-config-applet-l10n +Version: 6.0+r7389+0m5 +Conflicts: as-config-applet-l10n-public +Description: language files for as-config-applet (pt_PT) + Language files for pt_PT as-config-applet. + +Package: hildon-control-panel-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: hildon-control-panel-l10n +Version: 6.0+r7342+0m5 +Conflicts: hildon-control-panel-l10n-public +Description: language files for hildon-control-panel (es_ES) + Language files for es_ES hildon-control-panel. + +Package: hildon-fm-l10n-itit +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: hildon-fm-l10n +Version: 6.0+r7289+0m5 +Conflicts: hildon-fm-l10n-public +Description: language files for hildon-fm (it_IT) + Language files for it_IT hildon-fm. + +Package: hildon-application-manager-l10n-ruru +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 76 +Maintainer: L10n Team +Architecture: all +Source: hildon-application-manager-l10n +Version: 6.0+r7389+0m5 +Conflicts: hildon-application-manager-l10n-public +Description: language files for hildon-application-manager (ru_RU) + Language files for ru_RU hildon-application-manager. + +Package: rtcom-call-ui-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 60 +Maintainer: L10n Team +Architecture: all +Source: rtcom-call-ui-l10n +Version: 6.0+r7342+0m5 +Conflicts: rtcom-call-ui-l10n-public +Description: language files for rtcom-call-ui (nl_NL) + Language files for nl_NL rtcom-call-ui. + +Package: osso-powerup-shutdown-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 52 +Maintainer: L10n Team +Architecture: all +Source: osso-powerup-shutdown-l10n +Version: 6.0+r7389+0m5 +Conflicts: osso-powerup-shutdown-l10n-public +Description: language files for osso-powerup-shutdown (es_ES) + Language files for es_ES osso-powerup-shutdown. + +Package: modest-nokiamessaging-plugin-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (es_ES) + Language files for es_ES modest-nokiamessaging-plugin. + +Package: libhildonfm2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 348 +Maintainer: Richard Sun +Architecture: armel +Source: libhildonfm +Version: 1:2.28.9+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon-thumbnail0 (>= 3.0.43+0m5), libhildon1, libhildonmime0 (>= 2.1.3), libosso-gnomevfs2-0, libpango1.0-0, libtrackerclient0, hildon-fm-l10n-mr | hildon-fm-l10n-mr0, gnome-vfs-filechooser-backend +Description: Hildon file management libraries. + Hildon file management widgets: Hildon file chooser, file selector, + File Open/Save dialog, file details dialog. + +Package: osso-calculator-ui-l10n-nono +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-calculator-ui-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-calculator-ui-l10n-public +Description: language files for osso-calculator-ui (no_NO) + Language files for no_NO osso-calculator-ui. + +Package: libgdigicam0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 104 +Maintainer: Alexander Bokovoy +Architecture: armel +Source: gdigicam +Version: 0.2.44.1+0m5 +Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libgstreamer-plugins-base0.10-0 (>= 0.10.25), libgstreamer0.10-0 (>= 0.10.25), libgtk2.0-0 (>= 2:2.12.9-0osso1), libxml2 (>= 2.6.32) +Description: GDigicam library + GDigicam is a library to control digicam oriented GStreamer bins. + . + This package contains the shared libraries. + +Package: status-area-applet-battery +Status: install ok installed +Priority: extra +Section: x11 +Installed-Size: 76 +Maintainer: Philippe De Swert +Architecture: armel +Version: 0.1.22+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra0 (>= 0.10), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhal1 (>= 0.5.10), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libpango1.0-0, libprofile0, osso-dsm-ui-l10n-mr | osso-dsm-ui-l10n-mr0, osso-sounds-ui, libprofile0 (>= 0.0.3), profiled (>= 0.0.3) +Description: status area battery applet + Battery applet for the status area. This will show the battery information. + +Package: lsof +Status: install ok installed +Priority: standard +Section: utils +Installed-Size: 480 +Maintainer: Jim Mintha +Architecture: armel +Version: 4.70-1osso2 +Replaces: lsof-2.2, lsof-2.0.35, lsof-2.0.36, lsof-2.0.38 +Depends: libc6 (>= 2.5.0-1) +Conflicts: suidmanager (<< 0.50) +Description: List open files. + Lsof is a Unix-specific diagnostic tool. Its name stands + for LiSt Open Files, and it does just that. It lists + information about any files that are open, by processes + currently running on the system. + The binary should work on any kernel in 2.2 or 2.4 + +Package: modest-nokiamessaging-plugin-l10n-nlnl +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 64 +Maintainer: L10n Team +Architecture: all +Source: modest-nokiamessaging-plugin-l10n +Version: 6.0+r7389+0m5 +Conflicts: modest-nokiamessaging-plugin-l10n-public +Description: language files for modest-nokiamessaging-plugin (nl_NL) + Language files for nl_NL modest-nokiamessaging-plugin. + +Package: pulseaudio-module-bluetooth +Status: install ok installed +Priority: extra +Section: sound +Installed-Size: 244 +Maintainer: Maemo Multimedia +Architecture: armel +Source: pulseaudio +Version: 0.9.15-1maemo35+0m5 +Depends: libbluetooth3 (>= 4.56), libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libgcc1 (>= 1:4.2.1), libgdbm3, libltdl7 (>= 2.2.6a), liboil0.3 (>= 0.3.14), libpulse0, libsndfile1, libspeexdsp1 (>= 1.2~beta3.2-1), pulseaudio +Conflicts: pulseaudio (<< 0.9.14-2) +Description: Bluetooth module for PulseAudio sound server + PulseAudio, previously known as Polypaudio, is a sound server for POSIX and + WIN32 systems. It is a drop in replacement for the ESD sound server with + much better latency, mixing/re-sampling quality and overall architecture. + . + This module enables PulseAudio to work with bluetooth devices, like headset + or audio gateway. + . + The module is called module-bluetooth +Xsbc-Original-Maintainer: Pulseaudio maintenance team + +Package: libxau6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 64 +Maintainer: Debian X Strike Force +Architecture: armel +Source: libxau +Version: 1:1.0.3-2osso1.1 +Depends: libc6 (>= 2.5.0-1), x11-common +Description: X11 authorisation library + This package provides the main interface to the X11 authorisation handling, + which controls authorisation for X connections, both client-side and + server-side. + . + More information about X.Org can be found at: + + + +Package: policy-l10n-svse +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: policy-l10n +Version: 6.0+r7250+0m5 +Conflicts: policy-l10n-public +Description: language files for policy (sv_SE) + Language files for sv_SE policy. + +Package: maemo-statusmenu-volume +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 144 +Maintainer: Maemo Multimedia +Architecture: armel +Version: 0.50+0m5 +Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1, libhildondesktop1, libosso-gnomevfs2-0, libpango1.0-0, libpixman-1-0 (>= 0.13.2), libpng12-0 (>= 1.2.13-4), libpulse-mainloop-glib0, libpulse0 (>= 0.9.15~test5), libx11-6, libxrender1, zlib1g (>= 1:1.2.1), libhildon1 (>= 2.2.0~rc8), libcairo2 (>= 1.8.0), libosso1 (>= 2.0), libhildondesktop1 (>= 2.1.0), libpulse0 (>= 0.9.12), libpulse-mainloop-glib0 (>= 0.9.12), libdbus-glib-1-2 (>= 0.74), pasr (>= 0.9.15-2), hildon-libs-l10n-mr0 | hildon-libs-l10n-mr +Conffiles: + /etc/osso-backup/restore.d/always/volume-restore.sh 46576f552a2ab6c7f73f0342a38a734b + /etc/osso-backup/applications/volume.conf b8c25e8f5acfb1efc132f70e803dce08 + /etc/osso-backup/pre-backup.d/volume-backup.sh 15a670278005fa0fcdea42dcbe158270 +Description: Volume status menu plugin + This package contains the status menu plugin for sound volume slider + +Package: osso-applet-device-l10n-dede +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (de_DE) + Language files for de_DE osso-applet-device. + +Package: osso-applet-device-l10n-eses +Status: install ok installed +Priority: optional +Section: misc +Installed-Size: 48 +Maintainer: L10n Team +Architecture: all +Source: osso-applet-device-l10n +Version: 6.0+r7179+0m5 +Conflicts: osso-applet-device-l10n-public +Description: language files for osso-applet-device (es_ES) + Language files for es_ES osso-applet-device. + +Package: libohm-plugin-core0 +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 92 +Maintainer: Krisztian Litkey +Architecture: armel +Source: ohm +Version: 0.1.2-0maemo31+0m5 +Replaces: ohm-plugin-core0 +Provides: ohm-plugin-core0 +Depends: libc6 (>= 2.5.0-1) +Conflicts: ohm-plugin-core0 +Description: Common OHM libraries. + . + This package contains libraries needed by both for running OHM and + developing OHM plugins. +Git-Id: no + +Package: mp-fremantle-generic-pr +Architecture: all +Version: 3.2010.02-8 +Priority: required +Section: user/system +Maintainer: Nokia +Maemo-Display-Name: Maemo 5 +Description: +Maemo-Upgrade-Description: +Depends: prolog-extensions (= 0.0.14+0m5), osso-sharing-ui-l10n-engb (= 6.0+r7389+0m5), libexempi3 (= 2.0.2-1maemo8+0m5), osso-uri-l10n-mr0 (= 6.11+0m5), osso-rss-feed-reader-l10n-enus (= 6.0+r7389+0m5), hildon-desktop-applet-settings-mr0 (= 0.13-1+1.0+0m5), locale-resolver-data (= 0.2.5-3+0m5), osso-applet-device-l10n-frca (= 6.0+r7179+0m5), osso-imageviewer-ui-l10n-itit (= 6.0+r7389+0m5), skype-ui-l10n-svse (= 6.0+r7389+0m5), osso-applet-screencalibration-l10n-engb (= 6.0+r7152+0m5), skype-ui-l10n-nono (= 6.0+r7389+0m5), libgpx0 (= 0.91-1), osso-applet-accounts-l10n-fifi (= 6.0+r7359+0m5), osso-powerup-shutdown-l10n-nono (= 6.0+r7389+0m5), osso-tv-out-l10n-frca (= 6.0+r7289+0m5), hildon-status-bar-usb-l10n-dadk (= 6.0+r7220+0m5), libgssdp-1.0-1 (= 0.6.4-0maemo2+0m5), osso-fm-transmitter-l10n-ruru (= 6.0+r7220+0m5), maemo-bluez-compat (= 0.21+0m5), calendar-l10n-plpl (= 6.0+r7318+0m5), as-config-applet-l10n-mr0 (= 6.11+0m5), eff-content-fonts (= 1.0-6), connui-btsettings (= 2.58+0m5), hildon-input-method-l10n-engb (= 6.0+r7268+0m5), maesync-l10n-frca (= 6.0+r7318+0m5), hildon-input-method-l10n-dadk (= 6.0+r7268+0m5), libosso-abook (= 4.20091106+0m5), rtcom-messaging-ui-l10n-eses (= 6.0+r7389+0m5), profile-data (= 0.0.6+0m5), busybox-symlinks-ifupdown (= 3:1.10.2.legal-1osso26+0m5), osso-countries-l10n-nlnl (= 6.0+r7274+0m5), libsignonui-l10n-ruru (= 6.0+r7191+0m5), mediaplayer-l10n-frfr (= 6.0+r7389+0m5), osso-location-ui-l10n-plpl (= 6.0+r7268+0m5), shared-mime-info (= 0.30-2maemo5+0m5), osso-applet-device (= 2.4.0-1+0m5), hildon-common-strings-l10n-frca (= 6.0+r7191+0m5), libxdmcp6 (= 1:1.0.2-2osso1.1), calendar-l10n-dadk (= 6.0+r7318+0m5), modest-l10n-nlnl (= 6.0+r7389+0m5), osso-core-config (= 1:0.6.8+0m5), tablet-browser-view (= 2.0.8-2.11+0m5), maemosec-certman-common-ca (= 0.1.4+0m5), policy-l10n-frfr (= 6.0+r7250+0m5), hildon-status-menu (= 0.3.32+0m5), osso-camera-ui-l10n-frfr (= 6.0+r7359+0m5), osso-applet-screencalibration-l10n-dede (= 6.0+r7152+0m5), osso-suw-l10n-engb (= 6.0+r7359+0m5), imengines-ezitext (= 4.3.2-1+0m5), sudo (= 1:1.6.8p12-4osso22+0m5), libfreetype6 (= 2.3.9-1osso2+0m5), osso-calculator-ui-l10n-cscz (= 6.0+r7179+0m5), dsme (= 0.60.39+0m5), connui-conndlgs-bluetooth (= 2.58+0m5), libsysfs2 (= 2.1.0-3osso3), hildon-libs-l10n-fifi (= 6.0+r7389+0m5), hildon-application-manager-l10n-plpl (= 6.0+r7389+0m5), osso-profiles-l10n-frca (= 6.0+r7359+0m5), libxcb-shm0 (= 1.1.92-2downgraded), osso-clock-l10n-dede (= 6.0+r7318+0m5), osso-sketch-l10n-frca (= 6.0+r7289+0m5), hildon-status-bar-usb-l10n-fifi (= 6.0+r7220+0m5), libprofile0 (= 0.0.18+0m5), hildon-application-manager-l10n-dede (= 6.0+r7389+0m5), osso-location-ui-l10n-frfr (= 6.0+r7268+0m5), osso-uri-l10n-nlnl (= 6.0+r7191+0m5), osso-backup-l10n-ruru (= 6.0+r7359+0m5), hildon-application-manager-l10n-ptpt (= 6.0+r7389+0m5), makedev (= 2.3.2~2.3.1-80osso9), osso-connectivity-ui-l10n-itit (= 6.0+r7389+0m5), osso-camera-ui-l10n-fifi (= 6.0+r7359+0m5), osso-applet-accounts-l10n-itit (= 6.0+r7359+0m5), libhildon-im-ui3 (= 1:2.1.35-1+0m5), osso-connectivity-ui-l10n-dede (= 6.0+r7389+0m5), hildon-control-panel-l10n-dede (= 6.0+r7342+0m5), libxml2 (= 2.6.32.dfsg-5maemo3+0m5), x11-xkb-utils (= 7.4+1-maemo2+0m5), microb-engine-common (= 20090612-49+0m5), osso-sharing-ui-l10n-svse (= 6.0+r7389+0m5), maemo-af-desktop-l10n-ruru (= 6.0+r7289+0m5), libcomapp0 (= 1.6.36-2+0m5), osso-imageviewer-ui-l10n-nono (= 6.0+r7389+0m5), gpgv (= 1.4.6-2maemo2), desktop-file-utils (= 0.12-2osso6+0m5), osso-mission-control (= 5.16+0m5), libxsp0 (= 1.2.3-4.1), telepathy-spirit (= 0.4.24+0m5), osso-applet-certman-l10n-dede (= 6.0+r7389+0m5), libdbus-1-3 (= 1.2.14-0maemo1+0m5), as-config-applet-l10n-ruru (= 6.0+r7389+0m5), hildon-control-panel-l10n-frfr (= 6.0+r7342+0m5), modest-nokiamessaging-plugin-l10n-frfr (= 6.0+r7389+0m5), osso-applet-memory-l10n-mr0 (= 6.11+0m5), osso-system-lock-l10n-engb (= 6.0+r7220+0m5), hildon-control-panel-l10n-mr0 (= 6.11+0m5), module-init-tools (= 3.4-1maemo5+0m5), hildon-im-keyboard-assistant (= 3.9.46-2+0m5), libenca0 (= 1.9-7maemo2+0m5), osso-statusbar-sound-l10n-nlnl (= 6.0+r7130+0m5), libffi5 (= 3.0.7-1maemo1), hildon-application-manager-l10n-engb (= 6.0+r7389+0m5), osso-sharing-ui-l10n-plpl (= 6.0+r7389+0m5), libgstfarsight0.10-0 (= 0.0.16-0maemo6+0m5), policy-l10n-cscz (= 6.0+r7250+0m5), osso-uri-l10n-dede (= 6.0+r7191+0m5), hildon-application-manager-l10n-nono (= 6.0+r7389+0m5), wl1251-firmware (= 0.3.2+0m5), libcairo2 (= 1.8.6-0maemo3+0m5), osso-applet-textinput (= 3.1.8-1+0m5), librtcom-eventlogger0 (= 0.80-5+0m5), libgdbm3 (= 1.8.3-2maemo3+0m5), libexif12 (= 0.6.17-1maemo1+0m5), libhildondesktop1 (= 2.1.37+0m5), osso-connectivity-ui-l10n-nono (= 6.0+r7389+0m5), rtcom-call-ui-l10n-cscz (= 6.0+r7342+0m5), osso-applet-memory-l10n-eses (= 6.0+r7268+0m5), osso-powerup-shutdown-l10n-frfr (= 6.0+r7389+0m5), osso-calculator-ui-l10n-plpl (= 6.0+r7179+0m5), osso-systemui-modechange (= 0.3.4+0m5), maemo-applet-tvout (= 0.8+0m5), as-config-applet-l10n-enus (= 6.0+r7389+0m5), hildon-common-strings-l10n-enus (= 6.0+r7191+0m5), mini-rc (= 0.2.66+0m5), osso-statusbar-presence-l10n-ptpt (= 6.0+r7389+0m5), libsignonui-l10n-ptpt (= 6.0+r7191+0m5), osso-connectivity-ui-l10n-ptpt (= 6.0+r7389+0m5), libsofia-sip-ua0 (= 1.12.10-0maemo5+0m5), osso-location-ui-l10n-mr0 (= 6.11+0m5), libicd-network-gprs (= 0.53+0m5), connui-conndlgs-cellular (= 2.105+0m5), osso-applet-certman-l10n-ptpt (= 6.0+r7389+0m5), osso-profiles-l10n-plpl (= 6.0+r7359+0m5), osso-rss-feed-reader-l10n-fifi (= 6.0+r7389+0m5), mediaplayerhomeapplet (= 1.1-6+0m5), libuuid1 (= 1.41.3-1maemo6+0m5), osso-statusbar-sound-l10n-frfr (= 6.0+r7130+0m5), maemo-statusmenu-fmtx (= 0.11+0m5), osso-games-l10n-mr0 (= 6.11+0m5), hald-addon-bme (= 0.0.16+0m5), osso-rss-feed-reader-l10n-dadk (= 6.0+r7389+0m5), osso-countries-l10n-frfr (= 6.0+r7274+0m5), osso-applet-certman-l10n-plpl (= 6.0+r7389+0m5), skype-ui-l10n-dadk (= 6.0+r7389+0m5), calendar-l10n-cscz (= 6.0+r7318+0m5), osso-countries-l10n-eses (= 6.0+r7274+0m5), ezitext-essential-plugins (= 6.0.035-13+0m5), osso-statusbar-sound-l10n-dadk (= 6.0+r7130+0m5), calendar-l10n-frfr (= 6.0+r7318+0m5), mediaplayer-l10n-mr0 (= 6.11+0m5), skype-ui-l10n-plpl (= 6.0+r7389+0m5), libsoup2.4-1 (= 2.26.3-0maemo1+0m5), lsb-base (= 3.2-15osso2), maemo-input-sounds (= 0.6-5+0m5), fontconfig (= 2.6.0-1osso1+0m5), ke-recv-l10n-fifi (= 6.0+r7289+0m5), osso-fm-transmitter-l10n-dede (= 6.0+r7220+0m5), mediaplayer-l10n-ptpt (= 6.0+r7389+0m5), libjpeg62 (= 6b-9osso6+0m5), osso-browser-ui-l10n-engb (= 6.0+r7389+0m5), osso-location-ui-l10n-engb (= 6.0+r7268+0m5), libqt4-gui (= 4.5.3~git20090723-0maemo6+0m5), osso-uri-l10n-esmx (= 6.0+r7191+0m5), hildon-application-manager-l10n-fifi (= 6.0+r7389+0m5), osso-notes-l10n-ptpt (= 6.0+r7220+0m5), osso-rss-feed-reader-l10n-nlnl (= 6.0+r7389+0m5), osso-applet-memory-l10n-svse (= 6.0+r7268+0m5), rtcom-call-ui-l10n-svse (= 6.0+r7342+0m5), hildon-welcome (= 0.23-2+0m5), osso-backup-l10n-ptpt (= 6.0+r7359+0m5), osso-imageviewer-ui-l10n-enus (= 6.0+r7389+0m5), modest-l10n-nono (= 6.0+r7389+0m5), osso-applet-certman-l10n-ruru (= 6.0+r7389+0m5), osso-clock-l10n-plpl (= 6.0+r7318+0m5), evolution-data-server-addressbook-backend-sim (= 0.11.0-1+0m5), osso-applet-textinput-l10n-dadk (= 6.0+r7220+0m5), getbootstate (= 1.0.38+0m5), libdres0 (= 0.1.15+0m5), gstreamer0.10-wma (= 0.32+0m5), osso-browser-ui-l10n-cscz (= 6.0+r7389+0m5), tablet-browser-dialogs (= 0.4.0-1.2+0m5), hildon-status-bar-usb-l10n-itit (= 6.0+r7220+0m5), omap3430-dsp-baseimage-ti (= 0.200944-2+0m5), modest-providers-data (= 1.0-2009.47-2+0m5), osso-af-startup (= 1.80-2+0m5), osso-addressbook-l10n-esmx (= 6.0+r7389+0m5), location-status (= 0.106-1+0m5), libwl1251 (= 0.14+0m5), osso-camera-ui-l10n-plpl (= 6.0+r7359+0m5), osso-tv-out-l10n-ptpt (= 6.0+r7289+0m5), osso-system-lock-l10n-cscz (= 6.0+r7220+0m5), skype-ui-l10n-itit (= 6.0+r7389+0m5), osso-applet-memory-l10n-plpl (= 6.0+r7268+0m5), osso-dsm-ui-l10n-fifi (= 6.0+r7389+0m5), libconnui-cellular (= 2.105+0m5), osso-powerup-shutdown-l10n-itit (= 6.0+r7389+0m5), hildon-fm-l10n-nono (= 6.0+r7289+0m5), osso-clock-l10n-svse (= 6.0+r7318+0m5), libsignonui-l10n-fifi (= 6.0+r7191+0m5), camera-ui (= 1.0.48.1+0m5), osso-applet-memory-l10n-ptpt (= 6.0+r7268+0m5), ncurses-base (= 5.7+20081213-1.maemo1+0m5), osso-applet-certman-l10n-svse (= 6.0+r7389+0m5), osso-profiles-l10n-enus (= 6.0+r7359+0m5), phonet-at (= 0.7.7+0m5), osso-display-l10n-esmx (= 6.0+r7268+0m5), hildon-control-panel-l10n-ptpt (= 6.0+r7342+0m5), fakedebconf (= 0.0.2), modest-as-plugin-0 (= 0.0.2-26+0m5), policy-l10n-nono (= 6.0+r7250+0m5), libpopt0 (= 1.10-3osso3+0m5), osso-applet-device-l10n-engb (= 6.0+r7179+0m5), osso-filemanager-l10n-cscz (= 6.0+r7389+0m5), csd-ss (= 0.3.5.m5), osso-system-lock-l10n-nlnl (= 6.0+r7220+0m5), osso-calculator-ui-l10n-ruru (= 6.0+r7179+0m5), osso-addressbook-l10n-svse (= 6.0+r7389+0m5), hildon-status-bar-usb-l10n-cscz (= 6.0+r7220+0m5), libxcb-randr0 (= 1.1.92-2downgraded), hildon-input-method-l10n-ruru (= 6.0+r7268+0m5), osso-systemui-conf (= 0.1.2.9+0m5), libsysinfo0 (= 0~20091124.1+0m5), osso-sketch-l10n-mr0 (= 6.11+0m5), hildon-control-panel-personalisation-l10n-eses (= 6.0+r7152+0m5), liblas1 (= 1.0.2+0m5), osso-dsm-ui-l10n-enus (= 6.0+r7389+0m5), osso-sharing-ui-l10n-ptpt (= 6.0+r7389+0m5), connui-conndlgs (= 2.76.1+0m5), skyhost-bin (= 1.10.337-1+0m5), hildon-application-manager (= 1:2.2.52.2+0m5), clinkc-av0 (= 1.0-15), libusb-0.1-4 (= 2:0.1.12-5osso3+0m5), maemo-af-desktop-l10n-dede (= 6.0+r7289+0m5), osso-browser-ui-l10n-svse (= 6.0+r7389+0m5), osso-filemanager (= 1:3038.2+0m5), osso-rss-feed-reader-l10n-eses (= 6.0+r7389+0m5), osso-applet-screencalibration-l10n-esmx (= 6.0+r7152+0m5), busybox-symlinks-iputils-ping (= 3:1.10.2.legal-1osso26+0m5), osso-applet-textinput-l10n-plpl (= 6.0+r7220+0m5), rtcom-call-ui-l10n-esmx (= 6.0+r7342+0m5), sysinfo-common (= 0~20091124.1+0m5), hildon-fm-l10n-ptpt (= 6.0+r7289+0m5), hildon-common-strings-l10n-frfr (= 6.0+r7191+0m5), wpeditor0 (= 2.46-1+0m5), hildon-application-manager-l10n-cscz (= 6.0+r7389+0m5), hildon-status-bar-usb-l10n-nono (= 6.0+r7220+0m5), osso-pdf-viewer-l10n-engb (= 6.0+r7191+0m5), hildon-libs-l10n-ruru (= 6.0+r7389+0m5), osso-applet-accounts-l10n-mr0 (= 6.11+0m5), libqt4-sql-sqlite (= 4.5.3~git20090723-0maemo6+0m5), hildon-desktop-application-shortcuts-mr0 (= 0.13-1+1.0+0m5), chinese-font (= 1.3.0-1), as-config-applet-l10n-eses (= 6.0+r7389+0m5), sqlite3 (= 3.6.14-1maemo1+0m5), hildon-libs-l10n-engb (= 6.0+r7389+0m5), libcscall2 (= 0.8.3.1+0m5), osso-cities-l10n-frfr (= 6.0+r7336+0m5), libgvfscommon0 (= 1.0.3-3maemo3.2+0m5), microb-engine (= 20090612-49+0m5), osso-games-l10n-svse (= 6.0+r7289+0m5), hildon-common-strings-l10n-dede (= 6.0+r7191+0m5), policy-l10n-frca (= 6.0+r7250+0m5), osso-cities-l10n-itit (= 6.0+r7336+0m5), osso-sketch-l10n-frfr (= 6.0+r7289+0m5), osso-connectivity-ui-l10n-esmx (= 6.0+r7389+0m5), flasher (= 2.8.2.0.1+0m5), osso-location-ui-l10n-cscz (= 6.0+r7268+0m5), libloudmouth1-0 (= 1.4.1-0osso8+0m5), modest-l10n-itit (= 6.0+r7389+0m5), osso-fm-transmitter-l10n-svse (= 6.0+r7220+0m5), rtcom-messaging-ui (= 1.1.3-1+0m5), sharing-service-flickr (= 1.1.50.2+0m5), osso-statusbar-sound-l10n-fifi (= 6.0+r7130+0m5), osso-profiles-l10n-frfr (= 6.0+r7359+0m5), hildon-libs-l10n-esmx (= 6.0+r7389+0m5), libxkbfile1 (= 1:1.0.5-1), osso-pdf-viewer-l10n-nlnl (= 6.0+r7191+0m5), osso-dsm-ui-l10n-dede (= 6.0+r7389+0m5), hildon-control-panel-personalisation-l10n-svse (= 6.0+r7152+0m5), osso-profiles-l10n-cscz (= 6.0+r7359+0m5), rtcom-messaging-ui-l10n-engb (= 6.0+r7389+0m5), modest-nokiamessaging-plugin-l10n-cscz (= 6.0+r7389+0m5), osso-location-ui-l10n-nono (= 6.0+r7268+0m5), osso-applet-accounts-l10n-frfr (= 6.0+r7359+0m5), libisi1 (= 1.4.2+0m5), sharing-manager (= 1.1.42.1+0m5), rtcom-call-ui-l10n-dede (= 6.0+r7342+0m5), libdevlock1 (= 1.0.8+0m5), busybox-symlinks-time (= 3:1.10.2.legal-1osso26+0m5), osso-sharing-ui-l10n-frca (= 6.0+r7389+0m5), hildon-status-bar-usb (= 2.1.99-25-12+0m5), osso-tutorial-l10n-mr0 (= 6.11+0m5), osso-applet-textinput-l10n-fifi (= 6.0+r7220+0m5), omap3430-dsp-libraries-ti (= 0.200944-2+0m5), osso-fm-transmitter-l10n-engb (= 6.0+r7220+0m5), osso-display-l10n-enus (= 6.0+r7268+0m5), osso-statusbar-presence-l10n-enus (= 6.0+r7389+0m5), osso-rss-feed-reader-l10n-nono (= 6.0+r7389+0m5), libnotify1 (= 0.4.4-2recomp1+0m5), osso-clock-l10n-engb (= 6.0+r7318+0m5), libssl0.9.8 (= 0.9.8g-15maemo4+0m5), osso-statusbar-sound-l10n-itit (= 6.0+r7130+0m5), libtopos0 (= 0.96-2+0m5), osso-backup-l10n-itit (= 6.0+r7359+0m5), libpoppler0c2 (= 0.4.5-5.1etch2maemo3+0m5), osso-applet-textinput-l10n-svse (= 6.0+r7220+0m5), osso-applet-textinput-l10n-dede (= 6.0+r7220+0m5), osso-filemanager-l10n-engb (= 6.0+r7389+0m5), modest-l10n-svse (= 6.0+r7389+0m5), modest-nokiamessaging-plugin-l10n-ptpt (= 6.0+r7389+0m5), hildon-control-panel-personalisation-l10n-plpl (= 6.0+r7152+0m5), libconbtui0 (= 2.76.1+0m5), osso-sketch-l10n-fifi (= 6.0+r7289+0m5), libqt4-sql (= 4.5.3~git20090723-0maemo6+0m5), osso-powerup-shutdown-l10n-cscz (= 6.0+r7389+0m5), osso-pdf-viewer-l10n-svse (= 6.0+r7191+0m5), osso-browser-ui-l10n-plpl (= 6.0+r7389+0m5), osso-tv-out-l10n-esmx (= 6.0+r7289+0m5), osso-uri-l10n-ruru (= 6.0+r7191+0m5), busybox-symlinks-dnsutils (= 3:1.10.2.legal-1osso26+0m5), hildon-control-panel-personalisation-l10n-ptpt (= 6.0+r7152+0m5), osso-notes-l10n-dadk (= 6.0+r7220+0m5), osso-system-lock-l10n-nono (= 6.0+r7220+0m5), osso-applet-certman-l10n-itit (= 6.0+r7389+0m5), libptypes (= 2.1.0-1osso2), osso-statusbar-presence-l10n-esmx (= 6.0+r7389+0m5), osso-uri-l10n-fifi (= 6.0+r7191+0m5), openssl (= 0.9.8g-15maemo4+0m5), libomxil-ti-components (= 0.200944-2+0m5), osso-applet-textinput-l10n-frca (= 6.0+r7220+0m5), rtcom-messaging-ui-l10n-fifi (= 6.0+r7389+0m5), hildon-common-strings-l10n-esmx (= 6.0+r7191+0m5), osso-filemanager-l10n-svse (= 6.0+r7389+0m5), libebook (= 1.4.2.1-20091116+0m5), osso-countries-l10n-cscz (= 6.0+r7274+0m5), maemo-af-desktop-l10n-svse (= 6.0+r7289+0m5), modest (= 3.1.18+0m5), osso-display-l10n-svse (= 6.0+r7268+0m5), osso-uri-l10n-frca (= 6.0+r7191+0m5), calendar-l10n-fifi (= 6.0+r7318+0m5), osso-browser-ui-l10n-fifi (= 6.0+r7389+0m5), hildon-common-strings-l10n-svse (= 6.0+r7191+0m5), osso-powerup-shutdown-l10n-frca (= 6.0+r7389+0m5), libtelepathy-glib0 (= 0.8.1-0maemo1+0m5), perl-base (= 5.8.3-3osso11+0m5), osso-calculator-ui-l10n-esmx (= 6.0+r7179+0m5), swi-prolog (= 5.6.50-0maemo3+0m5), maesync-l10n-engb (= 6.0+r7318+0m5), telepathy-sofiasip (= 0.5.18-0maemo4+0m5), osso-camera-ui-l10n-ruru (= 6.0+r7359+0m5), osso-suw-l10n-plpl (= 6.0+r7359+0m5), libgles2-sgx-img (= 0.20091104.6.1+0m5), xserver-xomap (= 2:1.6.99.1-0osso20090208.104+0m5), libmatchbox1 (= 2:1.9-osso7+0m5), libdevlock-bin (= 1.0.8+0m5), apt (= 0.7.20.2maemo13+0m5), osso-location-ui-l10n-svse (= 6.0+r7268+0m5), libmaemosec0 (= 0.1.4+0m5), osso-notes-l10n-ruru (= 6.0+r7220+0m5), hildon-fm-l10n-mr0 (= 6.11+0m5), hildon-application-manager-l10n-esmx (= 6.0+r7389+0m5), ezitext-swedish (= 6.0.035-13+0m5), osso-pdf-viewer-l10n-itit (= 6.0+r7191+0m5), hildon-input-method (= 1:2.1.35-1+0m5), rtcom-accounts-plugin-nokiachat (= 4.97.7-1+0m5), wappushd (= 0.0.11+0m5), bluez (= 4.56-0maemo2+0m5), osso-sketch-l10n-svse (= 6.0+r7289+0m5), osso-applet-textinput-l10n-ptpt (= 6.0+r7220+0m5), osso-calculator-ui-l10n-engb (= 6.0+r7179+0m5), rtcom-messaging-ui-l10n-dadk (= 6.0+r7389+0m5), osso-cities-l10n-nono (= 6.0+r7336+0m5), maemo-af-desktop-l10n-engb (= 6.0+r7289+0m5), hildon-common-strings-l10n-nono (= 6.0+r7191+0m5), hildon-status-bar-usb-l10n-esmx (= 6.0+r7220+0m5), osso-dsm-ui-l10n-cscz (= 6.0+r7389+0m5), pulseaudio-module-nokia-voice (= 0.9.15.0-44+0m5), hildon-control-panel-l10n-cscz (= 6.0+r7342+0m5), libppu0 (= 0.1-6+0m5), osso-sketch-l10n-nono (= 6.0+r7289+0m5), osso-camera-ui-l10n-engb (= 6.0+r7359+0m5), libdbus-glib-1-2 (= 0.78-0maemo6+0m5), osso-fm-transmitter-l10n-nlnl (= 6.0+r7220+0m5), osso-tv-out-l10n-nlnl (= 6.0+r7289+0m5), osso-sketch-l10n-eses (= 6.0+r7289+0m5), modest-l10n-engb (= 6.0+r7389+0m5), libsignonui-l10n-itit (= 6.0+r7191+0m5), osso-dsm-ui-l10n-mr0 (= 6.11+0m5), osso-sharing-ui-l10n-nono (= 6.0+r7389+0m5), libssoautologin (= 1.0.4-3+0m5), libmaemosec-certman0 (= 0.1.4+0m5), hildon-fm-l10n-frca (= 6.0+r7289+0m5), hildon-control-panel (= 1:2.2.26-1+0m5), rtcom-call-ui-l10n-frfr (= 6.0+r7342+0m5), osso-browser-ui-l10n-frfr (= 6.0+r7389+0m5), osso-system-lock-l10n-dadk (= 6.0+r7220+0m5), osso-powerup-shutdown-l10n-engb (= 6.0+r7389+0m5), osso-applet-certman-l10n-mr0 (= 6.11+0m5), modest-l10n-plpl (= 6.0+r7389+0m5), osso-browser-ui-l10n-dadk (= 6.0+r7389+0m5), libsms0 (= 0.6.20+0m5), skype-ui-l10n-nlnl (= 6.0+r7389+0m5), telepathy-gabble (= 0.8.8-0maemo1+0m5), mtools (= 3.9.10-0osso4), pulseaudio-module-nokia-common (= 0.9.15.0-44+0m5), libconnui (= 2.76.1+0m5), osso-connectivity-ui-l10n-ruru (= 6.0+r7389+0m5), pulseaudio-module-gconf (= 0.9.15-1maemo35+0m5), xserver-xorg-core (= 2:1.6.99.1-0osso20090208.104+0m5), osso-pdf-viewer-l10n-mr0 (= 6.11+0m5), status-area-applet-activesync-0 (= 0.0.2-26+0m5), osso-sketch-l10n-dede (= 6.0+r7289+0m5), maesync-controller (= 0.30-0osso1+0m5), libgupnp-igd-1.0-2 (= 0.1.3-0maemo1+0m5), libsim0 (= 0.4.15+0m5), osso-system-lock-l10n-ruru (= 6.0+r7220+0m5), skype-ui-l10n-dede (= 6.0+r7389+0m5), osso-cities-l10n-frca (= 6.0+r7336+0m5), rtcom-call-ui-l10n-fifi (= 6.0+r7342+0m5), ke-recv-l10n-dadk (= 6.0+r7289+0m5), sms-manager (= 0.9.5-1.m5), rtcom-messaging-ui-l10n-mr0 (= 6.11+0m5), libsignonui-l10n-dadk (= 6.0+r7191+0m5), netbase (= 1:4.24.osso9), hildon-fm-l10n-ruru (= 6.0+r7289+0m5), libdrm2 (= 2.3.1-3), mediaplayer-l10n-eses (= 6.0+r7389+0m5), osso-suw-l10n-ruru (= 6.0+r7359+0m5), rtcom-call-ui (= 1.20091117.3+0m5), libtotem-plparser12 (= 2.27.2-1maemo1+0m5), posix-locales (= 2.7.1-1maemo4+0m5), osso-rss-feed-reader-l10n-frfr (= 6.0+r7389+0m5), libpulse-mainloop-glib0 (= 0.9.15-1maemo35+0m5), maesync-l10n-svse (= 6.0+r7318+0m5), librtcom-accounts-ui-client0 (= 4.97.7-1+0m5), osso-cities-l10n-cscz (= 6.0+r7336+0m5), osso-pdf-viewer (= 1.6.40-1+0m5), tablet-browser-controls (= 1.5.6-2.14+0m5), apt-transport-https (= 0.7.20.2maemo13+0m5), libelfg0 (= 0.8.10-2maemo2+0m5), policy-l10n-ptpt (= 6.0+r7250+0m5), modest-l10n-mr0 (= 6.11+0m5), mafw-playlist-daemon (= 0.1.2009.42-1+0m5), osso-dsm-ui-l10n-plpl (= 6.0+r7389+0m5), sharing-dialog (= 1.1.48.1+0m5), osso-applet-accounts-l10n-frca (= 6.0+r7359+0m5), osso-system-lock-l10n-mr0 (= 6.11+0m5), ke-recv-l10n-nlnl (= 6.0+r7289+0m5), osso-pdf-viewer-l10n-nono (= 6.0+r7191+0m5), hildon-input-method-framework (= 1:2.1.41-1+0m5), browser-eal (= 0.5.1-5.3+0m5), osso-profiles-l10n-fifi (= 6.0+r7359+0m5), osso-connectivity-ui-l10n-mr0 (= 6.11+0m5), maemo-af-desktop-l10n-nlnl (= 6.0+r7289+0m5), osso-sounds-ui (= 5.6+0m5), calendar-l10n-eses (= 6.0+r7318+0m5), osso-addressbook-l10n-enus (= 6.0+r7389+0m5), libfontconfig1 (= 2.6.0-1osso1+0m5), theme-default-settings-mr0 (= 0.1+0m5), osso-suw-l10n-nlnl (= 6.0+r7359+0m5), gstreamer0.10-gnomevfs (= 0.10.25-0maemo7+0m5), libgtkmozembed (= 1.7.7.4-1+0m5), osso-systemui-devlock (= 0.2.1.0+0m5), libglade2-0 (= 1:2.6.3-1maemo1), libxext6 (= 2:1.0.99.1-0maemo20081209.0), libgconf2-6 (= 2.16.0-2osso6+0m5), ke-recv-l10n-mr0 (= 6.11+0m5), osso-notes-l10n-dede (= 6.0+r7220+0m5), calendar-l10n-svse (= 6.0+r7318+0m5), osso-applet-memory-l10n-frca (= 6.0+r7268+0m5), osso-backup-l10n-esmx (= 6.0+r7359+0m5), gstreamer0.10-dsp (= 0.6.0-0maemo4+0m5), policy-l10n-mr0 (= 6.11+0m5), osso-location-ui-l10n-esmx (= 6.0+r7268+0m5), gvfs-backends (= 1.0.3-3maemo3.2+0m5), hildon-application-manager-l10n-frfr (= 6.0+r7389+0m5), osso-applet-certman-l10n-cscz (= 6.0+r7389+0m5), libpoppler0c2-glib (= 0.4.5-5.1etch2maemo3+0m5), libxrender1 (= 1:0.9.4-2+0m5), libtinymail-camel-1.0-0 (= 1.0.0-svn4048+0m5), osso-tv-out-l10n-nono (= 6.0+r7289+0m5), libqt4-svg (= 4.5.3~git20090723-0maemo6+0m5), skype-ui-l10n-esmx (= 6.0+r7389+0m5), osso-calculator-ui-l10n-fifi (= 6.0+r7179+0m5), gstreamer0.10-plugins-camera (= 0.77-2+0m5), tablet-browser-widgets (= 1.1.4-1.2+0m5), osso-backup-l10n-dadk (= 6.0+r7359+0m5), dbus (= 1.2.14-0maemo1+0m5), osso-uri-l10n-frfr (= 6.0+r7191+0m5), osso-backup-l10n-engb (= 6.0+r7359+0m5), xserver-xorg-video-fbdev (= 1:0.4.0-177+0m5), libxfont1 (= 1:1.3.2-1maemo2+0m5), osso-addressbook-l10n-cscz (= 6.0+r7389+0m5), location-proxy (= 0.98-1+0m5), libhal-storage1 (= 0.5.12~git20090219-0maemo6+0m5), hildon-common-strings-l10n-nlnl (= 6.0+r7191+0m5), osso-browser-ui-l10n-enus (= 6.0+r7389+0m5), libcsnet0 (= 0.4.14+0m5), osso-rss-feed-reader-applet (= 1.6.46-3+0m5), ezitext-portuguese-pt (= 6.0.035-13+0m5), libgstreamer-plugins-base0.10-0 (= 0.10.25-0maemo7+0m5), maesync-l10n-plpl (= 6.0+r7318+0m5), osso-backup-l10n-svse (= 6.0+r7359+0m5), libgtk2.0-0 (= 2:2.14.7-1maemo21+0m5), osso-notes-l10n-eses (= 6.0+r7220+0m5), maesync-l10n-esmx (= 6.0+r7318+0m5), osso-location-ui-l10n-enus (= 6.0+r7268+0m5), osso-system-lock-l10n-frfr (= 6.0+r7220+0m5), liboil0.3 (= 0.3.15-1maemo7), osso-applet-device-l10n-plpl (= 6.0+r7179+0m5), osso-system-lock-l10n-eses (= 6.0+r7220+0m5), xserver-xorg-input-evdev (= 1:2.1.99-1osso20090206.12+0m5), alarmd (= 1.1.14+0m5), tablet-browser-ui (= 1.7.4.17-2+0m5), libclutter-0.8-0 (= 0.8.2-0maemo59+0m5), ohm-plugins-misc (= 0.6.64+0m5), testserver (= 1.1.194+0m5), ezitext-polish (= 6.0.035-13+0m5), libtime0 (= 0.0.36+0m5), hildon-control-panel-l10n-fifi (= 6.0+r7342+0m5), mediaplayer-l10n-cscz (= 6.0+r7389+0m5), osso-rss-feed-reader-l10n-dede (= 6.0+r7389+0m5), tablet-browser-daemon (= 0.6.1.2-2+0m5), libplayback-1-0 (= 0.5-21+0m5), osso-filemanager-l10n-mr0 (= 6.11+0m5), hildon-im-virtual-keyboard-layouts (= 3.9.46-2+0m5), libi18n0 (= 0.1.8-0+0m5), osso-profiles-l10n-dede (= 6.0+r7359+0m5), rtcom-call-ui-l10n-plpl (= 6.0+r7342+0m5), osso-memory-backend (= 0.19+0m5), hildon-theme-beta (= 8.1+0m5), ke-recv-l10n-enus (= 6.0+r7289+0m5), osso-games-l10n-nlnl (= 6.0+r7289+0m5), maesync-l10n-dede (= 6.0+r7318+0m5), osso-filemanager-l10n-frca (= 6.0+r7389+0m5), libimlayouts0 (= 1.5.12-1+0m5), libmafw0 (= 0.1.2009.42-1+0m5), hildon-status-bar-usb-l10n-frfr (= 6.0+r7220+0m5), osso-tv-out-l10n-svse (= 6.0+r7289+0m5), osso-suw-l10n-itit (= 6.0+r7359+0m5), osso-filemanager-l10n-ptpt (= 6.0+r7389+0m5), pulseaudio-module-hal (= 0.9.15-1maemo35+0m5), osso-tutorial-l10n-eses (= 6.0+r7191+0m5), libsdl-image1.2 (= 1.2.4-5-recomp1), libnl1 (= 1.1-2nokia1), ezitext-greek (= 6.0.035-13+0m5), osso-fm-transmitter-l10n-dadk (= 6.0+r7220+0m5), telepathy-stream-engine (= 0.5.12-0maemo1+0m5), osso-applet-textinput-l10n-mr0 (= 6.11+0m5), osso-addressbook-l10n-ptpt (= 6.0+r7389+0m5), hildon-control-panel-l10n-nlnl (= 6.0+r7342+0m5), osso-clock-l10n-fifi (= 6.0+r7318+0m5), libsignonui-l10n-nlnl (= 6.0+r7191+0m5), osso-dsm-ui-l10n-eses (= 6.0+r7389+0m5), hildon-desktop (= 1:2.2.120-4+0m5), osso-profiles-l10n-esmx (= 6.0+r7359+0m5), osso-imageviewer-ui-l10n-plpl (= 6.0+r7389+0m5), connui-conndlgs-internet (= 2.67+0m5), osso-chess-ui (= 1.6.39-1+0m5), hildon-im-plugin-base-settings (= 3.9.46-2+0m5), hildon-status-bar-usb-l10n-ptpt (= 6.0+r7220+0m5), mediaplayer-l10n-enus (= 6.0+r7389+0m5), libprolog0 (= 0.0.14+0m5), zlib1g (= 1:1.2.3-9.osso9+0m5), osso-statusbar-presence-l10n-nlnl (= 6.0+r7389+0m5), osso-browser-ui-l10n-ptpt (= 6.0+r7389+0m5), busybox-symlinks-console-tools (= 3:1.10.2.legal-1osso26+0m5), calendar-l10n-enus (= 6.0+r7318+0m5), osso-browser-ui-l10n-eses (= 6.0+r7389+0m5), skype-ui-l10n-mr0 (= 6.11+0m5), osso-profiles-l10n-nono (= 6.0+r7359+0m5), osso-rss-feed-reader-l10n-frca (= 6.0+r7389+0m5), libxrandr2 (= 2:1.2.99.4-2), hildon-control-panel-personalisation-l10n-frca (= 6.0+r7152+0m5), osso-games-l10n-cscz (= 6.0+r7289+0m5), osso-notes-l10n-nlnl (= 6.0+r7220+0m5), busybox-symlinks-realpath (= 3:1.10.2.legal-1osso26+0m5), as-daemon-0 (= 0.0.2-28+0m5), policy-l10n-enus (= 6.0+r7250+0m5), connui-cellular-settings (= 2.105+0m5), hildon-common-strings-l10n-plpl (= 6.0+r7191+0m5), osso-uri-l10n-ptpt (= 6.0+r7191+0m5), osso-browser-ui-l10n-frca (= 6.0+r7389+0m5), imageviewer (= 3.3.46.1+0m5), libgwobex0 (= 0.62+0m5), osso-applet-device-l10n-ruru (= 6.0+r7179+0m5), libicd-network-wlan (= 0.78.1+0m5), nokiamessaging (= 1.4.5+0m5), libxcb1 (= 1.1.92-2downgraded), osso-tutorial-l10n-svse (= 6.0+r7191+0m5), libomxil-ti0 (= 0.200944-2+0m5), osso-applet-memory-l10n-cscz (= 6.0+r7268+0m5), osso-calculator-ui-l10n-itit (= 6.0+r7179+0m5), libtelcommon0 (= 0.3.11+0m5), osso-applet-accounts-l10n-plpl (= 6.0+r7359+0m5), liblomesa0 (= 1.1.42.1+0m5), calendar-l10n-itit (= 6.0+r7318+0m5), osso-powerup-shutdown-l10n-fifi (= 6.0+r7389+0m5), rtcom-messaging-ui-l10n-cscz (= 6.0+r7389+0m5), osso-abook-home-applet (= 4.20091106+0m5), osso-calculator (= 1.7.42-1+0m5), osso-dsm-ui-l10n-frfr (= 6.0+r7389+0m5), maemo-af-desktop-l10n-dadk (= 6.0+r7289+0m5), osso-fm-transmitter-l10n-fifi (= 6.0+r7220+0m5), osso-applet-accounts-l10n-ptpt (= 6.0+r7359+0m5), osso-sketch-l10n-plpl (= 6.0+r7289+0m5), policy-l10n-esmx (= 6.0+r7250+0m5), osso-display-l10n-frfr (= 6.0+r7268+0m5), osso-applet-certman-l10n-esmx (= 6.0+r7389+0m5), hildon-input-method-l10n-eses (= 6.0+r7268+0m5), osso-applet-memory-l10n-frfr (= 6.0+r7268+0m5), hildon-libs-l10n-dede (= 6.0+r7389+0m5), osso-display-l10n-engb (= 6.0+r7268+0m5), libosal0 (= 0.47-1+0m5), rtcom-presence-ui (= 0.45-1+0m5), libhllc0 (= 0.47-1+0m5), libmaemosec-certman-applet0 (= 0.0.9+0m5), osso-applet-device-l10n-nlnl (= 6.0+r7179+0m5), ke-recv-l10n-nono (= 6.0+r7289+0m5), osso-graphics-game-mahjong (= 1.4.2-1), skype-ui-l10n-fifi (= 6.0+r7389+0m5), osso-camera-ui-l10n-dadk (= 6.0+r7359+0m5), osso-tutorial-l10n-enus (= 6.0+r7191+0m5), libas-common-utils-0 (= 0.0.2-27+0m5), osso-notes (= 1.7.48-1+0m5), osso-icons-default (= 2.4.1+0m5), libgcc1 (= 1:4.2.1-4maemo9+0m5), skype-ui-l10n-ruru (= 6.0+r7389+0m5), maesync-l10n-cscz (= 6.0+r7318+0m5), osso-tutorial-l10n-fifi (= 6.0+r7191+0m5), hildon-libs-l10n-nono (= 6.0+r7389+0m5), libxcomposite1 (= 1:0.4.0-3+0m5), skype-ui-l10n-frca (= 6.0+r7389+0m5), osso-maesync-plugin (= 14.8+0m5), osso-imageviewer-ui-l10n-eses (= 6.0+r7389+0m5), hildon-status-bar-usb-l10n-plpl (= 6.0+r7220+0m5), osso-sharing-ui-l10n-esmx (= 6.0+r7389+0m5), gtkhtml3.14 (= 3.24.4-osso15+0m5), libxv1 (= 2:1.0.4-2+0m5), kernel-modules (= 2.6.28-20094803.3+0m5), ezitext-finnish (= 6.0.035-13+0m5), osso-games-l10n-itit (= 6.0+r7289+0m5), hal (= 0.5.12~git20090219-0maemo6+0m5), ohm-plugin-resolver (= 0.1.15+0m5), osso-statusbar-sound-l10n-enus (= 6.0+r7130+0m5), hildon-common-strings-l10n-mr0 (= 6.11+0m5), osso-applet-certman-l10n-frfr (= 6.0+r7389+0m5), calendar-l10n-nlnl (= 6.0+r7318+0m5), libcumulus0 (= 1.1.41.1+0m5), maemo-af-desktop-l10n-fifi (= 6.0+r7289+0m5), hildon-control-panel-l10n-esmx (= 6.0+r7342+0m5), osso-applet-textinput-l10n-esmx (= 6.0+r7220+0m5), modest-nokiamessaging-plugin-l10n-ruru (= 6.0+r7389+0m5), osso-connectivity-ui-l10n-engb (= 6.0+r7389+0m5), libasound2 (= 1.0.20-0maemo1+0m5), modest-nokiamessaging-plugin-l10n-esmx (= 6.0+r7389+0m5), osso-powerup-shutdown-l10n-esmx (= 6.0+r7389+0m5), rtcom-call-ui-l10n-ruru (= 6.0+r7342+0m5), connui-conndlgs-wlan (= 2.44+0m5), libbluetooth3 (= 4.56-0maemo2+0m5), osso-games-l10n-ruru (= 6.0+r7289+0m5), ke-recv-l10n-frca (= 6.0+r7289+0m5), ke-recv-l10n-plpl (= 6.0+r7289+0m5), hildon-fm-l10n-esmx (= 6.0+r7289+0m5), osso-profiles-l10n-nlnl (= 6.0+r7359+0m5), base-files (= 3.1.osso2+3.1.10.osso23+0m5), osso-clock-l10n-nono (= 6.0+r7318+0m5), hildon-status-bar-usb-l10n-dede (= 6.0+r7220+0m5), osso-pdf-viewer-l10n-frca (= 6.0+r7191+0m5), hildon-home (= 0.3.58+0m5), osso-clock-l10n-itit (= 6.0+r7318+0m5), libsignonui-l10n-frca (= 6.0+r7191+0m5), libasound2-plugins (= 1.0.20-0maemo1+0m5), osso-calculator-ui-l10n-enus (= 6.0+r7179+0m5), hildon-control-panel-personalisation-l10n-mr0 (= 6.11+0m5), osso-applet-device-l10n-itit (= 6.0+r7179+0m5), osso-rss-feed-reader-l10n-engb (= 6.0+r7389+0m5), ke-recv-l10n-eses (= 6.0+r7289+0m5), osso-applet-memory-l10n-enus (= 6.0+r7268+0m5), hildon-control-panel-l10n-svse (= 6.0+r7342+0m5), libimengines-wp4 (= 4.2.1-1), osso-games-l10n-eses (= 6.0+r7289+0m5), libbmeipc0 (= 0.8.51+0m5), libsqlite3-0 (= 3.6.14-1maemo1+0m5), osso-games-l10n-frfr (= 6.0+r7289+0m5), osso-dsm-ui-l10n-dadk (= 6.0+r7389+0m5), ezitext-spanish-us (= 6.0.035-13+0m5), osso-dsm-ui-l10n-ruru (= 6.0+r7389+0m5), location-home-applet (= 0.114-1+0m5), rtcom-messaging-ui-l10n-esmx (= 6.0+r7389+0m5), modest-l10n-enus (= 6.0+r7389+0m5), osso-camera-ui-l10n-enus (= 6.0+r7359+0m5), libosso-dbus-conf (= 2.26-1+0m5), osso-tv-out-l10n-cscz (= 6.0+r7289+0m5), hildon-libs-l10n-svse (= 6.0+r7389+0m5), osso-countries-l10n-ruru (= 6.0+r7274+0m5), osso-fm-transmitter-l10n-itit (= 6.0+r7220+0m5), osso-applet-accounts-l10n-dadk (= 6.0+r7359+0m5), libipp-nokia (= 0.20081013.1-4), libreadline4 (= 4.3-10.1+0m5), libreadline5 (= 5.2-2maemo2+0m5), applet-datetime (= 0.5.12-3+0m5), rtcom-call-ui-l10n-engb (= 6.0+r7342+0m5), libncurses5 (= 5.7+20081213-1.maemo1+0m5), hildon-control-panel-personalisation-l10n-cscz (= 6.0+r7152+0m5), osso-games-l10n-plpl (= 6.0+r7289+0m5), osso-applet-screencalibration-l10n-nlnl (= 6.0+r7152+0m5), osso-filemanager-l10n-fifi (= 6.0+r7389+0m5), libimengines4 (= 4.2.1-1), hildon-status-bar-usb-l10n-frca (= 6.0+r7220+0m5), osso-cities-l10n-plpl (= 6.0+r7336+0m5), hildon-plugins-notify-sv (= 0.49+0m5), libqt4-network (= 4.5.3~git20090723-0maemo6+0m5), osso-imageviewer-ui-l10n-mr0 (= 6.11+0m5), hildon-control-panel-personalisation-l10n-frfr (= 6.0+r7152+0m5), libnspr4 (= 20090612-49+0m5), osso-cities-l10n-ptpt (= 6.0+r7336+0m5), ezitext-czech (= 6.0.035-13+0m5), osso-powerup-shutdown-l10n-ptpt (= 6.0+r7389+0m5), rtcom-messaging-ui-l10n-svse (= 6.0+r7389+0m5), microb-eal (= 2.5.11.11-1+0m5), modest-l10n-fifi (= 6.0+r7389+0m5), libsignonui-l10n-eses (= 6.0+r7191+0m5), osso-clock-l10n-frca (= 6.0+r7318+0m5), libltdl7 (= 2.2.6a-1~maemo2), libpango1.0-common (= 1.24.2-0maemo1+0m5), busybox-symlinks-psmisc (= 3:1.10.2.legal-1osso26+0m5), libexpat1 (= 1.95.8-5maemo1+0m5), hildon-control-panel-l10n-dadk (= 6.0+r7342+0m5), osso-statusbar-sound-l10n-ptpt (= 6.0+r7130+0m5), gstreamer0.10-plugins-bad (= 0.10.14-git265-0maemo6+0m5), osso-addressbook-l10n-nono (= 6.0+r7389+0m5), location-daemon (= 0.96-1+0m5), osso-applet-memory-l10n-nono (= 6.0+r7268+0m5), osso-clock-l10n-eses (= 6.0+r7318+0m5), system-services (= 0.3.8-57+0m5), osso-fm-transmitter-l10n-nono (= 6.0+r7220+0m5), nolo (= 1.4.14.4.4+0m5), librtcom-call-ui0 (= 1.20091117.3+0m5), modest-nokiamessaging-plugin-l10n-dadk (= 6.0+r7389+0m5), osso-clock-l10n-nlnl (= 6.0+r7318+0m5), hildon-input-method-l10n-fifi (= 6.0+r7268+0m5), osso-statusbar-sound-l10n-eses (= 6.0+r7130+0m5), skype-ui-l10n-frfr (= 6.0+r7389+0m5), hildon-status-bar-usb-l10n-svse (= 6.0+r7220+0m5), osso-notes-l10n-mr0 (= 6.11+0m5), hildon-input-method-configurator (= 0.1.8-1+0m5), maemo-af-desktop-l10n-itit (= 6.0+r7289+0m5), hildon-fm-l10n-engb (= 6.0+r7289+0m5), osso-sharing-ui-l10n-dede (= 6.0+r7389+0m5), osso-applet-textinput-l10n-ruru (= 6.0+r7220+0m5), osso-cities-l10n-mr0 (= 6.11+0m5), osso-applet-screencalibration-l10n-plpl (= 6.0+r7152+0m5), libpango1.0-0 (= 1.24.2-0maemo1+0m5), maemointernal-keyring (= 0.3+0m5), osso-system-lock-l10n-ptpt (= 6.0+r7220+0m5), hildon-control-panel-personalisation-l10n-enus (= 6.0+r7152+0m5), libclockcore0-0 (= 0.5.15-1+0m5), softupd (= 0.4.3.1+0m5), osso-system-lock-l10n-enus (= 6.0+r7220+0m5), hildon-control-panel-l10n-enus (= 6.0+r7342+0m5), hildon-application-manager-settings-standard (= 16+0.1+0m5), osso-location-ui-l10n-fifi (= 6.0+r7268+0m5), osso-applet-certman-l10n-frca (= 6.0+r7389+0m5), osso-games-l10n-ptpt (= 6.0+r7289+0m5), usbutils (= 0.72-8osso2), osso-applet-memory-l10n-fifi (= 6.0+r7268+0m5), hildon-theme-alpha (= 9.1+0m5), libxi6 (= 2:1.2.99.1-1), libhal1 (= 0.5.12~git20090219-0maemo6+0m5), librtcom-eventlogger-plugins0 (= 0.32-1+0m5), osso-connectivity-ui-l10n-frfr (= 6.0+r7389+0m5), osso-sketch-l10n-cscz (= 6.0+r7289+0m5), osso-statusbar-presence-l10n-ruru (= 6.0+r7389+0m5), hildon-common-strings-l10n-engb (= 6.0+r7191+0m5), osso-applet-memory-l10n-nlnl (= 6.0+r7268+0m5), rtcom-messaging-ui-l10n-dede (= 6.0+r7389+0m5), osso-applet-accounts-l10n-eses (= 6.0+r7359+0m5), hildon-common-strings-l10n-ruru (= 6.0+r7191+0m5), osso-calculator-ui-l10n-frfr (= 6.0+r7179+0m5), libqt4-dbus (= 4.5.3~git20090723-0maemo6+0m5), modest-l10n-eses (= 6.0+r7389+0m5), ezitext-french-ca (= 6.0.035-13+0m5), hildon-im-common-virtual-settings (= 3.9.46-2+0m5), ke-recv-l10n-dede (= 6.0+r7289+0m5), osso-rss-feed-reader (= 1.6.48-1+0m5), as-config-applet-0 (= 0.0.2-26+0m5), ezitext-danish (= 6.0.035-13+0m5), libspeexdsp1 (= 1.2~rc1-1maemo7+0m5), as-config-applet-l10n-dadk (= 6.0+r7389+0m5), maemo-af-desktop-l10n-nono (= 6.0+r7289+0m5), rtcom-messaging-ui-l10n-frfr (= 6.0+r7389+0m5), osso-location-ui-l10n-ruru (= 6.0+r7268+0m5), osso-system-lock-l10n-fifi (= 6.0+r7220+0m5), osso-cities-l10n-dadk (= 6.0+r7336+0m5), calendar-l10n-ptpt (= 6.0+r7318+0m5), modest-nokiamessaging-plugin-l10n-mr0 (= 6.11+0m5), osso-notes-l10n-svse (= 6.0+r7220+0m5), ke-recv-l10n-ruru (= 6.0+r7289+0m5), osso-uri-l10n-eses (= 6.0+r7191+0m5), osso-applet-accounts-l10n-engb (= 6.0+r7359+0m5), osso-games-l10n-frca (= 6.0+r7289+0m5), osso-sketch-l10n-enus (= 6.0+r7289+0m5), gypsy-daemon (= 0.6-9+0m5), osso-backup (= 1.8.16-1+0m5), modest-l10n-ruru (= 6.0+r7389+0m5), osso-suw-l10n-esmx (= 6.0+r7359+0m5), policy-l10n-nlnl (= 6.0+r7250+0m5), maesync-l10n-nlnl (= 6.0+r7318+0m5), osso-sharing-ui-l10n-cscz (= 6.0+r7389+0m5), hildon-fm-l10n-nlnl (= 6.0+r7289+0m5), ezitext-italian (= 6.0.035-13+0m5), osso-browser (= 3:2.1.6-4), osso-pdf-viewer-l10n-ptpt (= 6.0+r7191+0m5), libpulse0 (= 0.9.15-1maemo35+0m5), tracker-utils (= 0.6.95-24maemo1+0m5), libgtk2.0-common (= 2:2.14.7-1maemo21+0m5), osso-imageviewer-ui-l10n-engb (= 6.0+r7389+0m5), osso-profiles-l10n-ruru (= 6.0+r7359+0m5), xml2wbxml (= 0.0.20+0m5), libosso1 (= 2.26-1+0m5), hildon-status-bar-usb-l10n-engb (= 6.0+r7220+0m5), osso-connectivity-ui-l10n-cscz (= 6.0+r7389+0m5), osso-addressbook-l10n-eses (= 6.0+r7389+0m5), osso-system-lock-l10n-svse (= 6.0+r7220+0m5), osso-applet-accounts-l10n-nlnl (= 6.0+r7359+0m5), osso-addressbook-l10n-frfr (= 6.0+r7389+0m5), pulseaudio-policy-enforcement (= 0.5.34+0m5), pasr (= 0.9.15.2-1+0m5), libvte-common (= 1:0.16.14-0mh9.m5), libtiff4 (= 1:3.8.2-11maemo4+0m5), osso-addressbook-l10n-mr0 (= 6.11+0m5), libsignonui-l10n-enus (= 6.0+r7191+0m5), icd2-network-wlan-config (= 0.78.1+0m5), osso-tv-out-l10n-frfr (= 6.0+r7289+0m5), osso-fm-transmitter-l10n-esmx (= 6.0+r7220+0m5), osso-countries-l10n-esmx (= 6.0+r7274+0m5), hildon-input-method-l10n-ptpt (= 6.0+r7268+0m5), hildon-input-method-plugins-western (= 3.9.46-2+0m5), osso-display-l10n-fifi (= 6.0+r7268+0m5), hildon-control-panel-personalisation-l10n-nono (= 6.0+r7152+0m5), osso-display-l10n-eses (= 6.0+r7268+0m5), e2fslibs (= 1.41.3-1maemo6+0m5), libgnome-menu2 (= 2.23.3-1maemo+0m5), maesync-l10n-frfr (= 6.0+r7318+0m5), osso-calculator-ui-l10n-nlnl (= 6.0+r7179+0m5), gprs-provisioning (= 0.19+0m5), libas-protocol-0 (= 0.0.2-28+0m5), osso-clock-l10n-frfr (= 6.0+r7318+0m5), skype-ui-l10n-ptpt (= 6.0+r7389+0m5), connui-iapsettings (= 2.67+0m5), osso-filemanager-l10n-esmx (= 6.0+r7389+0m5), osso-cities-l10n-svse (= 6.0+r7336+0m5), modest-l10n-frfr (= 6.0+r7389+0m5), maesync-l10n-dadk (= 6.0+r7318+0m5), osso-app-killer (= 1.33-1+0m5), hildon-libs-l10n-mr0 (= 6.11+0m5), calendar-ui-widgets-0 (= 0.5-9.16+0m5), libsofia-sip-ua-glib3 (= 1.12.10-0maemo5+0m5), osso-imageviewer-ui-l10n-cscz (= 6.0+r7389+0m5), wl1251-cal (= 0.18+0m5), operator-wizard-settings (= 2.0.43+0m5), osso-statusbar-presence-l10n-dede (= 6.0+r7389+0m5), osso-rss-feed-reader-l10n-esmx (= 6.0+r7389+0m5), ezitext-dutch (= 6.0.035-13+0m5), maesync-l10n-mr0 (= 6.11+0m5), ke-recv-l10n-ptpt (= 6.0+r7289+0m5), osso-calculator-ui-l10n-dadk (= 6.0+r7179+0m5), as-config-applet-l10n-dede (= 6.0+r7389+0m5), osso-applet-screencalibration-l10n-cscz (= 6.0+r7152+0m5), osso-system-lock-l10n-plpl (= 6.0+r7220+0m5), libnice0 (= 1:0.0.9-0maemo7+0m5), osso-suw-l10n-svse (= 6.0+r7359+0m5), osso-addressbook-l10n-dede (= 6.0+r7389+0m5), osso-filemanager-l10n-itit (= 6.0+r7389+0m5), ohm-plugin-prolog (= 0.0.14+0m5), base-passwd (= 3.5.11.osso10), osso-pdf-viewer-l10n-dadk (= 6.0+r7191+0m5), hildon-im-keyboard-assistant-scv (= 3.9.46-2+0m5), osso-statusbar-sound-l10n-ruru (= 6.0+r7130+0m5), connui-iapsettings-wlan (= 2.44+0m5), mediaplayer-l10n-engb (= 6.0+r7389+0m5), osso-lmarbles (= 1.6.38-1+0m5), rtcom-accounts-ui (= 4.97.7-1+0m5), hildon-control-panel-personalisation-l10n-fifi (= 6.0+r7152+0m5), modest-nokiamessaging-plugin-l10n-enus (= 6.0+r7389+0m5), rtcom-notification-ui (= 1.0.3-2+0m5), libqt4-opengl (= 4.5.3~git20090723-0maemo6+0m5), osso-applet-accounts-l10n-nono (= 6.0+r7359+0m5), hildon-update-category-database (= 2.1.3-1+0m5), osso-display-l10n-dadk (= 6.0+r7268+0m5), osso-connectivity-ui-l10n-nlnl (= 6.0+r7389+0m5), libcomerr2 (= 1.41.3-1maemo6+0m5), clockd (= 0.0.36+0m5), osso-applet-accounts-l10n-svse (= 6.0+r7359+0m5), hildon-libs-l10n-enus (= 6.0+r7389+0m5), hildon-control-panel-personalisation-l10n-nlnl (= 6.0+r7152+0m5), osso-location-ui-l10n-frca (= 6.0+r7268+0m5), osso-uri-l10n-cscz (= 6.0+r7191+0m5), rtcom-call-ui-l10n-dadk (= 6.0+r7342+0m5), osso-connectivity-ui-l10n-eses (= 6.0+r7389+0m5), osso-connectivity-ui-l10n-svse (= 6.0+r7389+0m5), connui-statusbar-cellular (= 2.105+0m5), maemo-af-desktop-l10n-esmx (= 6.0+r7289+0m5), osso-addressbook-l10n-nlnl (= 6.0+r7389+0m5), libhildonmime0 (= 2.1.3-1+0m5), osso-applet-screencalibration-l10n-frfr (= 6.0+r7152+0m5), osso-profiles-l10n-ptpt (= 6.0+r7359+0m5), hildon-input-method-l10n-mr0 (= 6.11+0m5), liblocation0 (= 0.100-1+0m5), libsdl1.2 (= 1:1.2.13-2maemo8+0m5), osso-systemui-alarm (= 0.2.1.24+0m5), gnupg (= 1.4.6-2maemo2), hildon-fm-l10n-dadk (= 6.0+r7289+0m5), rtcom-messaging-ui-l10n-enus (= 6.0+r7389+0m5), mafw-dbus-daemon (= 0.1.2009.42-1+0m5), libhildon-im-western-plugin-common3 (= 3.9.46-2+0m5), hildon-control-panel-l10n-plpl (= 6.0+r7342+0m5), osso-display-l10n-mr0 (= 6.11+0m5), osso-statusbar-sound-l10n-nono (= 6.0+r7130+0m5), as-config-applet-l10n-esmx (= 6.0+r7389+0m5), libdb4.2 (= 4.2.52+dfsg-5maemo1), osso-cities-l10n-engb (= 6.0+r7336+0m5), osso-graphics-game-chess (= 1.4.2-1), osso-tv-out-l10n-dadk (= 6.0+r7289+0m5), osso-af-utils (= 2.11-1+0m5), libicd2 (= 0.87+fremantle6.1+0m5), sharing-account-manager (= 1.1.42.2+0m5), x11-common (= 1:7.3+10.0maemo2), osso-camera-ui-l10n-eses (= 6.0+r7359+0m5), maemo-statusmenu-headset (= 0.16+0m5), osso-uri-l10n-enus (= 6.0+r7191+0m5), osso-camera-ui-l10n-frca (= 6.0+r7359+0m5), calendar-l10n-frca (= 6.0+r7318+0m5), osso-applet-screencalibration-l10n-itit (= 6.0+r7152+0m5), osso-imageviewer-ui-l10n-frca (= 6.0+r7389+0m5), osso-powerup-shutdown-l10n-dede (= 6.0+r7389+0m5), libxfixes3 (= 1:4.0.3-2osso1.1), osso-connectivity-ui-l10n-enus (= 6.0+r7389+0m5), osso-countries-l10n-dadk (= 6.0+r7274+0m5), libsndfile1 (= 1.0.20-0maemo1+0m5), osso-fm-transmitter-l10n-enus (= 6.0+r7220+0m5), libi18n-locale-resolver0 (= 0.1.8-0+0m5), rtcom-accounts-plugin-sip (= 4.97.7-1+0m5), osso-pdf-viewer-l10n-esmx (= 6.0+r7191+0m5), osso-applet-accounts-l10n-cscz (= 6.0+r7359+0m5), calendar-l10n-nono (= 6.0+r7318+0m5), osso-rss-feed-reader-l10n-ptpt (= 6.0+r7389+0m5), osso-applet-memory (= 2.3.99-34+0m5), osso-powerup-shutdown-l10n-plpl (= 6.0+r7389+0m5), osso-tutorial-l10n-frca (= 6.0+r7191+0m5), osso-cities-l10n-nlnl (= 6.0+r7336+0m5), libtrace0 (= 0.5.1+0m5), libscconf0 (= 0.1), osso-suw-l10n-mr0 (= 6.11+0m5), osso-games-l10n-enus (= 6.0+r7289+0m5), osso-countries-l10n-ptpt (= 6.0+r7274+0m5), osso-tv-out-l10n-enus (= 6.0+r7289+0m5), osso-applet-textinput-l10n-engb (= 6.0+r7220+0m5), ovi-promotion-widget (= 0.1.2-7+0m5), libcal1 (= 0.2.5.m5), osso-cities-l10n-eses (= 6.0+r7336+0m5), osso-applet-device-l10n-esmx (= 6.0+r7179+0m5), osso-applet-textinput-l10n-itit (= 6.0+r7220+0m5), libcodelockui1 (= 1:1.6.17+0m5), osso-calculator-ui-l10n-eses (= 6.0+r7179+0m5), hildon-libs-l10n-nlnl (= 6.0+r7389+0m5), libisi-glib0 (= 1.4.2+0m5), calendar-l10n-ruru (= 6.0+r7318+0m5), osso-startup-wizard (= 2.3.99-82+0m5), osso-pdf-viewer-l10n-dede (= 6.0+r7191+0m5), mediaplayer-l10n-svse (= 6.0+r7389+0m5), gstreamer0.10-ipp-nokia (= 0.7-maemo1+0m5), mediaplayer-l10n-nono (= 6.0+r7389+0m5), hildon-control-panel-l10n-frca (= 6.0+r7342+0m5), maesync-l10n-fifi (= 6.0+r7318+0m5), gcc-4.2-base (= 4.2.1-4maemo9+0m5), modest-nokiamessaging-plugin-l10n-dede (= 6.0+r7389+0m5), osso-filemanager-l10n-dede (= 6.0+r7389+0m5), osso-statusbar-sound-l10n-frca (= 6.0+r7130+0m5), osso-powerup-shutdown-l10n-mr0 (= 6.11+0m5), libicd-network-ipv4 (= 0.22+0m5), hildon-application-manager-l10n-itit (= 6.0+r7389+0m5), osso-backup-l10n-frca (= 6.0+r7359+0m5), rtcom-call-ui-l10n-enus (= 6.0+r7342+0m5), maemo-applet-fmtx (= 0.24+0m5), osso-applet-textinput-l10n-cscz (= 6.0+r7220+0m5), hildon-control-panel-personalisation (= 1.2.31-1+0m5), hildon-status-bar-usb-l10n-eses (= 6.0+r7220+0m5), libcurl3 (= 7.18.2-8maemo6+0m5), libxdamage1 (= 1:1.1.1-3osso1.1), osso-tv-out-l10n-eses (= 6.0+r7289+0m5), osso-clock-l10n-mr0 (= 6.11+0m5), tablet-browser-mediaplayer-plugin (= 0.1.1-1+0m5), as-config-applet-l10n-nlnl (= 6.0+r7389+0m5), osso-pdf-viewer-l10n-ruru (= 6.0+r7191+0m5), upstart (= 0.3.8-57+0m5), maesync-l10n-itit (= 6.0+r7318+0m5), osso-fm-transmitter-l10n-frfr (= 6.0+r7220+0m5), osso-powerup-shutdown-l10n-ruru (= 6.0+r7389+0m5), hildon-input-method-l10n-cscz (= 6.0+r7268+0m5), osso-connectivity-ui-l10n-plpl (= 6.0+r7389+0m5), osso-games-l10n-fifi (= 6.0+r7289+0m5), hildon-fm-l10n-cscz (= 6.0+r7289+0m5), osso-sketch-l10n-esmx (= 6.0+r7289+0m5), modest-nokiamessaging-plugin (= 1.4.5+0m5), osso-fm-transmitter-l10n-mr0 (= 6.11+0m5), gstreamer0.10-mpegaudioparse-maemo (= 0.11+0m5), maemo-af-desktop-l10n-enus (= 6.0+r7289+0m5), mce (= 1.8.100+pr1.1-2+0m5), bluetooth-sysinfo (= 0.4+0m5), osso-profiles-l10n-mr0 (= 6.11+0m5), libossoproductinfo0 (= 0.7.3.1+0m5), osso-applet-display (= 1.5.3+0m5), hildon-im-fkb (= 3.9.46-2+0m5), osso-addressbook-l10n-frca (= 6.0+r7389+0m5), busybox-symlinks-net-tools (= 3:1.10.2.legal-1osso26+0m5), csd-info (= 0.2.5.m5), passwd (= 1:4.0.18.1-7+etch1maemo1.m5), ezitext-norwegian (= 6.0.035-13+0m5), osso-dsm-ui-l10n-itit (= 6.0+r7389+0m5), osso-applet-screencalibration-l10n-enus (= 6.0+r7152+0m5), csd-call (= 0.8.3.1+0m5), osso-clock-l10n-cscz (= 6.0+r7318+0m5), libmafw-shared0 (= 0.1.2009.42-1+0m5), osso-fm-transmitter-l10n-ptpt (= 6.0+r7220+0m5), hildon-application-manager-l10n-dadk (= 6.0+r7389+0m5), tablet-browser-default-plugin (= 0.3.8-1+0m5), osso-tv-out-l10n-ruru (= 6.0+r7289+0m5), xkb-data (= 1.5-2maemo12+0m5), osso-addressbook-l10n-itit (= 6.0+r7389+0m5), hildon-input-method-l10n-enus (= 6.0+r7268+0m5), osso-notes-l10n-engb (= 6.0+r7220+0m5), osso-bookmark-engine (= 2:1.2.7-6+0m5), osso-clock-l10n-ptpt (= 6.0+r7318+0m5), camel-as-provider-0 (= 0.0.2-26+0m5), osso-backup-l10n-plpl (= 6.0+r7359+0m5), osso-applet-device-l10n-svse (= 6.0+r7179+0m5), ezitext-spanish-es (= 6.0.035-13+0m5), maemoblocks (= 1.6.36-1+0m5), osso-notes-l10n-plpl (= 6.0+r7220+0m5), osso-browser-ui-l10n-nlnl (= 6.0+r7389+0m5), osso-maesync-ui (= 0.85-0osso1+0m5), libgstreamer0.10-0 (= 0.10.25-0maemo2+0m5), osso-display-l10n-nono (= 6.0+r7268+0m5), docpurge (= 1.7-1+0m5), libmodest-dbus-client (= 4:3.2.0-0+0m5), osso-profiles-l10n-itit (= 6.0+r7359+0m5), modest-l10n-frca (= 6.0+r7389+0m5), calendar-l10n-mr0 (= 6.11+0m5), osso-display-l10n-ptpt (= 6.0+r7268+0m5), osso-sharing-ui-l10n-enus (= 6.0+r7389+0m5), libedata-book (= 1.4.2.1-20091116+0m5), osso-applet-certman-l10n-fifi (= 6.0+r7389+0m5), connui-iapsettings-gprs (= 2.105+0m5), libsdl-mixer1.2 (= 1:1.2.6-5+0m5), rtcom-messaging-ui-l10n-itit (= 6.0+r7389+0m5), nokia-maps-maplets (= 0.0.1-15+0m5), osso-graphics-game-lmarbles (= 1.4.2-1), osso-display-l10n-itit (= 6.0+r7268+0m5), osso-applet-certman-l10n-enus (= 6.0+r7389+0m5), osso-applet-screencalibration-l10n-frca (= 6.0+r7152+0m5), osso-tv-out-l10n-mr0 (= 6.11+0m5), hildon-fm-l10n-plpl (= 6.0+r7289+0m5), osso-tv-out-l10n-dede (= 6.0+r7289+0m5), libblkid1 (= 1.41.3-1maemo6+0m5), calendar-l10n-dede (= 6.0+r7318+0m5), libiptcdata0 (= 1.0.2+libtool01-2maemo1), osso-games-startup (= 1.6.40-1+0m5), maemo-af-desktop-l10n-frfr (= 6.0+r7289+0m5), osso-camera-ui-l10n-ptpt (= 6.0+r7359+0m5), busybox-symlinks-busybox (= 3:1.10.2.legal-1osso26+0m5), policy-l10n-ruru (= 6.0+r7250+0m5), osso-countries-l10n-plpl (= 6.0+r7274+0m5), osso-rss-feed-reader-l10n-ruru (= 6.0+r7389+0m5), libss0 (= 0.3.5.m5), libhildon1 (= 2.2.3-1+0m5), libss2 (= 1.41.3-1maemo6+0m5), osso-applet-memory-l10n-dede (= 6.0+r7268+0m5), hildon-common-strings-l10n-itit (= 6.0+r7191+0m5), libical (= 1.43-99.4+0m5), osso-sounds-game-mahjong (= 5.6+0m5), modest-nokiamessaging-plugin-l10n-plpl (= 6.0+r7389+0m5), libxft2 (= 2.1.12-2osso2.cs2007q3+0m5), osso-imageviewer-ui-l10n-frfr (= 6.0+r7389+0m5), osso-sharing-ui-l10n-fifi (= 6.0+r7389+0m5), modest-l10n-cscz (= 6.0+r7389+0m5), osso-rss-feed-reader-l10n-mr0 (= 6.11+0m5), osso-backup-l10n-eses (= 6.0+r7359+0m5), osso-sketch-l10n-itit (= 6.0+r7289+0m5), osso-addressbook-l10n-engb (= 6.0+r7389+0m5), nokia-maps-ui (= 0.2.0-6+0m5), maemo-af-desktop-l10n-ptpt (= 6.0+r7289+0m5), rtcom-messaging-ui-l10n-ruru (= 6.0+r7389+0m5), alsa-policy-enforcement (= 0.26+0m5), libicd-network-eap (= 0.38+0m5), dosfstools (= 3.0.1-1maemo5+0m5), rtcom-messaging-ui-l10n-plpl (= 6.0+r7389+0m5), osso-suw-l10n-fifi (= 6.0+r7359+0m5), libalarm2 (= 1.1.14+0m5), osso-countries-l10n-enus (= 6.0+r7274+0m5), osso-sharing-ui-l10n-frfr (= 6.0+r7389+0m5), osso-tutorial-l10n-frfr (= 6.0+r7191+0m5), libsignonui-l10n-dede (= 6.0+r7191+0m5), skype-ui-l10n-eses (= 6.0+r7389+0m5), hildon-libs-l10n-plpl (= 6.0+r7389+0m5), mediaplayer-l10n-dadk (= 6.0+r7389+0m5), as-config-applet-l10n-nono (= 6.0+r7389+0m5), clock-ui (= 0.5.48-1+0m5), libsignonui-l10n-plpl (= 6.0+r7191+0m5), osso-statusbar-presence-l10n-plpl (= 6.0+r7389+0m5), osso-sharing-ui-l10n-mr0 (= 6.11+0m5), osso-pdf-viewer-l10n-plpl (= 6.0+r7191+0m5), libx11-6 (= 2:1.1.99.5+0m5), osso-suw-l10n-enus (= 6.0+r7359+0m5), mediaplayer-l10n-plpl (= 6.0+r7389+0m5), libcanberra0 (= 0.14-0maemo3+0m5), osso-fm-transmitter-l10n-plpl (= 6.0+r7220+0m5), clinkc-av-gnomevfs (= 3.2+0m5), ke-recv-l10n-itit (= 6.0+r7289+0m5), osso-filemanager-l10n-dadk (= 6.0+r7389+0m5), osso-dsm-ui-l10n-ptpt (= 6.0+r7389+0m5), ssc-daemon (= 0.5.20.3+0m5), bme-rx-51 (= 0.8.51+0m5), osso-applet-certman-l10n-dadk (= 6.0+r7389+0m5), osso-location-ui-l10n-dadk (= 6.0+r7268+0m5), osso-backup-l10n-enus (= 6.0+r7359+0m5), modest-nokiamessaging-plugin-l10n-svse (= 6.0+r7389+0m5), osso-notes-l10n-esmx (= 6.0+r7220+0m5), libas-storage-0 (= 4:0.0.2-14+0m5), osso-applet-screencalibration-l10n-svse (= 6.0+r7152+0m5), connui-home-cellular (= 2.105+0m5), libomap3cam (= 0.25-1+0m5), e2fsprogs (= 1.41.3-1maemo6+0m5), hildon-control-panel-l10n-ruru (= 6.0+r7342+0m5), connui-statusbar-bluetooth (= 2.58+0m5), omap3camd (= 0.47-1+0m5), hildon-input-method-l10n-frca (= 6.0+r7268+0m5), busybox-symlinks-procps (= 3:1.10.2.legal-1osso26+0m5), osso-applet-memory-l10n-esmx (= 6.0+r7268+0m5), osso-dsm-ui-l10n-svse (= 6.0+r7389+0m5), osso-applet-memory-l10n-ruru (= 6.0+r7268+0m5), osso-suw-l10n-cscz (= 6.0+r7359+0m5), gvfs (= 1.0.3-3maemo3.2+0m5), libatk1.0-0 (= 1.24.0-2maemo1), osso-tutorial-l10n-plpl (= 6.0+r7191+0m5), osso-imageviewer-ui-l10n-nlnl (= 6.0+r7389+0m5), ke-recv-extra (= 0.7-1+0m5), calendar-ui (= 0.5-9.16+0m5), libsignonui-l10n-nono (= 6.0+r7191+0m5), libmaesync (= 0.69-0osso1+0m5), osso-fm-transmitter-l10n-frca (= 6.0+r7220+0m5), dnsmasq (= 2.35-1osso11+etch4+0m5), libaccounts-glade (= 4.97.7-1+0m5), osso-system-lock-l10n-itit (= 6.0+r7220+0m5), rtcom-call-ui-l10n-mr0 (= 6.11+0m5), osso-applet-languageregional (= 2.3.0-38+0m5), google-search-widget (= 0.0.1-5+0m5), hildon-status-bar-usb-l10n-mr0 (= 6.11+0m5), nokiamaps-navigation-provider (= 0.106-1+0m5), gstreamer0.10-openmax (= 0.10.0.6~1-0maemo14+0m5), libsignonui-l10n-engb (= 6.0+r7191+0m5), libgupnp-av-1.0-1 (= 0.4-0maemo1+0m5), osso-display-l10n-plpl (= 6.0+r7268+0m5), osso-tv-out-l10n-plpl (= 6.0+r7289+0m5), osso-sketch-l10n-nlnl (= 6.0+r7289+0m5), osso-suw-l10n-dadk (= 6.0+r7359+0m5), osso-calculator-engine (= 1.6.31-2+0m5), mediaplayer-restore (= 1.1-1+0m5), libsharing0 (= 1.1.46.1+0m5), mediaplayer-l10n-itit (= 6.0+r7389+0m5), libnice-gstreamer0.10 (= 1:0.0.9-0maemo7+0m5), osso-browser-ui-l10n-nono (= 6.0+r7389+0m5), modest-l10n-ptpt (= 6.0+r7389+0m5), csd-base (= 0.3.14+0m5), as-config-applet-l10n-fifi (= 6.0+r7389+0m5), osso-applet-textinput-l10n-frfr (= 6.0+r7220+0m5), policy-l10n-dede (= 6.0+r7250+0m5), ota-settings (= 0.5.7+0m5), ke-recv-l10n-engb (= 6.0+r7289+0m5), osso-profiles-l10n-eses (= 6.0+r7359+0m5), osso-applet-textinput-l10n-nono (= 6.0+r7220+0m5), dbus-x11 (= 1.2.14-0maemo1+0m5), maesync-backend (= 0.93-0osso1+0m5), policy-application-detector (= 0.0.6+0m5), osso-system-lock-l10n-esmx (= 6.0+r7220+0m5), libosso-gnomevfs2-common (= 2.16.3-2osso9+0m5), osso-imageviewer-ui-l10n-svse (= 6.0+r7389+0m5), ke-recv-l10n-cscz (= 6.0+r7289+0m5), libtinymailui-1.0-0 (= 1.0.0-svn4048+0m5), ke-recv (= 3.19-13+0m5), dpkg (= 1.14.25maemo2+0m5), maemo-af-desktop-l10n-plpl (= 6.0+r7289+0m5), osso-backup-l10n-frfr (= 6.0+r7359+0m5), osso-display-l10n-cscz (= 6.0+r7268+0m5), rtcom-messaging-ui-l10n-ptpt (= 6.0+r7389+0m5), swi-prolog-lib-core (= 5.6.50-0maemo3+0m5), osso-countries-l10n-dede (= 6.0+r7274+0m5), skype-ui-l10n-cscz (= 6.0+r7389+0m5), hildon-status-bar-usb-l10n-ruru (= 6.0+r7220+0m5), hildon-fm-l10n-frfr (= 6.0+r7289+0m5), osso-rss-feed-reader-l10n-plpl (= 6.0+r7389+0m5), osso-location-ui-l10n-itit (= 6.0+r7268+0m5), telepathy-ring (= 1.0.5+0m5), hildon-control-panel-personalisation-l10n-dede (= 6.0+r7152+0m5), osso-wlan-security (= 2.0.37+0m5), osso-applet-memory-l10n-dadk (= 6.0+r7268+0m5), osso-sounds-rtc (= 5.6+0m5), libhildonnotify0 (= 0.0.2-1-recomp1), osso-tutorial-l10n-ruru (= 6.0+r7191+0m5), osso-profiles-l10n-dadk (= 6.0+r7359+0m5), liblocale-gettext-perl (= 1.01-17osso2), maemo-af-desktop-l10n-frca (= 6.0+r7289+0m5), libsignon-glib0 (= 0.43+0m5), osso-rss-feed-reader-list (= 1.6.37-2+0m5), osso-suw-l10n-ptpt (= 6.0+r7359+0m5), tablet-browser-bookmarks-mr0 (= 0.1.11-1+0m5), osso-imageviewer-ui-l10n-ptpt (= 6.0+r7389+0m5), location-control (= 0.113-1+0m5), modest-nokiamessaging-plugin-l10n-engb (= 6.0+r7389+0m5), as-config-applet-l10n-itit (= 6.0+r7389+0m5), csd-gprs (= 1.0.13+0m5), ezitext-english-gb (= 6.0.035-13+0m5), hildon-application-manager-l10n-nlnl (= 6.0+r7389+0m5), osso-countries-l10n-mr0 (= 6.11+0m5), osso-statusbar-presence-l10n-dadk (= 6.0+r7389+0m5), opengles-sgx-img-common (= 0.20091104.6.1+0m5), calendar-backend (= 0.5-9.15+0m5), libcanberra-gtk0 (= 0.14-0maemo3+0m5), gnuchess (= 5.07-9osso1), libosso-gsf-1 (= 1.11.10.4-3+0m5), osso-statusbar-presence-l10n-fifi (= 6.0+r7389+0m5), hildon-input-method-widgets (= 3.3.15-1+0m5), libsimpb0 (= 0.4.7+0m5), osso-notes-l10n-fifi (= 6.0+r7220+0m5), osso-camera-ui-l10n-itit (= 6.0+r7359+0m5), calendar (= 0.5-9+0m5), phonet-utils (= 1.4.2+0m5), location-ui (= 0.95-1+0m5), librtcom-accounts-widgets0 (= 4.97.7-1+0m5), libtinymail-1.0-0 (= 1.0.0-svn4048+0m5), hildon-input-method-l10n-esmx (= 6.0+r7268+0m5), statusbar-alarm (= 0.5.15-1+0m5), libwidgetutils (= 1.3.7.1-1+0m5), osso-profiles-l10n-svse (= 6.0+r7359+0m5), hildon-control-panel-personalisation-l10n-esmx (= 6.0+r7152+0m5), skype-ui-l10n-enus (= 6.0+r7389+0m5), osso-suw-l10n-nono (= 6.0+r7359+0m5), librtcom-eventlogger-ui0 (= 0.57-5+0m5), osso-sharing-ui-l10n-nlnl (= 6.0+r7389+0m5), osso-applet-accounts-l10n-ruru (= 6.0+r7359+0m5), osso-applet-screencalibration-l10n-eses (= 6.0+r7152+0m5), osso-tutorial-l10n-ptpt (= 6.0+r7191+0m5), as-config-applet-l10n-svse (= 6.0+r7389+0m5), osso-camera-ui-l10n-nono (= 6.0+r7359+0m5), libedataserver (= 1.4.2.1-20091116+0m5), hildon-control-panel-personalisation-l10n-ruru (= 6.0+r7152+0m5), rtcom-call-ui-l10n-frca (= 6.0+r7342+0m5), rtcom-abook-skype-plugin (= 0.0.15+0m5), hildon-input-method-l10n-nono (= 6.0+r7268+0m5), alsa-utils (= 1.0.20-0maemo1+0m5), hildon-libs-l10n-itit (= 6.0+r7389+0m5), rtcom-call-ui-l10n-eses (= 6.0+r7342+0m5), osso-system-lock-l10n-frca (= 6.0+r7220+0m5), osso-applet-device-l10n-enus (= 6.0+r7179+0m5), libcityinfo0-0 (= 0.5.9-1+0m5), osso-applet-device-l10n-fifi (= 6.0+r7179+0m5), kernel (= 2.6.28-20094803.3+0m5), osso-sharing-ui-l10n-eses (= 6.0+r7389+0m5), hildon-application-manager-l10n-svse (= 6.0+r7389+0m5), pulseaudio-esound-compat (= 0.9.15-1maemo35+0m5), hildon-common-strings-l10n-fifi (= 6.0+r7191+0m5), osso-tutorial-l10n-itit (= 6.0+r7191+0m5), csd-sms (= 0.6.20+0m5), osso-tv-out-l10n-engb (= 6.0+r7289+0m5), hildon-libs-l10n-frca (= 6.0+r7389+0m5), maemo-applet-profiles (= 0.50+0m5), hildon-control-panel-l10n-itit (= 6.0+r7342+0m5), osso-profiles-l10n-engb (= 6.0+r7359+0m5), icd2 (= 0.87+fremantle6.1+0m5), osso-sharing-ui-l10n-ruru (= 6.0+r7389+0m5), osso-games-l10n-dede (= 6.0+r7289+0m5), hildon-application-manager-l10n-frca (= 6.0+r7389+0m5), osso-countries-l10n-svse (= 6.0+r7274+0m5), matchbox-window-manager (= 3:1.2-osso20+0m5), osso-imageviewer-ui-l10n-fifi (= 6.0+r7389+0m5), osso-games-l10n-engb (= 6.0+r7289+0m5), osso-applet-textinput-l10n-nlnl (= 6.0+r7220+0m5), osso-filemanager-ui (= 1:3038.2+0m5), hildon-libs-l10n-dadk (= 6.0+r7389+0m5), osso-applet-certman-l10n-eses (= 6.0+r7389+0m5), osso-applet-textinput-l10n-eses (= 6.0+r7220+0m5), hildon-common-strings-l10n-dadk (= 6.0+r7191+0m5), osso-tutorial-l10n-cscz (= 6.0+r7191+0m5), osso-rss-feed-reader-lib (= 1.6.46-2+0m5), microb-l10n (= 0.3.8.1-1+0m5), hildon-libs-l10n-eses (= 6.0+r7389+0m5), fmtx-middleware (= 0.49+0m5), osso-statusbar-sound-l10n-engb (= 6.0+r7130+0m5), hildon-games-wrapper0 (= 1.9.4-3+0m5), hildon-fm-l10n-eses (= 6.0+r7289+0m5), osso-statusbar-presence-l10n-itit (= 6.0+r7389+0m5), rtcom-messaging-ui-l10n-nono (= 6.0+r7389+0m5), osso-statusbar-presence-l10n-engb (= 6.0+r7389+0m5), libbz2-1.0 (= 1:1.0.5-3+0m5), osso-applet-screencalibration-l10n-mr0 (= 6.11+0m5), osso-filemanager-l10n-enus (= 6.0+r7389+0m5), osso-uri-l10n-engb (= 6.0+r7191+0m5), osso-applet-device-l10n-cscz (= 6.0+r7179+0m5), mafw-iradio-source-bookmarks-default (= 0.0.2009.33-2+0m5), iphbd (= 0.0.16+0m5), rtcom-accounts-plugin-jabber (= 4.97.7-1+0m5), osso-applet-memory-l10n-engb (= 6.0+r7268+0m5), osso-wlan (= 3.0.10.1+0m5), libsignonui-l10n-svse (= 6.0+r7191+0m5), mafw-gst-renderer (= 0.1.2009.47-1+0m5), mediaplayer (= 1.1-9+0m5), osso-systemui-emergency (= 0.11-1+0m5), osso-dsm-ui-l10n-nlnl (= 6.0+r7389+0m5), ohm (= 0.1.2-0maemo31+0m5), osso-pdf-viewer-l10n-cscz (= 6.0+r7191+0m5), osso-addressbook-l10n-plpl (= 6.0+r7389+0m5), hildon-fm-l10n-dede (= 6.0+r7289+0m5), osso-games-l10n-esmx (= 6.0+r7289+0m5), tone-generator (= 0.1.5+0m5), gnome-vfs-filechooser-backend (= 1.10.2-1+0m5), osso-pdf-viewer-l10n-fifi (= 6.0+r7191+0m5), libhildon-im-vkbrenderer3 (= 3.3.15-1+0m5), sysinfo-tool (= 0~20091124.1+0m5), osso-applet-device-l10n-dadk (= 6.0+r7179+0m5), libbridge2 (= 0.200934.1+0m5), libmissioncontrol-server6 (= 5.2.6-0maemo2+0m5), hildon-control-panel-personalisation-l10n-dadk (= 6.0+r7152+0m5), hildon-input-method-l10n-frfr (= 6.0+r7268+0m5), osso-applet-textinput-l10n-enus (= 6.0+r7220+0m5), osso-powerup-shutdown-l10n-svse (= 6.0+r7389+0m5), osso-sharing-ui-l10n-itit (= 6.0+r7389+0m5), osso-statusbar-presence-l10n-eses (= 6.0+r7389+0m5), osso-applet-accounts-l10n-dede (= 6.0+r7359+0m5), osso-applet-screencalibration-l10n-dadk (= 6.0+r7152+0m5), osso-filemanager-l10n-frfr (= 6.0+r7389+0m5), obexd (= 0.18-0maemo3+0m5), hildon-welcome-default-logo (= 0.12-1), libicd-network-wps (= 0.24+0m5), maemosec-certman-tools (= 0.1.4+0m5), mediaplayer-l10n-nlnl (= 6.0+r7389+0m5), hildon-input-method-l10n-dede (= 6.0+r7268+0m5), initrd-progs (= 0.81-7+0m5), calendar-home-applet (= 1.36+0m5), osso-suw-l10n-frfr (= 6.0+r7359+0m5), osso-sounds-game-chess (= 5.6+0m5), libqt4-core (= 4.5.3~git20090723-0maemo6+0m5), hildon-common-strings-l10n-eses (= 6.0+r7191+0m5), osso-camera-ui-l10n-nlnl (= 6.0+r7359+0m5), osso-backup-l10n-fifi (= 6.0+r7359+0m5), maesync-l10n-enus (= 6.0+r7318+0m5), hildon-startup-progress (= 0.0.10-1+0m5), hildon-libs-l10n-ptpt (= 6.0+r7389+0m5), kernel-flasher (= 2.6.28-20094803.3+0m5), modest-l10n-dadk (= 6.0+r7389+0m5), osso-notes-l10n-enus (= 6.0+r7220+0m5), rtcom-accounts-plugin-gtalk (= 4.97.7-1+0m5), libtinymail-maemo-1.0-0 (= 1.0.0-svn4048+0m5), icd2-settings-default (= 1.11+0m5), osso-notes-l10n-nono (= 6.0+r7220+0m5), osso-backup-l10n-cscz (= 6.0+r7359+0m5), osso-tv-out-l10n-fifi (= 6.0+r7289+0m5), osso-calculator-ui-l10n-svse (= 6.0+r7179+0m5), mediaplayer-l10n-dede (= 6.0+r7389+0m5), gtk2-engines-sapwood (= 3.1.1-9+0m5), as-config-applet-l10n-frfr (= 6.0+r7389+0m5), hildon-application-manager-l10n-eses (= 6.0+r7389+0m5), osso-applet-device-l10n-ptpt (= 6.0+r7179+0m5), libpciaccess0 (= 0.10.3-1), browser-neteal (= 0.7.3.5-1+0m5), osso-location-ui-l10n-nlnl (= 6.0+r7268+0m5), ke-recv-l10n-esmx (= 6.0+r7289+0m5), osso-statusbar-sound-l10n-svse (= 6.0+r7130+0m5), sysinfod (= 0~20091124.1+0m5), libsignonui-l10n-esmx (= 6.0+r7191+0m5), libphinfo0 (= 0.2.5.m5), rtcom-messaging-ui-l10n-nlnl (= 6.0+r7389+0m5), hildon-control-panel-l10n-nono (= 6.0+r7342+0m5), policy-settings-rx51 (= 0.4.8+0m5), osso-games-l10n-dadk (= 6.0+r7289+0m5), osso-notes-l10n-frfr (= 6.0+r7220+0m5), libtinymail-gnomevfs-1.0-0 (= 1.0.0-svn4048+0m5), osso-applet-screencalibration-l10n-fifi (= 6.0+r7152+0m5), libgupnp-1.0-2 (= 0.12.8-0maemo2+0m5), mafw-tracker-source (= 0.1.2009.42-1+0m5), gconf2 (= 2.16.0-2osso6+0m5), hildon-input-method-l10n-nlnl (= 6.0+r7268+0m5), osso-applet-certman-l10n-engb (= 6.0+r7389+0m5), osso-dsm-ui-l10n-frca (= 6.0+r7389+0m5), sharing-service-ovi (= 1.1.50.2+0m5), osso-clock-l10n-esmx (= 6.0+r7318+0m5), osso-applet-screencalibration (= 1.10-1+0m5), osso-uri-l10n-nono (= 6.0+r7191+0m5), osso-dsm-ui-l10n-nono (= 6.0+r7389+0m5), maemo-ringtones-mr0 (= 1.1+0m5), osso-fm-transmitter-l10n-cscz (= 6.0+r7220+0m5), rtcom-call-ui-l10n-ptpt (= 6.0+r7342+0m5), osso-tutorial-l10n-nono (= 6.0+r7191+0m5), osso-statusbar-presence-l10n-svse (= 6.0+r7389+0m5), gstreamer0.10-plugins-base (= 0.10.25-0maemo7+0m5), osso-filemanager-l10n-plpl (= 6.0+r7389+0m5), osso-system-lock-l10n-dede (= 6.0+r7220+0m5), libvolume-id0 (= 0.125-7+142.maemo1+0m5), osso-clock-l10n-ruru (= 6.0+r7318+0m5), osso-applet-device-l10n-mr0 (= 6.11+0m5), libnss3 (= 20090612-49+0m5), osso-uri-l10n-svse (= 6.0+r7191+0m5), osso-applet-memory-l10n-itit (= 6.0+r7268+0m5), evolution-data-server-addressbook (= 1.4.2.1-20091116+0m5), libmcclient6 (= 5.2.6-0maemo2+0m5), osso-notes-l10n-itit (= 6.0+r7220+0m5), policy-l10n-plpl (= 6.0+r7250+0m5), libqt4-xml (= 4.5.3~git20090723-0maemo6+0m5), hildon-fm-l10n-fifi (= 6.0+r7289+0m5), pulseaudio-module-nokia-music (= 0.9.15.0-44+0m5), osso-systemui-splashscreen (= 0.2.3.0+0m5), osso-statusbar-sound-l10n-mr0 (= 6.11+0m5), osso-applet-device-l10n-nono (= 6.0+r7179+0m5), osso-camera-ui-l10n-mr0 (= 6.11+0m5), hildon-input-method-l10n-svse (= 6.0+r7268+0m5), osso-display-l10n-frca (= 6.0+r7268+0m5), libxtst6 (= 2:1.0.3-4+0m5), osso-browser-ui-l10n-dede (= 6.0+r7389+0m5), hildon-fm-l10n-enus (= 6.0+r7289+0m5), osso-product-info (= 0.7.3.1+0m5), libgtkadi1 (= 0.7.11-1+0m5), osso-applet-accounts-l10n-enus (= 6.0+r7359+0m5), osso-imageviewer-ui-l10n-dede (= 6.0+r7389+0m5), osso-cities-l10n-ruru (= 6.0+r7336+0m5), osso-browser-ui-l10n-ruru (= 6.0+r7389+0m5), hildon-control-panel-personalisation-l10n-engb (= 6.0+r7152+0m5), osso-backup-l10n-dede (= 6.0+r7359+0m5), mediaplayer-l10n-esmx (= 6.0+r7389+0m5), osso-sketch-l10n-engb (= 6.0+r7289+0m5), osso-countries-l10n-engb (= 6.0+r7274+0m5), osso-sketch-l10n-dadk (= 6.0+r7289+0m5), osso-rss-feed-reader-l10n-itit (= 6.0+r7389+0m5), osso-systemui-actingdead (= 0.1.8.8+0m5), maemosec-certman-applet (= 0.0.9+0m5), osso-display-l10n-nlnl (= 6.0+r7268+0m5), osso-statusbar-sound-l10n-plpl (= 6.0+r7130+0m5), libice6 (= 2:1.0.4-1), modest-l10n-dede (= 6.0+r7389+0m5), hildon-control-panel-l10n-engb (= 6.0+r7342+0m5), libsignonui-l10n-cscz (= 6.0+r7191+0m5), osso-statusbar-presence-l10n-mr0 (= 6.11+0m5), osso-statusbar-presence-l10n-frfr (= 6.0+r7389+0m5), modest-nokiamessaging-plugin-l10n-fifi (= 6.0+r7389+0m5), libgtk2.0-bin (= 2:2.14.7-1maemo21+0m5), maemo-af-desktop-l10n-cscz (= 6.0+r7289+0m5), libvte4 (= 1:0.16.14-0mh9.m5), libsignonui-l10n-frfr (= 6.0+r7191+0m5), osso-powerup-shutdown-l10n-enus (= 6.0+r7389+0m5), hildon-status-bar-usb-l10n-enus (= 6.0+r7220+0m5), osso-statusbar-sound-l10n-esmx (= 6.0+r7130+0m5), modest-l10n-esmx (= 6.0+r7389+0m5), maesync-l10n-ptpt (= 6.0+r7318+0m5), libtrackerclient0 (= 0.6.95-24maemo1+0m5), libx11-data (= 2:1.1.99.5+0m5), as-utils (= 0.0.1-5+0m5), libopenobex1 (= 1.4-0maemo3+0m5), osso-display-l10n-ruru (= 6.0+r7268+0m5), libdsme0.2.0 (= 0.60.29+0m5), calendar-l10n-esmx (= 6.0+r7318+0m5), osso-cities-l10n-dede (= 6.0+r7336+0m5), osso-calculator-ui-l10n-mr0 (= 6.11+0m5), libhildon-time-zone-chooser0-0 (= 0.5.15-1+0m5), libiphb0 (= 0.0.16+0m5), libconic0 (= 0.23+0m5), libiw30 (= 30~pre7-1.3maemo+0m5), osso-camera-ui-l10n-cscz (= 6.0+r7359+0m5), osso-backup-l10n-nono (= 6.0+r7359+0m5), osso-applet-certman-l10n-nlnl (= 6.0+r7389+0m5), osso-statusbar-sound-l10n-dede (= 6.0+r7130+0m5), maesync-l10n-eses (= 6.0+r7318+0m5), osso-applet-screencalibration-l10n-ptpt (= 6.0+r7152+0m5), libc6 (= 2.5.1-1eglibc20+0m5), hildon-application-manager-l10n-enus (= 6.0+r7389+0m5), libnavigation0 (= 0.102-1+0m5), osso-location-ui-l10n-eses (= 6.0+r7268+0m5), libsm6 (= 2:1.0.3-1), tracker (= 0.6.95-24maemo1+0m5), hildon-libs-l10n-frfr (= 6.0+r7389+0m5), libepeg0 (= 0.9.1.042maemo2+0m5), osso-accounts-plugin-skype (= 0.2.13.2+0m5), camelisync (= 1.4.5+0m5), hildon-fm-l10n-svse (= 6.0+r7289+0m5), cmt-firmware-rx51 (= 8.2.2009.47-1.97+0m5), hildon-libs-l10n-cscz (= 6.0+r7389+0m5), ezitext-german (= 6.0.035-13+0m5), osso-countries-l10n-fifi (= 6.0+r7274+0m5), osso-pdf-viewer-l10n-frfr (= 6.0+r7191+0m5), as-config-applet-l10n-engb (= 6.0+r7389+0m5), clockd-settings-mr0 (= 0.0.2+1.0+0m5), libaccounts0 (= 4.7-1+0m5), hildon-input-method-l10n-itit (= 6.0+r7268+0m5), osso-filemanager-l10n-nlnl (= 6.0+r7389+0m5), osso-location-ui-l10n-dede (= 6.0+r7268+0m5), osso-tutorial-l10n-nlnl (= 6.0+r7191+0m5), ke-recv-l10n-svse (= 6.0+r7289+0m5), osso-applet-screencalibration-l10n-nono (= 6.0+r7152+0m5), ke-recv-l10n-frfr (= 6.0+r7289+0m5), gst-nokia-wm (= 0.10.9-1+0m5), osso-applet-device-l10n-frfr (= 6.0+r7179+0m5), osso-sketch-l10n-ruru (= 6.0+r7289+0m5), libnss3-certs (= 20090612-49+0m5), gstreamer0.10-plugins-good (= 0.10.16-git276-0maemo4+0m5), hildon-initscripts (= 1.26-1+0m5), osso-applet-accounts-l10n-esmx (= 6.0+r7359+0m5), mafw-iradio-source (= 0.1.2009.42-1+0m5), libpng12-0 (= 1.2.37-1maemo1+0m5), osso-clock-l10n-dadk (= 6.0+r7318+0m5), osso-xterm (= 0.14.mh30+0m5), osso-fm-transmitter-l10n-eses (= 6.0+r7220+0m5), ui-fonts (= 3.1-1+0m5), hildon-control-panel-personalisation-l10n-itit (= 6.0+r7152+0m5), as-config-applet-l10n-frca (= 6.0+r7389+0m5), osso-statusbar-presence-l10n-cscz (= 6.0+r7389+0m5), libtinymailui-gtk-1.0-0 (= 1.0.0-svn4048+0m5), osso-suw-l10n-dede (= 6.0+r7359+0m5), policy-l10n-dadk (= 6.0+r7250+0m5), clinkc0 (= 2.0-0osso16), osso-filemanager-l10n-eses (= 6.0+r7389+0m5), libsms-utils0 (= 0.2.24+0m5), udev (= 0.125-7+142.maemo1+0m5), libnips0 (= 4.5.0-2+0m5), clipboard-manager (= 0.6.8-4+0m5), policy-l10n-fifi (= 6.0+r7250+0m5), osso-rss-feed-reader-l10n-cscz (= 6.0+r7389+0m5), osso-filemanager-l10n-ruru (= 6.0+r7389+0m5), libosso-gnomevfs2-0 (= 2.16.3-2osso9+0m5), osso-suw-l10n-eses (= 6.0+r7359+0m5), ezitext-russian (= 6.0.035-13+0m5), ezitext-english-us (= 6.0.035-13+0m5), signond0 (= 0.43+0m5), libpixman-1-0 (= 0.14.0-9+0m5), osso-uri-l10n-plpl (= 6.0+r7191+0m5), hildon-thumbnail (= 3.0.43+0m5), libxcb-xv0 (= 1.1.92-2downgraded), osso-calculator-ui (= 1.7.42-1+0m5), osso-applet-devicelock (= 1.4.9+0m5), osso-camera-ui-l10n-svse (= 6.0+r7359+0m5), osso-calculator-ui-l10n-dede (= 6.0+r7179+0m5), osso-addressbook-l10n-dadk (= 6.0+r7389+0m5), osso-suw-l10n-frca (= 6.0+r7359+0m5), osso-uri-l10n-dadk (= 6.0+r7191+0m5), as-config-applet-l10n-plpl (= 6.0+r7389+0m5), hildon-status-bar-usb-l10n-nlnl (= 6.0+r7220+0m5), profiled (= 0.0.18+0m5), osso-tutorial-l10n-esmx (= 6.0+r7191+0m5), osso-mahjong (= 1.6.34-3+0m5), osso-systemui-powerkeymenu (= 0.2.0.3+0m5), osso-tutorial-l10n-dadk (= 6.0+r7191+0m5), hildon-input-method-l10n-plpl (= 6.0+r7268+0m5), libhildon-thumbnail0 (= 3.0.43+0m5), hildon-theme-cacher (= 0.4.3-1-recomp1), rtcom-call-ui-l10n-itit (= 6.0+r7342+0m5), hildon-common-strings-l10n-ptpt (= 6.0+r7191+0m5), osso-applet-certman-l10n-nono (= 6.0+r7389+0m5), connui-statusbar-internet (= 2.67+0m5), osso-rss-feed-reader-l10n-svse (= 6.0+r7389+0m5), nokia-maps-core (= 2.0.35.6+0m5), gstreamer0.10-nokia-speech (= 1.0-0maemo7+0m5), osso-calculator-ui-l10n-ptpt (= 6.0+r7179+0m5), libxcursor1 (= 1:1.1.9-2+0m5), libezitext (= 6.0.035-13+0m5), osso-dsm-ui-l10n-esmx (= 6.0+r7389+0m5), funambol-cpp-api (= 6.0.8-2osso99+0m5), pulseaudio-module-nokia-record (= 0.9.15.0-44+0m5), osso-statusbar-sound-l10n-cscz (= 6.0+r7130+0m5), osso-imageviewer-ui-l10n-dadk (= 6.0+r7389+0m5), osso-backup-l10n-nlnl (= 6.0+r7359+0m5), calendar-l10n-engb (= 6.0+r7318+0m5), mafw-upnp-source (= 0.1.2009.42-1+0m5), osso-tutorial-l10n-dede (= 6.0+r7191+0m5), gtk20-l10n (= 4.5+0m5), mediaplayer-l10n-fifi (= 6.0+r7389+0m5), maemo-af-desktop-l10n-eses (= 6.0+r7289+0m5), osso-systemui (= 0.2.0.18+0m5), rtcom-call-ui-l10n-nono (= 6.0+r7342+0m5), gstreamer0.10-hantro (= 0.20050831.9-50+0m5), gstreamer0.10-x (= 0.10.25-0maemo7+0m5), maemo-launcher (= 0.35-7+0m5), mediaplayer-l10n-ruru (= 6.0+r7389+0m5), maemo-af-desktop-l10n-mr0 (= 6.11+0m5), osso-uri-l10n-itit (= 6.0+r7191+0m5), osso-sketch-l10n-ptpt (= 6.0+r7289+0m5), osso-addressbook-l10n-ruru (= 6.0+r7389+0m5), osso-notes-l10n-frca (= 6.0+r7220+0m5), osso-browser-ui-l10n-esmx (= 6.0+r7389+0m5), osso-applet-notificationlight (= 0.0.7+0m5), osso-sharing-ui-l10n-dadk (= 6.0+r7389+0m5), mediaplayer-l10n-frca (= 6.0+r7389+0m5), policy-l10n-engb (= 6.0+r7250+0m5), osso-connectivity-ui-l10n-fifi (= 6.0+r7389+0m5), libfontenc1 (= 1:1.0.4-2), skyhost-vengine (= 1.10.2-4+0m5), osso-dsm-ui-l10n-engb (= 6.0+r7389+0m5), csd-sat (= 0.4.0+0m5), modest-nokiamessaging-plugin-l10n-nono (= 6.0+r7389+0m5), osso-games-l10n-nono (= 6.0+r7289+0m5), osso-backup-l10n-mr0 (= 6.11+0m5), libwbxml2-0 (= 0.10.7-1+0m5), bt-firmware (= 0.21-rc3+0m5), libstdc++6 (= 4.2.1-4maemo9+0m5), modest-nokiamessaging-plugin-l10n-itit (= 6.0+r7389+0m5), policy-l10n-itit (= 6.0+r7250+0m5), busybox (= 3:1.10.2.legal-1osso26+0m5), maemo-installer-utils (= 1.0-2+0m5), as-config-applet-l10n-cscz (= 6.0+r7389+0m5), libtelepathy-farsight0 (= 0.0.11-0maemo3+0m5), osso-camera-ui-l10n-esmx (= 6.0+r7359+0m5), osso-addressbook-l10n-fifi (= 6.0+r7389+0m5), osso-tv-out-l10n-itit (= 6.0+r7289+0m5), hildon-common-strings-l10n-cscz (= 6.0+r7191+0m5), pulseaudio (= 0.9.15-1maemo35+0m5), osso-powerup-shutdown-l10n-dadk (= 6.0+r7389+0m5), adobe-flashplayer (= 3.0.0.72+0m5), osso-cities-l10n-enus (= 6.0+r7336+0m5), osso-pdf-viewer-l10n-eses (= 6.0+r7191+0m5), skype-ui-l10n-engb (= 6.0+r7389+0m5), osso-pdf-viewer-l10n-enus (= 6.0+r7191+0m5), osso-filemanager-l10n-nono (= 6.0+r7389+0m5), osso-notes-l10n-cscz (= 6.0+r7220+0m5), osso-statusbar-presence-l10n-nono (= 6.0+r7389+0m5), osso-location-ui-l10n-ptpt (= 6.0+r7268+0m5), tablet-bookmark-manager (= 0.0.18-6.10+0m5), osso-tutorial-l10n-engb (= 6.0+r7191+0m5), policy-l10n-eses (= 6.0+r7250+0m5), maesync-l10n-ruru (= 6.0+r7318+0m5), osso-display-l10n-dede (= 6.0+r7268+0m5), osso-systemui-tklock (= 0.2.2.2+0m5), osso-addressbook (= 4.20091111+0m5), libgdigicam-gst-camerabin0 (= 0.2.44.1+0m5), osso-powerup-shutdown-l10n-nlnl (= 6.0+r7389+0m5), osso-cities-l10n-esmx (= 6.0+r7336+0m5), udhcpc (= 0.9.8cvs20050303-2osso7), osso-countries-l10n-nono (= 6.0+r7274+0m5), osso-browser-ui-l10n-mr0 (= 6.11+0m5), ezitext-french-fr (= 6.0.035-13+0m5), evolution-data-server-addressbook-backend-telepathy (= 0.4.56-1+0m5), libgmime-2.0-2 (= 2.2.20-maemo0), osso-countries-l10n-itit (= 6.0+r7274+0m5), sharing-rtcom (= 1.1.40.1+0m5), rtcom-messaging-ui-l10n-frca (= 6.0+r7389+0m5), libglib2.0-0 (= 2.20.3-1maemo3+0m5), osso-countries-l10n-frca (= 6.0+r7274+0m5), osso-connectivity-ui-l10n-dadk (= 6.0+r7389+0m5), camera-firmware (= 0.0.25+0m5), osso-camera-ui-l10n-dede (= 6.0+r7359+0m5), osso-sketch (= 1.6.40-1+0m5), libxt6 (= 1:1.0.5-4+0m5), osso-statusbar-presence-l10n-frca (= 6.0+r7389+0m5), osso-imageviewer-ui-l10n-esmx (= 6.0+r7389+0m5), modest-nokiamessaging-plugin-l10n-frca (= 6.0+r7389+0m5), readline-common (= 5.2-2maemo2+0m5), osso-clock-l10n-enus (= 6.0+r7318+0m5), osso-applet-screencalibration-l10n-ruru (= 6.0+r7152+0m5), dsp-manager (= 1.1.0-1+0m5), osso-calculator-ui-l10n-frca (= 6.0+r7179+0m5), maesync-l10n-nono (= 6.0+r7318+0m5), hildon-application-manager-l10n-mr0 (= 6.11+0m5), osso-browser-ui-l10n-itit (= 6.0+r7389+0m5), libsignonui-l10n-mr0 (= 6.11+0m5), osso-imageviewer-ui-l10n-ruru (= 6.0+r7389+0m5), osso-cities-l10n-fifi (= 6.0+r7336+0m5), osso-connectivity-ui-l10n-frca (= 6.0+r7389+0m5), status-menu-applet-profiles (= 0.12+0m5), as-config-applet-l10n-ptpt (= 6.0+r7389+0m5), hildon-control-panel-l10n-eses (= 6.0+r7342+0m5), hildon-fm-l10n-itit (= 6.0+r7289+0m5), hildon-application-manager-l10n-ruru (= 6.0+r7389+0m5), rtcom-call-ui-l10n-nlnl (= 6.0+r7342+0m5), osso-powerup-shutdown-l10n-eses (= 6.0+r7389+0m5), modest-nokiamessaging-plugin-l10n-eses (= 6.0+r7389+0m5), libhildonfm2 (= 1:2.28.9+0m5), osso-calculator-ui-l10n-nono (= 6.0+r7179+0m5), libgdigicam0 (= 0.2.44.1+0m5), status-area-applet-battery (= 0.1.22+0m5), lsof (= 4.70-1osso2), modest-nokiamessaging-plugin-l10n-nlnl (= 6.0+r7389+0m5), pulseaudio-module-bluetooth (= 0.9.15-1maemo35+0m5), libxau6 (= 1:1.0.3-2osso1.1), policy-l10n-svse (= 6.0+r7250+0m5), maemo-statusmenu-volume (= 0.50+0m5), osso-applet-device-l10n-dede (= 6.0+r7179+0m5), osso-applet-device-l10n-eses (= 6.0+r7179+0m5), libohm-plugin-core0 (= 0.1.2-0maemo31+0m5) +Maemo-Flags: reboot, system-update +Maemo-Required-Free-Space: 42000 +Status: install ok installed + -- 1.7.9.5