Bug#571470: python-debian: iter_paragraph with apt_pkg and no shared storage fails on long files

Filippo Giunchedi filippo at debian.org
Thu Feb 25 16:29:04 UTC 2010


Package: python-debian
Version: 0.1.14
Severity: important

Hi,
I've just found out that there's some kind of regression in apt_pkg while not
using shared_storage (e.g. istantiating a new parser each time and playing
with Offset())
Tests fail with the attached test_Packages and the log below.

The culprint is the first failed test, from my analysis somehow the apt_pkg
gets confused and starts parsing invalid Section. In other words it seems that
the self.__keys OrderedSet object is returning wrong keys which are not in
self.__dict thus dump() fails.

I'm not sure this is a regression in apt_pkg or deb822.py is confusing apt_pkg
parser by jumping its offset.


..........E.F.....F...............F.
======================================================================
ERROR: test_iter_paragraphs_apt_no_shared_storage_packages (__main__.TestDeb822)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./test_deb822.py", line 432, in test_iter_paragraphs_apt_no_shared_storage_packages
    use_apt_pkg=True, shared_storage=False)
  File "./test_deb822.py", line 414, in _test_iter_paragraphs
    p.dump(s)
  File "../debian_bundle/deb822.py", line 369, in dump
    for key, value in self.iteritems():
  File "/usr/lib/python2.5/UserDict.py", line 106, in iteritems
    yield (k, self[k])
  File "../debian_bundle/deb822.py", line 180, in __getitem__
    return self.__parsed[key]
  File "../debian_bundle/deb822.py", line 57, in __getitem__
    raise KeyError(key)
KeyError: '0560c251c2c57a028abee33d886a5f0\n'

======================================================================
FAIL: test_iter_paragraphs_apt_shared_storage_packages (__main__.TestDeb822)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./test_deb822.py", line 429, in test_iter_paragraphs_apt_shared_storage_packages
    use_apt_pkg=True, shared_storage=True)
  File "./test_deb822.py", line 417, in _test_iter_paragraphs
    self.assertEqual(s.getvalue(), packages_content)
AssertionError: <long dump>

======================================================================
FAIL: test_iter_paragraphs_no_apt_no_shared_storage_packages (__main__.TestDeb822)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./test_deb822.py", line 435, in test_iter_paragraphs_no_apt_no_shared_storage_packages
    use_apt_pkg=False, shared_storage=False)
  File "./test_deb822.py", line 417, in _test_iter_paragraphs
    self.assertEqual(s.getvalue(), packages_content)
AssertionError: <long dump>

======================================================================
FAIL: test_packages (__main__.TestPkgRelations)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./test_deb822.py", line 674, in test_packages
    self.assertEqual(rel1, pkg1.relations)
AssertionError: {'enhances': [], 'pre-depends': [], 'recommends': [[{'version': None, 'arch': None, 'name': 'bzip2'}], [{'version': None, 'arch': None, 'name': 'lpr'}, {'version': None, 'arch': None, 'name': 'rlpr'}, {'version': None, 'arch': None, 'name': 'cupsys-client'}], [{'version': None, 'arch': None, 'name': 'wdiff'}]], 'breaks': [], 'suggests': [[{'version': None, 'arch': None, 'name': 'emacsen-common'}], [{'version': None, 'arch': None, 'name': 'ghostscript'}], [{'version': None, 'arch': None, 'name': 'graphicsmagick-imagemagick-compat'}, {'version': None, 'arch': None, 'name': 'imagemagick'}], [{'version': None, 'arch': None, 'name': 'groff'}], [{'version': None, 'arch': None, 'name': 'gv'}], [{'version': None, 'arch': None, 'name': 'html2ps'}], [{'version': None, 'arch': None, 'name': 't1-cyrillic'}], [{'version': None, 'arch': None, 'name': 'texlive-base-bin'}]], 'depends': [[{'version': None, 'arch': None, 'name': 'file'}], [{'version': ('>=', '2.7-1'), 'arch': N
 one, 'name': 'libc6'}], [{'version': None, 'arch': None, 'name': 'libpaper1'}], [{'version': None, 'arch': None, 'name': 'psutils'}]], 'replaces': [], 'provides': [], 'conflicts': []} != {'enhances': [], 'pre-depends': [], 'recommends': [], 'breaks': [], 'suggests': [], 'depends': [], 'replaces': [], 'provides': [], 'conflicts': []}

----------------------------------------------------------------------
Ran 36 tests in 0.423s

FAILED (failures=3, errors=1)



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-rc8 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-debian depends on:
ii  python                        2.5.4-9    An interactive high-level object-o
ii  python-support                1.0.6.1    automated rebuilding support for P

Versions of packages python-debian recommends:
ii  python-apt                    0.7.93.1   Python interface to libapt-pkg

Versions of packages python-debian suggests:
ii  gpgv                          1.4.10-2   GNU privacy guard - signature veri

-- no debconf information
-------------- next part --------------
Package: 2vcard
Priority: optional
Section: utils
Installed-Size: 108
Maintainer: Martin Albisetti <argentina at gmail.com>
Architecture: all
Version: 0.5-3
Filename: pool/main/2/2vcard/2vcard_0.5-3_all.deb
Size: 14300
MD5sum: d831fd82a8605e9258b2314a7d703abe
SHA1: e903a05f168a825ff84c87326898a182635f8175
SHA256: 2be9a86f0ec99b1299880c6bf0f4da8257c74a61341c14c103b70c9ec04b10ec
Description: perl script to convert an addressbook to VCARD file format
 2vcard is a little perl script that you can use to convert the
 popular vcard file format. Currently 2vcard can only convert addressbooks
 and alias files from the following formats: abook,eudora,juno,ldif,mutt,
 mh and pine.
 .
 The VCARD format is used by gnomecard, for example, which is used by the
 balsa email client.
Tag: implemented-in::perl, role::program, use::converting

Package: 3dchess
Priority: optional
Section: games
Installed-Size: 156
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Architecture: amd64
Version: 0.8.1-16
Depends: libc6 (>= 2.7-1), libx11-6, libxext6, libxmu6, libxpm4, libxt6, xaw3dg (>= 1.5+E-1)
Filename: pool/main/3/3dchess/3dchess_0.8.1-16_amd64.deb
Size: 37098
MD5sum: b43bbce0270b13bcd697209d981f79d9
SHA1: 166b23c9cd8158f41b3cbbeb2e77490e30815a23
SHA256: aae12f11c068db529859c677730ab5ba0cdbdd18e12231263f8d6e5480f9d38f
Description: 3D chess for X11
 3 dimensional Chess game for X11R6.  There are three boards, stacked
 vertically; 96 pieces of which most are the traditional chess pieces with
 just a couple of additions; 26 possible directions in which to move.  The
 AI isn't wonderful, but provides a challenging enough game to all but the
 most highly skilled players.
