[Pkg-bazaar-maint] Bug#722091: bzr: FTBFS: TypeError: writelines() argument must be a sequence of strings
Jonathan Nieder
jrnieder at gmail.com
Sat Sep 7 19:36:38 UTC 2013
Source: bzr
Version: 2.6.0-1
Severity: important
Justification: ftbfs
Hi,
Trying to build bzr:
| # apt-get install build-essential
[...]
| # apt-get build-dep bzr
[...]
| $ apt-get source bzr
[...]
| $ cd bzr-2.6.0
| $ debuild
[...]
| python tools/generate_docs.py -o doc/en/user-reference/index.txt rstx
| bzr: warning: some compiled extensions could not be loaded; see <https://answers.launchpad.net/bzr/+faq/703>
| Traceback (most recent call last):
| File "tools/generate_docs.py", line 111, in <module>
| main(sys.argv)
| File "tools/generate_docs.py", line 97, in main
| infogen_mod.infogen(options, outfile)
| File "bzrlib/doc_generate/autodoc_rstx.py", line 56, in infogen
| outfile.write(_get_body(params, topic_dir))
| File "bzrlib/doc_generate/autodoc_rstx.py", line 69, in _get_body
| result.append(_get_commands_section(registry, output_dir=topic_dir))
| File "bzrlib/doc_generate/autodoc_rstx.py", line 121, in _get_commands_section
| topic_id = _dump_text(output_dir, cmd_name, help)
| File "bzrlib/doc_generate/autodoc_rstx.py", line 134, in _dump_text
| f.writelines(text)
| TypeError: writelines() argument must be a sequence of strings
| make[2]: *** [doc/en/user-reference/index.txt] Erreur 1
| make[2]: quittant le répertoire « /home/jrn/src/t/bzr-2.6.0 »
| make[1]: *** [override_dh_auto_build] Erreur 2
| make[1]: quittant le répertoire « /home/jrn/src/t/bzr-2.6.0 »
| make: *** [build] Erreur 2
| dpkg-buildpackage: erreur: debian/rules build a produit une erreur de sortie de type 2
Known problem? Build log attached.
Thanks,
Jonathan
-------------- next part --------------
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: paquet source bzr
dpkg-buildpackage: version source 2.6.0-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changé par Andrew Starr-Bochicchio <asb at debian.org>
dpkg-source --before-build bzr-2.6.0
dpkg-buildpackage: architecture hôte x32
fakeroot debian/rules clean
dh clean --with python2,sphinxdoc --buildsystem=python_distutils
dh_testdir -O--buildsystem=python_distutils
debian/rules override_dh_auto_clean
make[1]: entrant dans le répertoire « /home/jrn/src/t/bzr-2.6.0 »
dh_auto_clean
running clean
'build/lib.linux-x86_64-2.7-pydebug' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
[35833 refs]
running clean
'build/lib.linux-x86_64-2.7' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
rm -rf debian/bzrhome
rm -f bzrlib/*_pyx.c
# 'make clean-sphinx' calls Makefiles in sub-directories that are
# created only after calling 'make docs-sphinx'. Check for them first.
if [ -f doc/es/Makefile ]; then /usr/bin/make clean-sphinx; fi
# It also doesn't really clean every thing...
ls doc/en/user-reference/*txt | grep -v readme.txt | xargs rm -rf
rm -rf doc/developers/make.bat \
doc/es/make.bat \
doc/ja/make.bat \
doc/ru/make.bat \
doc/developers/Makefile \
doc/es/Makefile \
doc/ja/Makefile \
doc/ru/Makefile \
doc/*/_build/ \
doc/en/release-notes/index.txt
make[1]: quittant le répertoire « /home/jrn/src/t/bzr-2.6.0 »
dh_clean -O--buildsystem=python_distutils
dpkg-source -b bzr-2.6.0
dpkg-source: info: utilisation du format source « 3.0 (quilt) »
dpkg-source: info: construction de bzr à partir de ./bzr_2.6.0.orig.tar.gz
dpkg-source: avertissement: suppression du fichier bzrlib/_simple_set_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_chk_map_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_btree_serializer_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_knit_load_data_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_annotator_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_readdir_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_bencode_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_rio_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_chunks_to_lines_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_groupcompress_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_known_graph_pyx.c ignorée
dpkg-source: avertissement: suppression du fichier bzrlib/_dirstate_helpers_pyx.c ignorée
dpkg-source: info: construction de bzr dans bzr_2.6.0-1.debian.tar.gz
dpkg-source: info: construction de bzr dans bzr_2.6.0-1.dsc
debian/rules build
dh build --with python2,sphinxdoc --buildsystem=python_distutils
dh_testdir -O--buildsystem=python_distutils
dh_auto_configure -O--buildsystem=python_distutils
debian/rules override_dh_auto_build
make[1]: entrant dans le répertoire « /home/jrn/src/t/bzr-2.6.0 »
dh_auto_build
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7-pydebug
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/bencode.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/cmdline.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/patches.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/controldir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/patiencediff.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/reconcile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/graph.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/hooks.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/commands.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/treebuilder.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/clean_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/bzr_distutils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/workingtree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/email_message.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/hashcache.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/rules.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/utextwrap.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/pyutils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/xml_serializer.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/plugin.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/vf_search.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/static_tuple.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/inventory_delta.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/errors.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_groupcompress_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_rio_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/uncommit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_chk_map_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/identitymap.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/urlutils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/progress.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/merge_directive.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/intset.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_known_graph_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/globbing.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/config.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/annotate.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/views.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/bisect_multi.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/api.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/groupcompress.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/versionedfile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/foreign.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/commit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/lru_cache.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/bugtracker.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/diff.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/mail_client.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/weave.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/trace.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/workingtree_3.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_dirstate_helpers_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/textfile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/fifo_cache.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/msgeditor.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/info.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/send.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/mergetools.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/xml5.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_annotator_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/status.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/testament.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_patiencediff_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/rename_map.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/remote.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/index.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/strace.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/revisiontree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/builtins.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/help.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/upgrade.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/workingtree_4.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/transform.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/tsort.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/cache_utf8.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/merge3.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/cmd_version_info.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/counted_lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/serializer.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/smtp_connection.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/shelf.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/inter.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/filter_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/transactions.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/bzrdir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/weavefile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/missing.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/option.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/dirstate.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/generate_ids.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/lsprof.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/branch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_readdir_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/cleanup.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_btree_serializer_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/shelf_ui.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/i18n.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/rio.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/iterablefile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_knit_load_data_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/fetch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/btree_index.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/revision.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/recordcounter.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/chunk_writer.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/inventory.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/crash.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/mutabletree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/gpg.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/switch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_static_tuple_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/registry.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/chk_serializer.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/conflicts.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/textinv.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/push.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/atomicfile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/library_state.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/lockable_files.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_termcolor.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/pack.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/ignores.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/patch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/shellcomplete.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/decorators.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/cmd_test_script.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/reconfigure.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/memorytree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/revisionspec.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/debug.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/_chunks_to_lines_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/xml8.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/knit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/osutils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/lockdir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/branchbuilder.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/check.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/tuned_gzip.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/export_pot.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/breakin.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/xml7.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/win32utils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/tag.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/cethread.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/lazy_import.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/vf_repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/log.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/directory_service.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/multiparent.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/chk_map.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/textmerge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/estimate_compressed_size.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/xml6.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/lazy_regex.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/url_policy_open.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/version.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/add.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/timestamp.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/externalcommand.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/commit_signature_commands.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/inspect_for_copy.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/delta.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
copying bzrlib/symbol_versioning.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/branchfmt
copying bzrlib/branchfmt/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/branchfmt
copying bzrlib/branchfmt/fullhistory.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/branchfmt
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/bundle
copying bzrlib/bundle/commands.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/bundle
copying bzrlib/bundle/apply_bundle.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/bundle
copying bzrlib/bundle/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/bundle
copying bzrlib/bundle/bundle_data.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/bundle
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/bundle/serializer
copying bzrlib/bundle/serializer/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/bundle/serializer
copying bzrlib/bundle/serializer/v4.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/bundle/serializer
copying bzrlib/bundle/serializer/v08.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/bundle/serializer
copying bzrlib/bundle/serializer/v09.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/bundle/serializer
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc
copying bzrlib/doc/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc/api
copying bzrlib/doc/api/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc/api
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc_generate
copying bzrlib/doc_generate/autodoc_bash_completion.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc_generate
copying bzrlib/doc_generate/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc_generate
copying bzrlib/doc_generate/autodoc_man.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc_generate
copying bzrlib/doc_generate/autodoc_rstx.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc_generate
copying bzrlib/doc_generate/conf.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc_generate
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/export
copying bzrlib/export/tar_exporter.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/export
copying bzrlib/export/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/export
copying bzrlib/export/dir_exporter.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/export
copying bzrlib/export/zip_exporter.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/export
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/filters
copying bzrlib/filters/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/filters
copying bzrlib/filters/eol.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/filters
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics
copying bzrlib/help_topics/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins
copying bzrlib/plugins/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/bash_completion
copying bzrlib/plugins/bash_completion/bashcomp.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/bash_completion
copying bzrlib/plugins/bash_completion/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/bash_completion
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/bash_completion/tests
copying bzrlib/plugins/bash_completion/tests/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/bash_completion/tests
copying bzrlib/plugins/bash_completion/tests/test_bashcomp.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/bash_completion/tests
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/changelog_merge
copying bzrlib/plugins/changelog_merge/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/changelog_merge
copying bzrlib/plugins/changelog_merge/changelog_merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/changelog_merge
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/changelog_merge/tests
copying bzrlib/plugins/changelog_merge/tests/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/changelog_merge/tests
copying bzrlib/plugins/changelog_merge/tests/test_changelog_merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/changelog_merge/tests
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/grep
copying bzrlib/plugins/grep/cmds.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/grep
copying bzrlib/plugins/grep/grep.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/grep
copying bzrlib/plugins/grep/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/grep
copying bzrlib/plugins/grep/test_grep.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/grep
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/lp_propose.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/cmds.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_register.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_account.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_api.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/account.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_login.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_api_lite.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_directory.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/lp_directory.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/lp_api.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/lp_api_lite.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/lp_registration.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_open.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_service.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/launchpad
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/netrc_credential_store
copying bzrlib/plugins/netrc_credential_store/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/netrc_credential_store
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/netrc_credential_store/tests
copying bzrlib/plugins/netrc_credential_store/tests/test_netrc.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/netrc_credential_store/tests
copying bzrlib/plugins/netrc_credential_store/tests/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/netrc_credential_store/tests
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/news_merge
copying bzrlib/plugins/news_merge/news_merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/news_merge
copying bzrlib/plugins/news_merge/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/news_merge
copying bzrlib/plugins/news_merge/parser.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/news_merge
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/news_merge/tests
copying bzrlib/plugins/news_merge/tests/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/news_merge/tests
copying bzrlib/plugins/news_merge/tests/test_news_merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/news_merge/tests
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/po_merge
copying bzrlib/plugins/po_merge/po_merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/po_merge
copying bzrlib/plugins/po_merge/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/po_merge
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/po_merge/tests
copying bzrlib/plugins/po_merge/tests/test_po_merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/po_merge/tests
copying bzrlib/plugins/po_merge/tests/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/po_merge/tests
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/workingtree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/xml4.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/bzrdir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/test_workingtree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/branch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/test_repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/test_bzrdir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/plugins/weave_fmt
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/repofmt
copying bzrlib/repofmt/pack_repo.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/repofmt
copying bzrlib/repofmt/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/repofmt
copying bzrlib/repofmt/knitpack_repo.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/repofmt
copying bzrlib/repofmt/knitrepo.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/repofmt
copying bzrlib/repofmt/groupcompress_repo.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/repofmt
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/vfs.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/message.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/signals.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/packrepository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/bzrdir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/branch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/ping.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/protocol.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/request.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/medium.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/client.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
copying bzrlib/smart/server.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/smart
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/store
copying bzrlib/store/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/store
copying bzrlib/store/text.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/store
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/store/versioned
copying bzrlib/store/versioned/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/store/versioned
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_import_tariff.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_https_ca_bundle.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_remote.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_scenarios.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__known_graph.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_testament.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_reconcile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/scenarios.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_identitymap.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__dirstate_helpers.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_progress.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_api.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_wsgi.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/TestUtil.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_log.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_hashcache.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_commit_merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_ssh_transport.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__simple_set.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_cleanup.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_workingtree_4.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_http.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_symbol_versioning.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_transactions.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_smart.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_shelf_ui.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_textfile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_treeshape.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_decorators.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_rules.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_bisect_multi.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_transport_log.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/per_merger.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_sftp_transport.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_versionedfile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_upgrade.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_vf_search.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/script.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_uncommit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/features.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_lru_cache.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/fixtures.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_script.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_commands.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_generate_ids.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_patches.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_rename_map.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_revert.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__chk_map.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_knit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_export.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_msgeditor.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_chk_serializer.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_smart_request.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_strace.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_whitebox.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_store.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_email_message.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__rio.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_library_state.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_mail_client.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_estimate_compressed_size.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_urlutils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_bugtracker.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_ignores.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_nonascii.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_version.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/per_pack_repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/http_server.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_errors.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_plugins.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_version_info.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_graph.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_counted_lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_weave.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_subsume.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_switch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/lock_helpers.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_revisiontree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_annotate.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_bad_files.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_atomicfile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_smtp_connection.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_serializer.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_config.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_btree_index.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_help.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_lazy_import.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_features.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_tuned_gzip.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_i18n.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__btree_serializer.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_cmdline.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_controldir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_tag.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_eol_filters.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_selftest.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_debug.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__bencode.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__annotator.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_timestamp.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_textmerge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_workingtree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_mutabletree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_bundle.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_transport.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_foreign.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_trace.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_cache_utf8.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_url_policy_open.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_test_server.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/matchers.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_treebuilder.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_inv.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_lazy_regex.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_merge_core.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_server.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_delta.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_mergetools.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/https_server.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_options.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_conflicts.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_pyutils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_diff.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_chk_map.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_lockdir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_https_urllib.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_status.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__groupcompress.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/treeshape.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_smart_transport.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_commit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_patch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_ancestry.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/per_transport.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_sampler.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_chunk_writer.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_smart_signals.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/per_versionedfile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_osutils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_merge3.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_lockable_files.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_fetch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_fifo_cache.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_revisionspec.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_multiparent.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_tsort.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_memorytree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_crash.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_branch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_revision.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_utextwrap.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_globbing.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_transform.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_merge_directive.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_cethread.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_read_bundle.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_export_pot.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_reconfigure.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_bzrdir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_extract.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_permissions.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/stub_sftp.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_dirstate.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_filter_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_branchbuilder.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_setup.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/testui.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__chunks_to_lines.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_ftp_transport.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_lsprof.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_win32utils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_matchers.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/fake_command.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_xml.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_clean_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_groupcompress.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_hooks.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__static_tuple.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_source.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_rio.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_gpg.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_osutils_encodings.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_upgrade_stacked.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_missing.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_fixtures.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_info.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_ui.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_registry.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_index.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/transport_util.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_directory_service.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/http_utils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_inventory_delta.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_generate_docs.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_pack.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/file_utils.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/EncodingAdapter.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_shelf.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_smart_add.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_http_response.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test_filters.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
copying bzrlib/tests/test__walkdirs_win32.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_testament.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_non_ascii.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_reconcile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_break_lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_shelve.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_log.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_branches.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_versioning.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_ignored.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_whoami.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_serve.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_unknowns.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_remember_option.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_deleted.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_re_sign.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_upgrade.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_uncommit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_locale.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_rmbranch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_sign_my_commits.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_find_merge_base.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_script.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_revert.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_cat.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_export.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_cat_revision.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_logformats.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_revision_history.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_join.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_dpush.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_shared_repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_add.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_resolve.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_version.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_version_info.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_ignore.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_ping.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_switch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_added.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_annotate.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_config.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_remove.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_help.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_push.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_aliases.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_remove_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_selftest.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_debug.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_lookup_revision.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_tags.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_exceptions.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_checkout.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_conflicts.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_diff.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_bound_branches.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_status.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_revno.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_commit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_ancestry.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_ls.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_send.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_dump_btree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_shell_complete.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_filtered_view_ops.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_init.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_branch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_check.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_mkdir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_nick.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_inventory.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_view.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_merge_directive.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_export_pot.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_pull.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_reconfigure.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_outside_wt.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_command_encoding.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_too_much.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_reference.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_alias.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_lsprof.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_remerge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_clean_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_hooks.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_mv.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_filesystem_cicp.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_missing.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_update.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_info.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_revision_info.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_bundle_info.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_pack.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_repair_workingtree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_modified.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_split.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/blackbox
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_revert.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_cat.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_push.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_checkout.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_commit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_init.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_branch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_merge.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_pull.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_init_repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_missing.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
copying bzrlib/tests/commands/test_update.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/commands
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ftp_server
copying bzrlib/tests/ftp_server/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ftp_server
copying bzrlib/tests/ftp_server/pyftpdlib_based.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ftp_server
copying bzrlib/tests/ftp_server/medusa_based.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ftp_server
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_reconcile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_revision_id_to_dotted_revno.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_break_lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_http.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_sprout.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_uncommit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_locking.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_create_clone.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_iter_merge_sorted_revisions.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_last_revision_info.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_config.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_revision_id_to_revno.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_push.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_parent.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_tags.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_commit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_get_revision_id_to_revno_map.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_branch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_check.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_pull.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_create_checkout.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_permissions.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_dotted_revno_to_revision_id.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_hooks.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_update.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_stacking.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_branch
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_bzrdir
copying bzrlib/tests/per_bzrdir/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_bzrdir
copying bzrlib/tests/per_bzrdir/test_bzrdir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_bzrdir
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_controldir
copying bzrlib/tests/per_controldir/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_controldir
copying bzrlib/tests/per_controldir/test_push.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_controldir
copying bzrlib/tests/per_controldir/test_controldir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_controldir
copying bzrlib/tests/per_controldir/test_format.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_controldir
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_controldir_colo
copying bzrlib/tests/per_controldir_colo/test_unsupported.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_controldir_colo
copying bzrlib/tests/per_controldir_colo/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_controldir_colo
copying bzrlib/tests/per_controldir_colo/test_supported.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_controldir_colo
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_foreign_vcs
copying bzrlib/tests/per_foreign_vcs/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_foreign_vcs
copying bzrlib/tests/per_foreign_vcs/test_repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_foreign_vcs
copying bzrlib/tests/per_foreign_vcs/test_branch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_foreign_vcs
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/test_get.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/test_push.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/test_copy_content_into.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/test_fetch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/test_pull.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interbranch
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interrepository
copying bzrlib/tests/per_interrepository/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interrepository
copying bzrlib/tests/per_interrepository/test_interrepository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interrepository
copying bzrlib/tests/per_interrepository/test_fetch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_interrepository
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_intertree
copying bzrlib/tests/per_intertree/test_compare.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_intertree
copying bzrlib/tests/per_intertree/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_intertree
copying bzrlib/tests/per_intertree/test_file_content_matches.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_intertree
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_inventory
copying bzrlib/tests/per_inventory/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_inventory
copying bzrlib/tests/per_inventory/basics.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_inventory
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_lock
copying bzrlib/tests/per_lock/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_lock
copying bzrlib/tests/per_lock/test_temporary_write_lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_lock
copying bzrlib/tests/per_lock/test_lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_lock
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_reconcile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_break_lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_refresh_data.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_signatures.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_locking.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_statistics.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_file_graph.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_add_fallback_repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_write_group.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_get_parent_map.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_commit_builder.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_fetch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_revision.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_check.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_has_revisions.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_has_same_location.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_pack.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_chk
copying bzrlib/tests/per_repository_chk/test_unsupported.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_chk
copying bzrlib/tests/per_repository_chk/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_chk
copying bzrlib/tests/per_repository_chk/test_supported.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_chk
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_break_lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_all_revision_ids.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test__make_parents_provider.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_get_rev_id_for_revno.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_add_signature_text.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_initialize.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_graph.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_unlock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_get_record_stream.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_add_revision.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_default_stacking.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_fetch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_check.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_commit_with_stacking.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_add_inventory.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_reference
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_reconcile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_refresh_data.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/helpers.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_fileid_involved.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_write_group.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_check_reconcile.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_repository.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_fetch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_check.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_merge_directive.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_add_inventory_by_delta.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_find_text_key_references.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test__generate_text_key_index.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_repository_vf
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_ids.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_locking.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_export.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_path_content_summary.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_walkdirs.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_get_root_id.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_get_symlink_target.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_inv.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_get_file_mtime.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_annotate_iter.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_iter_search_rules.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_test_trees.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_get_file_with_stat.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_list_files.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_is_executable.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_revision_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_tree
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_uifactory
copying bzrlib/tests/per_uifactory/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_uifactory
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_nested_specifics.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_break_lock.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_rename_one.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_is_ignored.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_put_file.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_executable.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_set_root_id.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_uncommit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_flush.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_get_parent_ids.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_locking.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_add.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_walkdirs.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_changes_from.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_add_reference.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_paths2ids.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_basis_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_is_control_filename.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_remove.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_content_filters.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_workingtree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_parents.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_eol_conversion.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_inv.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_check_state.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_get_file_mtime.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_commit.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_annotate_iter.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_basis_inventory.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_move.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_check.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_mkdir.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_pull.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_symlinks.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_unversion.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_read_working_inventory.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_revision_tree.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_views.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_readonly.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_smart_add.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_merge_from_branch.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/per_workingtree
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ssl_certs
copying bzrlib/tests/ssl_certs/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ssl_certs
copying bzrlib/tests/ssl_certs/create_ssls.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ssl_certs
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/chroot.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/nosmart.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/memory.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/fakenfs.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/trace.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/unlistable.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/decorator.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/remote.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/brokenrename.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/local.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/fakevfat.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/readonly.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/ssh.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/pathfilter.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/gio_transport.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/log.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
copying bzrlib/transport/sftp.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/ftp
copying bzrlib/transport/ftp/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/ftp
copying bzrlib/transport/ftp/_gssapi.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/ftp
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/http
copying bzrlib/transport/http/_pycurl.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/http
copying bzrlib/transport/http/wsgi.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/http
copying bzrlib/transport/http/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/http
copying bzrlib/transport/http/ca_bundle.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/http
copying bzrlib/transport/http/_urllib.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/http
copying bzrlib/transport/http/response.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/http
copying bzrlib/transport/http/_urllib2_wrappers.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/transport/http
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/ui
copying bzrlib/ui/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/ui
copying bzrlib/ui/text.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/ui
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/util
copying bzrlib/util/_bencode_py.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/util
copying bzrlib/util/simplemapi.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/util
copying bzrlib/util/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/util
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/util/tests
copying bzrlib/util/tests/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/util/tests
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/version_info_formats
copying bzrlib/version_info_formats/format_custom.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/version_info_formats
copying bzrlib/version_info_formats/format_rio.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/version_info_formats
copying bzrlib/version_info_formats/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/version_info_formats
copying bzrlib/version_info_formats/format_python.py -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/version_info_formats
copying bzrlib/doc/api/transport.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc/api
copying bzrlib/doc/api/branch.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/doc/api
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-6 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/patchtext.patch -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-6 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-3 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-5 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-4 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-2 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-2 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-3 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-6 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-3 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-7 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-2 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-5 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-7 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-5 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/binary.patch -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/insert_top.patch -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/binary-after-normal.patch -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-4 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-7 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-4 -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/test_patches_data
creating build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/conflict-types.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/eol.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/rules.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/diverged-branches.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/debug-flags.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/patterns.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/content-filters.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/configuration.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/log-formats.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/authentication.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/help_topics/en/url-special-chars.txt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/help_topics/en
copying bzrlib/tests/ssl_certs/ca.crt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ssl_certs
copying bzrlib/tests/ssl_certs/server_without_pass.key -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ssl_certs
copying bzrlib/tests/ssl_certs/server_with_pass.key -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ssl_certs
copying bzrlib/tests/ssl_certs/server.crt -> build/lib.linux-x86_64-2.7-pydebug/bzrlib/tests/ssl_certs
running build_ext
cythoning bzrlib/_annotator_pyx.pyx to bzrlib/_annotator_pyx.c
building 'bzrlib._annotator_pyx' extension
creating build/temp.linux-x86_64-2.7-pydebug
creating build/temp.linux-x86_64-2.7-pydebug/bzrlib
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_annotator_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_annotator_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_annotator_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_annotator_pyx_d.so
cythoning bzrlib/_bencode_pyx.pyx to bzrlib/_bencode_pyx.c
building 'bzrlib._bencode_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_bencode_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_bencode_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_bencode_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_bencode_pyx_d.so
cythoning bzrlib/_chunks_to_lines_pyx.pyx to bzrlib/_chunks_to_lines_pyx.c
building 'bzrlib._chunks_to_lines_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_chunks_to_lines_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_chunks_to_lines_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_chunks_to_lines_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_chunks_to_lines_pyx_d.so
cythoning bzrlib/_groupcompress_pyx.pyx to bzrlib/_groupcompress_pyx.c
warning: bzrlib/_groupcompress_pyx.pyx:328:54: Unreachable code
warning: bzrlib/_groupcompress_pyx.pyx:512:8: Unreachable code
building 'bzrlib._groupcompress_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_groupcompress_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_groupcompress_pyx.o
bzrlib/_groupcompress_pyx.c: In function ‘__pyx_f_6bzrlib_18_groupcompress_pyx__translate_delta_failure’:
bzrlib/_groupcompress_pyx.c:1293:3: warning: enumeration value ‘DELTA_OK’ not handled in switch [-Wswitch]
switch (__pyx_v_result) {
^
bzrlib/_groupcompress_pyx.c:1293:3: warning: enumeration value ‘DELTA_SIZE_TOO_BIG’ not handled in switch [-Wswitch]
bzrlib/_groupcompress_pyx.c: At top level:
bzrlib/_groupcompress_pyx.c:1048:14: warning: ‘__pyx_f_6bzrlib_18_groupcompress_pyx_safe_realloc’ defined but not used [-Wunused-function]
static void *__pyx_f_6bzrlib_18_groupcompress_pyx_safe_realloc(void *__pyx_v_old, size_t __pyx_v_count) {
^
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/diff-delta.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/diff-delta.o
bzrlib/diff-delta.c: In function ‘pack_delta_index’:
bzrlib/diff-delta.c:223:67: warning: variable ‘copy_from’ set but not used [-Wunused-but-set-variable]
struct index_entry *packed_entry, **packed_hash, *old_entry, *copy_from;
^
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_groupcompress_pyx.o build/temp.linux-x86_64-2.7-pydebug/bzrlib/diff-delta.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_groupcompress_pyx_d.so
cythoning bzrlib/_knit_load_data_pyx.pyx to bzrlib/_knit_load_data_pyx.c
building 'bzrlib._knit_load_data_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_knit_load_data_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_knit_load_data_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_knit_load_data_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_knit_load_data_pyx_d.so
cythoning bzrlib/_known_graph_pyx.pyx to bzrlib/_known_graph_pyx.c
building 'bzrlib._known_graph_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_known_graph_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_known_graph_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_known_graph_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_known_graph_pyx_d.so
cythoning bzrlib/_rio_pyx.pyx to bzrlib/_rio_pyx.c
building 'bzrlib._rio_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_rio_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_rio_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_rio_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_rio_pyx_d.so
cythoning bzrlib/_dirstate_helpers_pyx.pyx to bzrlib/_dirstate_helpers_pyx.c
building 'bzrlib._dirstate_helpers_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_dirstate_helpers_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_dirstate_helpers_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_dirstate_helpers_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_dirstate_helpers_pyx_d.so
cythoning bzrlib/_readdir_pyx.pyx to bzrlib/_readdir_pyx.c
building 'bzrlib._readdir_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_readdir_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_readdir_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_readdir_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_readdir_pyx_d.so
cythoning bzrlib/_chk_map_pyx.pyx to bzrlib/_chk_map_pyx.c
building 'bzrlib._chk_map_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_chk_map_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_chk_map_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_chk_map_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_chk_map_pyx_d.so
building 'bzrlib._patiencediff_c' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_patiencediff_c.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_patiencediff_c.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_patiencediff_c.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_patiencediff_c_d.so
cythoning bzrlib/_simple_set_pyx.pyx to bzrlib/_simple_set_pyx.c
building 'bzrlib._simple_set_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_simple_set_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_simple_set_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_simple_set_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_simple_set_pyx_d.so
building 'bzrlib._static_tuple_c' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_static_tuple_c.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_static_tuple_c.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_static_tuple_c.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_static_tuple_c_d.so
cythoning bzrlib/_btree_serializer_pyx.pyx to bzrlib/_btree_serializer_pyx.c
building 'bzrlib._btree_serializer_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c bzrlib/_btree_serializer_pyx.c -o build/temp.linux-x86_64-2.7-pydebug/bzrlib/_btree_serializer_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/bzrlib/_btree_serializer_pyx.o -o build/lib.linux-x86_64-2.7-pydebug/bzrlib/_btree_serializer_pyx_d.so
running build_scripts
creating build/scripts-2.7
copying and adjusting bzr -> build/scripts-2.7
changing mode of build/scripts-2.7/bzr from 644 to 755
running build_mo
creating bzrlib/locale
creating bzrlib/locale/ko
creating bzrlib/locale/ko/LC_MESSAGES
Compile: po/ko.po -> bzrlib/locale/ko/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ko/LC_MESSAGES/bzr.mo po/ko.po
creating bzrlib/locale/oc
creating bzrlib/locale/oc/LC_MESSAGES
Compile: po/oc.po -> bzrlib/locale/oc/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/oc/LC_MESSAGES/bzr.mo po/oc.po
creating bzrlib/locale/en_AU
creating bzrlib/locale/en_AU/LC_MESSAGES
Compile: po/en_AU.po -> bzrlib/locale/en_AU/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/en_AU/LC_MESSAGES/bzr.mo po/en_AU.po
creating bzrlib/locale/ms
creating bzrlib/locale/ms/LC_MESSAGES
Compile: po/ms.po -> bzrlib/locale/ms/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ms/LC_MESSAGES/bzr.mo po/ms.po
creating bzrlib/locale/tr
creating bzrlib/locale/tr/LC_MESSAGES
Compile: po/tr.po -> bzrlib/locale/tr/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/tr/LC_MESSAGES/bzr.mo po/tr.po
creating bzrlib/locale/ca
creating bzrlib/locale/ca/LC_MESSAGES
Compile: po/ca.po -> bzrlib/locale/ca/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ca/LC_MESSAGES/bzr.mo po/ca.po
creating bzrlib/locale/ja
creating bzrlib/locale/ja/LC_MESSAGES
Compile: po/ja.po -> bzrlib/locale/ja/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ja/LC_MESSAGES/bzr.mo po/ja.po
creating bzrlib/locale/pt_BR
creating bzrlib/locale/pt_BR/LC_MESSAGES
Compile: po/pt_BR.po -> bzrlib/locale/pt_BR/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/pt_BR/LC_MESSAGES/bzr.mo po/pt_BR.po
creating bzrlib/locale/vi
creating bzrlib/locale/vi/LC_MESSAGES
Compile: po/vi.po -> bzrlib/locale/vi/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/vi/LC_MESSAGES/bzr.mo po/vi.po
creating bzrlib/locale/fa
creating bzrlib/locale/fa/LC_MESSAGES
Compile: po/fa.po -> bzrlib/locale/fa/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/fa/LC_MESSAGES/bzr.mo po/fa.po
creating bzrlib/locale/sk
creating bzrlib/locale/sk/LC_MESSAGES
Compile: po/sk.po -> bzrlib/locale/sk/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/sk/LC_MESSAGES/bzr.mo po/sk.po
creating bzrlib/locale/ug
creating bzrlib/locale/ug/LC_MESSAGES
Compile: po/ug.po -> bzrlib/locale/ug/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ug/LC_MESSAGES/bzr.mo po/ug.po
creating bzrlib/locale/ast
creating bzrlib/locale/ast/LC_MESSAGES
Compile: po/ast.po -> bzrlib/locale/ast/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ast/LC_MESSAGES/bzr.mo po/ast.po
creating bzrlib/locale/si
creating bzrlib/locale/si/LC_MESSAGES
Compile: po/si.po -> bzrlib/locale/si/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/si/LC_MESSAGES/bzr.mo po/si.po
creating bzrlib/locale/en_GB
creating bzrlib/locale/en_GB/LC_MESSAGES
Compile: po/en_GB.po -> bzrlib/locale/en_GB/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/en_GB/LC_MESSAGES/bzr.mo po/en_GB.po
creating bzrlib/locale/nb
creating bzrlib/locale/nb/LC_MESSAGES
Compile: po/nb.po -> bzrlib/locale/nb/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/nb/LC_MESSAGES/bzr.mo po/nb.po
creating bzrlib/locale/sv
creating bzrlib/locale/sv/LC_MESSAGES
Compile: po/sv.po -> bzrlib/locale/sv/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/sv/LC_MESSAGES/bzr.mo po/sv.po
creating bzrlib/locale/it
creating bzrlib/locale/it/LC_MESSAGES
Compile: po/it.po -> bzrlib/locale/it/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/it/LC_MESSAGES/bzr.mo po/it.po
creating bzrlib/locale/ro
creating bzrlib/locale/ro/LC_MESSAGES
Compile: po/ro.po -> bzrlib/locale/ro/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ro/LC_MESSAGES/bzr.mo po/ro.po
creating bzrlib/locale/nl
creating bzrlib/locale/nl/LC_MESSAGES
Compile: po/nl.po -> bzrlib/locale/nl/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/nl/LC_MESSAGES/bzr.mo po/nl.po
creating bzrlib/locale/id
creating bzrlib/locale/id/LC_MESSAGES
Compile: po/id.po -> bzrlib/locale/id/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/id/LC_MESSAGES/bzr.mo po/id.po
creating bzrlib/locale/ar
creating bzrlib/locale/ar/LC_MESSAGES
Compile: po/ar.po -> bzrlib/locale/ar/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ar/LC_MESSAGES/bzr.mo po/ar.po
creating bzrlib/locale/pl
creating bzrlib/locale/pl/LC_MESSAGES
Compile: po/pl.po -> bzrlib/locale/pl/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/pl/LC_MESSAGES/bzr.mo po/pl.po
creating bzrlib/locale/he
creating bzrlib/locale/he/LC_MESSAGES
Compile: po/he.po -> bzrlib/locale/he/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/he/LC_MESSAGES/bzr.mo po/he.po
creating bzrlib/locale/fr
creating bzrlib/locale/fr/LC_MESSAGES
Compile: po/fr.po -> bzrlib/locale/fr/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/fr/LC_MESSAGES/bzr.mo po/fr.po
creating bzrlib/locale/de
creating bzrlib/locale/de/LC_MESSAGES
Compile: po/de.po -> bzrlib/locale/de/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/de/LC_MESSAGES/bzr.mo po/de.po
creating bzrlib/locale/el
creating bzrlib/locale/el/LC_MESSAGES
Compile: po/el.po -> bzrlib/locale/el/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/el/LC_MESSAGES/bzr.mo po/el.po
creating bzrlib/locale/sr
creating bzrlib/locale/sr/LC_MESSAGES
Compile: po/sr.po -> bzrlib/locale/sr/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/sr/LC_MESSAGES/bzr.mo po/sr.po
creating bzrlib/locale/sco
creating bzrlib/locale/sco/LC_MESSAGES
Compile: po/sco.po -> bzrlib/locale/sco/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/sco/LC_MESSAGES/bzr.mo po/sco.po
creating bzrlib/locale/fo
creating bzrlib/locale/fo/LC_MESSAGES
Compile: po/fo.po -> bzrlib/locale/fo/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/fo/LC_MESSAGES/bzr.mo po/fo.po
creating bzrlib/locale/gl
creating bzrlib/locale/gl/LC_MESSAGES
Compile: po/gl.po -> bzrlib/locale/gl/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/gl/LC_MESSAGES/bzr.mo po/gl.po
creating bzrlib/locale/cs
creating bzrlib/locale/cs/LC_MESSAGES
Compile: po/cs.po -> bzrlib/locale/cs/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/cs/LC_MESSAGES/bzr.mo po/cs.po
creating bzrlib/locale/uk
creating bzrlib/locale/uk/LC_MESSAGES
Compile: po/uk.po -> bzrlib/locale/uk/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/uk/LC_MESSAGES/bzr.mo po/uk.po
creating bzrlib/locale/bs
creating bzrlib/locale/bs/LC_MESSAGES
Compile: po/bs.po -> bzrlib/locale/bs/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/bs/LC_MESSAGES/bzr.mo po/bs.po
creating bzrlib/locale/ru
creating bzrlib/locale/ru/LC_MESSAGES
Compile: po/ru.po -> bzrlib/locale/ru/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ru/LC_MESSAGES/bzr.mo po/ru.po
creating bzrlib/locale/zh_CN
creating bzrlib/locale/zh_CN/LC_MESSAGES
Compile: po/zh_CN.po -> bzrlib/locale/zh_CN/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/zh_CN/LC_MESSAGES/bzr.mo po/zh_CN.po
creating bzrlib/locale/my
creating bzrlib/locale/my/LC_MESSAGES
Compile: po/my.po -> bzrlib/locale/my/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/my/LC_MESSAGES/bzr.mo po/my.po
creating bzrlib/locale/es
creating bzrlib/locale/es/LC_MESSAGES
Compile: po/es.po -> bzrlib/locale/es/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/es/LC_MESSAGES/bzr.mo po/es.po
bzr: warning: some compiled extensions could not be loaded; see <https://answers.launchpad.net/bzr/+faq/703>
[340548 refs]
running build
running build_py
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/bencode.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/cmdline.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/patches.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/controldir.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/patiencediff.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/reconcile.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/graph.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/hooks.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/commands.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/treebuilder.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/clean_tree.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/bzr_distutils.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/workingtree.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/email_message.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/hashcache.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/rules.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/utextwrap.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/pyutils.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/xml_serializer.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/repository.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/plugin.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/vf_search.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/static_tuple.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/inventory_delta.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/errors.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_groupcompress_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_rio_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/uncommit.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_chk_map_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/identitymap.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/urlutils.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/progress.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/merge_directive.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/intset.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_known_graph_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/globbing.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/config.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/annotate.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/views.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/bisect_multi.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/api.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/groupcompress.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/versionedfile.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/foreign.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/commit.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/lru_cache.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/bugtracker.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/diff.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/mail_client.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/weave.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/trace.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/workingtree_3.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_dirstate_helpers_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/textfile.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/fifo_cache.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/msgeditor.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/info.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/send.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/mergetools.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/xml5.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_annotator_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/status.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/testament.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_patiencediff_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/rename_map.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/merge.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/remote.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/index.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/strace.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/revisiontree.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/builtins.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/tree.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/help.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/upgrade.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/workingtree_4.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/transform.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/tsort.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/cache_utf8.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/merge3.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/cmd_version_info.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/counted_lock.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/serializer.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/smtp_connection.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/shelf.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/inter.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/filter_tree.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/transactions.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/bzrdir.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/weavefile.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/missing.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/option.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/dirstate.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/generate_ids.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/lsprof.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/branch.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_readdir_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/cleanup.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_btree_serializer_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/shelf_ui.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/i18n.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/rio.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/iterablefile.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_knit_load_data_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/fetch.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/btree_index.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/revision.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/recordcounter.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/chunk_writer.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/inventory.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/crash.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/mutabletree.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/gpg.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/switch.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_static_tuple_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/registry.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/chk_serializer.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/conflicts.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/textinv.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/push.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/atomicfile.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/library_state.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/lockable_files.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_termcolor.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/pack.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/ignores.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/patch.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/shellcomplete.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/decorators.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/cmd_test_script.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/reconfigure.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/memorytree.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/revisionspec.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/debug.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/_chunks_to_lines_py.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/xml8.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/knit.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/osutils.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/lockdir.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/branchbuilder.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/lock.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/check.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/tuned_gzip.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/export_pot.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/breakin.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/xml7.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/win32utils.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/tag.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/cethread.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/lazy_import.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/vf_repository.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/log.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/directory_service.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/multiparent.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/chk_map.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/textmerge.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/estimate_compressed_size.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/xml6.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/lazy_regex.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/url_policy_open.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/version.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/add.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/timestamp.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/externalcommand.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/commit_signature_commands.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/inspect_for_copy.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/delta.py -> build/lib.linux-x86_64-2.7/bzrlib
copying bzrlib/symbol_versioning.py -> build/lib.linux-x86_64-2.7/bzrlib
creating build/lib.linux-x86_64-2.7/bzrlib/branchfmt
copying bzrlib/branchfmt/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/branchfmt
copying bzrlib/branchfmt/fullhistory.py -> build/lib.linux-x86_64-2.7/bzrlib/branchfmt
creating build/lib.linux-x86_64-2.7/bzrlib/bundle
copying bzrlib/bundle/commands.py -> build/lib.linux-x86_64-2.7/bzrlib/bundle
copying bzrlib/bundle/apply_bundle.py -> build/lib.linux-x86_64-2.7/bzrlib/bundle
copying bzrlib/bundle/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/bundle
copying bzrlib/bundle/bundle_data.py -> build/lib.linux-x86_64-2.7/bzrlib/bundle
creating build/lib.linux-x86_64-2.7/bzrlib/bundle/serializer
copying bzrlib/bundle/serializer/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/bundle/serializer
copying bzrlib/bundle/serializer/v4.py -> build/lib.linux-x86_64-2.7/bzrlib/bundle/serializer
copying bzrlib/bundle/serializer/v08.py -> build/lib.linux-x86_64-2.7/bzrlib/bundle/serializer
copying bzrlib/bundle/serializer/v09.py -> build/lib.linux-x86_64-2.7/bzrlib/bundle/serializer
creating build/lib.linux-x86_64-2.7/bzrlib/doc
copying bzrlib/doc/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/doc
creating build/lib.linux-x86_64-2.7/bzrlib/doc/api
copying bzrlib/doc/api/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/doc/api
creating build/lib.linux-x86_64-2.7/bzrlib/doc_generate
copying bzrlib/doc_generate/autodoc_bash_completion.py -> build/lib.linux-x86_64-2.7/bzrlib/doc_generate
copying bzrlib/doc_generate/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/doc_generate
copying bzrlib/doc_generate/autodoc_man.py -> build/lib.linux-x86_64-2.7/bzrlib/doc_generate
copying bzrlib/doc_generate/autodoc_rstx.py -> build/lib.linux-x86_64-2.7/bzrlib/doc_generate
copying bzrlib/doc_generate/conf.py -> build/lib.linux-x86_64-2.7/bzrlib/doc_generate
creating build/lib.linux-x86_64-2.7/bzrlib/export
copying bzrlib/export/tar_exporter.py -> build/lib.linux-x86_64-2.7/bzrlib/export
copying bzrlib/export/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/export
copying bzrlib/export/dir_exporter.py -> build/lib.linux-x86_64-2.7/bzrlib/export
copying bzrlib/export/zip_exporter.py -> build/lib.linux-x86_64-2.7/bzrlib/export
creating build/lib.linux-x86_64-2.7/bzrlib/filters
copying bzrlib/filters/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/filters
copying bzrlib/filters/eol.py -> build/lib.linux-x86_64-2.7/bzrlib/filters
creating build/lib.linux-x86_64-2.7/bzrlib/help_topics
copying bzrlib/help_topics/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/help_topics
creating build/lib.linux-x86_64-2.7/bzrlib/plugins
copying bzrlib/plugins/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/bash_completion
copying bzrlib/plugins/bash_completion/bashcomp.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/bash_completion
copying bzrlib/plugins/bash_completion/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/bash_completion
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/bash_completion/tests
copying bzrlib/plugins/bash_completion/tests/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/bash_completion/tests
copying bzrlib/plugins/bash_completion/tests/test_bashcomp.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/bash_completion/tests
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/changelog_merge
copying bzrlib/plugins/changelog_merge/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/changelog_merge
copying bzrlib/plugins/changelog_merge/changelog_merge.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/changelog_merge
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/changelog_merge/tests
copying bzrlib/plugins/changelog_merge/tests/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/changelog_merge/tests
copying bzrlib/plugins/changelog_merge/tests/test_changelog_merge.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/changelog_merge/tests
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/grep
copying bzrlib/plugins/grep/cmds.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/grep
copying bzrlib/plugins/grep/grep.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/grep
copying bzrlib/plugins/grep/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/grep
copying bzrlib/plugins/grep/test_grep.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/grep
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/lp_propose.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/cmds.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_register.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_account.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_api.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/account.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_login.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_api_lite.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_directory.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/lp_directory.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/lp_api.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/lp_api_lite.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/lp_registration.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_open.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
copying bzrlib/plugins/launchpad/test_lp_service.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/launchpad
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store
copying bzrlib/plugins/netrc_credential_store/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests
copying bzrlib/plugins/netrc_credential_store/tests/test_netrc.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests
copying bzrlib/plugins/netrc_credential_store/tests/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/news_merge
copying bzrlib/plugins/news_merge/news_merge.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/news_merge
copying bzrlib/plugins/news_merge/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/news_merge
copying bzrlib/plugins/news_merge/parser.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/news_merge
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/news_merge/tests
copying bzrlib/plugins/news_merge/tests/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/news_merge/tests
copying bzrlib/plugins/news_merge/tests/test_news_merge.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/news_merge/tests
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/po_merge
copying bzrlib/plugins/po_merge/po_merge.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/po_merge
copying bzrlib/plugins/po_merge/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/po_merge
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/po_merge/tests
copying bzrlib/plugins/po_merge/tests/test_po_merge.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/po_merge/tests
copying bzrlib/plugins/po_merge/tests/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/po_merge/tests
creating build/lib.linux-x86_64-2.7/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/workingtree.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/repository.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/xml4.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/bzrdir.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/test_workingtree.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/branch.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/test_repository.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/weave_fmt
copying bzrlib/plugins/weave_fmt/test_bzrdir.py -> build/lib.linux-x86_64-2.7/bzrlib/plugins/weave_fmt
creating build/lib.linux-x86_64-2.7/bzrlib/repofmt
copying bzrlib/repofmt/pack_repo.py -> build/lib.linux-x86_64-2.7/bzrlib/repofmt
copying bzrlib/repofmt/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/repofmt
copying bzrlib/repofmt/knitpack_repo.py -> build/lib.linux-x86_64-2.7/bzrlib/repofmt
copying bzrlib/repofmt/knitrepo.py -> build/lib.linux-x86_64-2.7/bzrlib/repofmt
copying bzrlib/repofmt/groupcompress_repo.py -> build/lib.linux-x86_64-2.7/bzrlib/repofmt
creating build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/vfs.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/message.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/repository.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/signals.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/packrepository.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/bzrdir.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/branch.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/ping.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/protocol.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/request.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/medium.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/client.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
copying bzrlib/smart/server.py -> build/lib.linux-x86_64-2.7/bzrlib/smart
creating build/lib.linux-x86_64-2.7/bzrlib/store
copying bzrlib/store/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/store
copying bzrlib/store/text.py -> build/lib.linux-x86_64-2.7/bzrlib/store
creating build/lib.linux-x86_64-2.7/bzrlib/store/versioned
copying bzrlib/store/versioned/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/store/versioned
creating build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_import_tariff.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_https_ca_bundle.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_remote.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_scenarios.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__known_graph.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_testament.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_reconcile.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/scenarios.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_identitymap.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__dirstate_helpers.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_progress.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_api.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_wsgi.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/TestUtil.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_log.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_hashcache.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_commit_merge.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_ssh_transport.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__simple_set.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_cleanup.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_workingtree_4.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_http.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_symbol_versioning.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_transactions.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_smart.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_shelf_ui.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_textfile.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_treeshape.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_decorators.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_rules.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_bisect_multi.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_transport_log.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/per_merger.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_sftp_transport.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_versionedfile.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_upgrade.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_vf_search.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_tree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/script.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_uncommit.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/features.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_lru_cache.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/fixtures.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_script.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_commands.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_generate_ids.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_patches.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_rename_map.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_revert.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__chk_map.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_knit.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_export.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_msgeditor.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_chk_serializer.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_smart_request.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_strace.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_whitebox.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_store.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_email_message.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__rio.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_library_state.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_mail_client.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_estimate_compressed_size.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_urlutils.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_bugtracker.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_ignores.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_nonascii.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_version.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/per_pack_repository.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/http_server.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_errors.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_plugins.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_version_info.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_graph.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_counted_lock.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_weave.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_subsume.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_switch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/lock_helpers.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_revisiontree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_annotate.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_lock.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_bad_files.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_atomicfile.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_smtp_connection.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_serializer.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_config.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_btree_index.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_help.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_lazy_import.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_features.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_tuned_gzip.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_i18n.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__btree_serializer.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_cmdline.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_controldir.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_tag.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_eol_filters.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_selftest.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_debug.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__bencode.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__annotator.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_timestamp.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_textmerge.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_workingtree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_mutabletree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_bundle.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_transport.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_foreign.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_trace.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_cache_utf8.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_url_policy_open.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_test_server.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/matchers.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_repository.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_treebuilder.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_inv.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_lazy_regex.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_merge_core.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_server.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_delta.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_mergetools.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/https_server.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_options.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_conflicts.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_pyutils.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_diff.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_chk_map.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_lockdir.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_https_urllib.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_status.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__groupcompress.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/treeshape.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_smart_transport.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_commit.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_patch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_ancestry.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/per_transport.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_sampler.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_chunk_writer.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_smart_signals.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/per_versionedfile.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_osutils.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_merge3.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_lockable_files.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_fetch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_fifo_cache.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_revisionspec.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_multiparent.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_tsort.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_memorytree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_crash.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_branch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_revision.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_utextwrap.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_globbing.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_transform.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_merge.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_merge_directive.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_cethread.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_read_bundle.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_export_pot.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_reconfigure.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_bzrdir.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_extract.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_permissions.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/stub_sftp.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_dirstate.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_filter_tree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_branchbuilder.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_setup.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/testui.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__chunks_to_lines.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_ftp_transport.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_lsprof.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_win32utils.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_matchers.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/fake_command.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_xml.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_clean_tree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_groupcompress.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_hooks.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__static_tuple.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_source.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_rio.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_gpg.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_osutils_encodings.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_upgrade_stacked.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_missing.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_fixtures.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_info.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_ui.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_registry.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_index.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/transport_util.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_directory_service.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/http_utils.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_inventory_delta.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_generate_docs.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_pack.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/file_utils.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/EncodingAdapter.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_shelf.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_smart_add.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_http_response.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test_filters.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
copying bzrlib/tests/test__walkdirs_win32.py -> build/lib.linux-x86_64-2.7/bzrlib/tests
creating build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_testament.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_non_ascii.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_reconcile.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_break_lock.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_shelve.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_log.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_branches.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_versioning.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_ignored.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_whoami.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_serve.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_unknowns.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_remember_option.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_deleted.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_re_sign.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_upgrade.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_uncommit.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_locale.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_rmbranch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_sign_my_commits.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_find_merge_base.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_script.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_revert.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_cat.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_export.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_cat_revision.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_logformats.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_revision_history.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_join.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_dpush.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_shared_repository.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_add.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_resolve.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_version.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_version_info.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_ignore.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_ping.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_switch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_added.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_annotate.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_config.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_remove.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_help.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_push.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_aliases.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_remove_tree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_selftest.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_debug.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_lookup_revision.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_tags.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_exceptions.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_checkout.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_conflicts.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_diff.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_bound_branches.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_status.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_revno.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_commit.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_ancestry.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_ls.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_send.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_dump_btree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_shell_complete.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_filtered_view_ops.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_init.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_branch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_check.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_mkdir.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_nick.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_merge.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_inventory.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_view.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_merge_directive.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_export_pot.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_pull.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_reconfigure.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_outside_wt.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_command_encoding.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_too_much.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_reference.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_alias.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_lsprof.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_remerge.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_clean_tree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_hooks.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_mv.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_filesystem_cicp.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_missing.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_update.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_info.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_revision_info.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_bundle_info.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_pack.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_repair_workingtree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_modified.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
copying bzrlib/tests/blackbox/test_split.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox
creating build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_revert.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_cat.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_push.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_checkout.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_commit.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_init.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_branch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_merge.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_pull.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_init_repository.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_missing.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
copying bzrlib/tests/commands/test_update.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/commands
creating build/lib.linux-x86_64-2.7/bzrlib/tests/ftp_server
copying bzrlib/tests/ftp_server/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/ftp_server
copying bzrlib/tests/ftp_server/pyftpdlib_based.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/ftp_server
copying bzrlib/tests/ftp_server/medusa_based.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/ftp_server
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_reconcile.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_revision_id_to_dotted_revno.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_break_lock.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_http.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_sprout.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_uncommit.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_locking.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_create_clone.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_iter_merge_sorted_revisions.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_last_revision_info.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_config.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_revision_id_to_revno.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_push.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_parent.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_tags.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_commit.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_get_revision_id_to_revno_map.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_branch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_check.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_pull.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_create_checkout.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_permissions.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_dotted_revno_to_revision_id.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_hooks.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_update.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
copying bzrlib/tests/per_branch/test_stacking.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_branch
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_bzrdir
copying bzrlib/tests/per_bzrdir/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_bzrdir
copying bzrlib/tests/per_bzrdir/test_bzrdir.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_bzrdir
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_controldir
copying bzrlib/tests/per_controldir/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_controldir
copying bzrlib/tests/per_controldir/test_push.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_controldir
copying bzrlib/tests/per_controldir/test_controldir.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_controldir
copying bzrlib/tests/per_controldir/test_format.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_controldir
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_controldir_colo
copying bzrlib/tests/per_controldir_colo/test_unsupported.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_controldir_colo
copying bzrlib/tests/per_controldir_colo/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_controldir_colo
copying bzrlib/tests/per_controldir_colo/test_supported.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_controldir_colo
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_foreign_vcs
copying bzrlib/tests/per_foreign_vcs/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_foreign_vcs
copying bzrlib/tests/per_foreign_vcs/test_repository.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_foreign_vcs
copying bzrlib/tests/per_foreign_vcs/test_branch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_foreign_vcs
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/test_get.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/test_push.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/test_copy_content_into.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/test_fetch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_interbranch
copying bzrlib/tests/per_interbranch/test_pull.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_interbranch
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_interrepository
copying bzrlib/tests/per_interrepository/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_interrepository
copying bzrlib/tests/per_interrepository/test_interrepository.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_interrepository
copying bzrlib/tests/per_interrepository/test_fetch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_interrepository
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_intertree
copying bzrlib/tests/per_intertree/test_compare.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_intertree
copying bzrlib/tests/per_intertree/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_intertree
copying bzrlib/tests/per_intertree/test_file_content_matches.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_intertree
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_inventory
copying bzrlib/tests/per_inventory/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_inventory
copying bzrlib/tests/per_inventory/basics.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_inventory
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_lock
copying bzrlib/tests/per_lock/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_lock
copying bzrlib/tests/per_lock/test_temporary_write_lock.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_lock
copying bzrlib/tests/per_lock/test_lock.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_lock
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_reconcile.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_break_lock.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_refresh_data.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_signatures.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_locking.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_statistics.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_file_graph.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_add_fallback_repository.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_write_group.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_repository.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_get_parent_map.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_commit_builder.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_fetch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_revision.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_check.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_has_revisions.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_has_same_location.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
copying bzrlib/tests/per_repository/test_pack.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_chk
copying bzrlib/tests/per_repository_chk/test_unsupported.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_chk
copying bzrlib/tests/per_repository_chk/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_chk
copying bzrlib/tests/per_repository_chk/test_supported.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_chk
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_break_lock.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_all_revision_ids.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test__make_parents_provider.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_get_rev_id_for_revno.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_add_signature_text.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_initialize.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_graph.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_unlock.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_get_record_stream.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_add_revision.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_default_stacking.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_fetch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_check.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_commit_with_stacking.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
copying bzrlib/tests/per_repository_reference/test_add_inventory.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_reference
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_reconcile.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_refresh_data.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/helpers.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_fileid_involved.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_write_group.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_check_reconcile.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_repository.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_fetch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_check.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_merge_directive.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_add_inventory_by_delta.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test_find_text_key_references.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
copying bzrlib/tests/per_repository_vf/test__generate_text_key_index.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_repository_vf
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_ids.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_tree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_locking.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_export.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_path_content_summary.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_walkdirs.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_get_root_id.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_get_symlink_target.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_inv.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_get_file_mtime.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_annotate_iter.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_iter_search_rules.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_test_trees.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_get_file_with_stat.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_list_files.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_is_executable.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
copying bzrlib/tests/per_tree/test_revision_tree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_tree
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_uifactory
copying bzrlib/tests/per_uifactory/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_uifactory
creating build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_nested_specifics.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_break_lock.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_rename_one.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_is_ignored.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_put_file.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_executable.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_set_root_id.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_uncommit.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_flush.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_get_parent_ids.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_locking.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_add.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_walkdirs.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_changes_from.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_add_reference.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_paths2ids.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_basis_tree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_is_control_filename.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_remove.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_content_filters.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_workingtree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_parents.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_eol_conversion.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_inv.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_check_state.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_get_file_mtime.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_commit.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_annotate_iter.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_basis_inventory.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_move.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_check.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_mkdir.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_pull.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_symlinks.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_unversion.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_read_working_inventory.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_revision_tree.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_views.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_readonly.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_smart_add.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
copying bzrlib/tests/per_workingtree/test_merge_from_branch.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/per_workingtree
creating build/lib.linux-x86_64-2.7/bzrlib/tests/ssl_certs
copying bzrlib/tests/ssl_certs/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/ssl_certs
copying bzrlib/tests/ssl_certs/create_ssls.py -> build/lib.linux-x86_64-2.7/bzrlib/tests/ssl_certs
creating build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/chroot.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/nosmart.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/memory.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/fakenfs.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/trace.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/unlistable.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/decorator.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/remote.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/brokenrename.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/local.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/fakevfat.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/readonly.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/ssh.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/pathfilter.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/gio_transport.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/log.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
copying bzrlib/transport/sftp.py -> build/lib.linux-x86_64-2.7/bzrlib/transport
creating build/lib.linux-x86_64-2.7/bzrlib/transport/ftp
copying bzrlib/transport/ftp/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/transport/ftp
copying bzrlib/transport/ftp/_gssapi.py -> build/lib.linux-x86_64-2.7/bzrlib/transport/ftp
creating build/lib.linux-x86_64-2.7/bzrlib/transport/http
copying bzrlib/transport/http/_pycurl.py -> build/lib.linux-x86_64-2.7/bzrlib/transport/http
copying bzrlib/transport/http/wsgi.py -> build/lib.linux-x86_64-2.7/bzrlib/transport/http
copying bzrlib/transport/http/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/transport/http
copying bzrlib/transport/http/ca_bundle.py -> build/lib.linux-x86_64-2.7/bzrlib/transport/http
copying bzrlib/transport/http/_urllib.py -> build/lib.linux-x86_64-2.7/bzrlib/transport/http
copying bzrlib/transport/http/response.py -> build/lib.linux-x86_64-2.7/bzrlib/transport/http
copying bzrlib/transport/http/_urllib2_wrappers.py -> build/lib.linux-x86_64-2.7/bzrlib/transport/http
creating build/lib.linux-x86_64-2.7/bzrlib/ui
copying bzrlib/ui/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/ui
copying bzrlib/ui/text.py -> build/lib.linux-x86_64-2.7/bzrlib/ui
creating build/lib.linux-x86_64-2.7/bzrlib/util
copying bzrlib/util/_bencode_py.py -> build/lib.linux-x86_64-2.7/bzrlib/util
copying bzrlib/util/simplemapi.py -> build/lib.linux-x86_64-2.7/bzrlib/util
copying bzrlib/util/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/util
creating build/lib.linux-x86_64-2.7/bzrlib/util/tests
copying bzrlib/util/tests/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/util/tests
creating build/lib.linux-x86_64-2.7/bzrlib/version_info_formats
copying bzrlib/version_info_formats/format_custom.py -> build/lib.linux-x86_64-2.7/bzrlib/version_info_formats
copying bzrlib/version_info_formats/format_rio.py -> build/lib.linux-x86_64-2.7/bzrlib/version_info_formats
copying bzrlib/version_info_formats/__init__.py -> build/lib.linux-x86_64-2.7/bzrlib/version_info_formats
copying bzrlib/version_info_formats/format_python.py -> build/lib.linux-x86_64-2.7/bzrlib/version_info_formats
copying bzrlib/doc/api/transport.txt -> build/lib.linux-x86_64-2.7/bzrlib/doc/api
copying bzrlib/doc/api/branch.txt -> build/lib.linux-x86_64-2.7/bzrlib/doc/api
creating build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-6 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/patchtext.patch -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-6 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-3 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-5 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-4 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-2 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-2 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-3 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-6 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-3 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/orig-7 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-2 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-5 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-7 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-5 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/binary.patch -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/insert_top.patch -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/binary-after-normal.patch -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-4 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/mod-7 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
copying bzrlib/tests/test_patches_data/diff-4 -> build/lib.linux-x86_64-2.7/bzrlib/tests/test_patches_data
creating build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/conflict-types.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/eol.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/rules.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/diverged-branches.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/debug-flags.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/patterns.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/content-filters.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/configuration.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/log-formats.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/authentication.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/help_topics/en/url-special-chars.txt -> build/lib.linux-x86_64-2.7/bzrlib/help_topics/en
copying bzrlib/tests/ssl_certs/ca.crt -> build/lib.linux-x86_64-2.7/bzrlib/tests/ssl_certs
copying bzrlib/tests/ssl_certs/server_without_pass.key -> build/lib.linux-x86_64-2.7/bzrlib/tests/ssl_certs
copying bzrlib/tests/ssl_certs/server_with_pass.key -> build/lib.linux-x86_64-2.7/bzrlib/tests/ssl_certs
copying bzrlib/tests/ssl_certs/server.crt -> build/lib.linux-x86_64-2.7/bzrlib/tests/ssl_certs
running build_ext
cythoning bzrlib/_annotator_pyx.pyx to bzrlib/_annotator_pyx.c
building 'bzrlib._annotator_pyx' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/bzrlib
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_annotator_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_annotator_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_annotator_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_annotator_pyx.so
cythoning bzrlib/_bencode_pyx.pyx to bzrlib/_bencode_pyx.c
building 'bzrlib._bencode_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_bencode_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_bencode_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_bencode_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_bencode_pyx.so
cythoning bzrlib/_chunks_to_lines_pyx.pyx to bzrlib/_chunks_to_lines_pyx.c
building 'bzrlib._chunks_to_lines_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_chunks_to_lines_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_chunks_to_lines_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_chunks_to_lines_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_chunks_to_lines_pyx.so
cythoning bzrlib/_groupcompress_pyx.pyx to bzrlib/_groupcompress_pyx.c
warning: bzrlib/_groupcompress_pyx.pyx:328:54: Unreachable code
warning: bzrlib/_groupcompress_pyx.pyx:512:8: Unreachable code
building 'bzrlib._groupcompress_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_groupcompress_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_groupcompress_pyx.o
bzrlib/_groupcompress_pyx.c: In function ‘__pyx_f_6bzrlib_18_groupcompress_pyx__translate_delta_failure’:
bzrlib/_groupcompress_pyx.c:1293:3: warning: enumeration value ‘DELTA_OK’ not handled in switch [-Wswitch]
switch (__pyx_v_result) {
^
bzrlib/_groupcompress_pyx.c:1293:3: warning: enumeration value ‘DELTA_SIZE_TOO_BIG’ not handled in switch [-Wswitch]
bzrlib/_groupcompress_pyx.c: At top level:
bzrlib/_groupcompress_pyx.c:1048:14: warning: ‘__pyx_f_6bzrlib_18_groupcompress_pyx_safe_realloc’ defined but not used [-Wunused-function]
static void *__pyx_f_6bzrlib_18_groupcompress_pyx_safe_realloc(void *__pyx_v_old, size_t __pyx_v_count) {
^
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/diff-delta.c -o build/temp.linux-x86_64-2.7/bzrlib/diff-delta.o
bzrlib/diff-delta.c: In function ‘pack_delta_index’:
bzrlib/diff-delta.c:223:67: warning: variable ‘copy_from’ set but not used [-Wunused-but-set-variable]
struct index_entry *packed_entry, **packed_hash, *old_entry, *copy_from;
^
bzrlib/diff-delta.c: In function ‘create_delta’:
bzrlib/diff-delta.c:908:19: warning: variable ‘source_size’ set but not used [-Wunused-but-set-variable]
unsigned long source_size;
^
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_groupcompress_pyx.o build/temp.linux-x86_64-2.7/bzrlib/diff-delta.o -o build/lib.linux-x86_64-2.7/bzrlib/_groupcompress_pyx.so
cythoning bzrlib/_knit_load_data_pyx.pyx to bzrlib/_knit_load_data_pyx.c
building 'bzrlib._knit_load_data_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_knit_load_data_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_knit_load_data_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_knit_load_data_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_knit_load_data_pyx.so
cythoning bzrlib/_known_graph_pyx.pyx to bzrlib/_known_graph_pyx.c
building 'bzrlib._known_graph_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_known_graph_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_known_graph_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_known_graph_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_known_graph_pyx.so
cythoning bzrlib/_rio_pyx.pyx to bzrlib/_rio_pyx.c
building 'bzrlib._rio_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_rio_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_rio_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_rio_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_rio_pyx.so
cythoning bzrlib/_dirstate_helpers_pyx.pyx to bzrlib/_dirstate_helpers_pyx.c
building 'bzrlib._dirstate_helpers_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_dirstate_helpers_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_dirstate_helpers_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_dirstate_helpers_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_dirstate_helpers_pyx.so
cythoning bzrlib/_readdir_pyx.pyx to bzrlib/_readdir_pyx.c
building 'bzrlib._readdir_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_readdir_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_readdir_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_readdir_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_readdir_pyx.so
cythoning bzrlib/_chk_map_pyx.pyx to bzrlib/_chk_map_pyx.c
building 'bzrlib._chk_map_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_chk_map_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_chk_map_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_chk_map_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_chk_map_pyx.so
building 'bzrlib._patiencediff_c' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_patiencediff_c.c -o build/temp.linux-x86_64-2.7/bzrlib/_patiencediff_c.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_patiencediff_c.o -o build/lib.linux-x86_64-2.7/bzrlib/_patiencediff_c.so
cythoning bzrlib/_simple_set_pyx.pyx to bzrlib/_simple_set_pyx.c
building 'bzrlib._simple_set_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_simple_set_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_simple_set_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_simple_set_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_simple_set_pyx.so
building 'bzrlib._static_tuple_c' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_static_tuple_c.c -o build/temp.linux-x86_64-2.7/bzrlib/_static_tuple_c.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_static_tuple_c.o -o build/lib.linux-x86_64-2.7/bzrlib/_static_tuple_c.so
cythoning bzrlib/_btree_serializer_pyx.pyx to bzrlib/_btree_serializer_pyx.c
building 'bzrlib._btree_serializer_pyx' extension
x86_64-linux-gnux32-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c bzrlib/_btree_serializer_pyx.c -o build/temp.linux-x86_64-2.7/bzrlib/_btree_serializer_pyx.o
x86_64-linux-gnux32-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/bzrlib/_btree_serializer_pyx.o -o build/lib.linux-x86_64-2.7/bzrlib/_btree_serializer_pyx.so
running build_scripts
copying and adjusting bzr -> build/scripts-2.7
running build_mo
Compile: po/ko.po -> bzrlib/locale/ko/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ko/LC_MESSAGES/bzr.mo po/ko.po
Compile: po/oc.po -> bzrlib/locale/oc/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/oc/LC_MESSAGES/bzr.mo po/oc.po
Compile: po/en_AU.po -> bzrlib/locale/en_AU/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/en_AU/LC_MESSAGES/bzr.mo po/en_AU.po
Compile: po/ms.po -> bzrlib/locale/ms/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ms/LC_MESSAGES/bzr.mo po/ms.po
Compile: po/tr.po -> bzrlib/locale/tr/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/tr/LC_MESSAGES/bzr.mo po/tr.po
Compile: po/ca.po -> bzrlib/locale/ca/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ca/LC_MESSAGES/bzr.mo po/ca.po
Compile: po/ja.po -> bzrlib/locale/ja/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ja/LC_MESSAGES/bzr.mo po/ja.po
Compile: po/pt_BR.po -> bzrlib/locale/pt_BR/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/pt_BR/LC_MESSAGES/bzr.mo po/pt_BR.po
Compile: po/vi.po -> bzrlib/locale/vi/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/vi/LC_MESSAGES/bzr.mo po/vi.po
Compile: po/fa.po -> bzrlib/locale/fa/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/fa/LC_MESSAGES/bzr.mo po/fa.po
Compile: po/sk.po -> bzrlib/locale/sk/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/sk/LC_MESSAGES/bzr.mo po/sk.po
Compile: po/ug.po -> bzrlib/locale/ug/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ug/LC_MESSAGES/bzr.mo po/ug.po
Compile: po/ast.po -> bzrlib/locale/ast/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ast/LC_MESSAGES/bzr.mo po/ast.po
Compile: po/si.po -> bzrlib/locale/si/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/si/LC_MESSAGES/bzr.mo po/si.po
Compile: po/en_GB.po -> bzrlib/locale/en_GB/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/en_GB/LC_MESSAGES/bzr.mo po/en_GB.po
Compile: po/nb.po -> bzrlib/locale/nb/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/nb/LC_MESSAGES/bzr.mo po/nb.po
Compile: po/sv.po -> bzrlib/locale/sv/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/sv/LC_MESSAGES/bzr.mo po/sv.po
Compile: po/it.po -> bzrlib/locale/it/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/it/LC_MESSAGES/bzr.mo po/it.po
Compile: po/ro.po -> bzrlib/locale/ro/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ro/LC_MESSAGES/bzr.mo po/ro.po
Compile: po/nl.po -> bzrlib/locale/nl/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/nl/LC_MESSAGES/bzr.mo po/nl.po
Compile: po/id.po -> bzrlib/locale/id/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/id/LC_MESSAGES/bzr.mo po/id.po
Compile: po/ar.po -> bzrlib/locale/ar/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ar/LC_MESSAGES/bzr.mo po/ar.po
Compile: po/pl.po -> bzrlib/locale/pl/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/pl/LC_MESSAGES/bzr.mo po/pl.po
Compile: po/he.po -> bzrlib/locale/he/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/he/LC_MESSAGES/bzr.mo po/he.po
Compile: po/fr.po -> bzrlib/locale/fr/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/fr/LC_MESSAGES/bzr.mo po/fr.po
Compile: po/de.po -> bzrlib/locale/de/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/de/LC_MESSAGES/bzr.mo po/de.po
Compile: po/el.po -> bzrlib/locale/el/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/el/LC_MESSAGES/bzr.mo po/el.po
Compile: po/sr.po -> bzrlib/locale/sr/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/sr/LC_MESSAGES/bzr.mo po/sr.po
Compile: po/sco.po -> bzrlib/locale/sco/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/sco/LC_MESSAGES/bzr.mo po/sco.po
Compile: po/fo.po -> bzrlib/locale/fo/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/fo/LC_MESSAGES/bzr.mo po/fo.po
Compile: po/gl.po -> bzrlib/locale/gl/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/gl/LC_MESSAGES/bzr.mo po/gl.po
Compile: po/cs.po -> bzrlib/locale/cs/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/cs/LC_MESSAGES/bzr.mo po/cs.po
Compile: po/uk.po -> bzrlib/locale/uk/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/uk/LC_MESSAGES/bzr.mo po/uk.po
Compile: po/bs.po -> bzrlib/locale/bs/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/bs/LC_MESSAGES/bzr.mo po/bs.po
Compile: po/ru.po -> bzrlib/locale/ru/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/ru/LC_MESSAGES/bzr.mo po/ru.po
Compile: po/zh_CN.po -> bzrlib/locale/zh_CN/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/zh_CN/LC_MESSAGES/bzr.mo po/zh_CN.po
Compile: po/my.po -> bzrlib/locale/my/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/my/LC_MESSAGES/bzr.mo po/my.po
Compile: po/es.po -> bzrlib/locale/es/LC_MESSAGES/bzr.mo
msgfmt -o bzrlib/locale/es/LC_MESSAGES/bzr.mo po/es.po
bzr: warning: some compiled extensions could not be loaded; see <https://answers.launchpad.net/bzr/+faq/703>
/usr/bin/make docs-sphinx
make[2]: entrant dans le répertoire « /home/jrn/src/t/bzr-2.6.0 »
python tools/generate_release_notes.py doc/en/release-notes/index.txt doc/en/release-notes/bzr-0.10.txt doc/en/release-notes/bzr-0.11.txt doc/en/release-notes/bzr-0.12.txt doc/en/release-notes/bzr-0.13.txt doc/en/release-notes/bzr-0.14.txt doc/en/release-notes/bzr-0.15.txt doc/en/release-notes/bzr-0.16.txt doc/en/release-notes/bzr-0.17.txt doc/en/release-notes/bzr-0.18.txt doc/en/release-notes/bzr-0.1.txt doc/en/release-notes/bzr-0.6.txt doc/en/release-notes/bzr-0.7.txt doc/en/release-notes/bzr-0.8.txt doc/en/release-notes/bzr-0.90.txt doc/en/release-notes/bzr-0.91.txt doc/en/release-notes/bzr-0.92.txt doc/en/release-notes/bzr-0.9.txt doc/en/release-notes/bzr-1.0.txt doc/en/release-notes/bzr-1.10.txt doc/en/release-notes/bzr-1.11.txt doc/en/release-notes/bzr-1.12.txt doc/en/release-notes/bzr-1.13.txt doc/en/release-notes/bzr-1.14.txt doc/en/release-notes/bzr-1.15.txt doc/en/release-notes/bzr-1.16.txt doc/en/release-notes/bzr-1.17.txt doc/en/release-notes/bzr-1.18.txt doc/en/release-notes/bzr-1.1.txt doc/en/release-notes/bzr-1.2.txt doc/en/release-notes/bzr-1.3.txt doc/en/release-notes/bzr-1.4.txt doc/en/release-notes/bzr-1.5.txt doc/en/release-notes/bzr-1.6.txt doc/en/release-notes/bzr-1.7.txt doc/en/release-notes/bzr-1.8.txt doc/en/release-notes/bzr-1.9.txt doc/en/release-notes/bzr-2.0.txt doc/en/release-notes/bzr-2.1.txt doc/en/release-notes/bzr-2.2.txt doc/en/release-notes/bzr-2.3.txt doc/en/release-notes/bzr-2.4.txt doc/en/release-notes/bzr-2.5.txt doc/en/release-notes/bzr-2.6.txt
python tools/generate_docs.py -o doc/en/user-reference/index.txt rstx
bzr: warning: some compiled extensions could not be loaded; see <https://answers.launchpad.net/bzr/+faq/703>
Traceback (most recent call last):
File "tools/generate_docs.py", line 111, in <module>
main(sys.argv)
File "tools/generate_docs.py", line 97, in main
infogen_mod.infogen(options, outfile)
File "bzrlib/doc_generate/autodoc_rstx.py", line 56, in infogen
outfile.write(_get_body(params, topic_dir))
File "bzrlib/doc_generate/autodoc_rstx.py", line 69, in _get_body
result.append(_get_commands_section(registry, output_dir=topic_dir))
File "bzrlib/doc_generate/autodoc_rstx.py", line 121, in _get_commands_section
topic_id = _dump_text(output_dir, cmd_name, help)
File "bzrlib/doc_generate/autodoc_rstx.py", line 134, in _dump_text
f.writelines(text)
TypeError: writelines() argument must be a sequence of strings
make[2]: *** [doc/en/user-reference/index.txt] Erreur 1
make[2]: quittant le répertoire « /home/jrn/src/t/bzr-2.6.0 »
make[1]: *** [override_dh_auto_build] Erreur 2
make[1]: quittant le répertoire « /home/jrn/src/t/bzr-2.6.0 »
make: *** [build] Erreur 2
dpkg-buildpackage: erreur: debian/rules build a produit une erreur de sortie de type 2
-------------- next part --------------
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-============================================-==================================-============-===============================================================================
ii acl 2.2.52-1 amd64 Access control list utilities
ii acpi-fakekey 0.141-2 amd64 tool to generate fake key events
rc acpi-support 0.141-2 all scripts for handling many ACPI events
ii acpi-support-base 0.141-2 all scripts for handling base ACPI events such as the power button
ii acpica-tools 20130823-1 amd64 ACPICA tools for the development and debug of ACPI tables
ii acpid 1:2.0.19-1 x32 Advanced Configuration and Power Interface event daemon
ii adduser 3.113+nmu3 all add and remove users and groups
ii alsa-base 1.0.25+3 all ALSA driver configuration files
ii alsa-utils 1.0.27.1-1 amd64 Utilities for configuring and using ALSA
ii anacron 2.3-19 amd64 cron-like program that doesn't go by time
ii apt 0.9.11.2 x32 commandline package manager
ii apt-utils 0.9.11.2 x32 package management related utility programs
ii asciidoc 8.6.7-1 all Highly configurable text format for writing documentation
ii ash 0.5.7-3 all compatibility package for dash
ii aspell 0.60.7~20110707-1 x32 GNU Aspell spell-checker
ii aspell-en 7.1-0-1 all English dictionary for GNU Aspell
ii at 3.1.13-2 amd64 Delayed job execution and batch processing
rc at-spi2-core 2.9.5-1 amd64 Assistive Technology Service Provider Interface (dbus core)
ii autoconf 2.69-1.1 all automatic configure script builder
ii autoconf2.13 2.13-62 all automatic configure script builder (obsolete version)
ii automake 1:1.14-1 all Tool for generating GNU Standards-compliant Makefiles
ii automake1.4 1:1.4-p6-13.1 all A tool for generating GNU Standards-compliant Makefiles
ii autopoint 0.18.3.1-1 all The autopoint program from GNU gettext
ii autotools-dev 20130810.1 all Update infrastructure for config.{guess,sub} files
rc avahi-daemon 0.6.31-2 amd64 Avahi mDNS/DNS-SD daemon
ii base-files 7.2 amd64 Debian base system miscellaneous files
ii base-passwd 3.5.28 x32 Debian base system master password and group files
ii bash 4.2+dfsg-1 x32 GNU Bourne Again SHell
ii bash-completion 1:2.0-1 all programmable completion for the bash shell
ii bash-doc 4.2+dfsg-1 all Documentation and examples for the The GNU Bourne Again SHell
rc bash-static 4.2-1 amd64 GNU Bourne Again SHell (static version)
ii bc 1.06.95-8 amd64 GNU bc arbitrary precision calculator language
ii bind9-host 1:9.9.3.dfsg.P2-4 amd64 Version of 'host' bundled with BIND 9.X
rc binfmt-support 2.0.12 amd64 Support for extra binary formats
ii binutils 2.23.52.20130828-1 x32 GNU assembler, linker and binary utilities
rc binutils-gold 2.22-2 amd64 GNU gold linker utility
rc binutils-multiarch 2.23.1-1~exp2 amd64 Binary utilities that support multi-arch targets
ii bison 2:2.7.1.dfsg-1 amd64 YACC-compatible parser generator
ii bsdmainutils 9.0.5 amd64 collection of more utilities from FreeBSD
ii bsdutils 1:2.20.1-5.5 x32 Basic utilities from 4.4BSD-Lite
ii build-essential 11.6 x32 Informational list of build-essential packages
ii busybox-static 1:1.20.0-9 x32 Standalone rescue shell with tons of builtin utilities
ii bzip2 1.0.6-5 x32 high-quality block-sorting file compressor - utilities
ii ca-certificates 20130610 all Common CA certificates
rc cabal-install 0.10.2-3 amd64 command-line interface for Cabal and Hackage
ii cabextract 1.4-4 amd64 Microsoft Cabinet file unpacker
ii ccache 3.1.9-1 amd64 Compiler cache for fast recompilation of C/C++ code
ii cdebconf 0.185 amd64 Debian Configuration Management System (C-implementation)
ii cdebootstrap 0.5.10 amd64 Bootstrap a Debian system
ii cdparanoia 3.10.2+debian-11 amd64 audio extraction tool for sampling CDs
ii chicken-bin 4.8.0.3-3 x32 Practical and portable Scheme system - compiler
ii chromium 29.0.1547.57-3 amd64 Google's open source chromium web browser
ii chromium-inspector 29.0.1547.57-3 all page inspector for the chromium browser
ii chrpath 0.14-2 amd64 Tool to edit the rpath in ELF binaries
rc cmake 2.8.9-1 amd64 cross-platform, open-source make system
rc cmake-data 2.8.9-1 all CMake data files (modules, templates and documentation)
rc coccinelle 1.0.0~rc7.deb-5+b2 amd64 semantic patching tool for C
ii comerr-dev 2.1-1.42.8-1 amd64 common error description library - headers and static libraries
rc common-lisp-controller 7.7 all Common Lisp source and compiler manager
ii console-setup 1.97 all console font and keymap setup program
ii console-setup-linux 1.97 all Linux specific part of console-setup
rc consolekit 0.4.6-2 amd64 framework for defining and tracking users, sessions and seats
ii coreutils 8.21-1 x32 GNU core utilities
rc cowbuilder 0.73 amd64 pbuilder running on cowdancer
ii cowdancer 0.73 amd64 Copy-on-write directory tree utility.
ii cpio 2.11+dfsg-1 x32 GNU cpio -- a program to manage archives of files
ii cpp 4:4.8.1-3 x32 GNU C preprocessor (cpp)
ii cpp-4.7 4.7.3-7 amd64 GNU C preprocessor
ii cpp-4.8 4.8.1-9 x32 GNU C preprocessor
rc cpufrequtils 007-2 amd64 utilities to deal with the cpufreq Linux kernel feature
ii crawl-common 2:0.12.2-1 all Dungeon Crawl, a text-based roguelike game (data files)
ii crda 1.1.2-1 amd64 wireless Central Regulatory Domain Agent
ii cron 3.0pl1-124 x32 process scheduling daemon
rc cups-bsd 1.5.0-13 amd64 Common UNIX Printing System(tm) - BSD commands
ii cups-common 1.6.3-1 all Common UNIX Printing System(tm) - common files
rc cups-driver-gutenprint 5.2.7-2 amd64 printer drivers for CUPS
ii curl 7.32.0-1 x32 command line tool for transferring data with URL syntax
ii cvs 2:1.12.13+real-11 amd64 Concurrent Versions System
ii cvsps 2.1-6 amd64 Tool to generate CVS patch set information
ii cython 0.19.1+git34-gac3e3a2-1 x32 C-Extensions for Python
ii cython-dbg 0.19.1+git34-gac3e3a2-1 x32 C-Extensions for Python - debug build
ii dash 0.5.7-3 x32 POSIX-compliant shell
rc dblatex 0.3.4-3 all Produces DVI, PostScript, PDF documents from DocBook sources
ii dbus 1.6.14-1 x32 simple interprocess messaging system (daemon and utilities)
rc dbus-x11 1.7.4-1 amd64 simple interprocess messaging system (X11 deps)
ii dc 1.06.95-8 amd64 GNU dc arbitrary precision reverse-polish calculator
ii dconf-gsettings-backend:amd64 0.16.1-1 amd64 simple configuration storage system - GSettings back-end
ii dconf-service 0.16.1-1 amd64 simple configuration storage system - D-Bus service
ii dctrl-tools 2.23 amd64 Command-line tools to process Debian package information
rc debbugs-web 2.4.2~exp1 all web scripts for the active Debian BTS
ii debconf 1.5.51 all Debian configuration management system
ii debconf-doc 1.5.51 all debconf documentation
ii debhelper 9.20130720 all helper programs for debian/rules
ii debian-archive-keyring 2012.4 all GnuPG archive keys of the Debian archive
ii debian-faq 5.0.2 all Debian FAQ
ii debian-kernel-handbook 1.0.15 all reference to Debian Linux kernel packages and development
ii debian-keyring 2013.07.31 all GnuPG keys of Debian Developers
ii debian-policy 3.9.4.0 all Debian Policy Manual and related documents
ii debian-ports-archive-keyring 2012.12.30 all GnuPG archive keys of the debian-ports archive
ii debian-reference-common 2.50 all Debian system administration guide, common files
ii debian-reference-en 2.50 all Debian system administration guide, English original
rc debiandoc-sgml 1.2.15 all DebianDoc SGML DTD and formatting tools
ii debianutils 4.4 amd64 Miscellaneous utilities specific to Debian
ii debootstrap 1.0.53 all Bootstrap a basic Debian system
rc debtags 1.7.11 amd64 Enables support for package tags
ii default-jre-headless 1:1.5-49 x32 Standard Java or Java compatible Runtime (headless)
rc desktop-base 7.0.3 all common files for the Debian Desktop
ii developers-reference 3.4.11 all guidelines and information for Debian developers
ii devscripts 2.13.3 x32 scripts to make the life of a Debian Package maintainer easier
ii dh-python 1.20130903-1 all Debian helper tools for packaging Python libraries and applications
rc dia 0.97.1-7 amd64 Diagram editor
ii dictionaries-common 1.20.2 all Common utilities for spelling dictionary tools
ii dietlibc-dev 0.33~cvs20120325-4 amd64 diet libc - a libc optimized for small size
ii diff-doc 2.8.1-14 all dummy transition package for diff-doc -> diffutils-doc
ii diffstat 1.55-3 x32 produces graph of changes introduced by a diff file
ii diffutils 1:3.3-1 x32 File comparison utilities
ii diffutils-doc 1:3.2-8 all Documentation for GNU diffutils in HTML format
ii distro-info-data 0.16 all information about the distributions' releases (data files)
ii dlocate 1.02+nmu3 all fast alternative to dpkg -L and dpkg -S
ii dmidecode 2.12-2 amd64 SMBIOS/DMI table decoder
ii dmsetup 2:1.02.77-6 amd64 Linux Kernel Device Mapper userspace library
ii dnsutils 1:9.9.3.dfsg.P2-4 amd64 Clients provided with BIND
ii doc-linux-text 2008.08-1 all Linux HOWTOs and FAQs in ASCII format
rc docbook 4.5-4 all standard SGML representation system for technical documents
rc docbook-dsssl 1.79-6 all modular DocBook DSSSL stylesheets, for print and HTML
ii docutils-common 0.10-3 all text processing system for reStructuredText - common data
ii dosfstools 3.0.22-1 amd64 utilities for making and checking MS-DOS FAT filesystems
rc dpatch 2.0.35 all patch maintenance system for Debian source packages
ii dpkg 1.17.1 x32 Debian package management system
ii dpkg-dev 1.17.1 all Debian package development tools
ii dput 0.9.6.4 all Debian package upload tool
ii dselect 1.17.1 x32 Debian package management front-end
rc dvi2ps-fontdata-ja 1.0.1-3 all Font data for dvi2ps-j and dvi2dvi
rc dvi2ps-fontdesc-morisawa5 0.4 all fontdesc files of dvi2ps for Morisawa Basic-5 type faces
rc dvipsk-ja 5.98+p1.7b-1 amd64 DVI-to-PostScript translator with Japanese support
ii e2fslibs:amd64 1.42.8-1 amd64 ext2/ext3/ext4 file system libraries
ii e2fslibs:x32 1.42.8-1 x32 ext2/ext3/ext4 file system libraries
ii e2fsprogs 1.42.8-1 x32 ext2/ext3/ext4 file system utilities
rc eclipse-platform 3.7~exp-5 amd64 Eclipse platform without plug-ins to develop any language
ii ecm 1.03-1 amd64 prepares CD image files so they compress better
ii ed 1.9-2 amd64 classic UNIX line editor
ii eject 2.1.5+deb1+cvs20081104-13 amd64 ejects CDs and operates CD-Changers under Linux
ii elfutils 0.156-1 amd64 collection of utilities to handle ELF objects
ii emacs23-common 23.4+1-4.1 all The GNU Emacs editor's shared, architecture independent infrastructure
rc emacs23-nox 23.4+1-4.1 amd64 The GNU Emacs editor (without X support)
ii emacsen-common 2.0.5 all Common facilities for all emacsen
rc epdfview 0.1.8-3 amd64 Lightweight pdf viewer based on poppler libs
rc eperl 2.2.14-16+b1 amd64 Embedded Perl 5 Language
rc ept-cache 1.0.5 all Obsolete commandline tool to search the package archive
ii equivs 2.0.9 all Circumvent Debian package dependencies
ii esound-common 0.2.41-11 all Enlightened Sound Daemon - Common files
ii ethtool 1:3.9-1 amd64 display or change Ethernet device settings
rc evolution 2.32.2-1 amd64 groupware suite with mail client and organizer
rc exim4 4.80-7 all metapackage to ease Exim MTA (v4) installation
ii exim4-base 4.80-7 x32 support files for all Exim MTA (v4) packages
ii exim4-config 4.80-7 all configuration for the Exim MTA (v4)
ii exim4-daemon-light 4.80-7 x32 lightweight Exim MTA (v4) daemon
ii exiv2 0.23-1 amd64 EXIF/IPTC metadata manipulation tool
ii expat 2.1.0-4 amd64 XML parsing C library - example application
ii fakeroot 1.19-2 x32 tool for simulating superuser privileges
rc fancontrol 1:3.3.0-4 all utilities to read temperature/voltage/fan sensors
ii fdupes 1.50-PR2-4 x32 identifies duplicate files within given directories
rc feynmf 1.08-7 all set of LaTeX macros for creating Feynman diagrams
ii fgetty 0.6-5 amd64 very small, efficient, console-only getty and login
ii file 1:5.14-2 amd64 Determines file type using "magic" numbers
ii findutils 4.4.2-6 x32 utilities for finding files--find, xargs
ii firmware-linux-free 3.2 all Binary firmware for various drivers in the Linux kernel
ii flex 2.5.35-10.1 x32 A fast lexical analyzer generator.
ii fontconfig 2.10.2-2 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.10.2-2 all generic font configuration library - configuration
ii fonts-dejavu-core 2.33+svn2514-3 all Vera font family derivate with additional characters
ii fonts-dejavu-extra 2.33+svn2514-3 all Vera font family derivate with additional characters (extra variants)
ii fonts-droid 1:4.2.r1-2 all handheld device font with extensive style and language support
ii fonts-liberation 2.00.1-1 all Fonts with the same metrics as Times, Arial and Courier
ii fonts-opensymbol 2:102.3+LibO4.1.1-1 all OpenSymbol TrueType font
ii fonts-sawarabi-mincho 20130815-1 all Japanese mincho font - Sawarabi Mincho font
ii foomatic-db 20130609-1 all OpenPrinting printer support - database
rc foomatic-filters 4.0.17-1 amd64 OpenPrinting printer support - filters
rc freeglut3 2.6.0-1 amd64 OpenGL Utility Toolkit
rc freepats 20060219-1 all Free patch set for MIDI audio synthesis
ii ftp 0.17-28 amd64 classical file transfer client
rc fuse 2.9.3-3 amd64 Filesystem in Userspace
ii g++ 4:4.8.1-3 x32 GNU C++ compiler
ii g++-4.8 4.8.1-9 x32 GNU C++ compiler
ii gawk 1:4.0.1+dfsg-2.1 amd64 GNU awk, a pattern scanning and processing language
ii gcc 4:4.8.1-3 x32 GNU C compiler
ii gcc-4.2-base 4.2.4-6 amd64 The GNU Compiler Collection (base package)
ii gcc-4.3-base 4.3.6-1 amd64 The GNU Compiler Collection (base package)
ii gcc-4.6-base:amd64 4.6.4-4 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-4.7-base:amd64 4.7.3-7 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-4.8 4.8.1-9 x32 GNU C compiler
ii gcc-4.8-base:amd64 4.8.1-9 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-4.8-base:x32 4.8.1-9 x32 GCC, the GNU Compiler Collection (base package)
rc gcj-4.4-jre-headless 4.4.5-2 amd64 Java runtime environment using GIJ/classpath (headless version)
rc gcj-4.5-jre-headless 4.5.2-1 amd64 Java runtime environment using GIJ/classpath (headless version)
rc gcj-4.6-jre-headless 4.6.3-2 amd64 Java runtime environment using GIJ/classpath (headless version)
rc gcj-4.7-jre-headless 4.7.1-1 amd64 Java runtime environment using GIJ/classpath (headless version)
ii gcj-4.8-jre-headless 4.8.1-9 x32 Java runtime environment using GIJ/Classpath (headless version)
ii gcj-4.8-jre-lib 4.8.1-10 all Java runtime library for use with gcj (jar files)
ii gcj-jre-headless 4:4.8.1-3 x32 Java runtime environment using GIJ/Classpath (headless version)
ii gconf-service 3.2.6-1 x32 GNOME configuration database system (D-Bus service)
ii gconf2-common 3.2.6-1 all GNOME configuration database system (common files)
rc gdb 7.6-5 amd64 GNU Debugger
ii gdbserver 7.6-5 amd64 GNU Debugger (remote server)
ii genisoimage 9:1.1.11-2 amd64 Creates ISO-9660 CD-ROM filesystem images
ii gettext 0.18.3.1-1 amd64 GNU Internationalization utilities
ii gettext-base 0.18.3.1-1 amd64 GNU Internationalization utilities for the base system
rc ggzcore-bin 0.99.5~pre1-1 amd64 GGZ Gaming Zone: various command-line helper programs
ii ghostscript-doc 9.05~dfsg-8 all interpreter for the PostScript language and for PDF - Documentation
ii gimp-help-common 2.6.1-1 all Data files for the GIMP documentation
ii gimp-help-fr 2.6.1-1 all Documentation for the GIMP (French)
ii gir1.2-atk-1.0 2.8.0-2 amd64 ATK accessibility toolkit (GObject introspection)
ii gir1.2-freedesktop 1.36.0-2+b1 amd64 Introspection data for some FreeDesktop components
ii gir1.2-gdkpixbuf-2.0 2.28.2-1 amd64 GDK Pixbuf library - GObject-Introspection
ii gir1.2-glib-2.0 1.36.0-2+b1 amd64 Introspection data for GLib, GObject, Gio and GModule
ii gir1.2-pango-1.0 1.32.5-5+b1 amd64 Layout and rendering of internationalized text - gir bindings
rc git-buildpackage 0.6.2 all Suite to help with Debian packages in Git repositories
ii git-doc 1:1.8.4-1 all fast, scalable, distributed revision control system (documentation)
ii git-man 1:1.8.4-1 all fast, scalable, distributed revision control system (manual pages)
ii gmp-ecm 6.4.4-1 amd64 Factor integers using the Elliptic Curve Method
rc gnash-common 0.8.11~git20120629-1 amd64 GNU Shockwave Flash (SWF) player - Common files/libraries
rc gnome-keyring 3.0.3-2 amd64 GNOME keyring services (daemon and tools)
rc gnome-menus 3.4.2-3 amd64 GNOME implementation of the freedesktop menu specification
ii gnome-mime-data 2.18.0-1 all base MIME and Application database for GNOME.
rc gnome-themes 2.30.2-1 all official themes for the GNOME desktop
ii gnupg 1.4.14-1 amd64 GNU privacy guard - a free PGP replacement
ii gnupg-agent 2.0.21-2 amd64 GNU privacy guard - password agent
ii gnupg2 2.0.21-2 x32 GNU privacy guard - a free PGP replacement (new v2.x)
ii gnustep-common 2.6.2-2.1 amd64 Common files for the core GNUstep environment
ii gnutls-doc 3.2.4-2 all GNU TLS library - documentation and examples
rc gobby-0.5 0.4.94-5 amd64 infinote-based collaborative text editor
ii golang-go-linux-amd64 2:1.1.2-2 amd64 Go standard library compiled for linux_amd64
ii golang-src 2:1.1.2-2 amd64 Go programming language compiler - source files
rc golang-tools 1:60.3-1 amd64 Tools for Google's Go programming language
ii gperf 3.0.4-1 amd64 Perfect hash function generator
ii gpgv 1.4.14-1 amd64 GNU privacy guard - signature verification tool
rc gplanarity 17906-4 amd64 simple puzzle game involving untangling planar graphs
ii graphviz 2.26.3-15+b1 amd64 rich set of graph drawing tools
ii grep 2.14-3 x32 GNU grep, egrep and fgrep
ii groff 1.22.2-3 amd64 GNU troff text-formatting system
ii groff-base 1.22.2-3 amd64 GNU troff text-formatting system (base system components)
ii grub-common 2.00-18 amd64 GRand Unified Bootloader (common files)
ii grub-pc 2.00-18 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.00-18 amd64 GRand Unified Bootloader, version 2 (PC/BIOS binaries)
ii grub2-common 2.00-18 amd64 GRand Unified Bootloader (common files for version 2)
rc gs-cjk-resource 1.20100103-3 all Resource files for gs-cjk, ghostscript CJK-TrueType extension
ii gs-common 9.04~dfsg-2 all Transitional dummy package for ghostscript
ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 all Fonts for the Ghostscript interpreter(s)
ii gstreamer0.10-fluendo-mp3:amd64 0.10.23.debian-3 amd64 Fluendo mp3 decoder GStreamer 0.10 plugin
ii gstreamer0.10-plugins-ugly:amd64 0.10.19-2+b3 amd64 GStreamer plugins from the "ugly" set
rc gtk-doc-tools 1.17-2 all the GTK+ documentation tools
rc guile-1.8 1.8.8+1-6.1 amd64 GNU extension language and Scheme interpreter
ii guile-1.8-libs 1.8.8+1-8 amd64 Core Guile libraries
ii gxemul 0.6.0-2 amd64 machine emulator for multiple architectures
ii gxemul-doc 0.6.0-2 all gxemul documentation
ii gzip 1.6-2 amd64 GNU compression utilities
rc hal 0.5.14-5 amd64 Hardware Abstraction Layer
ii hardening-includes 2.3 all Makefile for enabling compiler flags for security hardening
rc hardening-wrapper 2.2 amd64 Compiler wrapper to enable security hardening flags
ii hdparm 9.43-1 amd64 tune hard disk parameters for high performance
ii hello 2.8-4 x32 The classic greeting, and a good example
ii hexedit 1.2.12-4 amd64 view and edit files in hexadecimal or in ASCII
ii hicolor-icon-theme 0.12-1 all default fallback theme for FreeDesktop.org icon themes
ii highlight-common 3.12+svn83-1 all source code to formatted text converter (architecture independent files)
ii hostname 3.14 amd64 utility to set/show the host name or domain name
ii hp-ppd 0.9-0.2 all HP Postscript Printer Definition (PPD) files
rc hplip 3.12.6-3 amd64 HP Linux Printing and Imaging System (HPLIP)
ii html2text 1.3.2a-16 amd64 advanced HTML to text converter
rc iamerican 3.3.02-6 all American English dictionary for ispell (standard version)
rc ibritish 3.3.02-3 all British English dictionary for ispell (standard version)
ii icedtea-netx-common 1.4-3 all NetX - implementation of the Java Network Launching Protocol (JNLP)
ii iceweasel 23.0.1-1 amd64 Web browser based on Firefox
ii iconx 9.4.3-4.2 amd64 Executor for Icon, a high-level programming language
ii ienglish-common 3.3.02-6 all Common files for British and American ispell dictionaries
ii ifupdown 0.7.44 amd64 high level tools to configure network interfaces
rc im-config 0.5 all Input method configuration framework
rc im-switch 1.20 all Input method switch framework
rc imagemagick-common 8:6.7.9.3-2 all image manipulation programs -- infrastructure
ii inetutils-inetd 2:1.9.1.306-0a482-1 amd64 internet super server
ii inetutils-syslogd 2:1.9.1.306-0a482-1 amd64 system logging daemon
ii info 5.1.dfsg.1-5 amd64 Standalone GNU Info documentation browser
rc info2www 1.2.2.9-24 all Read info files with a WWW browser
ii init-system-helpers 1.8 all helper tools for all init systems
ii initramfs-tools 0.113 all generic modular initramfs generator
ii initscripts 2.88dsf-43 x32 scripts for initializing and shutting down the system
ii insserv 1.14.0-5 x32 boot sequence organizer using LSB init.d script dependency information
ii install-info 5.1.dfsg.1-5 amd64 Manage installed documentation in info format
ii installation-report 2.52 all system installation report
ii intltool-debian 0.35.0+20060710.1 all Help i18n of RFC822 compliant config files
ii iproute 1:3.11.0-1 all transitional dummy package for iproute2
ii iproute2 3.11.0-1 amd64 networking and traffic control tools
ii iptables 1.4.20-2 amd64 administration tools for packet filtering and NAT
ii iptables-dev 1.4.20-2 amd64 iptables development files
ii iputils-ping 3:20121221-1 x32 Tools to test the reachability of network hosts
ii isc-dhcp-client 4.2.4-7 x32 ISC DHCP client
ii isc-dhcp-common 4.2.4-7 x32 common files used by all the isc-dhcp* packages
ii iso-codes 3.46-1 all ISO language, territory, currency, script codes and their translations
ii ispell 3.3.02-6 x32 International Ispell (an interactive spelling corrector)
ii iw 3.4-1 amd64 tool for configuring Linux wireless devices
rc jade 1.2.1-47 amd64 James Clark's DSSSL Engine
ii java-common 0.49 all Base of all Java packages
ii java-wrappers 0.1.26 all wrappers for java executables
ii jigdo-file 0.7.3-3+b1 amd64 Download Debian CD images from any Debian mirror
rc kasumi 2.5-2 amd64 Simple dictionary utility for Anthy
ii kbd 1.15.5-1 x32 Linux console font and keytable utilities
rc kdebase-runtime 4:4.6.5-1+b1 amd64 runtime components from the official KDE release
rc kdebase-runtime-data 4:4.6.5-1 all shared data files for the KDE base runtime module
ii kdelibs5-data 4:4.10.5-1 all core shared data for all KDE Applications
ii keyboard-configuration 1.97 all system-wide keyboard preferences
ii klibc-utils 2.0.2-1 x32 small utilities built with klibc for early boot
ii kmod 9-3 amd64 tools for managing Linux kernel modules
ii krb5-locales 1.11.3+dfsg-3 all Internationalization support for MIT Kerberos
ii krb5-multidev 1.11.3+dfsg-3 amd64 Development files for MIT Kerberos without Heimdal conflict
ii ksh 93u+20120801-1 amd64 Real, AT&T version of the Korn shell
rc latex-beamer 3.10-1 all LaTeX class to produce presentations
rc latex-cjk-japanese-wadalab 0.20050817-15 all type1 and tfm DNP Japanese fonts for latex-cjk
rc latex-xcolor 2.11-1 all Easy driver-independent TeX class for color
ii latrace 0.5.11-1 amd64 traces library calls in dynamically linked programs
ii leptonica-progs 1.69-4 amd64 sample programs for Leptonica image processing library
ii less 458-2 amd64 pager program similar to more
rc lesstif2 1:0.95.2-1 amd64 OSF/Motif 2.1 implementation released under LGPL
rc lib32asound2 1.0.24.1-4 amd64 shared library for ALSA applications (32 bit)
rc lib32gcc1 1:4.8-20121128-1 amd64 GCC support library (32 bit Version)
rc lib32gmp10 2:5.0.2+dfsg-2 amd64 Multiprecision arithmetic library (32bit)
rc lib32gmpxx4 2:5.0.2+dfsg-2 amd64 Multiprecision arithmetic library (C++ bindings, 32bit)
rc lib32gomp1 4.8-20121128-1 amd64 GCC OpenMP (GOMP) support library (32bit)
rc lib32itm1 4.8-20121128-1 amd64 GNU Transactional Memory Library (32bit)
rc lib32ncurses5 5.9-4 amd64 shared libraries for terminal handling (32-bit)
rc lib32quadmath0 4.8-20121128-1 amd64 GCC Quad-Precision Math Library (32bit)
rc lib32stdc++6 4.8-20121128-1 amd64 GNU Standard C++ Library v3 (32 bit Version)
rc lib32tinfo5 5.9-4 amd64 shared low-level terminfo library for terminal handling (32-bit)
rc lib32v4l-0 0.8.5-7 amd64 Collection of video4linux support libraries (32 bits)
rc lib32z1 1:1.2.5.dfsg-1 amd64 compression library - 32 bit runtime
ii liba52-0.7.4 0.7.4-16 amd64 library for decoding ATSC A/52 streams
rc libaccess-bridge-java-jni:amd64 1.26.2-8 amd64 Java Access Bridge for GNOME (jni bindings)
ii libacl1:amd64 2.2.52-1 amd64 Access control list shared library
ii libacl1:x32 2.2.52-1 x32 Access control list shared library
rc libaio1:amd64 0.3.109-3 amd64 Linux kernel AIO access library - shared library
ii libalgorithm-c3-perl 0.08-1 all Perl module for merging hierarchies using the C3 algorithm
ii libalgorithm-diff-perl 1.19.02-3 all module to find differences between files
ii libalgorithm-merge-perl 0.08-2 all Perl module for three-way merge of textual data
rc libamd2.2.0 1:3.4.0-3 amd64 approximate minimum degree ordering library for sparse matrices
rc libanthy0 9100h-10 amd64 input method for Japanese - runtime library
rc libantlr-java-gcj 2.7.7-16 amd64 language tool for constructing recognizers, compilers etc
ii libao-common 1.1.0-2 amd64 Cross Platform Audio Output Library (Common files)
ii libao4 1.1.0-2 amd64 Cross Platform Audio Output Library
ii libapache-pom-java 10-2 all Maven metadata for all Apache Software projects
rc libapm1 3.2.2-14 amd64 Library for interacting with APM driver in kernel
ii libapr1 1.4.8-1 amd64 Apache Portable Runtime Library
ii libaprutil1 1.5.2-1 amd64 Apache Portable Runtime Utility Library
rc libapt-inst1.3 0.8.16~exp5 amd64 APT's deb package format runtime library
ic libapt-inst1.4 0.8.16~exp8 amd64 APT's deb package format runtime library
ii libapt-inst1.5:x32 0.9.11.2 x32 deb package format runtime library
ii libapt-pkg-perl 0.1.29 x32 Perl interface to libapt-pkg
rc libapt-pkg4.11 0.8.16~exp5 amd64 APT's package managment runtime library
ii libapt-pkg4.12:x32 0.9.11.2 x32 package management runtime library
ii libarchive-dev:amd64 3.1.2-7 amd64 Multi-format archive and compression library (development files)
ii libarchive-zip-perl 1.30-7 all Perl module for manipulation of ZIP archives
rc libarchive1:amd64 2.8.5-5 amd64 Multi-format archive and compression library (shared library)
ii libarchive13:amd64 3.1.2-7 amd64 Multi-format archive and compression library (shared library)
rc libarpack2 2.1+parpack96.dfsg-3+b1 amd64 Fortran77 subroutines to solve large scale eigenvalue problems
ii libarray-unique-perl 0.08-1 all Tie-able array that allows only unique values
rc libart-2.0-2:amd64 2.3.21-2 amd64 Library of functions for 2D graphics - runtime files
rc libartsc0 1.5.9-3+b2 amd64 aRts sound system C support library
ii libasan0:amd64 4.8.1-9 amd64 AddressSanitizer -- a fast memory error detector
ii libasan0:x32 4.8.1-9 x32 AddressSanitizer -- a fast memory error detector
ii libasm1:amd64 0.156-1 amd64 library with a programmable assembler interface
ii libasm3-java 3.3.2-2 all Java bytecode manipulation framework
rc libasn1-8-heimdal:amd64 1.5.dfsg.1-3 amd64 Heimdal Kerberos - ASN.1 library
ii libasound2:amd64 1.0.27.2-1 amd64 shared library for ALSA applications
ii libasound2-data 1.0.27.2-1 all Configuration files and profiles for ALSA drivers
ii libaspell15 0.60.7~20110707-1 x32 GNU Aspell spell-checker runtime library
ii libasprintf-dev:amd64 0.18.3.1-1 amd64 GNU Internationalization library development files
ii libasprintf0c2:amd64 0.18.3.1-1 amd64 GNU library to use fprintf and friends in C++
rc libass4:amd64 0.10.0-3 amd64 library for SSA/ASS subtitles rendering
ii libassuan0:amd64 2.1.1-1 amd64 IPC library for the GnuPG components
ii libassuan0:x32 2.1.1-1 x32 IPC library for the GnuPG components
ii libasyncns0:amd64 0.8-4 amd64 Asynchronous name service query library
ii libasyncns0:x32 0.8-4 x32 Asynchronous name service query library
rc libatk-bridge2.0-0:amd64 2.9.5-1 amd64 AT-SPI 2 toolkit bridge - shared library
ii libatk1.0-0:amd64 2.8.0-2 amd64 ATK accessibility toolkit
ii libatk1.0-data 2.8.0-2 all Common files for the ATK accessibility toolkit
ii libatkmm-1.6-1:amd64 2.22.7-2 amd64 C++ wrappers for ATK accessibility toolkit (shared libraries)
rc libatlas3gf-base 3.8.4-3 amd64 Automatically Tuned Linear Algebra Software, generic shared
ii libatm1:amd64 1:2.5.1-1.5 amd64 shared library for ATM (Asynchronous Transfer Mode)
ii libatomic1:amd64 4.8.1-9 amd64 support library providing __atomic built-in functions
ii libatomic1:x32 4.8.1-9 x32 support library providing __atomic built-in functions
rc libatspi2.0-0:amd64 2.9.5-1 amd64 Assistive Technology Service Provider Interface - shared library
rc libattica0 0.1.4-1 amd64 a Qt library that implements the Open Collaboration Services API
ii libattr1:amd64 1:2.4.47-1 amd64 Extended attribute shared library
ii libattr1:x32 1:2.4.47-1 x32 Extended attribute shared library
ii libaudiofile0:amd64 0.3.2-1 amd64 Open-source version of SGI's audiofile library
ii libaudiofile1:amd64 0.3.6-2 amd64 Open-source version of SGI's audiofile library
ii libaudit0 1:1.7.18-1.1+libtool x32 Dynamic library for security auditing
ii libauthen-sasl-perl 2.1500-1 all Authen::SASL - SASL Authentication framework
ii libautodie-perl 2.20-1 all Perl pragma to make certain failures fatal
ii libavahi-client3:amd64 0.6.31-2 amd64 Avahi client library
ii libavahi-common-data:amd64 0.6.31-2 amd64 Avahi common data files
ii libavahi-common3:amd64 0.6.31-2 amd64 Avahi common library
rc libavahi-compat-libdnssd1 0.6.27-2 amd64 Avahi Apple Bonjour compatibility library
ii libavahi-core7:amd64 0.6.31-2 amd64 Avahi's embeddable mDNS/DNS-SD library
ii libavahi-glib1:amd64 0.6.31-2 amd64 Avahi GLib integration library
rc libavahi-ui0 0.6.27-2+squeeze1 amd64 Avahi GTK+ User interface library
ii libavalon-framework-java 4.2.0-9 all Common framework for Java server applications
rc libavc1394-0:amd64 0.5.4-1 amd64 control IEEE 1394 audio/video devices
rc libavcodec52 4:0.6.2-5 amd64 Libav codec library
ii libavcodec53:amd64 6:0.8.8-1 amd64 Libav codec library
ii libavcodec54:amd64 6:9.8-2+b1 amd64 Libav codec library
rc libavformat52 4:0.6.2-5 amd64 Libav file format library
rc libavformat53:amd64 6:0.8.8-1 amd64 Libav file format library
rc libavutil49 4:0.5.4-1 amd64 ffmpeg utility library
rc libavutil50 4:0.6.2-5 amd64 Libav utility library
ii libavutil51:amd64 6:9~beta1-1 amd64 Libav utility library
ii libavutil52:amd64 6:9.8-2+b1 amd64 Libav utility library
rc libax25 0.0.11-6.1 amd64 ax25 library for hamradio applications
ii libbabl-0.0-0 0.0.22-1.1 amd64 Dynamic, any to any, pixel format conversion library
rc libbabl-0.1-0:amd64 0.1.10-1 amd64 Dynamic, any to any, pixel format conversion library
ii libbatik-java 1.7+dfsg-3 all xml.apache.org SVG Library
ii libbdd0c2 2.4-8 amd64 Binary decision-diagram library (runtime)
ii libbind9-60 1:9.7.3.dfsg-1+b1 amd64 BIND9 Shared Library used by BIND
rc libbind9-80 1:9.8.1.dfsg.P1-4.3 amd64 BIND9 Shared Library used by BIND
ii libbind9-90 1:9.9.3.dfsg.P2-4 amd64 BIND9 Shared Library used by BIND
ii libbison-dev:amd64 2:2.7.1.dfsg-1 amd64 YACC-compatible parser generator - development library
rc libblas3gf 1.2.20110419-2 amd64 Basic Linear Algebra Reference implementations, shared library
ii libblkid1:amd64 2.20.1-5.5 amd64 block device id library
ii libblkid1:x32 2.20.1-5.5 x32 block device id library
ii libbluetooth3:amd64 5.5-1~exp1 amd64 Library to use the BlueZ Linux Bluetooth stack
rc libbonoboui2-0 2.24.3-1 amd64 The Bonobo UI library
rc libboost-date-time1.42.0 1.42.0-4+b1 amd64 set of date-time libraries based on generic programming concepts
ii libboost-date-time1.46.1 1.46.1-8 amd64 set of date-time libraries based on generic programming concepts
rc libboost-filesystem1.42.0 1.42.0-4+b1 amd64 filesystem operations (portable paths, iteration over directories, etc) in C++
ii libboost-iostreams1.42.0 1.42.0-4+b1 amd64 Boost.Iostreams Library
rc libboost-program-options1.42.0 1.42.0-4 amd64 program options library for C++
ii libboost-program-options1.46.1 1.46.1-8 amd64 program options library for C++
rc libboost-program-options1.48.0 1.48.0-3 amd64 program options library for C++
rc libboost-regex1.42.0 1.42.0-4+b1 amd64 regular expression library for C++
rc libboost-regex1.46.1 1.46.1-7 amd64 regular expression library for C++
ii libboost-serialization1.46.1 1.46.1-8 amd64 serialization library for C++
rc libboost-system1.42.0 1.42.0-4+b1 amd64 Operating system (e.g. diagnostics support) library
rc libboost-thread1.42.0 1.42.0-4+b1 amd64 portable C++ multi-threading
ii libboost-thread1.46.1 1.46.1-8 amd64 portable C++ multi-threading
rc libboost-thread1.49.0 1.49.0-3.1 amd64 portable C++ multi-threading
rc libbrlapi0.5:amd64 4.4-8 amd64 braille display access via BRLTTY - shared library
ii libbsd0:amd64 0.6.0-1 amd64 utility functions from BSD systems - shared library
ii libbsf-java 1:2.4.0-5 all Bean Scripting Framework to support scripting languages in Java
rc libburn4 1.1.8-1 amd64 library to provide CD/DVD writing functions
ii libbz2-1.0:amd64 1.0.6-5 amd64 high-quality block-sorting file compressor library - runtime
ii libbz2-1.0:x32 1.0.6-5 x32 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.17-92+b1 amd64 Embedded GNU C Library: Binaries
ii libc-dev-bin 2.17-92 amd64 Embedded GNU C Library: Development binaries
ii libc6:amd64 2.17-92 amd64 Embedded GNU C Library: Shared libraries
ii libc6:x32 2.17-92 x32 Embedded GNU C Library: Shared libraries
ii libc6-dbg:amd64 2.17-92 amd64 Embedded GNU C Library: detached debugging symbols
ii libc6-dev:amd64 2.17-92 amd64 Embedded GNU C Library: Development Libraries and Header Files
ii libc6-dev:x32 2.17-92 x32 Embedded GNU C Library: Development Libraries and Header Files
rc libc6-i386 2.16-0experimental1 amd64 Embedded GNU C Library: 32-bit shared libraries for AMD64
rc libc6-x32 2.16-0experimental1 amd64 Embedded GNU C Library: X32 ABI Shared libraries for AMD64
ii libcairo-gobject2:amd64 1.12.14-5 amd64 The Cairo 2D vector graphics library (GObject library)
rc libcairo-script-interpreter2 1.10.2-6.2 amd64 The Cairo 2D vector graphics library (script interpreter)
ii libcairo2:amd64 1.12.14-5 amd64 The Cairo 2D vector graphics library
ii libcairomm-1.0-1 1.10.0-1 amd64 C++ wrappers for Cairo (shared libraries)
rc libcamd2.2.0 1:3.4.0-2 amd64 symmetric approximate minimum degree library for sparse matrices
rc libcamel-1.2-33 3.4.3-1 amd64 Evolution MIME message handling library
rc libcamel1.2-14 2.30.3-2 amd64 The Evolution MIME message handling library
rc libcamel1.2-19 2.32.2-2 amd64 The Evolution MIME message handling library
rc libcanberra-gtk0:amd64 0.28-5 amd64 GTK+ helper for playing widget event sounds with libcanberra
rc libcanberra-gtk3-0:amd64 0.30-1 amd64 GTK+ 3.0 helper for playing widget event sounds with libcanberra
ii libcanberra0:amd64 0.30-2 amd64 simple abstract interface for playing event sounds
ii libcanlock2 2b-6 amd64 library for creating and verifying Usenet cancel locks
ii libcap-ng0 0.7.3-1+b1 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.22-1.2 amd64 support for getting/setting POSIX.1e capabilities
ii libcap2:x32 1:2.22-1.2 x32 support for getting/setting POSIX.1e capabilities
rc libccid 1.4.2-2 amd64 PC/SC driver for USB CCID smart card readers
rc libccolamd2.7.1 1:3.4.0-2 amd64 constrained column approximate library for sparse matrices
rc libcdaudio1 0.99.12p2-12 amd64 library for controlling a CD-ROM when playing audio CDs
rc libcddb2 1.3.2-3 amd64 library to access CDDB data - runtime files
ii libcdio10 0.81-5 amd64 library to read and control CD-ROM
ii libcdio13 0.83-4 amd64 library to read and control CD-ROM
ii libcdparanoia0:amd64 3.10.2+debian-11 amd64 audio extraction tool for sampling CDs (library)
rc libcdr-0.0-0 0.0.9-2 amd64 library for reading and converting Corel DRAW files
ii libcdt4 2.26.3-15+b1 amd64 rich set of graph drawing tools - cdt library
rc libcelt0-0 0.7.1-1 amd64 The CELT codec runtime library
ii libcglib-java 2.2.2+dfsg-5 all code generation library for Java
ii libcgraph5 2.26.3-15+b1 amd64 rich set of graph drawing tools - cgraph library
ii libchicken-dev 4.8.0.3-3 x32 Practical and portable Scheme system - development
ii libchicken6 4.8.0.3-3 x32 Practical and portable Scheme system - runtime
rc libcholmod1.7.1 1:3.4.0-2 amd64 sparse Cholesky factorization library for sparse matrices
rc libck-connector0:amd64 0.4.6-2 amd64 ConsoleKit libraries
ii libclass-accessor-perl 0.34-1 all Perl module that automatically generates accessors
ii libclass-c3-perl 0.25-1 all pragma for using the C3 method resolution order
ii libclass-inspector-perl 1.28-1 all Perl module that provides information about classes
ii libclass-isa-perl 0.36-5 all report the search path for a class's ISA tree
ii libclass-method-modifiers-perl 2.04-1 all Perl module providing method modifiers
ii libclone-perl 0.34-1 x32 module for recursively copying Perl datatypes
ii libcloog-isl4:amd64 0.18.0-2 amd64 Chunky Loop Generator (runtime library)
ii libcloog-isl4:x32 0.18.0-2 x32 Chunky Loop Generator (runtime library)
ii libcloog-ppl0:amd64 0.15.11-5 amd64 Chunky Loop Generator (runtime library)
rc libclucene-contribs1:amd64 2.3.3.4-2 amd64 language specific text analyzers (runtime)
rc libclucene-core1:amd64 2.3.3.4-2 amd64 core library for full-featured text search engine (runtime)
rc libclucene0ldbl 0.9.21b-2+b1 amd64 library for full-featured text search engine (runtime)
rc libcmis-0.2-0 0.1.0-1 amd64 CMIS protocol client library
rc libcmis-0.2-2 0.2.3-1 amd64 CMIS protocol client library
rc libcolamd2.7.1 1:3.4.0-3 amd64 column approximate minimum degree ordering library for sparse matrices
ii libcolord1:amd64 1.0.2-1 amd64 system service to manage device colour profiles -- runtime
ii libcolorhug1:amd64 1.0.2-1 amd64 library to access the ColorHug colourimeter -- runtime
ii libcomerr2:amd64 1.42.8-1 amd64 common error description library
ii libcomerr2:x32 1.42.8-1 x32 common error description library
ii libcommons-io-java 2.4-2 all Common useful IO related classes
ii libcommons-logging-java 1.1.3-1 all common wrapper interface for several logging APIs
ii libcommons-parent-java 22-2 all Maven metadata for Apache Commons project
ii libconfig-file-perl 1.50-2 all Parses simple configuration files
ii libconfuse-common 2.7-4 all Common files for libConfuse
ii libconfuse-dev 2.7-4 amd64 Development files for libConfuse
ii libconfuse0:amd64 2.7-4 amd64 Library for parsing configuration files
ii libconvert-binhex-perl 1.119+pristine-3 all Perl5 module for extracting data from macintosh BinHex files
ii libcppunit-1.12-1 1.12.1-4 amd64 Unit Testing Library for C++
ii libcppunit-1.13-0:amd64 1.13.1-2 amd64 Unit Testing Library for C++
ii libcppunit-dev 1.13.1-2 amd64 Unit Testing Library for C++
rc libcpufreq0 007-2 amd64 shared library to deal with the cpufreq Linux kernel feature
ii libcroco3:amd64 0.6.8-2 amd64 Cascading Style Sheet (CSS) parsing and manipulation toolkit
rc libcrush1 0.27-1.1 amd64 CRUSH placement algorithm
ii libcrypt-ssleay-perl 0.58-1 x32 OpenSSL support for LWP
rc libcrypto++9 5.6.1-5 amd64 General purpose cryptographic library - shared library
ii libcryptsetup1 2:1.3.0-3.1 amd64 libcryptsetup shared library
rc libcryptsetup4 2:1.4.3-2 amd64 disk encryption support - shared library
ii libcups2:amd64 1.6.3-1 amd64 Common UNIX Printing System(tm) - Core library
rc libcupsdriver1:amd64 1.5.0-13 amd64 Common UNIX Printing System(tm) - Driver library
rc libcupsfilters1:amd64 1.0.34-3+b1 amd64 OpenPrinting CUPS Filters - Shared library
rc libcupsimage2:amd64 1.6.3-1 amd64 Common UNIX Printing System(tm) - Raster image library
rc libcupt-perl 1.5.14.1 all alternative front-end for dpkg -- Perl modules
ii libcupt2-0 2.5.10 amd64 alternative front-end for dpkg -- runtime library
rc libcurl3:amd64 7.32.0-1 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libcurl3:x32 7.32.0-1 x32 easy-to-use client-side URL transfer library (OpenSSL flavour)
rc libcurl3-gnutls:amd64 7.32.0-1 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl3-gnutls:x32 7.32.0-1 x32 easy-to-use client-side URL transfer library (GnuTLS flavour)
rc libcwidget3 0.5.16-3.1 amd64 high-level terminal interface library for C++ (runtime files)
rc libcxsparse2.2.3 1:3.4.0-2 amd64 concise sparse matrix library (complex, int and long int support)
ii libdaemon0 0.14-2 amd64 lightweight C library for daemons - runtime library
ii libdatrie1:amd64 0.2.6-2 amd64 Double-array trie library
ii libdb4.7 4.7.25-20 amd64 Berkeley v4.7 Database Libraries [runtime]
rc libdb4.7-java-gcj 4.7.25-9 amd64 Berkeley v4.7 Database Libraries for Java (native code)
ii libdb4.8:amd64 4.8.30-11 amd64 Berkeley v4.8 Database Libraries [runtime]
ii libdb5.1:amd64 5.1.29-7 amd64 Berkeley v5.1 Database Libraries [runtime]
ii libdb5.1:x32 5.1.29-7 x32 Berkeley v5.1 Database Libraries [runtime]
rc libdb5.1-java:amd64 5.1.25-11 amd64 Berkeley v5.1 Database Libraries for Java
rc libdb5.1-java-gcj 5.1.25-11 amd64 Berkeley v5.1 Database Libraries for Java (native code)
ii libdbus-1-3:amd64 1.6.14-1 amd64 simple interprocess messaging system (library)
ii libdbus-1-3:x32 1.6.14-1 x32 simple interprocess messaging system (library)
ii libdbus-glib-1-2:amd64 0.100.2-1 amd64 simple interprocess messaging system (GLib-based shared library)
ii libdbus-glib-1-2:x32 0.100.2-1 x32 simple interprocess messaging system (GLib-based shared library)
rc libdbusmenu-qt2 0.9.0-1 amd64 Qt implementation of the DBusMenu protocol
rc libdc1394-22:amd64 2.2.0-2 amd64 high level programming interface for IEEE1394 digital camera
ii libdca0:amd64 0.0.5-6 amd64 decoding library for DTS Coherent Acoustics streams
rc libdconf0:amd64 0.12.1-2 amd64 simple configuration storage system - runtime library
ii libdconf1:amd64 0.16.1-1 amd64 simple configuration storage system - runtime library
rc libdebconfclient0 0.158 amd64 Debian Configuration Management System (C-implementation library)
ii libdebian-installer-extra4:amd64 0.88 amd64 Library of some extra debian-installer functions
ii libdebian-installer4:amd64 0.88 amd64 Library of common debian-installer functions
ii libdevmapper-event1.02.1:amd64 2:1.02.77-6 amd64 Linux Kernel Device Mapper event support library
ii libdevmapper1.02.1:amd64 2:1.02.77-6 amd64 Linux Kernel Device Mapper userspace library
ii libdigest-hmac-perl 1.03+dfsg-1 all module for creating standard message integrity checks
rc libdirac-decoder0 1.0.2-4 amd64 open and royalty free high quality codec - decoder library
ii libdirac-encoder0:amd64 1.0.2-6 amd64 open and royalty free high quality video codec - encoder library
rc libdirectfb-1.4-0 1.4.3-1 amd64 direct frame buffer graphics - shared libraries
ii libdistro-info-perl 0.11 all information about distributions' releases (Perl module)
ii libdjvulibre-text 3.5.25.4-1 all Linguistic support files for libdjvulibre
ii libdjvulibre21:amd64 3.5.25.4-1 amd64 Runtime support for the DjVu image format
rc libdlrestrictions1 0.14.3 amd64 library that implements library compatibility checks for dlopen()
ii libdns69 1:9.7.3.dfsg-1+b1 amd64 DNS Shared Library used by BIND
rc libdns81 1:9.8.1.dfsg.P1-4.3 amd64 DNS Shared Library used by BIND
ii libdns99 1:9.9.3.dfsg.P2-4 amd64 DNS Shared Library used by BIND
ii libdpkg-perl 1.17.1 all Dpkg perl modules
ii libdrm-dev 2.4.46-2 x32 Userspace interface to kernel DRM services -- development files
ii libdrm-intel1:amd64 2.4.46-2 amd64 Userspace interface to intel-specific kernel DRM services -- runtime
ii libdrm-intel1:x32 2.4.46-2 x32 Userspace interface to intel-specific kernel DRM services -- runtime
ii libdrm-nouveau2:amd64 2.4.46-2 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-nouveau2:x32 2.4.46-2 x32 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-radeon1:amd64 2.4.46-2 amd64 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm-radeon1:x32 2.4.46-2 x32 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm2:amd64 2.4.46-2 amd64 Userspace interface to kernel DRM services -- runtime
ii libdrm2:x32 2.4.46-2 x32 Userspace interface to kernel DRM services -- runtime
rc libdumbnet1 1.12-3.1 amd64 A dumb, portable networking library -- shared library
rc libdv4:amd64 1.0.0-4 amd64 software library for DV format digital video (runtime lib)
rc libdvbpsi7 0.2.1-1 amd64 library for MPEG TS and DVB PSI tables decoding and generating
ii libdvdnav4:amd64 4.2.0+20130225-3 amd64 DVD navigation library
ii libdvdread4:amd64 4.2.0+20130219-2 amd64 library for reading DVDs
ii libdw1:amd64 0.156-1 amd64 library that provides access to the DWARF debug information
ii libdynamite0 0.1.1-2 amd64 PKWARE Data Compression decompressor library
rc libebackend1.2-0 2.32.2-2 amd64 Utility library for evolution data servers
rc libebml3 1.2.2-1 amd64 access library for the EBML format (shared library)
rc libebook-1.2-13 3.4.3-1 amd64 Client library for evolution address books
rc libebook1.2-10 2.32.2-2 amd64 Client library for evolution address books
rc libebook1.2-9 2.30.3-2 amd64 Client library for evolution address books
rc libecal-1.2-11 3.4.3-1 amd64 Client library for evolution calendars
rc libecal1.2-8 2.32.2-2 amd64 Client library for evolution calendars
rc libecj-java-gcj 3.5.1-1 amd64 Eclipse Java compiler (native library)
ii libecm0 6.4.4-1 amd64 Factor integers using the Elliptic Curve Method (library)
rc libedata-book1.2-8 2.32.2-2 amd64 Backend library for evolution address books
rc libedata-cal1.2-10 2.32.2-2 amd64 Backend library for evolution calendars
rc libedataserver-1.2-16 3.4.3-1 amd64 Utility library for evolution data servers
rc libedataserver1.2-13 2.30.3-2 amd64 Utility library for evolution data servers
rc libedataserver1.2-14 2.32.2-2 amd64 Utility library for evolution data servers
rc libedataserverui-3.0-1 3.4.3-1 amd64 GUI utility library for evolution data servers
rc libedataserverui1.2-11 2.32.2-2 amd64 GUI utility library for evolution data servers
rc libedataserverui1.2-8 2.30.3-2 amd64 GUI utility library for evolution data servers
ii libedit2:amd64 3.1-20130712-2 amd64 BSD editline and history libraries
ii libee0 0.4.1-1 amd64 Event expression library inspired by CEE
rc libeggdbus-1-0 0.6-1 amd64 D-Bus bindings for GObject
ii libegl1-mesa:amd64 9.2~rc1-1 amd64 free implementation of the EGL API -- runtime
ii libegl1-mesa-drivers:amd64 9.2~rc1-1 amd64 free implementation of the EGL API -- hardware drivers
rc libegroupwise1.2-13 2.32.2-2 amd64 Client library for accessing groupwise POA through SOAP interface
ii libelf1:amd64 0.156-1 amd64 library to read and write ELF files
ii libelfg0:amd64 0.8.13-4~1 amd64 an ELF object file access library
ii libemail-date-format-perl 1.004-1 all Module to generate RFC-2822-valid date strings
ii libemail-mime-encodings-perl 1.315-1 all unified interface to MIME encoding and decoding
ii libemail-valid-perl 0.190-1 all Perl module for checking the validity of Internet email addresses
rc libenchant1c2a:amd64 1.6.0-10 amd64 Wrapper library for various spell checker engines (runtime libs)
ii libencode-locale-perl 1.03-1 all utility to determine the locale encoding
rc libept1 1.0.5 amd64 High-level library for managing Debian package information
ii liberror-perl 0.17-1 all Perl module for error/exception handling in an OO-ish way
rc libescpr1:amd64 1.1.1-2 amd64 printer driver for Epson Inkjet - shared library
ii libesd0:amd64 0.2.41-11 amd64 Enlightened Sound Daemon - Shared libraries
ii libestr0 0.1.5-2 amd64 Helper functions for handling strings (lib)
rc libev3 1:3.9-1 amd64 high-performance event loop library modelled after libevent
ii libevent-1.4-2 1.4.14b-stable-1 amd64 asynchronous event notification library
ii libevent-2.0-5:amd64 2.0.21-stable-1 amd64 Asynchronous event notification library
rc libevent-core-1.4-2 1.4.14b-stable-1 amd64 asynchronous event notification library (core)
rc libevent-core-2.0-5 2.0.16-stable-1 amd64 Asynchronous event notification library (core)
rc libevent-extra-1.4-2 1.4.14b-stable-1 amd64 asynchronous event notification library (extra)
rc libevent-extra-2.0-5 2.0.16-stable-1 amd64 Asynchronous event notification library (extra)
rc libevent-openssl-2.0-5 2.0.16-stable-1 amd64 Asynchronous event notification library (openssl)
rc libevent-pthreads-2.0-5 2.0.16-stable-1 amd64 Asynchronous event notification library (pthreads)
rc libevince2 2.30.3-3 amd64 Document (PostScript, PDF) rendering library
rc libevince3 2.32.0-1 amd64 Document (PostScript, PDF) rendering library
rc libevince3-3 3.2.1-1 amd64 Document (PostScript, PDF) rendering library
rc libexempi3 2.1.1-1 amd64 library to parse XMP metadata (Library)
ii libexif12:amd64 0.6.21-1 amd64 library to parse EXIF files
rc libexiv2-10 0.21.1-1 amd64 EXIF/IPTC metadata manipulation library
ii libexiv2-11 0.22-1 amd64 EXIF/IPTC metadata manipulation library
ii libexiv2-12 0.23-1 amd64 EXIF/IPTC metadata manipulation library
ii libexiv2-9 0.20-2.1 amd64 EXIF/IPTC metadata manipulation library
ii libexpat1:amd64 2.1.0-4 amd64 XML parsing C library - runtime library
ii libexpat1:x32 2.1.0-4 x32 XML parsing C library - runtime library
ii libexpat1-dev:amd64 2.1.0-4 amd64 XML parsing C library - development kit
ii libexpat1-dev:x32 2.1.0-4 x32 XML parsing C library - development kit
ii libexporter-lite-perl 0.02-2 all lightweight subset of Exporter
rc libexttextcat0 3.2.0-2 amd64 Language detection library
ii libfam0 2.7.0-17 amd64 Client library to control the FAM daemon
ii libfcgi-perl 0.74-1 x32 helper module for FastCGI
rc libfdt1 1.3.0-2 amd64 Flat Device Trees manipulation library
rc libffcall1 1.10+cvs20100619-2 amd64 Foreign Function Call Libraries
ii libffi5:amd64 3.0.10-3 amd64 Foreign Function Interface library runtime
ii libffi6:amd64 3.0.13-4 amd64 Foreign Function Interface library runtime
ii libffi6:x32 3.0.13-4 x32 Foreign Function Interface library runtime
ii libfftw3-3:amd64 3.3.3-5+b1 amd64 Library for computing Fast Fourier Transforms
ii libfftw3-double3:amd64 3.3.3-5+b1 amd64 Library for computing Fast Fourier Transforms - Double precision
ii libfftw3-single3:amd64 3.3.3-5+b1 amd64 Library for computing Fast Fourier Transforms - Single precision
ii libfile-basedir-perl 0.03-1 all Perl module to use the freedesktop basedir specification
ii libfile-chdir-perl 0.1006-1 all A more sensible way to change directories
ii libfile-copy-link-perl 0.113-1 all Perl extension for replacing a link by a copy of the linked file
ii libfile-copy-recursive-perl 0.38-1 all Perl extension for recursively copying files and directories
ii libfile-desktopentry-perl 0.04-3 all Perl module to handle freedesktop .desktop files
ii libfile-listing-perl 6.04-1 all module to parse directory listings
ii libfile-mimeinfo-perl 0.16-2 all Perl module to determine file types
ii libfile-ncopy-perl 0.36-1 all module for file copying like cp
rc libfindlib-ocaml 1.2.7+debian-1+b1 amd64 library for managing OCaml libraries (runtime)
rc libfiu0 0.14-1+b1 amd64 userspace fault injection framework
ii libflac8:amd64 1.3.0-2 amd64 Free Lossless Audio Codec - runtime C library
ii libflac8:x32 1.3.0-2 x32 Free Lossless Audio Codec - runtime C library
rc libflite1:amd64 1.4-release-6 amd64 Small run-time speech synthesis engine - shared libraries
rc libfltk1.1:amd64 1.1.10-10 amd64 Fast Light Toolkit - shared libraries
ii libfont-afm-perl 1.20-1 all Font::AFM - Interface to Adobe Font Metrics files
ii libfontconfig1:amd64 2.10.2-2 amd64 generic font configuration library - runtime
ii libfontconfig1:x32 2.10.2-2 x32 generic font configuration library - runtime
ii libfontenc1:amd64 1:1.1.2-1 amd64 X11 font encoding library
ii libfontenc1:x32 1:1.1.2-1 x32 X11 font encoding library
ii libfreetype6:amd64 2.4.9-1.1 amd64 FreeType 2 font engine, shared library files
ii libfreetype6:x32 2.4.9-1.1 x32 FreeType 2 font engine, shared library files
ii libfreezethaw-perl 0.5001-1 all module to serialize and deserialize Perl data structures
ii libfribidi0:amd64 0.19.5-2 amd64 Free Implementation of the Unicode BiDi algorithm
rc libfs6:amd64 2:1.0.4-1 amd64 X11 Font Services library
ii libfs6:x32 2:1.0.5-1 x32 X11 Font Services library
rc libftgl2 2.1.3~rc5-3 amd64 library to render text in OpenGL using FreeType
ii libfuse2:amd64 2.9.3-3 amd64 Filesystem in Userspace (library)
rc libgail18:amd64 2.24.10-2 amd64 GNOME Accessibility Implementation Library -- shared libraries
ii libgbm1:amd64 9.2~rc1-1 amd64 generic buffer management API -- runtime
ii libgc1c2:amd64 1:7.2d-5 amd64 conservative garbage collector for C and C++
ii libgcc-4.7-dev:amd64 4.7.3-7 amd64 GCC support library (development files)
ii libgcc-4.8-dev:amd64 4.8.1-9 amd64 GCC support library (development files)
ii libgcc-4.8-dev:x32 4.8.1-9 x32 GCC support library (development files)
ii libgcc1:amd64 1:4.8.1-9 amd64 GCC support library
ii libgcc1:x32 1:4.8.1-9 x32 GCC support library
ii libgcj-common 1:4.8.1-3 all Java runtime library (common files)
rc libgcj10 4.4.5-2 amd64 Java runtime library for use with gcj
rc libgcj11 4.5.2-1 amd64 Java runtime library for use with gcj
rc libgcj12 4.6.3-2 amd64 Java runtime library for use with gcj
rc libgcj13 4.7.1-1 amd64 Java runtime library for use with gcj
ii libgcj14:x32 4.8.1-9 x32 Java runtime library for use with gcj
rc libgck0 3.0.3-2 amd64 Glib wrapper library for PKCS#11 - runtime
ii libgconf-2-4:amd64 3.2.6-1 amd64 GNOME configuration database system (shared libraries)
ii libgconf-2-4:x32 3.2.6-1 x32 GNOME configuration database system (shared libraries)
rc libgcr-3-0 3.0.3-2 amd64 Library for Crypto UI related task - runtime
ii libgcrypt11:amd64 1.5.3-2 amd64 LGPL Crypto library - runtime library
ii libgcrypt11:x32 1.5.3-2 x32 LGPL Crypto library - runtime library
ii libgcrypt11-dev 1.5.3-2 amd64 LGPL Crypto library - development files
rc libgd2-noxpm 2.0.36~rc1~dfsg-5 amd64 GD Graphics Library version 2 (without XPM support)
ii libgd3:amd64 2.1.0-2 amd64 GD Graphics Library
rc libgdata7 0.6.4-2 amd64 Library for accessing GData webservices - shared libraries
ii libgdbm3:amd64 1.8.3-12 amd64 GNU dbm database routines (runtime version)
ii libgdbm3:x32 1.8.3-12 x32 GNU dbm database routines (runtime version)
rc libgdiplus 2.10-2 amd64 interface library for System.Drawing of Mono
ii libgdk-pixbuf2.0-0:amd64 2.28.2-1 amd64 GDK Pixbuf library
ii libgdk-pixbuf2.0-common 2.28.2-1 all GDK Pixbuf library - data files
rc libgdu0 3.0.2-3 amd64 GObject based Disk Utility Library
rc libgee2:amd64 0.6.4-2 amd64 GObject based collection library
rc libgegl-0.0-0 0.0.22-2+b1 amd64 Generic Graphics Library
rc libgeoclue0 0.12.99-1 amd64 C API for GeoClue
ii libgeoip1:amd64 1.5.1-2 amd64 non-DNS IP-to-country resolver library
ii libgetopt-declare-perl 1.14-1 all module for parsing command line arguments
ii libgettextpo-dev:amd64 0.18.3.1-1 amd64 GNU Internationalization library development files
ii libgettextpo0:amd64 0.18.3.1-1 amd64 GNU Internationalization library
rc libgfortran3:amd64 4.7.1-9 amd64 Runtime library for GNU Fortran applications
rc libggz2 0.99.5~pre1-1 amd64 GGZ Gaming Zone: common utilities library
rc libggzcore9 0.99.5~pre1-1 amd64 GGZ Gaming Zone: core client frontend library
rc libggzmod4 0.99.5~pre1-1 amd64 GGZ Gaming Zone: game frontend library
ii libgif4 4.1.6-10 amd64 library for GIF images (library)
ii libgirepository-1.0-1 1.36.0-2+b1 amd64 Library for handling GObject introspection data (runtime library)
ii libgl1-mesa-dri:amd64 9.2~rc1-1 amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 9.2~rc1-1 amd64 free implementation of the OpenGL API -- GLX runtime
rc libglade2-0 1:2.6.4-1 amd64 library to load .glade files at runtime
rc libglade2.0-cil 2.12.10-2 amd64 CLI binding for the Glade libraries 2.6
ii libglapi-mesa:amd64 9.2~rc1-1 amd64 free implementation of the GL API -- shared library
rc libgles2-mesa:amd64 8.0.4-2 amd64 free implementation of the OpenGL|ES 2.x API -- runtime
rc libglew1.5 1.5.4-1 amd64 The OpenGL Extension Wrangler - runtime environment
ii libglew1.6:amd64 1.6.0-4 amd64 OpenGL Extension Wrangler - runtime environment
ii libglew1.7:amd64 1.7.0-3 amd64 OpenGL Extension Wrangler - runtime environment
rc libglewmx1.5 1.5.4-1 amd64 The OpenGL Extension Wrangler - runtime environment
ii libglib2.0-0:amd64 2.37.6-1 amd64 GLib library of C routines
ii libglib2.0-0:x32 2.37.6-1 x32 GLib library of C routines
rc libglib2.0-bin 2.35.8-1 amd64 Programs for the GLib library
rc libglib2.0-cil 2.12.10-2 amd64 CLI binding for the GLib utility library 2.12
ii libglib2.0-data 2.37.6-1 all Common files for GLib library
ii libglibmm-2.4-1c2a:amd64 2.36.2-1 amd64 C++ wrapper for the GLib toolkit (shared libraries)
rc libglpk0 4.45-1 amd64 linear programming kit with integer (MIP) support
ii libglu1-mesa:amd64 9.0.0-1 amd64 Mesa OpenGL utility library (GLU)
rc libgme0 0.5.5-2 amd64 Playback library for video game music files - shared library
rc libgmime-2.4-2 2.4.25-1 amd64 MIME message parser and creator library - runtime
ii libgmp-dev:amd64 2:5.1.2+dfsg-2 amd64 Multiprecision arithmetic library developers tools
ii libgmp10:amd64 2:5.1.2+dfsg-2 amd64 Multiprecision arithmetic library
ii libgmp10:x32 2:5.1.2+dfsg-2 x32 Multiprecision arithmetic library
ii libgmp3c2 2:4.3.2+dfsg-2 amd64 Multiprecision arithmetic library
ii libgmpxx4ldbl:amd64 2:5.1.2+dfsg-2 amd64 Multiprecision arithmetic library (C++ bindings)
rc libgnat-4.4:amd64 4.4.6-6 amd64 Runtime library for GNU Ada applications
rc libgnat-4.6:amd64 4.6.2-3 amd64 runtime for applications compiled with GNAT (shared library)
rc libgnatprj4.4:amd64 4.4.6-6 amd64 GNU Ada Project Manager
rc libgnatprj4.6:amd64 4.6.2-3 amd64 GNU Ada compiler Project Manager (shared library)
rc libgnatvsn4.4:amd64 4.4.6-6 amd64 GNU Ada compiler version library
rc libgnatvsn4.6:amd64 4.6.2-3 amd64 GNU Ada compiler selected components (shared library)
rc libgnome-desktop-2-17 2.30.2-2 amd64 Utility library for loading .desktop files - runtime files
rc libgnome-desktop-3-2 3.4.2-1 amd64 Utility library for loading .desktop files - runtime files
ii libgnome-keyring-common 3.8.0-2 all GNOME keyring services library - data files
ii libgnome-keyring0:amd64 3.8.0-2 amd64 GNOME keyring services library
rc libgnome-menu-3-0 3.4.2-3 amd64 GNOME implementation of the freedesktop menu specification
rc libgnomecanvas2-0 2.30.3-1 amd64 powerful object-oriented display engine - runtime files
rc libgnomeui-0 2.24.5-2 amd64 GNOME user interface library - runtime files
rc libgnutls-extra28:amd64 3.0.3-1 amd64 GNU TLS library - GnuTLS extra (GPL) runtime library
rc libgnutls-openssl27:amd64 2.12.23-6 amd64 GNU TLS library - OpenSSL wrapper
ii libgnutls-openssl27:x32 2.12.23-5 x32 GNU TLS library - OpenSSL wrapper
ii libgnutls26:amd64 2.12.23-5 amd64 GNU TLS library - runtime library
ii libgnutls26:x32 2.12.23-5 x32 GNU TLS library - runtime library
ii libgnutls28:amd64 3.2.4-2 amd64 GNU TLS library - main runtime library
rc libgnutlsxx26 2.10.5-2 amd64 the GNU TLS library - C++ runtime library
rc libgnutlsxx27:amd64 2.12.23-6 amd64 GNU TLS library - C++ runtime library
rc libgnutlsxx28:amd64 3.0.4-2 amd64 GNU TLS library - C++ runtime library
ii libgomp1:amd64 4.8.1-9 amd64 GCC OpenMP (GOMP) support library
ii libgomp1:x32 4.8.1-9 x32 GCC OpenMP (GOMP) support library
ii libgpg-error-dev 1.12-0.2 amd64 library for common error values and messages in GnuPG components (development)
ii libgpg-error0:amd64 1.12-0.2 amd64 library for common error values and messages in GnuPG components
ii libgpg-error0:x32 1.12-0.2 x32 library for common error values and messages in GnuPG components
ii libgpgme11:amd64 1.4.3-0.1 amd64 GPGME - GnuPG Made Easy (library)
ii libgpgme11:x32 1.4.3-0.1 x32 GPGME - GnuPG Made Easy (library)
ii libgphoto2-2:amd64 2.4.14-2.3 amd64 gphoto2 digital camera library
ii libgphoto2-l10n 2.4.14-2.3 all gphoto2 digital camera library - localized messages
ii libgphoto2-port0:amd64 2.4.14-2.3 amd64 gphoto2 digital camera port library
ii libgpm-dev:x32 1.20.4-6.1 x32 General Purpose Mouse - development files
ii libgpm2:amd64 1.20.4-6.1 amd64 General Purpose Mouse - shared library
ii libgpm2:x32 1.20.4-6.1 x32 General Purpose Mouse - shared library
ii libgps19 2.95-15 amd64 Global Positioning System - library
ii libgraph4 2.26.3-15+b1 amd64 rich set of graph drawing tools - graph library
rc libgraphicsmagick++3 1.3.12-1.1 amd64 format-independent image processing - C++ shared library
rc libgraphicsmagick3 1.3.12-1.1 amd64 format-independent image processing - C shared library
rc libgraphite2-2.0.0 1.0.3.real-1 amd64 Font rendering engine for Complex Scripts -- library
ii libgraphite2-3:amd64 1.2.3-1 amd64 Font rendering engine for Complex Scripts -- library
rc libgraphite3 1:2.3.1-0.2 amd64 SILGraphite - a "smart font" rendering engine
rc libgs8 8.71~dfsg2-9 amd64 The Ghostscript PostScript/PDF interpreter Library
ii libgs9-common 9.05~dfsg-8 all interpreter for the PostScript language and for PDF - common files
rc libgsf-1-114 1.14.28-1 amd64 Structured File Library - runtime version
ii libgsf-1-common 1.14.28-1 all Structured File Library - common files
ii libgsm1:amd64 1.0.13-4 amd64 Shared libraries for GSM speech compressor
ii libgssapi-krb5-2:amd64 1.11.3+dfsg-3 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libgssapi-krb5-2:x32 1.11.3+dfsg-3 x32 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
rc libgssapi3-heimdal:amd64 1.5.dfsg.1-3 amd64 Heimdal Kerberos - GSSAPI support library
rc libgssglue1 0.3-4 amd64 mechanism-switch gssapi library
ii libgssrpc4:amd64 1.11.3+dfsg-3 amd64 MIT Kerberos runtime libraries - GSS enabled ONCRPC
rc libgstreamer-plugins-bad0.10-0:amd64 0.10.23-7 amd64 GStreamer development files for libraries from the "bad" set
ii libgstreamer-plugins-base0.10-0:amd64 0.10.36-1.1 amd64 GStreamer libraries from the "base" set
ii libgstreamer0.10-0:amd64 0.10.36-1.2 amd64 Core GStreamer libraries and elements
rc libgtk-vnc-1.0-0 0.4.1-4 amd64 A VNC viewer widget for GTK+ (runtime libraries)
rc libgtk-vnc-2.0-0 0.5.2-2 amd64 VNC viewer widget for GTK+3 (runtime libraries)
ii libgtk2.0-0:amd64 2.24.20-1 amd64 GTK+ graphical user interface library
rc libgtk2.0-cil 2.12.10-2 amd64 CLI binding for the GTK+ toolkit 2.12
ii libgtk2.0-common 2.24.20-1 all common files for the GTK+ graphical user interface library
rc libgtkglext1 1.2.0-2 amd64 OpenGL Extension to GTK+ (shared libraries)
rc libgtkhtml-editor-3.14-0 3.32.2-1 amd64 HTML rendering/editing library - editor widget
rc libgtkhtml3.14-19 3.32.2-1 amd64 HTML rendering/editing library - runtime files
rc libgtkmm-2.4-1c2a:amd64 1:2.24.4-1 amd64 C++ wrappers for GTK+ (shared libraries)
rc libgtkmm-3.0-1:amd64 3.4.2-1 amd64 C++ wrappers for GTK+ (shared libraries)
rc libgtksourceview-3.0-0:amd64 3.4.2-1 amd64 shared libraries for the GTK+ syntax highlighting widget
rc libgtksourceview2.0-0 2.10.4-1 amd64 shared libraries for the GTK+ syntax highlighting widget
ii libgtksourceview2.0-common 2.10.5-1 all common files for the GTK+ syntax highlighting widget
rc libgtkspell0 2.0.16-1 amd64 a spell-checking addon for GTK's TextView widget
rc libgtop2-7 2.28.4-3 amd64 gtop system monitoring library (shared)
ii libgudev-1.0-0:amd64 204-2 amd64 GObject-based wrapper library for libudev
ii libgusb2 0.1.6-2 amd64 GLib wrapper around libusb1
ii libgutenprint2 5.2.9-1 amd64 runtime for the Gutenprint printer driver library
ii libgvc5 2.26.3-15+b1 amd64 rich set of graph drawing tools - gvc library
ii libgvpr1 2.26.3-15+b1 amd64 rich set of graph drawing tools - gvpr library
rc libgweather-3-0 3.4.1-1+build1 amd64 GWeather shared library
rc libgweather1 2.30.3-1 amd64 GWeather shared library
ii libgxps2:amd64 0.2.2-2+b1 amd64 handling and rendering XPS documents (library)
rc libhal-storage1 0.5.14-7 amd64 Hardware Abstraction Layer - shared library for storage devices
rc libhal1 0.5.14-8 amd64 Hardware Abstraction Layer - shared library
ii libhamcrest-java 1.3-2 all library of matchers for building test expressions
ii libharfbuzz0a:amd64 0.9.19-1 amd64 OpenType text shaping engine (shared library)
rc libhcrypto4-heimdal:amd64 1.5.dfsg.1-3 amd64 Heimdal Kerberos - crypto library
rc libhdf5-serial-1.8.4 1.8.4-patch1-3 amd64 Hierarchical Data Format 5 (HDF5) - runtime files - serial version
rc libheimbase1-heimdal:amd64 1.5.dfsg.1-3 amd64 Heimdal Kerberos - Base library
rc libheimntlm0-heimdal:amd64 1.5.dfsg.1-3 amd64 Heimdal Kerberos - NTLM support library
ii libhogweed2:amd64 2.7.1-1 amd64 low level cryptographic library (public-key cryptos)
rc libhpmud0 3.12.10-1 amd64 HP Multi-Point Transport Driver (hpmud) run-time libraries
ii libhtml-form-perl 6.03-1 all module that represents an HTML form element
ii libhtml-format-perl 2.10-1 all module for transforming HTML into various formats
ii libhtml-parser-perl 3.71-1 x32 collection of modules that parse HTML text documents
ii libhtml-tagcloud-perl 0.38-1 all module for generating HTML indexes of popular tags
ii libhtml-tagset-perl 3.20-2 all Data tables pertaining to HTML
ii libhtml-template-perl 2.94-1 all module for using HTML templates with Perl
ii libhtml-tree-perl 5.02-1 all Perl module to represent and create HTML syntax trees
ii libhttp-cookies-perl 6.00-2 all HTTP cookie jars
ii libhttp-daemon-perl 6.01-1 all simple http server class
ii libhttp-date-perl 6.02-1 all module of date conversion routines
ii libhttp-message-perl 6.06-1 all perl interface to HTTP style messages
ii libhttp-negotiate-perl 6.00-2 all implementation of content negotiation
ii libhttp-server-simple-perl 0.44-1 all simple stand-alone HTTP server
rc libhunspell-1.2-0 1.2.11-1 amd64 spell checker and morphological analyzer (shared library)
ii libhunspell-1.3-0:amd64 1.3.2-4 amd64 spell checker and morphological analyzer (shared library)
rc libhx509-5-heimdal:amd64 1.5.dfsg.1-3 amd64 Heimdal Kerberos - X509 support library
rc libhyphen0 2.8.3-2 amd64 ALTLinux hyphenation library - shared library
rc libibus-1.0-0 1.4.0-1 amd64 Intelligent Input Bus - shared library
rc libibus2 1.3.9-2 amd64 New input method framework using dbus
rc libibverbs1 1.1.5-1 amd64 Library for direct userspace use of RDMA (InfiniBand/iWARP)
rc libical0 0.48-2 amd64 iCalendar library implementation in C (runtime)
ii libice-dev:amd64 2:1.0.8-2 amd64 X11 Inter-Client Exchange library (development headers)
ii libice6:amd64 2:1.0.8-2 amd64 X11 Inter-Client Exchange library
ii libice6:x32 2:1.0.8-2 x32 X11 Inter-Client Exchange library
ii libicu44 4.4.2-2 amd64 International Components for Unicode
ii libicu48:amd64 4.8.1.1-13 amd64 International Components for Unicode
ii libid3tag0 0.15.1b-10 amd64 ID3 tag reading library from the MAD project
ii libidn11:amd64 1.28-1 amd64 GNU Libidn library, implementation of IETF IDN specifications
ii libidn11:x32 1.28-1 x32 GNU Libidn library, implementation of IETF IDN specifications
rc libiec61883-0 1.2.0-0.1 amd64 an partial implementation of IEC 61883
ii libieee1284-3:amd64 0.2.11-12 amd64 cross-platform library for parallel port access
ii libijs-0.35 0.35-8 amd64 IJS raster image transport protocol: shared library
rc libimobiledevice1 1.0.2-1 amd64 Library for communicating with the iPhone and iPod Touch
rc libimobiledevice2 1.1.1-3 amd64 Library for communicating with the iPhone and iPod Touch
rc libinfgtk-0.5-0 0.5.1-2 amd64 infinote-based collaborative editing (Gtk widgets)
rc libinfgtk3-0.5-0:amd64 0.5.3-1 amd64 infinote-based collaborative editing (Gtk widgets)
ii libintl-perl 1.23-1 all Uniforum message translations system compatible i18n library
ii libio-html-perl 1.00-1 all open an HTML file with automatic charset detection
ii libio-multiplex-perl 1.13-1 all object-oriented interface to select() for Perl
ii libio-pty-perl 1:1.08-1 x32 Perl module for pseudo tty IO
ii libio-socket-inet6-perl 2.69-2 all object interface for AF_INET6 domain sockets
ii libio-socket-ip-perl 0.21-1 all module for using IPv4 and IPv6 sockets in a protocol-independent way
ii libio-socket-ssl-perl 1.953-2 all Perl module implementing object oriented interface to SSL sockets
ii libio-string-perl 1.08-2 all Emulate IO::File interface for in-core strings
ii libio-stringy-perl 2.110-5 all Perl modules for IO from scalars and arrays
rc libiodbc2 3.52.6-4 amd64 iODBC Driver Manager
ii libipc-run-perl 0.92-1 all Perl module for running processes
ii libipc-system-simple-perl 1.21-1 all Perl module to run commands simply, with detailed diagnostics
rc libiptcdata0 1.0.4-2 amd64 Library to parse IPTC metadata
ii libisc62 1:9.7.3.dfsg-1+b1 amd64 ISC Shared Library used by BIND
rc libisc83 1:9.8.1.dfsg.P1-4.3 amd64 ISC Shared Library used by BIND
ii libisc95 1:9.9.3.dfsg.P2-4 amd64 ISC Shared Library used by BIND
ii libisccc60 1:9.7.3.dfsg-1+b1 amd64 Command Channel Library used by BIND
rc libisccc80 1:9.8.1.dfsg.P1-4.3 amd64 Command Channel Library used by BIND
ii libisccc90 1:9.9.3.dfsg.P2-4 amd64 Command Channel Library used by BIND
ii libisccfg62 1:9.7.3.dfsg-1+b1 amd64 Config File Handling Library used by BIND
rc libisccfg82 1:9.8.1.dfsg.P1-4.3 amd64 Config File Handling Library used by BIND
ii libisccfg90 1:9.9.3.dfsg.P2-4 amd64 Config File Handling Library used by BIND
rc libiscsi1:amd64 1.4.0-3 amd64 iSCSI client shared library
ii libisl10:amd64 0.11.2-1 amd64 manipulating sets and relations of integer points bounded by linear constraints
ii libisl10:x32 0.11.2-1 x32 manipulating sets and relations of integer points bounded by linear constraints
rc libiso9660-7 0.81-4.1 amd64 library to work with ISO9660 filesystems
rc libisoburn1 1.1.8-1 amd64 library to handle creation and inspection of ISO 9660 file systems
rc libisofs6 1.1.6-1 amd64 library to create ISO9660 images
ii libitm1:amd64 4.8.1-9 amd64 GNU Transactional Memory Library
ii libitm1:x32 4.8.1-9 x32 GNU Transactional Memory Library
ii libiw30:amd64 30~pre9-8 amd64 Wireless tools - library
ii libjack0:amd64 1:0.121.3+20120418git75e3e20b-2.1 amd64 JACK Audio Connection Kit (libraries)
ii libjasper1:amd64 1.900.1-14 amd64 JasPer JPEG-2000 runtime library
rc libjavascriptcoregtk-1.0-0 1.8.1-3.3 amd64 Javascript engine library for GTK+
rc libjavascriptcoregtk-3.0-0 1.6.1-5+b1 amd64 Javascript engine library for GTK+
ii libjaxp1.3-java 1.3.05-2 all Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)
rc libjaxp1.3-java-gcj 1.3.05-2 amd64 Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX) - GCJ
ii libjbig0:amd64 2.0-2 amd64 JBIGkit libraries
ii libjbig0:x32 2.0-2 x32 JBIGkit libraries
ii libjbig2dec0 0.11+20120125-1 amd64 JBIG2 decoder library - shared libraries
ii libjpeg8:amd64 8d-1 amd64 Independent JPEG Group's JPEG runtime library
ii libjs-jquery 1.7.2+dfsg-3 all JavaScript library for dynamic web applications
ii libjs-sphinxdoc 1.1.3+dfsg-8 all JavaScript support for Sphinx documentation
ii libjs-underscore 1.4.4-2 all JavaScript's functional programming helper library
ii libjson-c2:amd64 0.11-3 amd64 JSON manipulation library - shared library
ii libjson-c2:x32 0.11-3 x32 JSON manipulation library - shared library
ii libjson-perl 2.59-1 all module for manipulating JSON-formatted data
rc libjson-pp-perl 2.27200-2 all module for manipulating JSON-formatted data (Pure Perl)
ii libjte1 1.19-1 amd64 Jigdo Template Export - runtime library
ii libk5crypto3:amd64 1.11.3+dfsg-3 amd64 MIT Kerberos runtime libraries - Crypto Library
ii libk5crypto3:x32 1.11.3+dfsg-3 x32 MIT Kerberos runtime libraries - Crypto Library
ii libkadm5clnt-mit7 1.8.3+dfsg-6 amd64 MIT Kerberos runtime libraries - Administration Clients
ii libkadm5clnt-mit8:amd64 1.11.3+dfsg-3 amd64 MIT Kerberos runtime libraries - Administration Clients
ii libkadm5srv-mit7 1.8.3+dfsg-6 amd64 MIT Kerberos runtime libraries - KDC and Admin Server
ii libkadm5srv-mit8:amd64 1.11.3+dfsg-3 amd64 MIT Kerberos runtime libraries - KDC and Admin Server
rc libkate1 0.4.1-1 amd64 Kate is a codec for karaoke and text encapsulation
rc libkatepartinterfaces4 4:4.6.5-2+b1 amd64 kate part library
rc libkcmutils4 4:4.7.4-1 amd64 utility classes for using KCM modules
ii libkdb5-4 1.8.3+dfsg-6 amd64 MIT Kerberos runtime libraries - Kerberos database
rc libkdb5-5:amd64 1.9.1+dfsg-3 amd64 MIT Kerberos runtime libraries - Kerberos database
ii libkdb5-7:amd64 1.11.3+dfsg-3 amd64 MIT Kerberos runtime libraries - Kerberos database
rc libkde3support4 4:4.4.5-2+squeeze3 amd64 the KDE 3 Support Library for the KDE 4 Platform
rc libkdeclarative5 4:4.7.4-1 amd64 declarative library for plasma
rc libkdecore5 4:4.4.5-2+squeeze3 amd64 the KDE Platform Core Library
rc libkdesu5 4:4.4.5-2+squeeze3 amd64 the Console-mode Authentication Library for the KDE Platform
rc libkdeui5 4:4.4.5-2+squeeze3 amd64 the KDE Platform User Interface Library
rc libkdewebkit5 4:4.4.5-2+squeeze3 amd64 the KDE WebKit Library
rc libkdnssd4 4:4.4.5-2+squeeze3 amd64 the DNS-SD Protocol Library for the KDE Platform
rc libkemoticons4 4:4.7.4-1 amd64 utility classes to deal with emoticon themes
ii libkeyutils1:amd64 1.5.5-7 amd64 Linux Key Management Utilities (library)
ii libkeyutils1:x32 1.5.5-7 x32 Linux Key Management Utilities (library)
rc libkfile4 4:4.4.5-2+squeeze3 amd64 the File Selection Dialog Library for KDE Platform
rc libkhtml5 4:4.4.5-2+squeeze3 amd64 the KHTML Web Content Rendering Engine
rc libkidletime4 4:4.7.4-1 amd64 library to provide information about idle time
rc libkimproxy4 4:4.4.5-2+squeeze3 amd64 the Instant Messaging Interface Library for the KDE Platform
rc libkio5 4:4.4.5-2+squeeze3 amd64 the Network-enabled File Management Library for the KDE Platform
rc libkjsapi4 4:4.4.5-2+squeeze3 amd64 the KJS API Library for the KDE Development Platform
rc libkjsembed4 4:4.4.5-2+squeeze3 amd64 library for binding JavaScript objects to QObjects
ii libklibc 2.0.2-1 x32 minimal libc subset for use with initramfs
ii libklibc-dev 2.0.2-1 x32 kernel headers used during the build of klibc
rc libkmediaplayer4 4:4.4.5-2+squeeze3 amd64 the KMediaPlayer Interface for the KDE Platform
ii libkmod2:amd64 9-3 amd64 libkmod shared library
ii libkmod2:x32 9-3 x32 libkmod shared library
ii libkms1:x32 2.4.46-2 x32 Userspace interface to kernel DRM buffer management
rc libknewstuff2-4 4:4.4.5-2+squeeze3 amd64 the "Get Hot New Stuff" v2 Library for the KDE Platform
rc libknewstuff3-4 4:4.4.5-2+squeeze3 amd64 the "Get Hot New Stuff" v3 Library for the KDE Platform
rc libknotifyconfig4 4:4.4.5-2+squeeze3 amd64 library for configuring KDE Notifications
rc libkntlm4 4:4.4.5-2+squeeze3 amd64 the NTLM Authentication Library for the KDE Platform
rc libkparts4 4:4.4.5-2+squeeze3 amd64 the Framework for the KDE Platform Graphical Components
ii libkpathsea5 2009-11 amd64 TeX Live: path search library for TeX (runtime part)
ii libkpathsea6 2013.20130729.30972-1 amd64 TeX Live: path search library for TeX (runtime part)
rc libkprintutils4 4:4.7.4-1 amd64 utility classes to deal with printing
rc libkpty4 4:4.4.5-2+squeeze3 amd64 the Pseudo Terminal Library for the KDE Platform
rc libkrb5-26-heimdal:amd64 1.5.dfsg.1-3 amd64 Heimdal Kerberos - libraries
ii libkrb5-3:amd64 1.11.3+dfsg-3 amd64 MIT Kerberos runtime libraries
ii libkrb5-3:x32 1.11.3+dfsg-3 x32 MIT Kerberos runtime libraries
ii libkrb5-dev 1.11.3+dfsg-3 amd64 Headers and development libraries for MIT Kerberos
ii libkrb5support0:amd64 1.11.3+dfsg-3 amd64 MIT Kerberos runtime libraries - Support library
ii libkrb5support0:x32 1.11.3+dfsg-3 x32 MIT Kerberos runtime libraries - Support library
rc libkrosscore4 4:4.4.5-2+squeeze3 amd64 the Kross Core Library
rc libkrossui4 4:4.4.5-2+squeeze3 amd64 the Kross UI Library
ii libksba8:amd64 1.3.0-2 amd64 X.509 and CMS support library
ii libksba8:x32 1.3.0-2 x32 X.509 and CMS support library
rc libktexteditor4 4:4.4.5-2+squeeze3 amd64 the KTextEditor interfaces for the KDE Platform
rc libkunitconversion4 4:4.4.5-2+squeeze3 amd64 the Unit Conversion library for the KDE Platform
rc libkutils4 4:4.4.5-2+squeeze3 amd64 various utility classes for the KDE Platform
rc liblapack3gf 3.3.1-1 amd64 library of linear algebra routines 3 - shared version
ii liblcms1:amd64 1.19.dfsg-1.2 amd64 Little CMS color management library
ii liblcms2-2:amd64 2.2+git20110628-2.2 amd64 Little CMS 2 color management library
rc libldap-2.4-2:amd64 2.4.31-1+nmu2+b1 amd64 OpenLDAP libraries
ii libldap-2.4-2:x32 2.4.31-1+nmu2 x32 OpenLDAP libraries
rc liblensfun0 0.2.5-2 amd64 Lens Correction library - Runtime files
ii liblept3 1.69-4 amd64 image processing library
ii liblircclient0 0.9.0~pre1-1 amd64 infra-red remote control support - client library
ii liblist-moreutils-perl 0.33-1 x32 Perl module with additional list functions not found in List::Util
rc libllvm2.8 2.8-2 amd64 Low-Level Virtual Machine (LLVM), runtime library
rc libllvm2.9 2.9+dfsg-3 amd64 Low-Level Virtual Machine (LLVM), runtime library
rc libllvm3.1:amd64 3.1-3~exp7 amd64 Low-Level Virtual Machine (LLVM), runtime library
ii libllvm3.3:amd64 1:3.3-9 amd64 Low-Level Virtual Machine (LLVM), runtime library
ii liblocale-gettext-perl 1.05-7 x32 module using libc functions for internationalization in Perl
rc liblockdev1 1.0.3-1.4+b2 amd64 Run-time shared library for locking devices
ii liblockfile-bin 1.09-6 amd64 support binaries for and cli utilities based on liblockfile
ii liblockfile1:amd64 1.09-6 amd64 NFS-safe locking library
rc liblog4net1.2-cil 1.2.10+dfsg-4 all highly configurable logging API for the CLI
ii liblognorm0 0.3.7-1 amd64 Log normalizing library
rc liblqr-1-0 0.4.1-1 amd64 converts plain array images into multi-size representation
ii libltdl-dev:amd64 2.4.2-1.3 amd64 A system independent dlopen wrapper for GNU libtool
ii libltdl7:amd64 2.4.2-1.3 amd64 A system independent dlopen wrapper for GNU libtool
ii liblua5.1-0:amd64 5.1.5-5 amd64 Shared library for the Lua interpreter version 5.1
rc liblvm2app2.2:amd64 2.02.95-4 amd64 LVM2 application library
ii liblwp-mediatypes-perl 6.02-1 all module to guess media type for a file or a URL
ii liblwp-protocol-https-perl 6.04-1 all HTTPS driver for LWP::UserAgent
ii liblwres60 1:9.7.3.dfsg-1+b1 amd64 Lightweight Resolver Library used by BIND
rc liblwres80 1:9.8.1.dfsg.P1-4.3 amd64 Lightweight Resolver Library used by BIND
ii liblwres90 1:9.9.3.dfsg.P2-4 amd64 Lightweight Resolver Library used by BIND
ii liblzma-dev:amd64 5.1.1alpha+20120614-2 amd64 XZ-format compression library - development files
ii liblzma-doc 5.1.1alpha+20120614-2 all XZ-format compression library - API documentation
ii liblzma2:amd64 5.1.1alpha+20110809-2 amd64 XZ-format compression library
ii liblzma5:amd64 5.1.1alpha+20120614-2 amd64 XZ-format compression library
ii liblzma5:x32 5.1.1alpha+20120614-2 x32 XZ-format compression library
ii liblzo2-2:amd64 2.06-1.2 amd64 data compression library
rc libm17n-0 1.6.3-2 amd64 multilingual text processing library - runtime
ii libmad0:amd64 0.15.1b-8 amd64 MPEG audio decoder library
ii libmagic1:amd64 1:5.14-2 amd64 File type determination library using "magic" numbers
ii libmagic1:x32 1:5.14-2 x32 File type determination library using "magic" numbers
rc libmagick++3 8:6.6.0.4-3 amd64 object-oriented C++ interface to ImageMagick
rc libmagick++4 8:6.6.9.7-5+b2 amd64 object-oriented C++ interface to ImageMagick
rc libmagick++5:amd64 8:6.7.9.3-2 amd64 object-oriented C++ interface to ImageMagick
rc libmagickcore3 8:6.6.0.4-3 amd64 low-level image manipulation library
rc libmagickcore4 8:6.6.9.7-5+b2 amd64 low-level image manipulation library
rc libmagickcore5:amd64 8:6.7.9.3-2 amd64 low-level image manipulation library
rc libmagickwand3 8:6.6.0.4-3 amd64 image manipulation library
rc libmagickwand4 8:6.6.9.7-5+b2 amd64 image manipulation library
rc libmagickwand5:amd64 8:6.7.9.3-2 amd64 image manipulation library
ii libmail-rfc822-address-perl 0.3-4 all Perl extension for validating email addresses
ii libmail-sendmail-perl 0.79.16-1 all Send email from a perl script
ii libmailtools-perl 2.12-1 all Manipulate email in perl programs
rc libmatroska5 1.3.0-1 amd64 extensible open standard audio/video container format (shared library)
rc libmetacity-private0a 1:2.34.3-3 amd64 library for the Metacity window manager
rc libmhash2 0.9.9.9-1.1 amd64 Library for cryptographic hashing and message authentication
rc libmikmod2:amd64 3.1.12-4.1 amd64 Portable sound library
ii libmime-tools-perl 5.503-1 all Perl5 modules for MIME-compliant messages
rc libmimic0 1.0.4-2.1 amd64 A video codec for Mimic V2.x content
ii libmldbm-perl 2.04-1 all module for storing multidimensional hash structures in perl tied hashes
rc libmms0:amd64 0.6.2-3 amd64 MMS stream protocol library - shared library
ii libmng1:amd64 1.0.10-3 amd64 Multiple-image Network Graphics library
rc libmodplug1 1:0.8.8.4-3 amd64 shared libraries for mod music based on ModPlug
rc libmono-2.0-1 2.10.5-1 amd64 Mono JIT library
rc libmono0 2.6.7-5 amd64 Mono JIT library
ii libmount1 2.20.1-5.5 amd64 block device id library
rc libmozjs10d 10.0.7esr-2 amd64 Mozilla SpiderMonkey JavaScript library
rc libmozjs16d 16.0.2-1 amd64 Mozilla SpiderMonkey JavaScript library
rc libmozjs17d 17.0.1-2 amd64 Mozilla SpiderMonkey JavaScript library
ii libmozjs185-1.0 1.8.5-1.0.0+dfsg-4+b1 amd64 Spidermonkey javascript engine
ii libmozjs23d 23.0.1-1 amd64 Mozilla SpiderMonkey JavaScript library
ii libmozjs24d 24.0~b4-1 amd64 Mozilla SpiderMonkey JavaScript library
rc libmozjs2d 1.9.1.16-10 amd64 The Mozilla SpiderMonkey JavaScript library
rc libmozjs5d 5.0-4 amd64 Mozilla SpiderMonkey JavaScript library
rc libmozjs6d 6.0-1 amd64 Mozilla SpiderMonkey JavaScript library
rc libmozjs7d 7.0.1-1 amd64 Mozilla SpiderMonkey JavaScript library
rc libmozjs8d 8.0-3 amd64 Mozilla SpiderMonkey JavaScript library
rc libmozjs9d 9.0~b3-1 amd64 Mozilla SpiderMonkey JavaScript library
ii libmp3lame0:amd64 3.99.5+repack1-3 amd64 MP3 encoding library
ii libmpc-dev:amd64 1.0.1-1 amd64 multiple precision complex floating-point library development package
ii libmpc2:amd64 0.9-4 amd64 multiple precision complex floating-point library
ii libmpc3:amd64 1.0.1-1 amd64 multiple precision complex floating-point library
ii libmpc3:x32 1.0.1-1 x32 multiple precision complex floating-point library
rc libmpcdec6:amd64 2:0.1~r459-4 amd64 MusePack decoder - library
ii libmpeg2-4:amd64 0.5.1-5 amd64 MPEG1 and MPEG2 video decoder library
rc libmpeg3-1 1.5.4-5 amd64 MPEG streams decoding library
rc libmpfi0 1.5-5 amd64 multiple precision floating-point interval computation library
ii libmpfr-dev:amd64 3.1.1-1 amd64 multiple precision floating-point computation developers tools
ii libmpfr4:amd64 3.1.1-1 amd64 multiple precision floating-point computation
ii libmpfr4:x32 3.1.1-1 x32 multiple precision floating-point computation
ii libmpg123-0:amd64 1.15.3-2 amd64 MPEG layer 1/2/3 audio decoder (shared library)
ii libmro-compat-perl 0.12-1 all mro::* interface compatibility for Perls < 5.9.5
ii libmtdev1:amd64 1.1.3-1 amd64 Multitouch Protocol Translation Library - shared library
ii libmtdev1:x32 1.1.3-1 x32 Multitouch Protocol Translation Library - shared library
rc libmtp8 1.0.3-1 amd64 Media Transfer Protocol (MTP) library
rc libmysqlclient16 5.1.58-1 amd64 MySQL database client library
rc libmysqlclient18:amd64 5.5.25+dfsg-1 amd64 MySQL database client library
ii libmythes-1.2-0 2:1.2.2-1 amd64 simple thesaurus library
rc libnautilus-extension1 2.91.90.1-1 amd64 libraries for nautilus components - runtime version
rc libnautilus-extension1a 3.0.2-2 amd64 libraries for nautilus components - runtime version
ii libncurses5:amd64 5.9+20130608-1 amd64 shared libraries for terminal handling
ii libncurses5:x32 5.9+20130608-1 x32 shared libraries for terminal handling
ii libncurses5-dbg 5.9+20130608-1 x32 debugging/profiling libraries for ncurses
ii libncurses5-dev:amd64 5.9+20130608-1 amd64 developer's libraries for ncurses
ii libncurses5-dev:x32 5.9+20130608-1 x32 developer's libraries for ncurses
ii libncursesw5:amd64 5.9+20130608-1 amd64 shared libraries for terminal handling (wide character support)
ii libncursesw5:x32 5.9+20130608-1 x32 shared libraries for terminal handling (wide character support)
ii libncursesw5-dbg 5.9+20130608-1 x32 debugging/profiling libraries for ncursesw
ii libncursesw5-dev:x32 5.9+20130608-1 x32 developer's libraries for ncursesw
rc libneon27-gnutls 0.30.0-1 amd64 HTTP and WebDAV client library (GnuTLS enabled)
rc libnepomuk4 4:4.4.5-2+squeeze3 amd64 the Nepomuk Meta Data Library
rc libnepomukquery4a 4:4.4.5-2+squeeze3 amd64 the Nepomuk Query Library for the KDE Platform
rc libnepomukutils4 4:4.7.4-1 amd64 Nepomuk Utility Library
ii libnet-daemon-perl 0.48-1 all Perl module for building portable Perl daemons easily
ii libnet-dns-perl 0.68-1.1 x32 Perform DNS queries from a Perl script
ii libnet-domain-tld-perl 1.69-1 all Perl module for retrieving a list of currently available TLDs
ii libnet-http-perl 6.06-1 all module providing low-level HTTP connection client
ii libnet-ip-perl 1.26-1 all Perl extension for manipulating IPv4/IPv6 addresses
ii libnet-smtp-ssl-perl 1.01-3 all Perl module providing SSL support to Net::SMTP
ii libnet-ssleay-perl 1.55-1 x32 Perl module for Secure Sockets Layer (SSL)
ii libnetpbm10 2:10.0-15+b1 amd64 Graphics conversion tools shared libraries
ii libnettle4:amd64 2.7.1-1 amd64 low level cryptographic library (symmetric and one-way cryptos)
ii libnewt0.52:amd64 0.52.15-2+b1 amd64 Not Erik's Windowing Toolkit - text mode windowing with slang
ii libnfnetlink0:amd64 1.0.1-2 amd64 Netfilter netlink library
rc libnfsidmap2 0.25-1 amd64 NFS idmapping library
ii libnl-3-200:amd64 3.2.21-1 amd64 library for dealing with netlink sockets
ii libnl-3-200:x32 3.2.21-1 x32 library for dealing with netlink sockets
ii libnl-genl-3-200:amd64 3.2.21-1 amd64 library for dealing with netlink sockets - generic netlink
ii libnl-genl-3-200:x32 3.2.21-1 x32 library for dealing with netlink sockets - generic netlink
ii libnl1:amd64 1.1-8 amd64 library for dealing with netlink sockets
ii libnl2 2.0-1 amd64 library for dealing with netlink sockets
ii libnl3 3.0-2 amd64 library for dealing with netlink sockets
rc libnm-glib4 0.8.9997-1 amd64 network management framework (GLib shared library)
rc libnm-util2 0.8.9997-1 amd64 network management framework (shared library)
rc libnotify1 0.5.0-2 amd64 sends desktop notifications to a notification daemon
rc libnotify4:amd64 0.7.5-1 amd64 sends desktop notifications to a notification daemon
rc libnotmuch1 0.8-1 amd64 thread-based email index, search and tagging (runtime)
ii libnspr4:amd64 2:4.10-1 amd64 NetScape Portable Runtime Library
ii libnspr4:x32 2:4.10-1 x32 NetScape Portable Runtime Library
ii libnspr4-0d:x32 2:4.10-1 x32 NetScape Portable Runtime Library - transitional package
ii libnspr4-dbg:x32 2:4.10-1 x32 Debugging symbols for the NetScape Portable Runtime library
ii libnspr4-dev 2:4.10-1 x32 Development files for the NetScape Portable Runtime library
rc libnss-mdns 0.10-3.2 amd64 NSS module for Multicast DNS name resolution
ii libnss3:amd64 2:3.15.1-1 amd64 Network Security Service libraries
ii libnss3:x32 2:3.15.1-1 x32 Network Security Service libraries
ii libnss3-1d:amd64 2:3.15.1-1 amd64 Network Security Service libraries - transitional package
ii libnss3-1d:x32 2:3.15.1-1 x32 Network Security Service libraries - transitional package
ii libnss3-dbg:x32 2:3.15.1-1 x32 Debugging symbols for the Network Security Service libraries
ii libnss3-dev 2:3.15.1-1 x32 Development files for the Network Security Service libraries
ii libnss3-tools 2:3.15.1-1 x32 Network Security Service tools
rc libntfs-3g75 1:2010.3.6-1 amd64 ntfs-3g filesystem in userspace (FUSE) library
rc libntfs10 2.0.0-1+b1 amd64 library that provides common NTFS access functions
ii libntlm0:amd64 1.4-1 amd64 NTLM authentication library
rc libntrack-qt4-1 011-1.2 amd64 qt4 API for ntrack
rc libntrack0 011-1.2 amd64 lightweight connectivity tracking library
rc libnuma1 2.0.8~rc2-1 amd64 Libraries for controlling NUMA policy
rc libobjc2:amd64 4.5.3-5 amd64 Runtime library for GNU Objective-C applications
ii libobjc3:amd64 4.6.4-4 amd64 Runtime library for GNU Objective-C applications
ii libobjc4:amd64 4.8.1-9 amd64 Runtime library for GNU Objective-C applications
ii libobject-realize-later-perl 0.18-2 all Perl module providing delayed creation of objects
ii libobjenesis-java 1.2+full-3 all Java library to instantiate a new object of a particular class
rc libofa0 0.9.3-5 amd64 Library for acoustic fingerprinting
ii libogg0:amd64 1.3.1-1 amd64 Ogg bitstream library
ii libogg0:x32 1.3.1-1 x32 Ogg bitstream library
ii liboil0.3 0.3.17-2 amd64 Library of Optimized Inner Loops
ii libomxil-bellagio0 0.9.3-1+b1 amd64 implementation of OpenMAX IL, run-time library
ii libonig2 5.9.1-1 amd64 Oniguruma regular expressions library
ii libopenal-data 1:1.14-4 all Software implementation of the OpenAL API (data files)
ii libopenal1:amd64 1:1.14-4 amd64 Software implementation of the OpenAL API (shared library)
ii libopencore-amrnb0:amd64 0.1.3-2 amd64 Adaptive Multi Rate speech codec - shared library
ii libopencore-amrwb0:amd64 0.1.3-2 amd64 Adaptive Multi-Rate - Wideband speech codec - shared library
ii libopenjpeg2:amd64 1.3+dfsg-4.6 amd64 JPEG 2000 image compression/decompression library
ii libopenjpeg5:amd64 1.5.1-1 amd64 JPEG 2000 image compression/decompression library
rc libopenmpi1.3 1.4.3-2.1 amd64 high performance message passing library -- shared library
ii libopenvg1-mesa:amd64 9.2~rc1-1 amd64 free implementation of the OpenVG API -- runtime
rc libopts25 1:5.12-0.1 amd64 automated option processing library based on autogen
ii libopus0 1.1~beta-3 amd64 Opus codec runtime library
rc liborange0 0.4-2 amd64 library to extract CAB files from self-extracting installers
ii liborc-0.4-0:amd64 1:0.4.18-1 amd64 Library of Optimized Inner Loops Runtime Compiler
ii libosp5 1.5.2-10 amd64 Runtime library for OpenJade group's SP suite
ii libossp-uuid-perl 1.6.2-1.3 x32 perl OSSP::UUID - OSSP uuid Perl Binding
ii libossp-uuid16 1.6.2-1.3 x32 OSSP uuid ISO-C and C++ - shared library
rc libostyle1c2 1.4devel1-20 amd64 Runtime libraries for OpenJade
rc libotf0 0.9.12-2 amd64 Library for handling OpenType Font - runtime
ii libp11-kit-dev 0.18.5-3 amd64 Library for loading and coordinating access to PKCS#11 modules - development
ii libp11-kit0:amd64 0.18.5-3 amd64 Library for loading and coordinating access to PKCS#11 modules - runtime
ii libp11-kit0:x32 0.18.5-3 x32 Library for loading and coordinating access to PKCS#11 modules - runtime
ii libpam-modules:amd64 1.1.3-9 amd64 Pluggable Authentication Modules for PAM
ii libpam-modules:x32 1.1.3-9 x32 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.1.3-9 amd64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.1.3-9 all Runtime support for the PAM library
ii libpam0g:amd64 1.1.3-9 amd64 Pluggable Authentication Modules library
ii libpam0g:x32 1.1.3-9 x32 Pluggable Authentication Modules library
rc libpanel-applet-4-0 3.4.2.1-2+b1 amd64 library for GNOME Panel applets
rc libpanel-applet2-0 2.30.2-2 amd64 library for GNOME Panel applets
ii libpango-1.0-0:amd64 1.32.5-5+b1 amd64 Layout and rendering of internationalized text
ii libpangocairo-1.0-0:amd64 1.32.5-5+b1 amd64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:amd64 1.32.5-5+b1 amd64 Layout and rendering of internationalized text
ii libpangomm-1.4-1:amd64 2.34.0-1 amd64 C++ Wrapper for pango (shared libraries)
ii libpangoxft-1.0-0:amd64 1.32.5-5+b1 amd64 Layout and rendering of internationalized text
ii libpaper-utils 1.1.24+nmu2 amd64 library for handling paper characteristics (utilities)
ii libpaper1:amd64 1.1.24+nmu2 amd64 library for handling paper characteristics
ii libparse-debcontrol-perl 2.005-4 all parser for debian control-like files
ii libparse-debianchangelog-perl 1.2.0-1 all parse Debian changelogs and output them in other formats
ii libparted0debian1:amd64 2.3-15 amd64 disk partition manipulator - shared library
ii libpathplan4 2.26.3-15+b1 amd64 rich set of graph drawing tools - pathplan library
ii libpcap0.8:amd64 1.4.0-2 amd64 system interface for user-level packet capture
ii libpci3:amd64 1:3.2.0-3 amd64 Linux PCI Utilities (shared library)
ii libpciaccess0:amd64 0.13.2-1 amd64 Generic PCI access library for X
ii libpciaccess0:x32 0.13.2-1 x32 Generic PCI access library for X
ii libpcre3:amd64 1:8.31-2 amd64 Perl 5 Compatible Regular Expression Library - runtime files
ii libpcre3:x32 1:8.31-2 x32 Perl 5 Compatible Regular Expression Library - runtime files
ii libpcre3-dev:amd64 1:8.31-2 amd64 Perl 5 Compatible Regular Expression Library - development files
ii libpcre3-dev:x32 1:8.31-2 x32 Perl 5 Compatible Regular Expression Library - development files
ii libpcrecpp0:amd64 1:8.31-2 amd64 Perl 5 Compatible Regular Expression Library - C++ runtime files
ii libpcrecpp0:x32 1:8.31-2 x32 Perl 5 Compatible Regular Expression Library - C++ runtime files
ii libpcsclite1:amd64 1.8.8-4 amd64 Middleware to access a smart card using PC/SC (library)
ii libpcsclite1:x32 1.8.8-4 x32 Middleware to access a smart card using PC/SC (library)
rc libperl-critic-perl 1.117-1 all Perl module to critique code for best practices
ii libperlio-gzip-perl 0.18-1 x32 module providing a PerlIO layer to gzip/gunzip
rc libphonon4 4:4.6.0really4.4.2-1 amd64 the core library of the Phonon multimedia framework
ii libpipeline1:amd64 1.2.4-1 amd64 pipeline manipulation library
ii libpixman-1-0:amd64 0.30.2-1 amd64 pixel-manipulation library for X and cairo
ii libpixman-1-0:x32 0.30.2-1 x32 pixel-manipulation library for X and cairo
rc libplasma3 4:4.4.5-2+squeeze3 amd64 the Plasma Library for the KDE Platform
rc libplist1 1.7-1 amd64 Library for handling Apple binary and XML property lists
rc libplot2c2 2.5-4 amd64 The GNU plotutils libraries
ii libplrpc-perl 0.2020-2 all Perl extensions for writing PlRPC servers and clients
ii libpng12-0:amd64 1.2.49-4 amd64 PNG library - runtime
ii libpng12-0:x32 1.2.49-4 x32 PNG library - runtime
ii libpng12-dev 1.2.49-4 x32 PNG library - development
ii libpolkit-agent-1-0:amd64 0.110-3 amd64 PolicyKit Authentication Agent API
rc libpolkit-backend-1-0:amd64 0.105-3 amd64 PolicyKit backend API
ii libpolkit-gobject-1-0:amd64 0.110-3 amd64 PolicyKit Authorization API
rc libpolkit-qt-1-1 0.99.0-3 amd64 PolicyKit-qt-1 library
rc libpoppler-glib4 0.12.4-1.2 amd64 PDF rendering library (GLib-based shared library)
ii libpoppler-glib6 0.16.7-2+b1 amd64 PDF rendering library (GLib-based shared library)
ii libpoppler-glib8:amd64 0.22.5-2 amd64 PDF rendering library (GLib-based shared library)
ii libpoppler13 0.16.7-2+b1 amd64 PDF rendering library
rc libpoppler27:amd64 0.20.3-2 amd64 PDF rendering library
ii libpoppler37:amd64 0.22.5-2 amd64 PDF rendering library
rc libpoppler5 0.12.4-1.2 amd64 PDF rendering library
ii libpopt0:amd64 1.16-7 amd64 lib for parsing cmdline parameters
ii libpopt0:x32 1.16-7 x32 lib for parsing cmdline parameters
ii libportaudio2:amd64 19+svn20111121-1 amd64 Portable audio I/O - shared library
rc libpostproc51 4:0.6.2-5 amd64 Libav video postprocessing library
ii libpostproc52 6:0.git20120821-3 amd64 FFmpeg derived postprocessing library
ii libppl-c2 0.10.2-8 amd64 Parma Polyhedra Library (C interface)
ii libppl-c4:amd64 1:1.1~pre8-1 amd64 Parma Polyhedra Library (C interface)
ii libppl13:amd64 1:1.1~pre8-1 amd64 Parma Polyhedra Library (runtime library)
ii libppl7 0.10.2-8 amd64 Parma Polyhedra Library (runtime library)
ii libppl9:amd64 1:0.11.2-9 amd64 Parma Polyhedra Library (runtime library)
rc libpq5 9.2.2-2 amd64 PostgreSQL C client library
ii libprocps1:amd64 1:3.3.8-2 amd64 library for accessing process information from /proc
rc libprotobuf-lite6 2.3.0-4 amd64 protocol buffers C++ library (lite version)
rc libprotobuf-lite7 2.4.1-1 amd64 protocol buffers C++ library (lite version)
rc libprotobuf6 2.3.0-4 amd64 protocol buffers C++ library
rc libprotobuf7 2.4.1-1 amd64 protocol buffers C++ library
rc libprotoc6 2.3.0-4 amd64 protocol buffers compiler library
rc libprotoc7 2.4.1-1 amd64 protocol buffers compiler library
rc libproxy0:amd64 0.3.1-5 amd64 automatic proxy configuration management library (shared)
rc libpstoedit0c2a 3.61-1 amd64 PostScript to editable vector graphics library (runtime files)
rc libptexenc1 2012.20121124-1 amd64 TeX Live: pTeX encoding library
ii libpth20:amd64 2.0.7-19 amd64 GNU Portable Threads
ii libpthread-stubs0:amd64 0.3-3 amd64 pthread stubs not provided by native libc
ii libpthread-stubs0:x32 0.3-3 x32 pthread stubs not provided by native libc
ii libpthread-stubs0-dev:amd64 0.3-3 amd64 pthread stubs not provided by native libc, development files
ii libpthread-stubs0-dev:x32 0.3-3 x32 pthread stubs not provided by native libc, development files
rc libpulse-browse0 0.9.23-1 amd64 PulseAudio client libraries (zeroconf support)
rc libpulse0:amd64 4.0-6 amd64 PulseAudio client libraries
ii libpulse0:x32 4.0-6 x32 PulseAudio client libraries
rc libpwl5:amd64 0.11.2-8 amd64 Parma Watchdog Library (Watchdog timers - runtime library)
ii libpython-all-dbg:x32 2.7.5-4 x32 package depending on all supported Python debugging packages
ii libpython-all-dev:x32 2.7.5-4 x32 package depending on all supported Python development packages
ii libpython-dbg:x32 2.7.5-4 x32 debug build of the Python Interpreter (version 2.7)
ii libpython-dev:x32 2.7.5-4 x32 header files and a static library for Python (default)
ii libpython-stdlib:x32 2.7.5-4 x32 interactive high-level object-oriented language (default python version)
rc libpython2.6 2.6.8-0.2 amd64 Shared Python runtime library (version 2.6)
ii libpython2.7 2.7.5-7 x32 Shared Python runtime library (version 2.7)
ii libpython2.7-dbg 2.7.5-7 x32 Debug Build of the Python Interpreter (version 2.7)
ii libpython2.7-dev 2.7.5-7 x32 Header files and a static library for Python (v2.7)
ii libpython2.7-minimal 2.7.5-7 x32 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib 2.7.5-7 x32 Interactive high-level object-oriented language (standard library, version 2.7)
ii libpython3-stdlib:x32 3.3.2-15 x32 interactive high-level object-oriented language (default python3 version)
rc libpython3.2 3.2.2~rc1-1 amd64 Shared Python runtime library (version 3.2)
ii libpython3.3-minimal 3.3.2-5 x32 Minimal subset of the Python language (version 3.3)
ii libpython3.3-stdlib 3.3.2-5 x32 Interactive high-level object-oriented language (standard library, version 3.3)
rc libqca2 2.0.2-1 amd64 libraries for the Qt Cryptographic Architecture
rc libqdbm14 1.8.78-2 amd64 QDBM Database Libraries without GDBM wrapper[runtime]
rc libqhull5 2009.1-2 amd64 calculate convex hulls and related structures (shared library)
rc libqpdf10:amd64 4.0.1-1 amd64 runtime library for PDF transformation/inspection software
rc libqrupdate1 1.1.1-1 amd64 Fast updates of QR and Cholesky decompositions
rc libqt4-assistant 4:4.6.3-4+squeeze1 amd64 Qt 4 assistant module
rc libqt4-dbus 4:4.6.3-4+squeeze1 amd64 Qt 4 D-Bus module
rc libqt4-declarative:amd64 4:4.8.0-1 amd64 Qt 4 Declarative module
rc libqt4-designer 4:4.6.3-4+squeeze1 amd64 Qt 4 designer module
rc libqt4-help 4:4.6.3-4+squeeze1 amd64 Qt 4 help module
rc libqt4-multimedia 4:4.6.3-4+squeeze1 amd64 Qt 4 Multimedia module
rc libqt4-network 4:4.6.3-4+squeeze1 amd64 Qt 4 network module
rc libqt4-opengl 4:4.6.3-4+squeeze1 amd64 Qt 4 OpenGL module
rc libqt4-qt3support 4:4.6.3-4+squeeze1 amd64 Qt 3 compatibility library for Qt 4
rc libqt4-script 4:4.6.3-4+squeeze1 amd64 Qt 4 script module
rc libqt4-scripttools 4:4.6.3-4+squeeze1 amd64 Qt 4 script tools module
rc libqt4-sql 4:4.6.3-4+squeeze1 amd64 Qt 4 SQL module
rc libqt4-svg 4:4.6.3-4+squeeze1 amd64 Qt 4 SVG module
rc libqt4-test 4:4.6.3-4+squeeze1 amd64 Qt 4 test module
rc libqt4-webkit 4:4.6.3-4+squeeze1 amd64 Qt 4 WebKit module
rc libqt4-xml 4:4.6.3-4+squeeze1 amd64 Qt 4 XML module
rc libqt4-xmlpatterns 4:4.6.3-4+squeeze1 amd64 Qt 4 XML patterns module
rc libqtassistantclient4 4.6.3-3 amd64 Qt Assistant client library (runtime)
rc libqtcore4 4:4.6.3-4+squeeze1 amd64 Qt 4 core module
rc libqtgui4 4:4.6.3-4+squeeze1 amd64 Qt 4 GUI module
rc libqtlocation1:amd64 1.2.0-2 amd64 Qt Mobility Location module
rc libqtmultimediakit1:amd64 1.2.0-2 amd64 Qt Mobility MultimediaKit module
rc libqtwebkit4:amd64 2.2.1-1 amd64 Web content engine library for Qt
ii libquadmath0:amd64 4.8.1-9 amd64 GCC Quad-Precision Math Library
ii libquadmath0:x32 4.8.1-9 x32 GCC Quad-Precision Math Library
rc libqzeitgeist0 0.7.0-1 amd64 wrapper library around the Zeitgeist DBus API for Qt
rc librados2 0.38-1 amd64 RADOS distributed object store client library
rc libraptor1 1.4.21-7.1 amd64 Raptor RDF parser and serializer library
rc libraptor2-0 2.0.8-2 amd64 Raptor 2 RDF syntax library
ii librarian0 0.8.1-5 amd64 Documentation meta-data library (library package)
rc librasqal2 0.9.20-1 amd64 Rasqal RDF query library
rc librasqal3 0.9.29-1 amd64 Rasqal RDF query library
rc libraw1394-11:amd64 2.0.9-1 amd64 library for direct access to IEEE 1394 bus (aka FireWire)
rc librbd1 0.38-1 amd64 RADOS block device client library
rc librcc0 0.2.9-3 amd64 Library for autoconvert codepages
rc librcd0 0.1.13-3 amd64 Library for autodection charset of Russian text
rc librdf0 1.0.16-1 amd64 Redland Resource Description Framework (RDF) library
ii libreadline5:amd64 5.2+dfsg-2 amd64 GNU readline and history libraries, run-time libraries
ii libreadline5:x32 5.2+dfsg-2 x32 GNU readline and history libraries, run-time libraries
ii libreadline6:amd64 6.2+dfsg-0.1 amd64 GNU readline and history libraries, run-time libraries
ii libreadline6:x32 6.2+dfsg-0.1 x32 GNU readline and history libraries, run-time libraries
ii libregexp-common-perl 2013031301-1 all module with common regular expressions
rc libreoffice-base 1:3.6.4-1 amd64 office productivity suite -- database
rc libreoffice-calc 1:3.6.4-1 amd64 office productivity suite -- spreadsheet
rc libreoffice-common 1:3.6.4-1 all office productivity suite -- arch-independent files
rc libreoffice-core 1:3.6.4-1 amd64 office productivity suite -- arch-dependent files
rc libreoffice-draw 1:3.6.4-1 amd64 office productivity suite -- drawing
rc libreoffice-filter-binfilter 1:3.6.3~rc2-1+b1 amd64 office productivity suite -- legacy filters (e.g. StarOffice 5.2)
rc libreoffice-impress 1:3.6.4-1 amd64 office productivity suite -- presentation
rc libreoffice-math 1:3.6.4-1 amd64 office productivity suite -- equation editor
rc libreoffice-writer 1:3.6.4-1 amd64 office productivity suite -- word processor
ii libroken18-heimdal:amd64 1.6~git20120403+dfsg1-3 amd64 Heimdal Kerberos - roken support library
rc librpcsecgss3 0.19-4 amd64 allows secure rpc communication using the rpcsec_gss protocol
rc librpm1 4.8.1-6 amd64 RPM shared library
rc librpm2 4.9.1.2-1+b1 amd64 RPM shared library
rc librpmbuild1 4.8.1-6 amd64 RPM build shared library
rc librpmbuild2 4.9.1.2-1+b1 amd64 RPM build shared library
rc librpmio1 4.8.1-6 amd64 RPM IO shared library
ii librpmio2 4.9.1.2-1+b1 amd64 RPM IO shared library
rc librpmsign0 4.9.1.2-1+b1 amd64 RPM signing shared library
rc librrd4 1.4.3-1 amd64 time-series data storage and display system (runtime library)
ii librsvg2-2:amd64 2.36.4-2 amd64 SAX-based renderer library for SVG files (runtime)
ii librsvg2-common:amd64 2.36.4-2 amd64 SAX-based renderer library for SVG files (extra runtime)
rc librtmp0:amd64 2.4+20121230.gitdf6c518-1 amd64 toolkit for RTMP streams (shared library)
ii librtmp0:x32 2.4+20121230.gitdf6c518-1 x32 toolkit for RTMP streams (shared library)
ii libruby1.8 1.8.7.358-7.1 amd64 Libraries necessary to run Ruby 1.8
ii libruby1.9.1 1.9.3.194-8.2 amd64 Libraries necessary to run Ruby 1.9.1
ii librxp0:amd64 1.5.0-2 amd64 Shared library for XML parsing and validating
ii libsamplerate0:amd64 0.1.8-5 amd64 Audio sample rate conversion library
rc libsane:amd64 1.0.23-3 amd64 API library for scanners
ii libsane-common 1.0.23-3 amd64 API library for scanners -- documentation and support files
ii libsane-extras:amd64 1.0.22.3 amd64 API library for scanners -- extra backends
ii libsane-extras-common 1.0.22.3 amd64 API library for scanners -- documentation and support files
rc libsane-hpaio 3.12.6-3 amd64 HP SANE backend for multi-function peripherals
ii libsasl2-2:amd64 2.1.25.dfsg1-14 amd64 Cyrus SASL - authentication abstraction library
ii libsasl2-2:x32 2.1.25.dfsg1-14 x32 Cyrus SASL - authentication abstraction library
ii libsasl2-modules:amd64 2.1.25.dfsg1-14 amd64 Cyrus SASL - pluggable authentication modules
ii libsasl2-modules:x32 2.1.25.dfsg1-14 x32 Cyrus SASL - pluggable authentication modules
ii libschroedinger-1.0-0:amd64 1.0.11-2 amd64 library for encoding/decoding of Dirac video streams
rc libscim8c2a 1.4.9-6 amd64 library for SCIM platform
rc libsdl-gfx1.2-4 2.0.22-1 amd64 drawing and graphical effects extension for SDL
rc libsdl-image1.2:amd64 1.2.12-3~exp1 amd64 Image loading library for Simple DirectMedia Layer 1.2, libraries
rc libsdl-mixer1.2:amd64 1.2.12-3 amd64 Mixer library for Simple DirectMedia Layer 1.2, libraries
rc libsdl-net1.2 1.2.7-2 amd64 network library for Simple DirectMedia Layer
rc libsdl-ttf2.0-0 2.0.9-1.1 amd64 ttf library for Simple DirectMedia Layer with FreeType 2 support
rc libsdl1.2debian-all 1.2.14-6.2 amd64 Simple DirectMedia Layer (with all available options)
ii libselinux1:amd64 2.1.13-2 amd64 SELinux runtime shared libraries
ii libselinux1:x32 2.1.13-2 x32 SELinux runtime shared libraries
ii libselinux1-dev 2.1.13-2 x32 SELinux development headers
ii libsemanage-common 2.1.10-2 all Common files for SELinux policy management libraries
ii libsemanage1:amd64 2.1.10-2 amd64 SELinux policy management library
rc libsensors4:amd64 1:3.3.2-2 amd64 library to read temperature/voltage/fan sensors
ii libsepol1:amd64 2.1.9-2 amd64 SELinux library for manipulating binary security policies
ii libsepol1:x32 2.1.9-2 x32 SELinux library for manipulating binary security policies
ii libsepol1-dev 2.1.9-2 x32 SELinux binary policy manipulation library and development files
rc libserf-0-0 0.3.1-1+b1 amd64 high-performance asynchronous HTTP client library
ii libserf1:amd64 1.1.0-2 amd64 high-performance asynchronous HTTP client library
ii libsgmls-perl 1.03ii-32 all Perl modules for processing SGML parser output
rc libsgutils2-2 1.33-1 amd64 utilities for devices using the SCSI command set (shared libraries)
rc libshout3:amd64 2.2.2-8 amd64 MP3/Ogg Vorbis broadcast streaming library
ii libsidplay1 1.36.59-5 amd64 SID (MOS 6581) emulation library
ii libsigc++-2.0-0c2a:amd64 2.2.10-0.2 amd64 type-safe Signal Framework for C++ - runtime
rc libsigsegv0 2.5-3 amd64 Library for handling page faults in a portable way
ii libsigsegv2:amd64 2.10-2 amd64 Library for handling page faults in a portable way
ii libslang2:amd64 2.2.4-15 amd64 S-Lang programming library - runtime version
ii libslang2:x32 2.2.4-15 x32 S-Lang programming library - runtime version
ii libslang2-dev:x32 2.2.4-15 x32 S-Lang programming library, development version
rc libslp1 1.2.1-9 amd64 OpenSLP libraries
rc libslv2-9 0.6.6+dfsg1-2 amd64 library for simple use of LV2 plugins
ii libsm-dev:amd64 2:1.2.1-2 amd64 X11 Session Management library (development headers)
ii libsm6:amd64 2:1.2.1-2 amd64 X11 Session Management library
ii libsm6:x32 2:1.2.1-2 x32 X11 Session Management library
ii libsndfile1:amd64 1.0.25-7 amd64 Library for reading/writing audio files
ii libsndfile1:x32 1.0.25-7 x32 Library for reading/writing audio files
rc libsnmp-base 5.4.3~dfsg-2.5 all SNMP (Simple Network Management Protocol) MIBs and documentation
rc libsnmp15 5.4.3~dfsg-2.5 amd64 SNMP (Simple Network Management Protocol) library
ii libsoap-lite-perl 0.716-1 all Perl implementation of a SOAP client and server
ii libsocket-perl 2.011-1 x32 networking constants and support functions
ii libsocket6-perl 0.23-1 x32 Perl extensions for IPv6
rc libsolid4 4:4.4.5-2+squeeze3 amd64 Solid Library for KDE Platform
rc libsoprano4 2.5.0+dfsg.1-1 amd64 libraries for the Soprano RDF framework
rc libsoundtouch0:amd64 1.6.0-3 amd64 Sound stretching library
rc libsoundtouch1c2 1.3.1-2 amd64 sound stretching library
rc libsoup-gnome2.4-1:amd64 2.39.92-1 amd64 HTTP library implementation in C -- GNOME support library
rc libsoup2.4-1:amd64 2.39.92-1 amd64 HTTP library implementation in C -- Shared library
rc libsource-highlight3 3.1.4-1+b1 amd64 source highlighting library
ii libsp1c2 1.3.4-1.2.1-47.3 amd64 Runtime library for James Clark's SP suite
rc libspandsp2 0.0.6~pre20-3 amd64 Telephony signal processing library
ii libspeechd2 0.7.1-6.2 amd64 Speech Dispatcher: Shared libraries
ii libspeex1:amd64 1.2~rc1-7 amd64 The Speex codec runtime library
ii libspeexdsp1:amd64 1.2~rc1-7 amd64 The Speex extended runtime library
rc libspice-server1:amd64 0.11.0-1 amd64 Implements the server side of the SPICE protocol
ii libsqlite0 2.8.17-8 amd64 SQLite shared library
ii libsqlite3-0:amd64 3.7.17-1 amd64 SQLite 3 shared library
ii libsqlite3-0:x32 3.7.17-1 x32 SQLite 3 shared library
ii libsqlite3-dev:x32 3.7.17-1 x32 SQLite 3 development files
ii libss2:amd64 1.42.8-1 amd64 command-line interface parsing library
ii libss2:x32 1.42.8-1 x32 command-line interface parsing library
rc libssh-4:amd64 0.5.2-1 amd64 tiny C SSH library
ii libssh2-1:amd64 1.4.3-1 amd64 SSH2 client-side library
ii libssh2-1:x32 1.4.3-1 x32 SSH2 client-side library
ii libssh2-1-dev 1.4.3-1 amd64 SSH2 client-side library (development headers)
rc libssl0.9.8 0.9.8o-4squeeze13 amd64 SSL shared libraries
ii libssl1.0.0:amd64 1.0.1e-3 amd64 SSL shared libraries
ii libssl1.0.0:x32 1.0.1e-3 x32 SSL shared libraries
ii libstartup-notification0:amd64 0.12-3 amd64 library for program launch feedback (shared library)
ii libstdc++-4.8-dev:amd64 4.8.1-9 amd64 GNU Standard C++ Library v3 (development files)
ii libstdc++-4.8-dev:x32 4.8.1-9 x32 GNU Standard C++ Library v3 (development files)
ii libstdc++6:amd64 4.8.1-9 amd64 GNU Standard C++ Library v3
ii libstdc++6:x32 4.8.1-9 x32 GNU Standard C++ Library v3
rc libstreamanalyzer0 0.7.2-1+b1 amd64 streamanalyzer library for Strigi Desktop Search
rc libstreams0 0.7.2-1+b1 amd64 streams library for for Strigi Desktop Search
rc libstrigiqtdbusclient0 0.7.2-1+b1 amd64 library for writing D-Bus clients for Strigi Desktop Search
ii libsub-identify-perl 0.04-1 x32 Retrieve names of code references
ii libsub-install-perl 0.926-1 all module for installing subroutines into packages easily
ii libsub-name-perl 0.05-1 x32 module for assigning a new name to referenced sub
rc libsvn1:amd64 1.7.9-1+nmu3 amd64 Shared libraries used by Apache Subversion
ii libswitch-perl 2.16-2 all switch statement for Perl
rc libswscale0 4:0.6.2-5 amd64 Libav video scaling library
ii libswscale2:amd64 6:9.8-2+b1 amd64 Libav video scaling library
rc libsynce0 0.15-1.1 amd64 Helper library to sync Windows Mobile devices (shared library)
ii libsys-hostname-long-perl 1.4-2 all Figure out the long (fully-qualified) hostname
ii libsysfs2:amd64 2.1.0+repack-3 amd64 interface library to sysfs
rc libsystemd-id128-0:amd64 44-4 amd64 systemd 128 bit ID utility library
rc libsystemd-journal0:amd64 44-4 amd64 systemd journal utility library
rc libsystemd-login0:amd64 204-2 amd64 systemd login utility library
ii libsystemd-login0:x32 44-12 x32 systemd login utility library
ii libt1-5 5.1.2-3.6 amd64 Type 1 font rasterizer library - runtime
rc libtag1-rusxmms 1.7-1 amd64 audio meta-data library - RusXMMS flavour
rc libtag1-vanilla:amd64 1.7.2-1 amd64 audio meta-data library - vanilla flavour
ii libtask-weaken-perl 1.04-1 all module for ensuring that a platform has weaken support
ii libtasn1-3:amd64 2.14-3 amd64 Manage ASN.1 structures (runtime)
ii libtasn1-3:x32 2.14-3 x32 Manage ASN.1 structures (runtime)
ii libtasn1-6:amd64 3.3-2 amd64 Manage ASN.1 structures (runtime)
ii libtasn1-6-dev 3.3-2 amd64 Manage ASN.1 structures (development)
ii libtcl8.6:amd64 8.6.0-4 amd64 Tcl (the Tool Command Language) v8.6 - run-time library files
ii libtdb1:amd64 1.2.12-1 amd64 Trivial Database - shared library
ii libtecla1 1.6.1-5 amd64 interactive command line editing facilities
rc libtelepathy-glib0:amd64 0.19.9-1 amd64 Telepathy framework - GLib library
ii libtest-pod-perl 1.48-1 all module to test for POD errors
ii libtext-diff-perl 1.41-1 all Perl module to find differences in files and record sets
ii libtext-iconv-perl 1.7-5 x32 converts between character sets in Perl
ii libtext-levenshtein-perl 0.06~01-2 all implementation of the Levenshtein edit distance
ii libtext-template-perl 1.45-2 all Text::Template perl module
ii libtext-unidecode-perl 0.04-2 all Text::Unidecode -- US-ASCII transliterations of Unicode text
rc libtextcat0 3.0.1-4 amd64 Language detection library
ii libtextwrap1:amd64 0.1-14 amd64 text-wrapping library with i18n - runtime
ii libthai-data 0.1.19-2 all Data files for Thai language support library
ii libthai0:amd64 0.1.19-2 amd64 Thai language support library
ii libtheora0:amd64 1.1.1+dfsg.1-3.1 amd64 The Theora Video Compression Codec
rc libthreadweaver4 4:4.4.5-2+squeeze3 amd64 the ThreadWeaver Library for the KDE Platform
rc libtidy-0.99-0 20091223cvs-1 amd64 HTML syntax checker and reformatter - library
ii libtie-ixhash-perl 1.23-1 all Perl module to order associative arrays
ii libtiff4:amd64 3.9.7-2 amd64 Tag Image File Format (TIFF) library (old version)
ii libtiff5:amd64 4.0.3-4 amd64 Tag Image File Format (TIFF) library
rc libtiffxx0c2:amd64 3.9.5-2 amd64 Tag Image File Format (TIFF) library -- C++ interface
ii libtimedate-perl 1.2000-1 all collection of modules to manipulate date/time information
ii libtinfo-dev:amd64 5.9+20130608-1 amd64 developer's library for the low-level terminfo library
ii libtinfo-dev:x32 5.9+20130608-1 x32 developer's library for the low-level terminfo library
ii libtinfo5:amd64 5.9+20130608-1 amd64 shared low-level terminfo library for terminal handling
ii libtinfo5:x32 5.9+20130608-1 x32 shared low-level terminfo library for terminal handling
ii libtinfo5-dbg 5.9+20130608-1 x32 debugging/profiling library for the low-level terminfo library
ii libtk8.6:amd64 8.6.0-4 amd64 Tk toolkit for Tcl and X11 v8.6 - run-time files
ii libtokyocabinet8 1.4.37-6.1 amd64 Tokyo Cabinet Database Libraries [runtime]
ii libtokyocabinet9:amd64 1.4.48-2 amd64 Tokyo Cabinet Database Libraries [runtime]
ii libtokyocabinet9:x32 1.4.48-2 x32 Tokyo Cabinet Database Libraries [runtime]
ii libtool 2.4.2-1.3 x32 Generic library support script
rc libtorque2 2.4.16+dfsg-1 amd64 shared library for Torque client and server
rc libtorrent13 0.12.7-6 amd64 C++ BitTorrent library by Rakshasa
rc libtorrent14 0.12.9-3 amd64 C++ BitTorrent library by Rakshasa
rc libtotem-plparser17 2.32.2-1 amd64 Totem Playlist Parser library - runtime files
ii libtree-nary-perl 1.3-1 all Perl implementation of N-ary search trees.
ii libtsan0:amd64 4.8.1-9 amd64 ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ii libtwolame0 0.3.13-1 amd64 MPEG Audio Layer 2 encoding library
ii libtxc-dxtn-s2tc0:amd64 0~git20121227-1 amd64 Texture compression library for Mesa
ii libucl1 1.03-5 amd64 Portable compression library - runtime
ii libudev-dev 175-7.2 x32 libudev development files
ii libudev0:amd64 175-7.2 amd64 libudev shared library
ii libudev0:x32 175-7.2 x32 libudev shared library
ii libudev1:amd64 204-2 amd64 libudev shared library
rc libumfpack5.4.0 1:3.4.0-2 amd64 sparse LU factorization library
ii libunac1 1.8.0-6 amd64 The unac programming library - runtime version
ii libunac1-dev 1.8.0-6 amd64 A C programmer's library that removes accents from a string
rc libunique-1.0-0 1.1.6-4 amd64 Library for writing single instance applications - shared libraries
rc libunique-3.0-0 3.0.2-2 amd64 Library for writing single instance applications - shared libraries
ii libunistring0:amd64 0.9.3-5 amd64 Unicode string library for C
ii libunshield0 0.6-3 amd64 library to extract CAB files from InstallShield installers
rc libupnp3 1:1.6.6-5.1 amd64 Portable SDK for UPnP Devices, version 1.6 (shared libraries)
rc libupower-glib1 0.9.14-2+b1 amd64 abstraction for power management - shared library
ii liburi-perl 1.60-1 all module to manipulate and access URI strings
ii libusb-0.1-4:amd64 2:0.1.12-23.2 amd64 userspace USB programming library
ii libusb-1.0-0:amd64 2:1.0.16-3 amd64 userspace USB programming library
ii libusb-dev 2:0.1.12-23.2 amd64 userspace USB programming library development files
ii libusbip-dev 1.1.1+3.11~rc4-1~exp1 amd64 USB device sharing system over IP network (development files)
rc libusbmuxd1 1.0.7-1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library
rc libusbredirparser0:amd64 0.4.3-2 amd64 Parser for the usbredir protocol (runtime)
ii libuser-identity-perl 0.93-1 all module to manage a person's identities/roles
ii libuser-perl 1.9-1 all Provides user data in an OS independent manner
ii libustr-1.0-1:amd64 1.0.4-3 amd64 Micro string library: shared library
ii libutempter0 1.1.5-4 x32 A privileged helper for utmp/wtmp updates (runtime)
ii libuu0 0.5.20-3.4 amd64 Library for decoding/encoding several popular file encodings
ii libuuid-perl 0.02-5 x32 Perl extension for using UUID interfaces as defined in e2fsprogs
ii libuuid1:amd64 2.20.1-5.5 amd64 Universally Unique ID library
ii libuuid1:x32 2.20.1-5.5 x32 Universally Unique ID library
ii libv4l-0:amd64 1.0.0-1 amd64 Collection of video4linux support libraries
ii libv4lconvert0:amd64 1.0.0-1 amd64 Video4linux frame format conversion library
rc libv8-2.2.24 2.2.24-6 amd64 V8 JavaScript Engine
rc libv8-2.5.9.15 2.5.9.15-2 amd64 V8 JavaScript Engine
rc libv8-2.5.9.16 2.5.9.16-1 amd64 V8 JavaScript Engine
rc libv8-3.0.12.23 3.0.12.23-1 amd64 V8 JavaScript Engine
rc libv8-3.1.8.10 3.1.8.10-3 amd64 V8 JavaScript Engine
rc libv8-3.1.8.22 3.1.8.22-1 amd64 V8 JavaScript Engine
ii libv8-3.4.14.13 3.4.14.13-4 amd64 V8 JavaScript Engine
ii libv8-3.4.14.21 3.4.14.21-5 amd64 v8 JavaScript engine - runtime library
rc libv8-3.5.10.24 3.5.10.24-4 amd64 v8 JavaScript engine - runtime library
ii libva1:amd64 1.1.1-3 amd64 Video Acceleration (VA) API for Linux -- runtime
rc libvala-0.12-0 0.12.1-2 amd64 C# like language for the GObject system - library
rc libvala0 0.8.1-2 amd64 C# like language for the GObject system - library
rc libvcdinfo0 0.7.23-4.1 amd64 library to extract information from VideoCD
ii libvde0 2.3.2-4 amd64 Virtual Distributed Ethernet - support libraries
ii libvdeplug2 2.3.2-4 amd64 Virtual Distributed Ethernet - Plug library
ii libvdpau1:amd64 0.7-1 amd64 Video Decode and Presentation API for Unix (libraries)
rc libvirtodbc0 6.1.3+dfsg1-2 amd64 high-performance database - ODBC libraries
rc libvisio-0.0-0 0.0.24-1 amd64 library for parsing the visio file structure
rc libvisual-0.4-0:amd64 0.4.0-5 amd64 Audio visualization framework
rc libvlc5 1.1.12-2+b1 amd64 multimedia player and streamer library
rc libvlccore4 1.1.12-2+b1 amd64 base library for VLC and its modules
ii libvo-aacenc0:amd64 0.1.3-1 amd64 VisualOn AAC encoder library
ii libvo-amrwbenc0:amd64 0.1.3-1 amd64 VisualOn AMR-WB encoder library
ii libvorbis0a:amd64 1.3.2-1.3 amd64 The Vorbis General Audio Compression Codec (Decoder library)
ii libvorbis0a:x32 1.3.2-1.3 x32 The Vorbis General Audio Compression Codec (Decoder library)
ii libvorbisenc2:amd64 1.3.2-1.3 amd64 The Vorbis General Audio Compression Codec (Encoder library)
ii libvorbisenc2:x32 1.3.2-1.3 x32 The Vorbis General Audio Compression Codec (Encoder library)
ii libvorbisfile3:amd64 1.3.2-1.3 amd64 The Vorbis General Audio Compression Codec (High Level API)
ii libvpx0 0.9.7.p1-2 amd64 VP8 video codec (shared library)
ii libvpx1:amd64 1.2.0-2 amd64 VP8 video codec (shared library)
rc libwavpack1:amd64 4.60.1-3 amd64 audio codec (lossy and lossless) - library
ii libwayland-client0:amd64 1.1.0-2 amd64 wayland compositor infrastructure - client library
ii libwayland-client0:x32 1.1.0-2 x32 wayland compositor infrastructure - client library
ii libwayland-cursor0:x32 1.1.0-2 x32 wayland compositor infrastructure - cursor library
ii libwayland-dev 1.1.0-2 x32 wayland compositor infrastructure - development files
ii libwayland-server0:amd64 1.1.0-2 amd64 wayland compositor infrastructure - server library
ii libwayland-server0:x32 1.1.0-2 x32 wayland compositor infrastructure - server library
rc libwayland0 0.85.0-2 amd64 wayland compositor infrastructure - shared libraries
ii libwbclient0:amd64 2:4.0.8+dfsg-1 amd64 Samba winbind client library
rc libwebkit-1.0-2 1.2.7-3 amd64 Web content engine library for Gtk+
rc libwebkitgtk-1.0-0 1.8.1-3.3 amd64 Web content engine library for GTK+
rc libwebkitgtk-3.0-0 1.6.1-5+b1 amd64 Web content engine library for GTK+
rc libwebp0 0.1.2-1 amd64 Lossy compression of digital photographic images.
ii libwebp2:amd64 0.1.3-3+nmu1 amd64 Lossy compression of digital photographic images.
ii libwebp4:amd64 0.3.0-3 amd64 Lossy compression of digital photographic images.
ii libwebrtc-audio-processing-0:amd64 0.1-2 amd64 AudioProcessing module from the WebRTC project.
rc libwildmidi-config 0.2.3.4-2.1 all software MIDI player configuration
rc libwildmidi1:amd64 0.2.3.4-2.1 amd64 software MIDI player library
ii libwind0-heimdal:amd64 1.6~git20120403+dfsg1-3 amd64 Heimdal Kerberos - stringprep implementation
rc libwine-unstable 1.1.34-1 amd64 Windows API implementation - library
ii libwmf0.2-7:amd64 0.2.8.4-10.3 amd64 Windows metafile conversion library
rc libwnck-3-0 3.4.2-1 amd64 Window Navigator Construction Kit - runtime files
rc libwnck22 2.30.4-3 amd64 Window Navigator Construction Kit - runtime files
ii libwpd-0.9-9 0.9.9-1 amd64 Library for handling WordPerfect documents (shared library)
rc libwpd8c2a 0.8.14-1 amd64 Library for handling WordPerfect documents (shared library)
ii libwpg-0.2-2 0.2.1-1 amd64 WordPerfect graphics import/convert library (shared library)
rc libwps-0.1-1 0.1.2-1 amd64 Works text file format import filter library (shared library)
ii libwps-0.2-2 0.2.9-2 amd64 Works text file format import filter library (shared library)
ii libwrap0:amd64 7.6.q-24 amd64 Wietse Venema's TCP wrappers library
ii libwrap0:x32 7.6.q-24 x32 Wietse Venema's TCP wrappers library
ii libwww-perl 6.05-1 all simple and consistent interface to the world-wide web
ii libwww-robotrules-perl 6.01-1 all database of robots.txt-derived permissions
ii libwxbase2.8-0:amd64 2.8.12.1-15 amd64 wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit
rc libwxgtk2.8-0:amd64 2.8.12.1-14 amd64 wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
ii libx11-6:amd64 2:1.6.1-1 amd64 X11 client-side library
ii libx11-6:x32 2:1.6.1-1 x32 X11 client-side library
ii libx11-data 2:1.6.1-1 all X11 client-side library
ii libx11-dev:amd64 2:1.6.1-1 amd64 X11 client-side library (development headers)
ii libx11-dev:x32 2:1.6.1-1 x32 X11 client-side library (development headers)
ii libx11-doc 2:1.6.1-1 all X11 client-side library (development documentation)
ii libx11-protocol-perl 0.56-4 all Perl module for the X Window System Protocol, version 11
ii libx11-xcb-dev 2:1.6.1-1 x32 Xlib/XCB interface library (development headers)
ii libx11-xcb1:amd64 2:1.6.1-1 amd64 Xlib/XCB interface library
ii libx11-xcb1:x32 2:1.6.1-1 x32 Xlib/XCB interface library
rc libx264-116:amd64 2:0.116.2042+git178455c-3 amd64 x264 video coding library
ii libx264-118:amd64 2:0.118.2092+git6eac7c3-2 amd64 x264 video coding library
ii libx264-123:amd64 2:0.123.2189+git35cf912-1 amd64 x264 video coding library
ii libx264-133:amd64 2:0.133.2339+git585324f-2 amd64 x264 video coding library
rc libx32gcc1 1:4.8-20121128-1 amd64 GCC support library (x32)
rc libx32gomp1 4.8-20121128-1 amd64 GCC OpenMP (GOMP) support library (x32)
rc libx32itm1 4.8-20121128-1 amd64 GNU Transactional Memory Library (x32)
rc libx32quadmath0 4.8-20121128-1 amd64 GCC Quad-Precision Math Library (x32)
rc libx32stdc++6 4.8-20121128-1 amd64 GNU Standard C++ Library v3 (x32)
ii libx86-1:amd64 1.1+ds1-10 amd64 x86 real-mode library
ii libxalan2-java 2.7.1-8 all XSL Transformations (XSLT) processor in Java
rc libxalan2-java-gcj 2.7.1-5 amd64 XSL Transformations (XSLT) processor in Java (native code)
ii libxapian22 1.2.15-2 amd64 Search engine library
ii libxau-dev:amd64 1:1.0.8-1 amd64 X11 authorisation library (development headers)
ii libxau-dev:x32 1:1.0.8-1 x32 X11 authorisation library (development headers)
ii libxau6:amd64 1:1.0.8-1 amd64 X11 authorisation library
ii libxau6:x32 1:1.0.8-1 x32 X11 authorisation library
ii libxaw7:amd64 2:1.0.11-1 amd64 X11 Athena Widget library
ii libxaw7:x32 2:1.0.11-1 x32 X11 Athena Widget library
rc libxcb-atom1 0.3.6-1 amd64 utility libraries for X C Binding -- atom
rc libxcb-aux0 0.3.6-1 amd64 utility libraries for X C Binding -- aux
ii libxcb-dri2-0:amd64 1.9.1-3 amd64 X C Binding, dri2 extension
ii libxcb-dri2-0:x32 1.9.1-3 x32 X C Binding, dri2 extension
ii libxcb-dri2-0-dev:x32 1.9.1-3 x32 X C Binding, dri2 extension, development files
rc libxcb-event1 0.3.6-1 amd64 utility libraries for X C Binding -- event
ii libxcb-glx0:amd64 1.9.1-3 amd64 X C Binding, glx extension
ii libxcb-glx0:x32 1.9.1-3 x32 X C Binding, glx extension
ii libxcb-glx0-dev:x32 1.9.1-3 x32 X C Binding, glx extension, development files
ii libxcb-render0:amd64 1.9.1-3 amd64 X C Binding, render extension
ii libxcb-render0:x32 1.9.1-3 x32 X C Binding, render extension
ii libxcb-render0-dev:x32 1.9.1-3 x32 X C Binding, render extension, development files
ii libxcb-shape0:amd64 1.9.1-3 amd64 X C Binding, shape extension
ii libxcb-shape0:x32 1.9.1-3 x32 X C Binding, shape extension
ii libxcb-shape0-dev:x32 1.9.1-3 x32 X C Binding, shape extension, development files
ii libxcb-shm0:amd64 1.9.1-3 amd64 X C Binding, shm extension
ii libxcb-util0:amd64 0.3.8-2 amd64 utility libraries for X C Binding -- atom, aux and event
ii libxcb-xfixes0:amd64 1.9.1-3 amd64 X C Binding, xfixes extension
ii libxcb-xfixes0:x32 1.9.1-3 x32 X C Binding, xfixes extension
ii libxcb-xfixes0-dev:x32 1.9.1-3 x32 X C Binding, xfixes extension, development files
rc libxcb-xv0:amd64 1.7-3 amd64 X C Binding, xv extension
ii libxcb1:amd64 1.9.1-3 amd64 X C Binding
ii libxcb1:x32 1.9.1-3 x32 X C Binding
ii libxcb1-dev:amd64 1.9.1-3 amd64 X C Binding, development files
ii libxcb1-dev:x32 1.9.1-3 x32 X C Binding, development files
ii libxcomposite1:amd64 1:0.4.4-1 amd64 X11 Composite extension library
ii libxcursor1:amd64 1:1.1.14-1 amd64 X cursor management library
ii libxcursor1:x32 1:1.1.14-1 x32 X cursor management library
ii libxdamage-dev 1:1.1.4-1 x32 X11 damaged region extension library (development headers)
ii libxdamage1:amd64 1:1.1.4-1 amd64 X11 damaged region extension library
ii libxdamage1:x32 1:1.1.4-1 x32 X11 damaged region extension library
ii libxdelta2 1.1.3-9 amd64 Xdelta runtime library
ii libxdmcp-dev:amd64 1:1.1.1-1 amd64 X11 authorisation library (development headers)
ii libxdmcp-dev:x32 1:1.1.1-1 x32 X11 authorisation library (development headers)
ii libxdmcp6:amd64 1:1.1.1-1 amd64 X11 Display Manager Control Protocol library
ii libxdmcp6:x32 1:1.1.1-1 x32 X11 Display Manager Control Protocol library
ii libxdot4 2.26.3-15+b1 amd64 rich set of graph drawing tools - xdot library
rc libxen-4.1 4.1.3-7 amd64 Public libs for Xen
rc libxenstore3.0 4.2.0-1 amd64 Xenstore communications library for Xen
ii libxerces2-java 2.11.0-7 all Validating XML parser for Java with DOM level 3 support
rc libxerces2-java-gcj 2.11.0-4 amd64 Validating XML parser for Java with DOM level 3 support (native code)
ii libxext-dev:amd64 2:1.3.2-1 amd64 X11 miscellaneous extensions library (development headers)
ii libxext-dev:x32 2:1.3.2-1 x32 X11 miscellaneous extensions library (development headers)
ii libxext6:amd64 2:1.3.2-1 amd64 X11 miscellaneous extension library
ii libxext6:x32 2:1.3.2-1 x32 X11 miscellaneous extension library
ii libxfixes-dev 1:5.0.1-1 x32 X11 miscellaneous 'fixes' extension library (development headers)
ii libxfixes3:amd64 1:5.0.1-1 amd64 X11 miscellaneous 'fixes' extension library
ii libxfixes3:x32 1:5.0.1-1 x32 X11 miscellaneous 'fixes' extension library
ii libxfont1:amd64 1:1.4.6-1 amd64 X11 font rasterisation library
ii libxfont1:x32 1:1.4.6-1 x32 X11 font rasterisation library
ii libxft2:amd64 2.3.1-1 amd64 FreeType-based font drawing library for X
ii libxft2:x32 2.3.1-1 x32 FreeType-based font drawing library for X
ii libxi6:amd64 2:1.7.2-1 amd64 X11 Input extension library
ii libxi6:x32 2:1.7.2-1 x32 X11 Input extension library
rc libxine1-bin 1.1.19-3 amd64 the xine video/media player library, binary files
rc libxine2-bin 1.1.90hg+20110516+847d4f89a4fb-1.1 amd64 the xine video/media player library, binary files
ii libxinerama1:amd64 2:1.1.3-1 amd64 X11 Xinerama extension library
ii libxinerama1:x32 2:1.1.3-1 x32 X11 Xinerama extension library
ii libxkbfile1:amd64 1:1.0.8-1 amd64 X11 keyboard file manipulation library
ii libxkbfile1:x32 1:1.0.8-1 x32 X11 keyboard file manipulation library
ii libxml-commons-external-java 1.4.01-2 all XML Commons external code - DOM, SAX, and JAXP, etc
ii libxml-commons-resolver1.1-java 1.2-7 all XML entity and URI resolver library
ii libxml-libxml-perl 2.0010+dfsg-1 x32 Perl interface to the libxml2 library
ii libxml-namespacesupport-perl 1.09-3 all Perl module for supporting simple generic namespaces
ii libxml-parser-perl 2.41-1 x32 Perl module for parsing XML files
ii libxml-regexp-perl 0.04-1 all Perl module for regular expressions for XML tokens
ii libxml-sax-base-perl 1.07-1 all base class for SAX drivers and filters
ii libxml-sax-perl 0.99+dfsg-2 all Perl module for using and building Perl SAX2 XML processors
ii libxml-simple-perl 2.20-1 all Perl module for reading and writing XML
ii libxml-xpathengine-perl 0.13-1 all re-usable XPath engine for DOM-like trees
ii libxml2:amd64 2.9.1+dfsg1-3 amd64 GNOME XML library
ii libxml2:x32 2.9.1+dfsg1-3 x32 GNOME XML library
ii libxml2-utils 2.9.1+dfsg1-3 amd64 XML utilities
rc libxmlrpc-c3 1.06.27-1.1 amd64 A lightweight RPC library based on XML and HTTP for C and C++
rc libxmlrpc-core-c3 1.16.33-3.2 amd64 lightweight RPC library based on XML and HTTP [C runtime libraries]
ii libxmu6:amd64 2:1.1.1-1 amd64 X11 miscellaneous utility library
ii libxmu6:x32 2:1.1.1-1 x32 X11 miscellaneous utility library
ii libxmuu1:amd64 2:1.1.1-1 amd64 X11 miscellaneous micro-utility library
ii libxmuu1:x32 2:1.1.1-1 x32 X11 miscellaneous micro-utility library
rc libxp6 1:1.0.1-1 amd64 X Printing Extension (Xprint) client library
ii libxpm4:amd64 1:3.5.10-1 amd64 X11 pixmap library
ii libxpm4:x32 1:3.5.10-1 x32 X11 pixmap library
ii libxrandr2:amd64 2:1.4.1-1 amd64 X11 RandR extension library
ii libxrandr2:x32 2:1.4.1-1 x32 X11 RandR extension library
ii libxrender1:amd64 1:0.9.8-1 amd64 X Rendering Extension client library
ii libxrender1:x32 1:0.9.8-1 x32 X Rendering Extension client library
rc libxres1:amd64 2:1.0.6-1 amd64 X11 Resource extension library
ii libxslt1.1:amd64 1.1.28-2 amd64 XSLT 1.0 processing library - runtime library
ii libxss1:amd64 1:1.2.2-1 amd64 X11 Screen Saver extension library
ii libxt-dev:amd64 1:1.1.4-1 amd64 X11 toolkit intrinsics library (development headers)
ii libxt6:amd64 1:1.1.4-1 amd64 X11 toolkit intrinsics library
ii libxt6:x32 1:1.1.4-1 x32 X11 toolkit intrinsics library
ii libxtables10 1.4.20-2 amd64 netfilter xtables library
ii libxtst6:amd64 2:1.2.2-1 amd64 X11 Testing -- Record extension library
ii libxtst6:x32 2:1.2.2-1 x32 X11 Testing -- Record extension library
ii libxv1:amd64 2:1.0.9-1 amd64 X11 Video extension library
ii libxvidcore4:amd64 2:1.3.2-9 amd64 Open source MPEG-4 video codec (library)
ii libxxf86dga1:amd64 2:1.1.4-1 amd64 X11 Direct Graphics Access extension library
ii libxxf86vm-dev:x32 1:1.1.3-1 x32 X11 XFree86 video mode extension library (development headers)
ii libxxf86vm1:amd64 1:1.1.3-1 amd64 X11 XFree86 video mode extension library
ii libxxf86vm1:x32 1:1.1.3-1 x32 X11 XFree86 video mode extension library
ii libyajl1 1.0.12-2 amd64 Yet Another JSON Library
rc libyajl2 2.0.4-2 amd64 Yet Another JSON Library
ii libyaml-0-2:amd64 0.1.4-2 amd64 Fast YAML 1.1 parser and emitter library
ii libyaml-perl 0.84-1 all YAML Ain't Markup Language
ii libyaml-tiny-perl 1.51-2 all Perl module for reading and writing YAML files
rc libzbar0 0.10+doc-7+b2 amd64 bar code scanner and decoder (library)
rc libzvbi0:amd64 0.2.33-6 amd64 Vertical Blanking Interval decoder (VBI) - runtime files
rc lightspark-common 0.6.0.1-2+gles2~exp0 amd64 High-performance SWF player - common data
rc links 2.3~pre1-1+squeeze1 amd64 Web browser running in text mode
ii lintian 2.5.17 all Debian package checker
ii linux-base 3.5 all Linux image base package
ii linux-doc 3.10+51 all Linux kernel specific documentation (meta-package)
ii linux-doc-3.1 3.1.6-1 all Linux kernel specific documentation for version 3.1
ii linux-doc-3.10 3.10.7-1 all Linux kernel specific documentation for version 3.10
ii linux-firmware-image 3.11.0-rc6+-4 amd64 Linux kernel firmware, version 3.11.0-rc6+
ii linux-image-3.10-2-amd64 3.10.7-1+jrn amd64 Linux 3.10 for 64-bit PCs
ii linux-image-3.11.0-rc6+ 3.11.0-rc6+-4 amd64 Linux kernel, version 3.11.0-rc6+
ii linux-image-3.7-trunk-amd64 3.7.8-1~experimental.1 amd64 Linux 3.7 for 64-bit PCs
ii linux-kbuild-3.2 3.2.17-1 amd64 Kbuild infrastructure for Linux 3.2
ii linux-kbuild-3.5 3.5-1~experimental.2 amd64 Kbuild infrastructure for Linux 3.5
ii linux-kbuild-3.6 3.6-1~experimental.1 amd64 Kbuild infrastructure for Linux 3.6
ii linux-kbuild-3.7 3.7.1-1~experimental.1 amd64 Kbuild infrastructure for Linux 3.7
ii linux-libc-dev:amd64 3.10.7-1 amd64 Linux support headers for userspace development
ii linux-libc-dev:x32 3.10.7-1 x32 Linux support headers for userspace development
ii linux-manual-3.2 3.2.46-1 all Linux kernel API manual pages for version 3.2
rc linux-sound-base 1.0.23+dfsg-4 all base package for ALSA and OSS sound systems
ii linux-tools-2.6.32 2.6.32-48squeeze1 amd64 Performance analysis tools for Linux 2.6.32
rc llvm-3.1-dev 3.1-3~exp7 amd64 Low-Level Virtual Machine (LLVM), libraries and headers
rc lm-sensors 1:3.3.0-4 amd64 utilities to read temperature/voltage/fan sensors
rc lmodern 2.004.1-3 all scalable PostScript and OpenType fonts based on Computer Modern
ii locales 2.17-92 all Embedded GNU C Library: National Language (locale) data [support]
ii lockfile-progs 0.1.17 amd64 Programs for locking and unlocking files and mailboxes
ii login 1:4.1.5.1-1 amd64 system login tools
ii logrotate 3.8.6-1 amd64 Log rotation utility
rc lpr 1:2008.05.17+nmu1 amd64 BSD lpr/lpd line printer spooling system
ii lsb-base 4.1+Debian12 all Linux Standard Base 4.1 init script functionality
ii lsb-build-base3 3.2.2~pre1-1.2 amd64 LSB v3.x Development tools base package
rc lsb-core 3.2-28 amd64 Linux Standard Base 3.2 core support package
ii lsb-release 4.1+Debian12 all Linux Standard Base version reporting utility
ii ltrace 0.5.3-2.1 amd64 Tracks runtime library calls in dynamically linked programs
rc luatex 0.72.0-2 amd64 next generation TeX engine
ii lvm2 2.02.98-6 amd64 Linux Logical Volume Manager
rc lynx-cur 2.8.8dev.16-1 amd64 Text-mode WWW Browser with NLS support (development version)
ii lzop 1.03-3 amd64 fast compression program
ii m4 1.4.16-5 amd64 a macro processing language
ii make 3.81-8.2 x32 An utility for Directing compilation.
ii man-db 2.6.5-2 amd64 on-line manual pager
ii manpages 3.53-1 all Manual pages about using a GNU/Linux system
ii manpages-dev 3.53-1 all Manual pages about using GNU/Linux for development
ii manpages-fr 3.53d1p1-1 all French version of the manual pages about using GNU/Linux
ii manpages-fr-dev 3.53d1p1-1 all French version of the development manual pages
ii manpages-fr-extra 20130901 all French version of the manual pages
ii maude 2.6-3 amd64 high-performance logical framework
ii mawk 1.3.3-17 x32 a pattern scanning and text processing language
rc mediawiki 1:1.15.5-5 all website engine for collaborative work
rc meld 1.6.0-1 all graphical tool to diff and merge files
ii menu 2.1.46 amd64 generates programs menu for all menu-aware applications
ii mesa-utils 8.1.0-2 amd64 Miscellaneous Mesa GL utilities
rc metacity-common 1:2.34.3-3 all shared files for the Metacity window manager
ii mime-support 3.54 all MIME files 'mime.types' & 'mailcap', and support programs
ii mksh 46-2 x32 MirBSD Korn Shell
ii module-init-tools 9-3 all transitional dummy package (module-init-tools to kmod)
rc mono-2.0-devel 2.6.7-5 all Mono development tools for CLI 2.0
rc mono-devel 2.10.5-1 all Mono development tools
rc mono-runtime 2.10.5-1 amd64 Mono runtime
ii mount 2.20.1-5.5 amd64 Tools for mounting and manipulating filesystems
ii mpg123 1.15.3-2 amd64 MPEG layer 1/2/3 audio player
ii mpg321 0.3.2-1.1 amd64 Simple and lightweight command line MP3 player
ii mr 1.16 all Multiple Repository management tool (transitional package)
rc mtools 4.0.12-1 amd64 Tools for manipulating MSDOS files
ii multiarch-support 2.17-92+b1 amd64 Transitional package to ensure multiarch compatibility
ii mutt 1.5.21-6.3 x32 text-based mailreader supporting MIME, GPG, PGP and threading
ii myrepos 1.20130826 all tool to manage all your version control repos
ii myspell-de-de 20120607-1 all German dictionary for myspell
ii myspell-en-us 1:3.3.0-4 all English_american dictionary for myspell
ii mysql-common 5.5.31+dfsg-1 all MySQL database common files, e.g. /etc/mysql/my.cnf
ii ncurses-base 5.9+20130608-1 all basic terminal type definitions
ii ncurses-bin 5.9+20130608-1 x32 terminal-related programs and man pages
ii ncurses-doc 5.9+20130608-1 all developer's guide and documentation for ncurses
ii ncurses-examples 5.9+20130608-1 x32 test programs and examples for ncurses
ii ncurses-term 5.9+20130608-1 all additional terminal type definitions
ii net-tools 1.60-25 amd64 The NET-3 networking toolkit
ii netbase 5.1 all Basic TCP/IP networking system
ii netcat-traditional 1.10-40 amd64 TCP/IP swiss army knife
ii netpbm 2:10.0-15+b1 amd64 Graphics conversion tools between image formats
ii netselect 0.3.ds1-25 amd64 speed tester for choosing a fast network server
rc notification-daemon 0.7.6-1 amd64 daemon for displaying passive pop-up notifications
ii noweb 2.11b-7.1 amd64 A WEB-like literate-programming tool
ii ntpdate 1:4.2.6.p5+dfsg-3 amd64 client for setting system time from NTP servers
rc ntrack-module-libnl-0 011-1.2 amd64 libnl based ntrack module
rc ocaml-findlib 1.2.7+debian-1+b1 amd64 management tool for OCaml libraries
rc ocaml-interp 3.12.1-2 amd64 OCaml interactive interpreter and standard libraries
rc ocaml-nox 3.12.1-2 amd64 ML implementation with a class-based object system (no X)
rc octave3.2 3.2.4-11 amd64 GNU Octave language for numerical computations (3.2 branch)
rc odbcinst 2.2.14p2-5 amd64 Helper program for accessing odbc ini files
rc odbcinst1debian2:amd64 2.2.14p2-5 amd64 Support library for accessing odbc ini files
ii offlineimap 6.5.4-2 all IMAP/Maildir synchronization and reader support
rc okumura-clsfiles 2009.08.23-1 all Modified jclasses.dtx of ASCII pLaTeX and so on
ii omega-rpg 1:0.90-pa9-15 amd64 A text-based roguelike game
rc oneko 1.2.sakura.6-8 amd64 cat chases the cursor (now a mouse) around the screen
rc openbsd-inetd 0.20091229-1 amd64 The OpenBSD Internet Superserver
rc openjade 1.4devel1-20 amd64 Implementation of the DSSSL language
rc openjdk-6-demo:amd64 6b23~pre11-1 amd64 Java runtime based on OpenJDK (demos and examples)
rc openoffice.org-common 1:3.3.0-1 all office productivity suite -- arch-independent files
rc openoffice.org-core 1:3.2.1-11+squeeze2 amd64 office productivity suite -- arch-dependent files
rc openoffice.org-thesaurus-en-us 1:3.2.1-2 all English Thesaurus for OpenOffice.org
rc openoffice.org-writer 1:3.2.1-11+squeeze2 amd64 office productivity suite -- word processor
ii openssh-blacklist 0.4.1+nmu1 all list of default blacklisted OpenSSH RSA and DSA keys
ii openssh-blacklist-extra 0.4.1+nmu1 all list of non-default blacklisted OpenSSH RSA and DSA keys
ii openssh-client 1:6.2p2-6 amd64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:6.2p2-6 amd64 secure shell (SSH) server, for secure access from remote machines
ii openssl 1.0.1e-3 x32 Secure Socket Layer (SSL) binary and related cryptographic tools
ii original-awk 2011-08-10-2 amd64 The original awk described in "The AWK Programming Language"
ii os-prober 1.63 amd64 utility to detect other OSes on a set of drives
rc oxygen-icon-theme 4:4.6.2-2 all Oxygen icon theme
ii parted 2.3-15 amd64 disk partition manipulator
ii passwd 1:4.1.5.1-1 amd64 change and administer password and group data
ii patch 2.7.1-3 amd64 Apply a diff file to an original
ii patchutils 0.3.2-2 x32 Utilities to work with patches
rc pavucontrol 1.0-1 amd64 PulseAudio Volume Control
ii pax 1:20120606-3 amd64 Portable Archive Interchange (cpio, pax, tar)
ii pbuilder 0.215 all personal package builder for Debian packages
ii pbzip2 1.1.8-1 amd64 parallel bzip2 implementation
ii pcc-libs-x86-64-linux-gnu 1.1.0~DEVEL+20110422-1 all Portable C Compiler -- libraries for amd64
ii pciutils 1:3.2.0-3 amd64 Linux PCI Utilities
ii pcmciautils 018-8 amd64 PCMCIA utilities for Linux 2.6
ii perl 5.14.2-21 x32 Larry Wall's Practical Extraction and Report Language
ii perl-base 5.14.2-21 x32 minimal Perl system
ii perl-doc 5.14.2-21 all Perl documentation
ii perl-modules 5.14.2-21 all Core Perl modules
rc pgf 2.10-1 all TeX Portable Graphic Format
rc phonon 4:4.6.0really4.5.0-5 all multimedia framework from KDE - metapackage
rc phonon-backend-null 4:4.6.0really4.5.1-1 all multimedia framework from KDE - null back-end (no real back-end)
rc phonon-backend-xine 4:4.6.0really4.4.4-4 amd64 Phonon Xine 1.1.x backend
rc php5-mysql 5.4.4-7 amd64 MySQL module for php5
ii pinball-data 0.3.1-13.1 all Data files for the Emilia Pinball Emulator
ii pinentry-curses 0.8.1-1 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG
rc piuparts 0.41 all .deb package installation, upgrading, and removal testing tool
ii pkg-config 0.26-1 x32 manage compile and link flags for libraries
ii pm-utils 1.4.1-11 all utilities and scripts for power management
ii pngcrush 1.7.9-1 amd64 optimizes PNG (Portable Network Graphics) files
ii po-debconf 1.0.16+nmu2 all tool for managing templates file translations with gettext
ii po4a 0.45-1 all tools for helping translation of documentation
rc poedit 1.5.4-1 amd64 gettext catalog editor
rc policykit-1 0.110-3 amd64 framework for managing administrative policies and privileges
rc policykit-1-gnome 0.105-2 amd64 GNOME authentication agent for PolicyKit-1
ii poppler-data 0.4.6-4 all encoding data for the poppler PDF rendering library
ii poppler-utils 0.22.5-2 amd64 PDF utilities (based on Poppler)
ii popularity-contest 1.59 all Vote for your favourite packages automatically
ii posh 0.12.2 amd64 Policy-compliant Ordinary SHell
ii powermgmt-base 1.31 x32 Common utils and configs for power management
ii powertop 2.4-2 amd64 diagnose issues with power consumption and management
rc prboom 2:2.5.0+dfsg1-5 amd64 clone of the legendary first person shooter Doom
rc prelink 0.0.20090925-1 amd64 ELF prelinking utility to speed up dynamic linking
rc preview-latex-style 11.85-1 all extraction of elements from LaTeX documents as graphics
ii printer-driver-min12xxw 0.0.9-6 amd64 printer driver for KonicaMinolta PagePro 1[234]xxW
ii procmail 3.22-20 amd64 Versatile e-mail processor
ii procps 1:3.3.8-2 amd64 /proc file system utilities
rc prosper 1.00.4+cvs.2007.05.01-4 all LaTeX class for writing transparencies
ii psmisc 22.20-1 x32 utilities that use the proc file system
ii psutils 1.17.dfsg-1 amd64 PostScript document handling utilities
rc ptex-base 1:2.5-2 all basic ASCII pTeX library files
rc ptex-bin 3.1.11+0.04b-0.1 amd64 The ASCII pTeX binary files
rc ptex-jisfonts 2-21.1 all Provide an environment of jis.tfm and jisg.tfm for pTeX/dvips
rc pulseaudio 4.0-6 amd64 PulseAudio sound server
ii pwgen 2.06-1+b2 amd64 Automatic Password generation
ii python 2.7.5-4 x32 interactive high-level object-oriented language (default version)
ii python-all 2.7.5-4 x32 package depending on all supported Python runtime versions
ii python-all-dbg 2.7.5-4 x32 package depending on all supported Python debugging packages
ii python-all-dev 2.7.5-4 x32 package depending on all supported Python development packages
ii python-apt 0.8.9.1 x32 Python interface to libapt-pkg
ii python-apt-common 0.8.9.1 all Python interface to libapt-pkg (locales)
ii python-central 0.6.17 all register and build utility for Python packages
ii python-chardet 2.0.1-2 all universal character encoding detector
ii python-configobj 4.7.2+ds-5 all simple but powerful config file reader and writer for Python
ii python-crypto 2.6-5 x32 cryptographic algorithms and protocols for Python
ii python-dbg 2.7.5-4 x32 debug build of the Python Interpreter (version 2.7)
ii python-dbus-dev 1.2.0-2 all main loop integration development files for python-dbus
ii python-debian 0.1.21+nmu2 all Python modules to work with Debian-related data formats
ii python-debianbts 1.11 all Python interface to Debian's Bug Tracking System
ii python-dev 2.7.5-4 x32 header files and a static library for Python (default)
ii python-docutils 0.10-3 all text processing system for reStructuredText (implemented in Python 2)
ii python-extras 0.0.3-2 all extensions to the Python standard library (Python 2.x)
ii python-fpconst 0.7.2-5 all Utilities for handling IEEE 754 floating point special values
ii python-jinja2 2.7.1-1 all small but fast and easy to use stand-alone template engine
ii python-libxml2 2.9.1+dfsg1-3 x32 Python bindings for the GNOME XML library
ii python-lzma 0.5.3-2 x32 Python bindings for liblzma
ii python-lzma-dbg 0.5.3-2 x32 python-lzma debug symbols
ii python-markupsafe 0.18-1 x32 HTML/XHTML/XML string library for Python
ii python-medusa 1:0.5.4-7 all Framework for implementing asynchronous servers
ii python-meliae 0.4.0-1 x32 Memory analysis tool for Python
ii python-meliae-dbg 0.4.0-1 x32 Memory analysis tool for Python - Debug extension
ii python-mimeparse 0.1.4-1 all Parse mime-types and quality parameters - python 2.x
ii python-minimal 2.7.5-4 x32 minimal subset of the Python language (default version)
ii python-paramiko 1.10.1-1 all Make ssh v2 connections with Python (Python 2)
ii python-pkg-resources 0.6.49-2 all Package Discovery and Resource Access using pkg_resources
ii python-pycurl 7.19.0-7 x32 Python bindings to libcurl
ii python-pycurl-dbg 7.19.0-7 x32 Python bindings to libcurl (debug extension)
ii python-pygments 1.6+dfsg-1 all syntax highlighting package written in Python
ii python-reportbug 6.4.4 all Python modules for interacting with bug tracking systems
ii python-roman 1.4.0-2 all module for generating/analyzing Roman numerals for Python 2
ii python-six 1.4.1-1 all Python 2 and 3 compatibility library (Python 2 interface)
ii python-soappy 0.12.0-4 all SOAP Support for Python
ii python-sphinx 1.1.3+dfsg-8 all documentation generator for Python projects (implemented in Python 2)
ii python-subunit 0.0.10-2.1 all unit testing protocol - Python bindings to generate and consume streams
rc python-subversion 1.6.17dfsg-1 amd64 Python bindings for Subversion
ii python-support 1.0.15 all automated rebuilding support for Python modules
ii python-testtools 0.9.32-2 all Extensions to the Python unittest library (Python 2.x)
ii python2.6 2.6.8-1.1 amd64 Interactive high-level object-oriented language (version 2.6)
rc python2.6-dbg 2.6.7-4 amd64 Debug Build of the Python Interpreter (version 2.6)
ii python2.6-minimal 2.6.8-1.1 amd64 Minimal subset of the Python language (version 2.6)
ii python2.7 2.7.5-7 x32 Interactive high-level object-oriented language (version 2.7)
ii python2.7-dbg 2.7.5-7 x32 Debug Build of the Python Interpreter (version 2.7)
ii python2.7-dev 2.7.5-7 x32 Header files and a static library for Python (v2.7)
ii python2.7-minimal 2.7.5-7 x32 Minimal subset of the Python language (version 2.7)
ii python3 3.3.2-15 x32 interactive high-level object-oriented language (default python3 version)
ii python3-apt 0.8.9.1 x32 Python 3 interface to libapt-pkg
ii python3-chardet 2.0.1-1 all universal encoding detector
ii python3-debian 0.1.21+nmu2 all Python 3 modules to work with Debian-related data formats
ii python3-magic 1:5.14-2 all File type determination library using "magic" numbers (Python 3 bindings)
ii python3-minimal 3.3.2-15 x32 minimal subset of the Python language (default python3 version)
ii python3-six 1.4.1-1 all Python 2 and 3 compatibility library (Python 3 interface)
rc python3.2 3.2.3-6 amd64 Interactive high-level object-oriented language (version 3.2)
rc python3.2-dbg 3.2.2~rc1-1 amd64 Debug Build of the Python Interpreter (version 3.2)
rc python3.2-minimal 3.2.3-6 amd64 Minimal subset of the Python language (version 3.2)
ii python3.3 3.3.2-5 x32 Interactive high-level object-oriented language (version 3.3)
ii python3.3-minimal 3.3.2-5 x32 Minimal subset of the Python language (version 3.3)
rc qemu-system 1.3.0+dfsg-1~exp1 amd64 QEMU full system emulation binaries
ii qprint 1.0.dfsg.2-2 amd64 encoder and decoder for quoted-printable encoding
ii quilt 0.60-10 all Tool to work with series of patches
rc r-base-core 2.13.1-1 amd64 GNU R core of statistical computation and graphics system
ii rdesktop 1.7.1-1 amd64 RDP client for Windows NT/2000 Terminal Server and Windows Servers
ii read-edid 2.0.0-3.1 amd64 hardware information-gathering tool for VESA PnP monitors
ii readline-common 6.2+dfsg-0.1 all GNU readline and history libraries, common files
ii reportbug 6.4.4 all reports bugs in the Debian distribution
ii rfkill 0.4-2 amd64 tool for enabling and disabling wireless devices
rc rpm 4.9.1.2-1+b1 amd64 package manager for RPM
ii rsync 3.0.9-4 amd64 fast, versatile, remote (and local) file-copying tool
rc rsyslog 7.4.3-1 amd64 reliable system and kernel logging daemon
rc rtkit 0.10-2 amd64 Realtime Policy and Watchdog Daemon
ii ruby-xmlparser 0.7.2-2 amd64 Ruby interface for the expat XML parser toolkit
ii ruby1.8 1.8.7.358-7.1 amd64 Interpreter of object-oriented scripting language Ruby 1.8
ii ruby1.9.1 1.9.3.194-8.2 amd64 Interpreter of object-oriented scripting language Ruby
ii runit 2.1.1-6.2 amd64 system-wide service supervision
ii rxp 1.5.0-2 amd64 Validating XML parser
rc sane-utils 1.0.23-3 amd64 API library for scanners -- utilities
rc scim 1.4.9-6 amd64 smart common input method platform
rc scim-bridge-agent 0.4.16-2+b1 amd64 IME server of scim-bridge communicate with SCIM
ii seabios 1.7.3-1 all Legacy BIOS implementation
ii sed 4.2.2-2 x32 The GNU sed stream editor
ii sensible-utils 0.0.9 all Utilities for sensible alternative selection
ii sgml-base 1.26+nmu4 all SGML infrastructure and SGML catalog file support
ii shared-mime-info 1.0-1+b1 amd64 FreeDesktop.org shared MIME database and spec
ii sharutils 1:4.11.1-2 amd64 shar, unshar, uuencode, uudecode
ii sl 3.03-17 amd64 Correct you if you type `sl' by mistake
ii smartmontools 6.2+svn3841-1 amd64 control and monitor storage systems using S.M.A.R.T.
ii sndfile-programs 1.0.25-7 amd64 Sample programs that use libsndfile
ii sndfile-tools 1.03-2+b1 amd64 A collection of programs for operating on sound files
rc source-highlight 3.1.4-1+b1 amd64 convert source code to syntax highlighted document
ii sp 1.3.4-1.2.1-47.3 amd64 James Clark's SGML parsing tools
ii sphinx-common 1.1.3+dfsg-8 all documentation generator for Python projects - common data
ii spim 8.0+dfsg-5.1 amd64 MIPS R2000/R3000 emulator
ii sqlite3 3.7.17-1 amd64 Command line interface for SQLite 3
ii squashfs-tools 1:4.2+20130409-1 amd64 Tool to create and append to squashfs filesystems
rc ssh-askpass 1:1.2.4.1-9 amd64 under X, asks user for a passphrase for ssh-add
ii ssl-cert 1.0.33 all simple debconf wrapper for OpenSSL
ii strace 4.8-1 amd64 A system call tracer
ii stterm 0.4.1+20130812+git4579693-1 amd64 suckless tools simple terminal for windowed system
rc subversion 1.7.9-1+nmu3 amd64 Advanced version control system
rc subversion-tools 1.7~-0 all Assorted tools related to Subversion
ii suckless-tools 38-2 x32 simple commands for minimalistic window managers
ii sudo 1.8.7-3 amd64 Provide limited super user privileges to specific users
ii sysv-rc 2.88dsf-43 all System-V-like runlevel change mechanism
ii sysvinit 2.88dsf-43 x32 System-V-like init utilities
ii sysvinit-utils 2.88dsf-43 x32 System-V-like utilities
ii t1utils 1.37-2 x32 Collection of simple Type 1 font manipulation programs
ii tar 1.26+dfsg-8 x32 GNU version of the tar archiving utility
ii tcl 8.6.0+5 amd64 Tool Command Language (default version) - shell
ii tcl8.6 8.6.0-4 amd64 Tcl (the Tool Command Language) v8.6 - shell
ii tcl8.6-doc 8.6.0-4 all Tcl (the Tool Command Language) v8.6 - manual pages
ii tcpd 7.6.q-24 amd64 Wietse Venema's TCP wrapper utilities
ii tcpdump 4.4.0-1 amd64 command-line network traffic analyzer
ii tcsh 6.18.01-2 amd64 TENEX C Shell, an enhanced version of Berkeley csh
rc tex-common 4.01 all common infrastructure for building and installing TeX
ii texinfo 5.1.dfsg.1-5 x32 Documentation system for on-line information and printed output
rc texlive-base 2012.20121205-1 all TeX Live: Essential programs and files
rc texlive-bibtex-extra 2012.20120611-2 all TeX Live: Extra BibTeX styles
rc texlive-doc-base 2012.20121205-1 all TeX Live: TeX Live documentation
rc texlive-extra-utils 2012.20120611-2 all TeX Live: TeX auxiliary programs
rc texlive-font-utils 2009-10 all TeX Live: TeX and Outline font utilities
rc texlive-fonts-recommended 2012.20121205-1 all TeX Live: Recommended fonts
rc texlive-fonts-recommended-doc 2009-14 all TeX Live: Documentation files for texlive-fonts-recommended
rc texlive-generic-recommended 2009-14 all TeX Live: Recommended generic packages
rc texlive-latex-base 2012.20121205-1 all TeX Live: Basic LaTeX packages
rc texlive-latex-base-doc 2009-14 all TeX Live: Documentation files for texlive-latex-base
rc texlive-latex-extra 2012.20121205-1 all TeX Live: LaTeX supplementary packages
rc texlive-latex-extra-doc 2009-10 all TeX Live: Documentation files for texlive-latex-extra
rc texlive-latex-recommended 2012.20121205-1 all TeX Live: LaTeX recommended packages
rc texlive-latex-recommended-doc 2009-14 all TeX Live: Documentation files for texlive-latex-recommended
rc texlive-luatex 2009-14 all TeX Live: LuaTeX packages
rc texlive-math-extra 2012.20120611-2 all TeX Live: Advanced math typesetting
rc texlive-metapost 2009-14 all TeX Live: MetaPost (and Metafont) drawing packages
rc texlive-metapost-doc 2009-14 all TeX Live: Documentation files for texlive-metapost
rc texlive-pictures 2012.20121205-1 all TeX Live: Graphics packages and programs
rc texlive-pictures-doc 2009-14 all TeX Live: Documentation files for texlive-pictures
rc texlive-pstricks 2009-10 all TeX Live: PSTricks packages
rc texlive-pstricks-doc 2009-10 all TeX Live: Documentation files for texlive-pstricks
rc texpower 0.2-7 all Macros for creating professional presentations with LaTeX
rc tidy 20091223cvs-1 amd64 HTML syntax checker and reformatter
ii time 1.7-24 amd64 GNU time program for measuring CPU resource usage
rc timidity 2.13.2-39+b1 amd64 Software sound renderer (MIDI sequencer, MOD player)
rc timidity-daemon 2.13.2-39 all runs TiMidity++ as a system-wide MIDI sequencer
rc tin 1:2.1.0-1 amd64 A full-screen easy to use Usenet newsreader
ii tint 0.04+nmu1 amd64 TINT Is Not Tetris(tm) ...at least the name isn't
rc tipa 2:1.3-15 all system for processing phonetic symbols in LaTeX
ii tk 8.6.0+5 amd64 Toolkit for Tcl and X11 (default version) - windowing shell
ii tk-tile 0.8.2-2.2 amd64 A themed widget set provider library for Tk
rc tk8.4 8.4.19-4.1 amd64 Tk toolkit for Tcl and X11, v8.4 - run-time files
rc tk8.5 8.5.10-1 amd64 Tk toolkit for Tcl and X11, v8.5 - run-time files
ii tk8.6 8.6.0-4 amd64 Tk toolkit for Tcl and X11 v8.6 - windowing shell
ii tla 1.3.5+dfsg-18 amd64 GNU Arch revision control system
ii traceroute 1:2.0.19-3 amd64 Traces the route taken by packets over an IPv4/IPv6 network
ii tsconf 1.0-11 all touch screen library common files
ii ttf-dejavu-core 2.33+svn2514-3 all transitional dummy package
ii ttf-dejavu-extra 2.33+svn2514-3 all transitional dummy package
rc ttf-lyx 2.0.1-1 all TrueType versions of some TeX fonts
rc txt2tags 2.5-2 all conversion tool to generating several file formats
ii tzdata 2013d-1 all time zone and daylight-saving time data
ii tzdata-java 2013d-1 all time zone and daylight-saving time data for use by java runtimes
rc ubuntu-dev-tools 0.149 all useful tools for Ubuntu developers
ii ucf 3.0027+nmu1 all Update Configuration File(s): preserve user changes to config files
ii udev 204-2 amd64 /dev/ and hotplug management daemon
rc udisks 1.0.4-7 amd64 storage media interface
ii uml-utilities 20070815-1.3 amd64 User-mode Linux (utility programs)
ii uno-libs3 4.1.1-1 amd64 LibreOffice UNO runtime environment -- public shared libraries
ii unrar-free 1:0.0.1+cvs20071127-2 amd64 Unarchiver for .rar files
ii unshield 0.6-3 amd64 extracts CAB files from InstallShield installers
ii unzip 6.0-9 amd64 De-archiver for .zip files
ii update-inetd 4.43 all inetd configuration file updater
rc upower 0.9.14-2+b1 amd64 abstraction for power management
ii ure 4.1.1-1 amd64 LibreOffice UNO runtime environment
ii usbip 1.1.1+3.11~rc4-1~exp1 amd64 USB device sharing system over IP network
ii usbutils 1:007-2 amd64 Linux USB utilities
ii util-linux 2.20.1-5.5 amd64 Miscellaneous system utilities
ii uuid-dev 2.20.1-5.5 x32 universally unique id library - headers and static libraries
ii uuid-runtime 2.20.1-5.5 amd64 runtime components for the Universally Unique ID library
ii valgrind 1:3.8.1-4+b1 amd64 instrumentation framework for building dynamic analysis tools
ii vbetool 1.1-3 amd64 run real-mode video BIOS code to alter hardware state
ii vde2 2.3.2-4 amd64 Virtual Distributed Ethernet
rc vflib3 3.6.14.dfsg-1.1+b1 amd64 Versatile Font Library
ii vgabios 0.7a-3 all VGA BIOS software for the Bochs and Qemu emulated VGA card
ii vim 2:7.4.000-1 x32 Vi IMproved - enhanced vi editor
rc vim-addon-manager 0.4.3 all manager of addons for the Vim editor
ii vim-common 2:7.4.000-1 x32 Vi IMproved - Common files
rc vim-gtk 2:7.3.363-1 amd64 Vi IMproved - enhanced vi editor - with GTK2 GUI
rc vim-gui-common 2:7.3.363-1 all Vi IMproved - Common GUI files
ii vim-runtime 2:7.4.000-1 all Vi IMproved - Runtime files
rc vim-tiny 2:7.4.000-1+b1 amd64 Vi IMproved - enhanced vi editor - compact version
rc vlc-data 1.1.12-2 all Common data for VLC
ii vrms 1.16 all virtual Richard M. Stallman
rc w3c-dtd-xhtml 1.1-5 all W3C eXtensible HyperText Markup Language (XHTML) DTD
ii w3m 0.5.3-11 amd64 WWW browsable pager with excellent tables/frames support
ii wamerican 7.1-1 all American English dictionary words for /usr/share/dict
rc wbritish 7.1-1 all British English dictionary words for /usr/share/dict
ii wdiff 1.1.2-1 x32 Compares two files word by word
ii weechat 0.4.1-2 all Fast, light and extensible chat client
ii weechat-core 0.4.1-2 x32 Fast, light and extensible chat client - core files
ii weechat-curses 0.4.1-2 x32 Fast, light and extensible chat client - console client
ii weechat-doc 0.4.1-2 all Fast, light and extensible chat client - documentation
ii wget 1.14-3 amd64 retrieves files from the web
ii whiptail 0.52.15-2+b1 amd64 Displays user-friendly dialog boxes from shell scripts
ii whois 5.0.26 amd64 intelligent WHOIS client
rc widelands 1:16-1+b1 amd64 fantasy real-time strategy game
ii wireless-regdb 2013.02.13-1 all wireless regulatory database
ii wireless-tools 30~pre9-8 amd64 Tools for manipulating Linux Wireless Extensions
rc wireshark 1.8.2-2 amd64 network traffic analyzer - GTK+ version
ii wodim 9:1.1.11-2 amd64 command line CD/DVD writing tool
ii wpasupplicant 1.0-3 x32 client support for WPA and WPA2 (IEEE 802.11i)
ii wwwconfig-common 0.2.2 all Debian web auto configuration
rc x11-apps 7.7+1 amd64 X applications
ii x11-common 1:7.7+3 all X Window System (X.Org) infrastructure
ii x11-session-utils 7.6+2 x32 X session utilities
ii x11-utils 7.7+1 amd64 X11 utilities
ii x11-xfs-utils 7.7~1 x32 X font server utilities
ii x11-xkb-utils 7.7~1 x32 X11 XKB utilities
ii x11-xserver-utils 7.7~3 x32 X server utilities
ii x11proto-composite-dev 1:0.4.2-2 all X11 Composite extension wire protocol
ii x11proto-core-dev 7.0.24-1 all X11 core wire protocol and auxiliary headers
ii x11proto-damage-dev 1:1.2.1-2 all X11 Damage extension wire protocol
ii x11proto-dri2-dev 2.8-2 all X11 DRI2 extension wire protocol
ii x11proto-fixes-dev 1:5.0-2 all X11 Fixes extension wire protocol
ii x11proto-gl-dev 1.4.16-2 all X11 OpenGL extension wire protocol
ii x11proto-input-dev 2.3-1 all X11 Input extension wire protocol
ii x11proto-kb-dev 1.0.6-2 all X11 XKB extension wire protocol
ii x11proto-render-dev 2:0.11.1-2 all X11 Render extension wire protocol
ii x11proto-xext-dev 7.2.1-1 all X11 various extension wire protocol
ii x11proto-xf86vidmode-dev 2.3.1-2 all X11 Video Mode extension wire protocol
ii x11proto-xinerama-dev 1.2.1-2 all X11 Xinerama extension wire protocol
ii xauth 1:1.0.7-1 amd64 X authentication utility
rc xbase-clients 1:7.5+8 all miscellaneous X clients - metapackage
ii xbitmaps 1.1.1-2 all Base X bitmaps
ii xdelta 1.1.3-9 amd64 A diff utility which works with binary files
ii xdg-utils 1.1.0~rc1+git20111210-7 all desktop integration utilities from freedesktop.org
rc xdiskusage 1.48-10 amd64 Displays a graphic of your disk usage with du
rc xdu 3.0-17 amd64 display the output of "du" in an X window
ii xfonts-encodings 1:1.0.4-1 all Encodings for X.Org fonts
rc xfonts-mathml 4 all Type1 Symbol font for MathML
ii xfonts-terminus 4.38-1 all Fixed-width fonts for fast reading
rc xfonts-unifont 1:5.1.20080914-1 all PCF (bitmap) version of the GNU Unifont
ii xfonts-utils 1:7.7~1 x32 X Window System font utility programs
rc xfsprogs 3.1.5+nmu1 amd64 Utilities for managing the XFS filesystem
rc xinetd 1:2.3.14-7 amd64 replacement for inetd with many enhancements
ii xinit 1.3.2-1 amd64 X server initialisation tool
ii xkb-data 2.5.1-3 all X Keyboard Extension (XKB) configuration data
ii xli 1.17.0+20061110-4 amd64 command line tool for viewing images in X11
ii xml-core 0.13+nmu2 all XML infrastructure and XML catalog file support
rc xmltex 1.9.debian.1-3 all TeX package for processing XML files
ii xmonad 0.11-5 amd64 Lightweight X11 window manager written in Haskell
ii xorg-docs-core 1:1.6-1 all Core documentation for the X.org X Window System
ii xorg-sgml-doctools 1:1.10-1 all Common tools for building X.Org SGML documentation
rc xsane 0.998-4 amd64 featureful graphical frontend for SANE (Scanner Access Now Easy)
ii xsane-common 0.998-5 all featureful graphical frontend for SANE (Scanner Access Now Easy)
ii xscavenger 1.4.4-9 amd64 Lode-runner-like platform game for X
rc xscreensaver 5.15-3 amd64 Automatic screensaver for X
ii xserver-common 2:1.14.2.901-2 all common files used by various X servers
ii xserver-xorg 1:7.7+3 x32 X.Org X server
ii xserver-xorg-core 2:1.12.4-6.2 x32 Xorg X server - core server
ii xserver-xorg-input-evdev 1:2.8.1-1 x32 X.Org X server -- evdev input driver
ii xserver-xorg-input-mouse 1:1.9.0-1 x32 X.Org X server -- mouse input driver
ii xserver-xorg-input-synaptics 1.7.1-1 x32 Synaptics TouchPad driver for X.Org server
ii xserver-xorg-video-ati 1:7.2.0-1 x32 X.Org X server -- AMD/ATI display driver wrapper
ii xserver-xorg-video-mach64 6.9.1-2 x32 X.Org X server -- ATI Mach64 display driver
ii xserver-xorg-video-r128 6.8.2-1 x32 X.Org X server -- ATI r128 display driver
ii xserver-xorg-video-radeon 1:7.2.0-1 x32 X.Org X server -- AMD/ATI Radeon display driver
ii xsltproc 1.1.28-2 amd64 XSLT 1.0 command line processor
ii xterm 295-1 x32 X terminal emulator
ii xtrans-dev 1.2.7-1 all X transport library (development files)
rc xul-ext-adblock-plus 1.3.10-3 all Advertisement blocking extension for web browsers
rc xul-ext-monkeysphere 0.6-1 all Iceweasel/Firefox extension for using Monkeysphere on the web
rc xulrunner-1.9.1 1.9.1.16-10 amd64 XUL + XPCOM application runner
ii xulrunner-23.0 23.0.1-1 amd64 XUL + XPCOM application runner
ii xutils 1:7.7+3 all X Window System utility programs metapackage
ii xz-utils 5.1.1alpha+20120614-2 amd64 XZ-format compression utilities
ii xzdec 5.1.1alpha+20120614-2 amd64 XZ-format compression utilities - tiny decompressors
ii zlib1g:amd64 1:1.2.8.dfsg-1 amd64 compression library - runtime
ii zlib1g:x32 1:1.2.8.dfsg-1 x32 compression library - runtime
ii zlib1g-dev:amd64 1:1.2.8.dfsg-1 amd64 compression library - development
ii zlib1g-dev:x32 1:1.2.8.dfsg-1 x32 compression library - development
rc zsh 4.3.12-1 amd64 shell with lots of features
More information about the Pkg-bazaar-maint
mailing list