Tag: game::board, game::board:chess, implemented-in::c, interface::x11, role::program, uitoolkit::xlib, use::gameplaying, x11::application

Package: 4g8
Priority: optional
Section: net
Installed-Size: 72
Maintainer: LaMont Jones <lamont at debian.org>
Architecture: amd64
Version: 1.0-3
Depends: libc6 (>= 2.6.1-1), libnet1 (>= 1.1.2-1), libpcap0.8 (>= 0.9.3-1)
Filename: pool/main/4/4g8/4g8_1.0-3_amd64.deb
Size: 13742
MD5sum: 4a1d179bba41aa5528bb4906a5606bf1
SHA1: 590524e4491473c8edd46fe8adf11669ff997ee3
SHA256: 66c55856b08025b5312ae26b83663a3980560c251c2c57a028abee33d886a5f0
Description: Packet Capture and Interception for Switched Networks
 4G8 allows you to capture traffic from a third party in a switched
 environment at the expense of a slight increase in latency to that
 third party host. Utilizing ARP cache poisoning, packet capture and
 packet reconstruction techniques, 4G8 works with nearly all TCP, ICMP
 and UDP IPv4 traffic flows.
Tag: admin::monitoring, protocol::{ip,tcp,udp}, role::program, works-with::network-traffic

Package: 6tunnel
Priority: optional
Section: net
Installed-Size: 72
Maintainer: Thomas Seyrat <tomasera at debian.org>
Architecture: amd64
Version: 0.11rc2-2
Depends: libc6 (>= 2.3.5-1)
Filename: pool/main/6/6tunnel/6tunnel_0.11rc2-2_amd64.deb
Size: 13480
MD5sum: 2625b28629440edf54a9c061c6496e32
SHA1: ee717f58a479c9bccc21e892b5f8143ce335cec8
SHA256: fa1d1cc29ed5e5f01f4a6b0561aabe227b7ea86a0a1b4a3e15af0ad889f108c4
Description: TCP proxy for non-IPv6 applications
 6tunnel allows you to use services provided by IPv6 hosts with
 IPv4-only applications and vice versa. It can bind to any of your IPv4
 or IPv6 addresses and forward all data to IPv4 or IPv6 host.
 .
 It can be used for example as an IPv6-capable IRC proxy.
Tag: interface::daemon, network::server, network::vpn, protocol::ipv6, role::program, use::proxying

Package: 9base
Priority: optional
Section: utils
Installed-Size: 3704
Maintainer: Debian Suckless Maintainers <suckless at lists.debian-maintainers.org>
Architecture: amd64
Version: 1:4-1
Depends: libc6 (>= 2.7)
Suggests: 9mount, wmii2
Filename: pool/main/9/9base/9base_4-1_amd64.deb
Size: 1336756
MD5sum: b64b1a79ed52e686add668093484bcb1
SHA1: b2a37e21092c72a87c821cad8b03e81864e867ae
SHA256: 08ee5ad19d7949881cf3b5d2df1b87da16dbe5b020aa84b6ef798381c132284f
Description: Plan 9 userland tools
 9base is a port of following original Plan 9 userland tools to Unix:
 awk, basename, bc, cat, cleanname, date, dc, echo, grep, mk, rc, sed, seq,
 sleep, sort, tee, test, touch, tr, uniq, and yacc.
 .
 9base is currently only used by wmii2 (window manager improved, version 2).
Homepage: http://tools.suckless.org/9base/
Tag: admin::configuring, devel::code-generator, devel::interpreter, implemented-in::c, interface::commandline, role::program, scope::utility, works-with::file

Package: 9menu
Priority: optional
Section: x11
Installed-Size: 80
Maintainer: Debian QA Group <packages at qa.debian.org>
Architecture: amd64
Version: 1.8-2
Depends: libc6 (>= 2.2.5), libx11-6, libxext6
Filename: pool/main/9/9menu/9menu_1.8-2_amd64.deb
Size: 15768
MD5sum: 25925ded9794cec7db128353d05f7931
SHA1: d30e87cf4b0a71b51dd45566ba43d49c573f21b7
SHA256: 32a32fbbbe6c8878fac451efc01486f1362de5437dbe6db5c76946264b6354b8
Description: Creates X menus from the shell
 This is a simple program that allows you to create X menus from
 the shell, where each menu item will run a command. 9menu is intended
 for use with 9wm, but can be used with any other window manager.
Tag: interface::x11, qa::orphaned, role::program, scope::utility, x11::application

Package: 9mount-dbg
Priority: extra
Section: debug
Installed-Size: 44
Maintainer: Debian QA Group <packages at qa.debian.org>
Architecture: amd64
Source: 9mount
Version: 1.3-7
Depends: 9mount (= 1.3-7)
Filename: pool/main/9/9mount/9mount-dbg_1.3-7_amd64.deb
Size: 7208
MD5sum: 56b11a5a4f5a83e7f7c2575b1ae1aa74
SHA1: a7b024f46140f1907ed8c821d7ae9172f31b663e
SHA256: 4139d7ad7339e26da629decfcd0f0d00eb1df19ac63d8431937c0dc5b0d9dd84
Description: plan9 filesystem (v9fs) user mount utilities (debug)
 9mount is a set of SUID mounting tools for use with v9fs to help cope with
 linux's poor mount support.
 .
 This package contains the debugging symbols.
Homepage: http://sqweek.dnsdojo.org/code/9mount/
Tag: qa::low-popcon, role::debug-symbols

Package: 9mount
Priority: optional
Section: admin
Installed-Size: 48
Maintainer: Debian QA Group <packages at qa.debian.org>
Architecture: amd64
Version: 1.3-7
Depends: libc6 (>= 2.2.5)
Filename: pool/main/9/9mount/9mount_1.3-7_amd64.deb
Size: 12230
MD5sum: a3cb93ef71191dd9d6a8890b9b0e74a1
SHA1: d452def57f51431baa3b9d2590582adad8c2dc5c
SHA256: e2564ff20414d0320e8d1d6beae2c4cb75e869cad77c61efff4042960651fe90
Description: plan9 filesystem (v9fs) user mount utilities
 9mount is a set of SUID mounting tools for use with v9fs to help cope with
 linux's poor mount support.
 .
 The tools offer a level of security - 9mount will only let you mount over
 non-sticky directories you have write access to, and 9umount will only let you
 unmount 9p partitions that you mounted yourself.
Homepage: http://sqweek.dnsdojo.org/code/9mount/
Tag: admin::filesystem, implemented-in::c, role::program, scope::utility

Package: 9wm
Priority: optional
Section: x11
Installed-Size: 116
Maintainer: Decklin Foster <decklin at red-bean.com>
Architecture: amd64
Version: 1.2-9
Provides: x-window-manager
Depends: libc6 (>= 2.7-1), libx11-6, libxext6
Suggests: 9menu
Filename: pool/main/9/9wm/9wm_1.2-9_amd64.deb
Size: 27812
MD5sum: 1d4db0a94542d5185417fcf443efc990
SHA1: ea826c78001a280c6829cf11247c91f79011c0d3
SHA256: f18e41af1eaccf2a2eca4eb0d10141710443cc944702aa952c4085def26f5601
Description: emulation of the Plan 9 window manager 8-1/2
 9wm is an X window manager which attempts to emulate the Plan 9 window
 manager 8-1/2 as far as possible within the constraints imposed by X.
 .
 It provides a simple yet comfortable user interface, without garish
 decorations or title-bars. Or icons. And it's click-to-type.
Tag: interface::x11, role::program, x11::window-manager

Package: a2ps-perl-ja
Priority: optional
Section: perl
Installed-Size: 76
Maintainer: Debian QA Group <packages at qa.debian.org>
Architecture: all
Version: 1.45-5
Depends: perl
Conflicts: a2ps-ja
Filename: pool/main/a/a2ps-perl-ja/a2ps-perl-ja_1.45-5_all.deb
Size: 14006
MD5sum: 2ae18581eb3a789a36dafb6bde327ee1
SHA1: 64db1a9014f7cb92af3c1c28fe8563103599891c
SHA256: 847a59735dadefe40aa3c7919656b31963d470456dfb755a58420bcf5ee86399
Description: perl version of Miguel Santana's a2ps (supports KANJI)
 This program is perl version of Miguel Santana's a2ps.  Postscript
 kanji enhancement was done by Naoki Kanazawa <kanazawa at sra.co.jp>.
 Converted to perl and enhanced by Kazumasa Utashiro.  B4 support
 and punchmark was contributed by Masami Ueno
Tag: culture::japanese, implemented-in::perl, interface::commandline, qa::orphaned, role::program, scope::utility, use::converting, use::printing, works-with::text, works-with-format::postscript

Package: a2ps
Priority: optional
Section: text
Installed-Size: 4288
Maintainer: Masayuki Hatta (mhatta) <mhatta at debian.org>
Architecture: amd64
Version: 1:4.14-1
Depends: file, libc6 (>= 2.7-1), libpaper1, psutils
Recommends: bzip2, lpr | rlpr | cupsys-client, wdiff
Suggests: emacsen-common, ghostscript, graphicsmagick-imagemagick-compat | imagemagick, groff, gv, html2ps, t1-cyrillic, texlive-base-bin
Filename: pool/main/a/a2ps/a2ps_4.14-1_amd64.deb
Size: 952518
MD5sum: 905ef54477feec90060e5aa33a0a1112
SHA1: 6b93813654e54f0a1c10083ee0d1b73d7c3e5573
SHA256: 1c79b5af73fb7d2ff83e7ce1b6c939c954c173506e78da08fcde062c9d6e77ba
Description: GNU a2ps - 'Anything to PostScript' converter and pretty-printer
 GNU a2ps converts files into PostScript for printing or viewing. It uses a
 nice default format, usually two pages on each physical page, borders
 surrounding pages, headers with useful information (page number, printing
 date, file name or supplied header), line numbering, symbol substitution
 as well as pretty printing for a wide range of programming languages.
 .
 Historically, a2ps started as a text to PostScript converter, but thanks
 to powerful delegations it is able to let you use it for any kind of files,
 ie it can also digest manual pages, dvi files, texinfo, ....
 .
 Among the other most noticeable features of a2ps are:
  - various encodings (all the Latins and others),
  - various fonts (automatic font down loading),
  - various medias,
  - various printer interfaces,
  - various output styles,
  - various programming languages,
  - various helping applications,
  - and various spoken languages.
Tag: devel::prettyprint, interface::commandline, role::program, scope::utility, suite::gnu, use::converting, use::printing, works-with::text, works-with-format::postscript

Package: liba52-0.7.4-dev
Priority: optional
Section: libdevel
Installed-Size: 220
Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Architecture: amd64
Source: a52dec
Version: 0.7.4-13
Replaces: a52dec, a52dec-dev, liba52-dev
Provides: a52dec, a52dec-dev, liba52-dev
Depends: liba52-0.7.4 (= 0.7.4-13), libc6 (>= 2.2.5)
Conflicts: a52dec, a52dec-dev, liba52-dev
Filename: pool/main/a/a52dec/liba52-0.7.4-dev_0.7.4-13_amd64.deb
Size: 51550
MD5sum: c1d519f0c182bb45fa79a63af9d8c55e
SHA1: a28894bf11641c21105fe46f2def48051aecdfb6
SHA256: 2b3edc5d8fcaa90b12dfb3ea1998d1f2f5c07b99efc41ac2bfc37c764e6c73a1
Description: library for decoding ATSC A/52 streams (development)
 liba52 is a free library for decoding ATSC A/52 streams. The A/52 standard is
 used in a variety of applications, including digital television and DVD. It is
 also known as AC-3.
 .
 This package contains the development files.
Homepage: http://liba52.sourceforge.net/
Tag: devel::library, role::devel-lib

Package: liba52-0.7.4
Priority: optional
Section: libs
Installed-Size: 128
Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Architecture: amd64
Source: a52dec
Version: 0.7.4-13
Depends: libc6 (>= 2.2.5)
Filename: pool/main/a/a52dec/liba52-0.7.4_0.7.4-13_amd64.deb
Size: 32186
MD5sum: 4590747a2acecb437fa9115ba79a9f34
SHA1: 17dd3fc0c504ba256a4fb189bdd294aef8dfc1a6
SHA256: 097dd20762ab17ac05413231ed9241531e1f46c3d51b8e45f99c2bfbc0397e47
Description: library for decoding ATSC A/52 streams
 liba52 is a free library for decoding ATSC A/52 streams. The A/52 standard is
 used in a variety of applications, including digital television and DVD. It is
 also known as AC-3.
Homepage: http://liba52.sourceforge.net/
Tag: devel::library, role::shared-lib

Package: a56
Priority: extra
Section: devel
Installed-Size: 220
Maintainer: Robert Millan <rmh at aybabtu.com>
Architecture: amd64
Version: 1.3-5
Depends: libc6 (>= 2.7-1)
Filename: pool/main/a/a56/a56_1.3-5_amd64.deb
Size: 39816
MD5sum: feca663f3c80f7e9b143af87572e7d6b
SHA1: a27250b9f1cac4568ec855150446c928667e91de
SHA256: 37d51cb609673ff307576abd710b8e1fb4f88fe3838ae659b16a62f295382931
Description: Motorola DSP56001 assembler
 a52 is an assembler for the Motorola DSP56001 family of microcontrollers.
 .
 It is capable of compiling the firmware used in Linux' dsp56k.c driver.
Homepage: http://www.zdomain.com/a56.html
Tag: devel::machinecode, implemented-in::c, qa::low-popcon, role::program

Package: a7xpg-data
Priority: extra
Section: games
Installed-Size: 3648
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Architecture: all
Source: a7xpg
Version: 0.11.dfsg1-4
Recommends: a7xpg
Filename: pool/main/a/a7xpg/a7xpg-data_0.11.dfsg1-4_all.deb
Size: 3527724
MD5sum: 6aa70133de20df36d189ef54e6a40ad3
SHA1: 1ca6cea36285732d514d9243426d7d4041e4d225
SHA256: 0c73dc2f62d22dbcd8680638bf92951d31abcf80cc8c6ab1d28a2b5030292261
Description: chase action game - game data
 The goal of the game is to collect all the gold bullions found in each level
 and avoid crashing into any of the enemies. As you progress through the
 levels you will encounter harder enemies, and you can gain a short period of
 invincibility if you gather gold at high speeds.
 .
 This package includes the architecture-independent data for the game A7Xpg.
Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/a7xpg_e.html
Tag: made-of::audio, role::app-data

Package: a7xpg
Priority: extra
Section: games
Installed-Size: 1536
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Architecture: amd64
Version: 0.11.dfsg1-4
Depends: a7xpg-data (= 0.11.dfsg1-4), libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1-21), libgl1-mesa-glx | libgl1, libsdl-mixer1.2 (>= 1.2.6), libsdl1.2debian (>= 1.2.10-1), zlib1g
Filename: pool/main/a/a7xpg/a7xpg_0.11.dfsg1-4_amd64.deb
Size: 166548
MD5sum: 71f7777630cfb1295819898502d02c9e
SHA1: 4c6c27b9869654abdd7d97f8137da62707c288cf
SHA256: cdae8de6b1ee06955ba344fb0b5d260a6caa173da2e59fe916bcfe8afeaac8a8
Description: chase action game
 The goal of the game is to collect all the gold bullions found in each level
 and avoid crashing into any of the enemies. As you progress through the
 levels you will encounter harder enemies, and you can gain a short period of
 invincibility if you gather gold at high speeds.
 .
 A7Xpg is another gem among many by Kenta Cho.
Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/a7xpg_e.html
Tag: game::arcade, interface::3d, interface::x11, role::program, use::gameplaying, x11::application

Package: aa3d
Priority: optional
Section: graphics
Installed-Size: 76
Maintainer: Uwe Hermann <uwe at debian.org>
Architecture: amd64
Version: 1.0-8
Depends: libc6 (>= 2.2.5)
Filename: pool/main/a/aa3d/aa3d_1.0-8_amd64.deb
Size: 9086
MD5sum: 7349e2f8c9d52f781322c46f070a437a
SHA1: 562b96a4cd8be74d09c74c4f2c4e4c96dc3b1cb3
SHA256: 6e813f48deb7efb52280b67e54ef64477a7613cae478c8b415f706194c2f71ab
Description: ASCII art stereogram generator
 This program generates the well-known and popular random dot stereograms
 in ASCII art.
 .
 Features:
   * High quality ASCII art stereogram rendering
   * Highly configurable
   * User friendly command line interface (including full online help)
Homepage: http://aa-project.sourceforge.net/aa3d/
Tag: game::toys, interface::commandline, role::program, scope::utility, use::viewing

Package: python-aafigure
Priority: optional
Section: python
Installed-Size: 236
Maintainer: Jakub Wilk <ubanus at users.sf.net>
Architecture: all
Source: aafigure
Version: 0.4-2
Depends: python, python-support (>= 0.90.0)
Recommends: python-reportlab, python-imaging, ttf-liberation
Filename: pool/main/a/aafigure/python-aafigure_0.4-2_all.deb
Size: 38134
MD5sum: 6e6ed75c88cdb076a42781b03eb01e9e
SHA1: aad708aa01dd443f35e6978a2863aca8bc4336ab
SHA256: 8296e3c0af0e0e00d62352abf2044683ab3ad3d70bf6c9fea474d8fad64d1a2f
Description: ASCII art to image converter
 aafigure is an ASCII art to image converter.
 .
 ASCII art figures can be parsed and output as SVG, PNG, PDF and more.
 .
 This package provides a Python module and a command-line tool.
Homepage: https://launchpad.net/aafigure
Tag: implemented-in::python, interface::commandline, role::program, scope::utility, use::converting, works-with::image, works-with-format::{pdf,png,svg}

Package: libaa-bin
Priority: optional
Section: text
Installed-Size: 92
Maintainer: Bart Martens <bartm at debian.org>
Architecture: amd64
Source: aalib
Version: 1.4p5-38
Replaces: aalib-bin
Provides: aalib-bin
Depends: libaa1 (>= 1.4p5), libc6 (>= 2.2.5), libgpm2 (>= 1.20.4), libncurses5 (>= 5.6+20071006-3), libslang2 (>= 2.0.7-1), libx11-6
Conflicts: aalib-bin
Filename: pool/main/a/aalib/libaa-bin_1.4p5-38_amd64.deb
Size: 10600
MD5sum: ebf865a4d84e8c155ced1ee193e4df68
SHA1: 8200ed8bb5267434dcea99cd0d48bc91d31bd2d6
SHA256: b45300a16d0b2a83b1dbdc5b27d820af7e6e0414930d21530e0814b823e3a9bb
Description: sample programs using aalib
 AAlib is a portable ascii art graphics library. Internally, it works like
 a graphics display, but the output is rendered into gorgeous platform
 independent ascii graphics.
 .
 This package contains a few sample programs that use aalib.
Homepage: http://aa-project.sourceforge.net/aalib/
Tag: devel::examples, role::program, uitoolkit::ncurses

Package: libaa1-dbg
Priority: extra
Section: debug
Installed-Size: 312
Maintainer: Bart Martens <bartm at debian.org>
Architecture: amd64
Source: aalib
Version: 1.4p5-38
Depends: libaa1 (= 1.4p5-38)
Filename: pool/main/a/aalib/libaa1-dbg_1.4p5-38_amd64.deb
Size: 74446
MD5sum: b255851c4294c0522d41a9706ce7a208
SHA1: 7eed0c893ddd49221380cad355913e102865172e
SHA256: 4134cbc192e83d52aa2dae3bdaa21194e39ebdd6c27c910bbda11d1c5fbd6cda
Description: ascii art library, debugging symbols
 AAlib is a portable ascii art graphics library. Internally, it works like
 a graphics display, but the output is rendered into gorgeous platform
 independent ascii graphics.
 .
 This package contains the debugging symbols associated with AAlib. gdb
 will automatically use these symbols when debugging programs linked with
 AAlib.
Homepage: http://aa-project.sourceforge.net/aalib/
Tag: role::debug-symbols

Package: libaa1-dev
Priority: optional
Section: libdevel
Installed-Size: 624
Maintainer: Bart Martens <bartm at debian.org>
Architecture: amd64
Source: aalib
Version: 1.4p5-38
Replaces: aalib1-dev
Depends: libaa1 (>= 1.2-18), libx11-dev, libslang2-dev, libncurses5-dev
Conflicts: aalib1-dev
Filename: pool/main/a/aalib/libaa1-dev_1.4p5-38_amd64.deb
Size: 144746
MD5sum: 156cf7c07d9be4b8f9956210df49de6f
SHA1: f7f79fc6fd65ae851f1952950471784c28b5fb4b
SHA256: 4fcdda273b9d0fd61424b13c299b270799d7002d228d6e4b9ded93d1bcf17b92
Description: ascii art library, development kit
 AAlib is a portable ascii art graphics library. Internally, it works like
 a graphics display, but the output is rendered into platform-independent
 ascii graphics.
 .
 This package contains the static library and header files used in
 development, plus developer's documentation.
Homepage: http://aa-project.sourceforge.net/aalib/
Tag: devel::library, role::devel-lib, uitoolkit::ncurses

Package: libaa1
Priority: optional
Section: libs
Installed-Size: 196
Maintainer: Bart Martens <bartm at debian.org>
Architecture: amd64
Source: aalib
Version: 1.4p5-38
Replaces: aalib1
Provides: aalib1
Depends: libc6 (>= 2.3), libgpm2 (>= 1.20.4), libncurses5 (>= 5.6+20071006-3), libslang2 (>= 2.0.7-1), libx11-6
Filename: pool/main/a/aalib/libaa1_1.4p5-38_amd64.deb
Size: 62442
MD5sum: 66fbe3a0df98021136afc448315d331a
SHA1: fa0e1e5fa8d54ffe787aaeaa5ff28a38e3681118
SHA256: a8b13eecb8e06fae93b0b31ee3ac0b5223fc87dbf24bdec8525bbca55eadbf8e
Description: ascii art library
 AAlib is a portable ascii art graphics library. Internally, it works like
 a graphics display, but the output is rendered into gorgeous platform
 independent ascii graphics.
Homepage: http://aa-project.sourceforge.net/aalib/
Tag: implemented-in::c, role::shared-lib, uitoolkit::ncurses, use::{converting,entertaining,playing,viewing}, works-with::image, works-with::video

Package: aap-doc
Priority: optional
Section: doc
Installed-Size: 1844
Maintainer: Debian QA Group <packages at qa.debian.org>
Architecture: all
Source: aap
Version: 1.091-1
Filename: pool/main/a/aap/aap-doc_1.091-1_all.deb
Size: 676290
MD5sum: 136e0eff6b4eba689e7663bc3ad6ace6
SHA1: 765daaa0d447a862f9c18424a7ae05331ff83841
SHA256: 449d7f85d0b10a302c24712cab01ee8c6914683d0903bb67e05d85f7e5fb4591
Description: make-like "expert system" for building software (documentation)
 A-A-P is a dependency rule-based software build system like make.  It
 eliminates many of the warts of GNU Make and can evaluate Python code
 embedded in the scripts.
 .
 This package contains the documentation in HTML and PDF format.
Homepage: http://www.a-a-p.org/
Tag: devel::{buildtools,doc,lang:python}, made-of::html, made-of::pdf, qa::orphaned, role::documentation, works-with::software:source

Package: aap
Priority: optional
Section: devel
Installed-Size: 1068
Maintainer: Debian QA Group <packages at qa.debian.org>
Architecture: all
Version: 1.091-1
Depends: python (>= 2.3), python-support (>= 0.90.0)
Suggests: aap-doc
Filename: pool/main/a/aap/aap_1.091-1_all.deb
Size: 217620
MD5sum: e20aee1f52ffcd4dcbfef5dc4cfe4f70
SHA1: d59f1bbc0b8788a87e2abbe5fbffa71dd6a54ea0
SHA256: a2c54b5c56b771dba82eab63cb30b006832bee35adf72733142225ffd17df04a
Description: make-like "expert system" for building software
 A-A-P is a dependency rule-based software build system like make.  It
 eliminates many of the warts of GNU Make and can evaluate Python code
 embedded in the scripts.
Homepage: http://www.a-a-p.org/
Tag: devel::buildtools, implemented-in::python, interface::commandline, qa::orphaned, role::program, scope::utility, works-with::software:source

Package: aatv
Priority: optional
Section: video
Installed-Size: 112
Maintainer: Uwe Hermann <uwe at debian.org>
Architecture: amd64
Version: 0.3-5
Depends: libaa1 (>= 1.4p5), libc6 (>= 2.2.5)
Filename: pool/main/a/aatv/aatv_0.3-5_amd64.deb
Size: 16872
MD5sum: 738decedab30bae57bfa802d22388d46
SHA1: 5aa24f975b763d2151ce9fb1a59b7f4f100d57f4
SHA256: e14b6bb6ea5f38b4def1b039d484132ffdaf04e148f55d54d8419fd860e9f649
Description: A program to watch TV in a text-based console
 aatv is a program which allows you to watch TV in a text-based
 console, i.e. in a virtual console or in an xterm.
 .
 It also has some limited webcam support.
Homepage: http://aatv.sourceforge.net/
Tag: game::toys, hardware::video, implemented-in::c, interface::commandline, interface::text-mode, role::program, scope::utility, use::viewing, works-with::video

Package: abakus
Priority: optional
Section: kde
Installed-Size: 768
Maintainer: Steffen Joeris <steffen.joeris at skolelinux.de>
Architecture: amd64
Version: 0.91-1
Depends: kdelibs4c2a (>= 4:3.5.4-1), libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.1.0), libqt3-mt (>= 3:3.3.6), libstdc++6 (>= 4.1.0)
Filename: pool/main/a/abakus/abakus_0.91-1_amd64.deb
Size: 371838
MD5sum: 322f48eec06703d0886ee2811f461d85
SHA1: bfd0762065d0a801dc590241ed8199b07f528a45
SHA256: 265deee135ec463e12dd15abcf1b63a732275da80a7aecf59b2826e331af963b
Description: calculator for KDE
 AbaKus is a complex calculator, which provides
 many different kinds of calculations.
 Think of it as bc (the command-line calculator) with a nice GUI.
 It also gives information about mathematical variables and
 has the user-friendly menu options of a normal KDE application.
 .
 Web site: http://grammarian.homelinux.net/abakus/
Tag: field::mathematics, interface::x11, role::program, scope::utility, suite::kde, uitoolkit::qt, x11::application

Package: abby
Priority: optional
Section: video
Installed-Size: 376
Maintainer: Alejandro Garrido Mota <garridomota at gmail.com>
Architecture: amd64
Version: 0.4.7-1
Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libqt4-network (>= 4:4.5.3), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.5.3), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1), cclive | clive
Filename: pool/main/a/abby/abby_0.4.7-1_amd64.deb
Size: 130242
MD5sum: 8e3116c2801704cbbe0b9e6346b0e01e
SHA1: c462284118cf76b706f4c1dfbbdecd1ecffe9beb
SHA256: 0e706f7095df53dcced590c5f837e2265d59b4d0e16fbef6722b02ed54d40bc3
Description: front-end for cclive and clive
 abby is a front-end for cclive and clive used to download
 videos from Youtube and other similar video hosts. Abby is
 written in C++ and depends on the Qt framework.
Homepage: http://code.google.com/p/abby/
Tag: uitoolkit::qt

Package: abcde
Priority: optional
Section: sound
Installed-Size: 316
Maintainer: Jesus Climent <jesus.climent at hispalinux.es>
Architecture: all
Version: 2.4.1-1
Depends: cd-discid, wget, cdparanoia | icedax, vorbis-tools (>= 1.0beta4-1) | lame | flac | bladeenc | speex
Recommends: vorbis-tools
Suggests: eject, distmp3, id3 (>= 0.12), id3v2, eyed3, normalize-audio, vorbisgain, mkcue, mp3gain, python-musicbrainz
Filename: pool/main/a/abcde/abcde_2.4.1-1_all.deb
Size: 117452
MD5sum: 2595eb4d151faecfcbc7b94a3d2309a5
SHA1: dc7478ee04aa421215c41d6c7e62454c46b25292
SHA256: dd48902ff5756eb33fec236b322135c02c4b9a025ad0b3a0ceff23800126b184
Description: A Better CD Encoder
 A frontend program to cdparanoia, wget, cd-discid, id3, and your favorite
 Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or MPP/MP+(Musepack) encoder (defaults
 to oggenc). Grabs an entire CD and converts each track to the specified
 formats and then comments or ID3-tags each file, with one command.
 .
 With abcde you can encode several formats with one single command, using a
 single CD read operation. It also allows you to read and encode while not
 on the internet, and later query a CDDB server to tag your files.
Homepage: http://code.google.com/p/abcde/
Tag: hardware::storage, hardware::storage:cd, interface::commandline, qa::orphaned, role::program, scope::utility, use::converting, use::storing, works-with::audio, works-with-format::{mp3,oggvorbis,wav}

Package: abcm2ps
Priority: optional
Section: text
Installed-Size: 396
Maintainer: Anselm Lingnau <lingnau at debian.org>
Architecture: amd64
Version: 5.9.7-1
Depends: libc6 (>= 2.7)
Filename: pool/main/a/abcm2ps/abcm2ps_5.9.7-1_amd64.deb
Size: 191932
MD5sum: 942cb30606483b6cc6f9a263a52b453c
SHA1: 0a84eda9cb2e2e6aa713e6e7c35fde2b7350ae18
SHA256: bdf2d5932b5a9716f5117ef149d432ca1305ab23788b5866dc86cbd792306161
Description: Translates ABC music description files to PostScript
 This is the Debian port of the abcm2ps program by Jean-Fran?ois Moine.
 The program translates tunes written in the ABC format to PostScript,
 which can then be viewed using Ghostview et al. or printed on a
 PostScript printer or through Ghostscript. It supports various
 semi-standard extensions to the ABC standard, such as multiple
 voices and staves.
 .
 This program is a vastly improved spin-off from Michael Methfessel's
 abc2ps, which is no longer supplied as part of Debian. In particular,
 it contains a lot of extensions to help typeset classical music.
Tag: field::arts, interface::commandline, role::program, scope::utility, use::converting, works-with::music-notation, works-with::text, works-with-format::postscript

Package: abcmidi-yaps
Priority: extra
Section: sound
Installed-Size: 212
Maintainer: Anselm Lingnau <lingnau at debian.org>
Architecture: amd64
Source: abcmidi
Version: 20070318-2
Depends: libc6 (>= 2.6-1)
Suggests: postscript-viewer, abcmidi
Filename: pool/main/a/abcmidi/abcmidi-yaps_20070318-2_amd64.deb
Size: 81276
MD5sum: da1b58bb3bfe2bff87738b9eb828e6e4
SHA1: ed39a0b6b15f6a7d71e632b03569b45df9d14140
SHA256: ef349fe474dda5f12752fc18d46466d98e59f4ea2c1bc35dfeb7faf0e431778c
Description: yet another ABC to PostScript converter
 This program translates tunes written in the ABC format to PostScript,
 which can then be viewed on screen or printed. It is essentially a
 (non-exclusive) alternative to abc2ps, being based on the abc2ps
 PostScript code together with the ABC parser from the abcmidi package.
 .
 People interested in this kind of software should also check out the
 abcm2ps package, which contains a similar program that has lots of
 additional features.
Tag: field::arts, interface::commandline, role::program, scope::utility, use::converting, works-with::music-notation, works-with::text, works-with-format::postscript

Package: abcmidi
Priority: optional
Section: sound
Installed-Size: 424
Maintainer: Anselm Lingnau <lingnau at debian.org>
Architecture: amd64
Version: 20070318-2
Depends: libc6 (>= 2.6-1)
Suggests: abcmidi-yaps | abcm2ps, timidity | pmidi | playmidi
Filename: pool/main/a/abcmidi/abcmidi_20070318-2_amd64.deb
Size: 209218
MD5sum: 8b5202513af2453d6f447feed638d243
SHA1: bccd5a2a5b422d69b3d8265eceb38da4cd2e9963
SHA256: 328a0313e9c2b9dd941374057bcd45dd64cb6ef05d2877c96677a4697fff2f1d
Description: converter from ABC to MIDI format and back
 This package contains the programs `abc2midi' and `midi2abc',  which
 convert from the abc musical notation format to standard MIDI format
 and vice-versa. They can generate accompaniment from guitar chords
 in the abc file, as well as insert various MIDI events; the
 MIDI-to-abc translation tries to figure out bars, triplets and
 accidentals on its own.
 .
 The package also contains `abc2abc' (an abc prettyprinter/transposer),
 `mftext' (a program that dumps a MIDI file as text), and `midicopy'
 (a program that extracts specific tracks, channels or time intervals
 from a MIDI file).
 .
 The programs in this package are based on the `midifilelib'
 distribution available from http://www.harmony-central.com/MIDI/.
Tag: interface::commandline, role::program, scope::utility, sound::midi, use::converting, use::playing, works-with::audio, works-with::music-notation

Package: abe-data
Priority: optional
Section: games
Installed-Size: 4136
Maintainer: Bart Martens <bartm at debian.org>
Architecture: all
Source: abe
Version: 1.1-3
Filename: pool/main/a/abe/abe-data_1.1-3_all.deb
Size: 2950864
MD5sum: 5c62ebcb6b4fcd3092d31170fa5aa2bd
SHA1: fb834d0c7db36544e0ad60e11ed1e00e1e2ea610
SHA256: dd3eb45a5450751cb67005cc335c18b4aaee2caacdb50c6bea9947731d55fb4a
Description: Side-scrolling game named "Abe's Amazing Adventure"
 A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game,
 vaguely in the style of similar games for the Commodore+4. The game is
 intended to show young people all the cool games they missed.
 .
 This package contains the architecture independent data files.
Homepage: http://abe.sourceforge.net/
Tag: role::app-data

Package: abe
Priority: optional
Section: games
Installed-Size: 180
Maintainer: Bart Martens <bartm at debian.org>
Architecture: amd64
Version: 1.1-3
Depends: libc6 (>= 2.7-1), libice6 (>= 1:1.0.0), libsdl-mixer1.2 (>= 1.2.6), libsdl1.2debian (>= 1.2.10-1), libsm6, libx11-6, libxext6, libxi6, libxmu6, libxt6, abe-data (= 1.1-3)
Filename: pool/main/a/abe/abe_1.1-3_amd64.deb
Size: 47316
MD5sum: 297a3c0d15b54047e755bc5555a64353
SHA1: 8d5820382b8e2c146bd661c00d3986c851d2b216
SHA256: d2126c0f0d7d95319948432fcb4a84fd9bef7c3224032f9762caafdfd3f5ad59
Description: Side-scrolling game named "Abe's Amazing Adventure"
 A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game,
 vaguely in the style of similar games for the Commodore+4. The game is
 intended to show young people all the cool games they missed.
 .
 This package contains the architecture dependent files of the game.
Homepage: http://abe.sourceforge.net/
Tag: role::program, uitoolkit::sdl, use::gameplaying

Package: abi-compliance-checker
Priority: optional
Section: devel
Installed-Size: 324
Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
Architecture: all
Version: 1.6-1
Depends: perl, gcc, binutils
Filename: pool/main/a/abi-compliance-checker/abi-compliance-checker_1.6-1_all.deb
Size: 41414
MD5sum: 51004bc4a3436442d147c3af44f98a66
SHA1: 41b18b03b2dd19b2895df0305dd992e6ac115157
SHA256: 94ab97243c53e1c7495d51ac6ae7329beb207b25ad29e9eea8524e4028d1fddf
Description: tool to compare ABI compatibility of shared C/C++ library versions
 abi-compliance-checker can be used to help reduce the possibility of
 an application crashing when the shared libraries it links against
 have changed.  Signatures and data type definations from two separate
 versions of a library are compared by examining the shared objects
 (.so) files themselves, and by analysing the header files (.h)
 provided for the two versions of the library and their dependencies.
 .
 Shared library developers trying to strive for binary compatibility
 between releases may also use this tool to detect if an any
 accidental application binary interface (ABI) changes have been
 introduced.
 .
 The checker may also be used for assessing binary compatibility
 between different Linux distributions.
Homepage: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker

Package: abicheck
Priority: optional
Section: devel
Installed-Size: 148
Maintainer: Angel Ramos <seamus at debian.org>
Architecture: all
Version: 1.2-5
Depends: perl
Filename: pool/main/a/abicheck/abicheck_1.2-5_all.deb
Size: 34316
MD5sum: 164d97cd302fda187a023d34255a9f6a
SHA1: faa9688c2528007168450a86f0c6b435117959c7
SHA256: ace458e0cba4be6c7f33933a95c562b5d570d84b2dedb76d4fcaed7b67b965ad
Description: binary compatibility checking tool
 ABIcheck is a tool for checking an application's compliance with a
 library's defined Application Binary Interface (ABI). It relies on
 ABI definition information contained in the library. Example
 definitions are given for GNOME and glibc.
Tag: devel::testing-qa, implemented-in::perl, interface::commandline, role::program, scope::utility, use::checking

Package: r-cran-abind
Priority: optional
Section: gnu-r
Installed-Size: 136
Maintainer: Dirk Eddelbuettel <edd at debian.org>
Architecture: all
Source: abind
Version: 1.1.0-4
Depends: r-base-core (>= 2.10.0)
Filename: pool/main/a/abind/r-cran-abind_1.1.0-4_all.deb
Size: 19444
MD5sum: 6064572e6c2b6c80157c3f3705377016
SHA1: f31af62dbfda18c8490f84902365a14f9bd8c690
SHA256: 9c8b2f6b078898df1093b9d73094046aa23a2c4b6aabb720a43ebae2934e4195
Description: GNU R abind multi-dimensional array combination function
 This package provides the abind function, a generalization of the cbind
 and rbind function in the R base package. The abind function takes a sequence
 of vectors, matrices, or arrays and produces a single array of the same or
 higher dimension.
Tag: devel::lang:r, devel::library, field::statistics, implemented-in::r, role::app-data, suite::gnu

Package: abinit-doc
Priority: extra
Section: doc
Installed-Size: 25396
Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
Architecture: all
Source: abinit
Version: 5.3.4.dfsg-3
Filename: pool/main/a/abinit/abinit-doc_5.3.4.dfsg-3_all.deb
Size: 17017858
MD5sum: e5123a9b545b06489abb0590dae9413b
SHA1: 0e3af2448ca737e0421c31cd79ee9c4fdcc4ddde
SHA256: ae9f311bd8d3547297f773e60f8626b3a389a42ed90de5eb1f620ff2b339e2ff
Description: A package for electronic structure calculations
 ABINIT is a package whose main program allows one to find the total energy,
 charge density and electronic structure of systems made of electrons and
 nuclei (molecules and periodic solids) within Density Functional Theory (DFT),
 using pseudopotentials and a planewave basis.
 .
 ABINIT also includes options to optimize the geometry according to the DFT
 forces and stresses, or to perform molecular dynamics simulations using these
 forces, or to generate dynamical matrices, Born effective charges, and
 dielectric tensors. Excited states can be computed within the Time-Dependent
 Density Functional Theory (for molecules), or within Many-Body Perturbation
 Theory (the GW approximation). In addition to the main ABINIT code, different
 utility programs are provided.
 .
 This package contains documentation and tests.
Homepage: http://www.abinit.org/
Tag: made-of::{html,pdf,tex}, role::documentation

Package: abinit
Priority: extra
Section: science
Installed-Size: 13388
Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
Architecture: amd64
Version: 5.3.4.dfsg-3
Depends: libblas3gf | libblas.so.3gf | libatlas3gf-base, libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1-21), libgfortran3 (>= 4.3), liblapack3gf | liblapack.so.3gf | libatlas3gf-base
Suggests: abinit-doc
Filename: pool/main/a/abinit/abinit_5.3.4.dfsg-3_amd64.deb
Size: 5008842
MD5sum: 78fe8c8690a2407a0b0e970b105ce826
SHA1: f80db04ed520bd46f20e50e0da5970bfb91418c8
SHA256: 7d22184a978f0e77fbbeaf448ad5469d62527eb4d0e24f4fd46cebcccdca64c9
Description: A package for electronic structure calculations
 ABINIT is a package whose main program allows one to find the total energy,
 charge density and electronic structure of systems made of electrons and
 nuclei (molecules and periodic solids) within Density Functional Theory (DFT),
 using pseudopotentials and a planewave basis.
 .
 ABINIT also includes options to optimize the geometry according to the DFT
 forces and stresses, or to perform molecular dynamics simulations using these
 forces, or to generate dynamical matrices, Born effective charges, and
 dielectric tensors. Excited states can be computed within the Time-Dependent
 Density Functional Theory (for molecules), or within Many-Body Perturbation
 Theory (the GW approximation). In addition to the main ABINIT code, different
 utility programs are provided.
 .
 This package contains all programs needed to perform calculations. For
 documentation and tests, install the abinit-doc package.
Homepage: http://www.abinit.org/
Tag: field::chemistry, field::physics, role::program

Package: abiword-common
Priority: optional
Section: editors
Installed-Size: 8620
Maintainer: Patrik Fimml <patrik at fimml.at>
Architecture: all
Source: abiword
Version: 2.8.2-1
Filename: pool/main/a/abiword/abiword-common_2.8.2-1_all.deb
Size: 1950522
MD5sum: 1d1b8ddcf9f99b5b5460b04f94b3fe3a
SHA1: ead99ca884813a6f43a1632caf698b71e08ac1c6
SHA256: 6897f0194dac41a23501ce52895bc8ac3f351e104bf5b5dc79fde793e7d56daa
Description: efficient, featureful word processor with collaboration -- common files
 AbiWord is a full-featured, efficient word processing application.
 It is suitable for a wide variety of word processing tasks, and
 is extensible with a variety of plugins.
 .
 This package contains the common files that are used on all architectures
 without modification.
Homepage: http://www.abisource.com/
Tag: interface::x11, role::app-data, special::auto-inst-parts, uitoolkit::gtk, use::editing, use::text-formatting, works-with::text, works-with-format::html, works-with-format::tex, x11::application

Package: abiword-plugin-grammar
Priority: optional
Section: editors
Installed-Size: 104
Maintainer: Patrik Fimml <patrik at fimml.at>
Architecture: amd64
Source: abiword
Version: 2.8.2-1
Depends: libabiword-2.8 (= 2.8.2-1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.12.0), liblink-grammar4 (>= 4.2.2), libstdc++6 (>= 4.1.1), abiword (= 2.8.2-1)
Filename: pool/main/a/abiword/abiword-plugin-grammar_2.8.2-1_amd64.deb
Size: 45582
MD5sum: 3fccd8f381d4abd1b6cd8e7497e0ea6a
SHA1: 7d2436ced0d08c97f48710cdccd8d90157848551
SHA256: 508443ae1fe6313b274a3194e51fd4af7a3a8780ae794cdd38de2bb85d039aab
Description: grammar checking plugin for AbiWord
 AbiWord is a full-featured, efficient word processing application.
 It is suitable for a wide variety of word processing tasks, and
 is extensible with a variety of plugins.
 .
 This package contains an in-line grammar checking system for AbiWord
 documents.
Homepage: http://www.abisource.com/
Tag: role::plugin, uitoolkit::gtk, use::checking, works-with::file, works-with::text

Package: abiword-plugin-mathview
Priority: optional
Section: editors
Installed-Size: 444
Maintainer: Patrik Fimml <patrik at fimml.at>
Architecture: amd64
Source: abiword
Version: 2.8.2-1
Depends: libabiword-2.8 (= 2.8.2-1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.12.0), libgtkmathview0c2a, libstdc++6 (>= 4.1.1), abiword (= 2.8.2-1), ttf-lyx
Filename: pool/main/a/abiword/abiword-plugin-mathview_2.8.2-1_amd64.deb
Size: 148772
MD5sum: 1bed18debd141a18e58527de73650c8e
SHA1: 8cd2f9837803e2f4e2cc284dbc8568c4c0046f84
SHA256: a39bcf5d1e9924e8a852b5a08ab3dae0af9d4952e0bb1d878642523efea6abf8
Description: equation editor plugin for AbiWord
 AbiWord is a full-featured, efficient word processing application.
 It is suitable for a wide variety of word processing tasks, and
 is extensible with a variety of plugins.
 .
 This package contains an equation editing system for AbiWord
 documents.
Homepage: http://www.abisource.com/
Tag: implemented-in::c++, role::plugin, uitoolkit::gtk

Package: abiword
Priority: optional
Section: editors
Installed-Size: 4648
Maintainer: Patrik Fimml <patrik at fimml.at>
Architecture: amd64
Version: 2.8.2-1
Depends: libabiword-2.8 (= 2.8.2-1), libaiksaurusgtk-1.2-0c2a (>= 1.2.1+dev-0.12), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgcc1 (>= 1:4.1.1), libgcrypt11 (>= 1.4.2), libglib2.0-0 (>= 2.12.0), libgnutls26 (>= 2.7.14-0), libgoffice-0-8 (>= 0.8.0), libgsf-1-114 (>= 1.14.17), libgtk2.0-0 (>= 2.12.0), libjpeg62, libloudmouth1-0 (>= 1.1.4-2), libots0, libpng12-0 (>= 1.2.13-4), libpsiconv6, libreadline6 (>= 6.0), libsoup2.4-1 (>= 2.4.0), libstdc++6 (>= 4.4.0), libwmf0.2-7 (>= 0.2.8.4), libwpd8c2a, libwpg-0.1-1, libwps-0.1-1, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.18), abiword-common (>= 2.8.2-1), gsfonts
Recommends: abiword-plugin-grammar, abiword-plugin-mathview, aspell-en | aspell-dictionary, poppler-utils, ttf-liberation
Filename: pool/main/a/abiword/abiword_2.8.2-1_amd64.deb
Size: 1590634
MD5sum: 322bb68e575771e49353081263150e5d
SHA1: 3711679aa716a1881be96e40a97c891e8dfa754c
SHA256: 5eb92c019eaf8f18bb69e54aa94995dc788a26139996eabd2b5103f7e9e7ad54
Description: efficient, featureful word processor with collaboration
 AbiWord is a full-featured, efficient word processing application.
 It is suitable for a wide variety of word processing tasks, and
 is extensible with a variety of plugins.
 .
 This package includes many of the available import/export plugins allowing
 AbiWord to interact with ODT, WordPerfect, and other formats.  It also
 includes tools plugins, offering live collaboration with AbiWord users
 on Linux and Windows (using TCP or Jabber/XMPP), web translation and
 dictionary support, and more.
 .
 Additional plugins that require significant amounts of extra software to
 function are in the various abiword-plugin-* packages.
Homepage: http://www.abisource.com/
Tag: interface::x11, role::program, scope::application, uitoolkit::gtk, use::editing, use::text-formatting, works-with::text, works-with-format::html, works-with-format::tex, x11::application


More information about the pkg-python-debian-maint mailing list