Your message dated Fri, 04 Oct 2013 22:48:52 +0000
with message-id <e1vseb2-00079w...@franck.debian.org>
and subject line Bug#723894: fixed in bzr 2.6.0-3
has caused the Debian Bug report #723894,
regarding FTBFS: test suite failures in TestNetrcCS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
723894: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723894
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bzr
Version: 2.6.0-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)


I'm afraid that bzr fails a number of tests, all under
bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS

It was first seen on the x32 buildd:
http://buildd.debian-ports.org/status/fetch.php?pkg=bzr&arch=x32&ver=2.6.0-2&stamp=1379197991
but reproduces for me on amd64 as well, both on a real system and in
pbuilder.

That buildd runs with just one thread, so I'm attaching the output from my
system.

There is no ~/.netrc file on any account.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11.1-x32 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
...ib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_default_passwordERROR
        6ms
    Empty attachments:
  log

Traceback (most recent call last):
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 66, in test_default_password
    cs = self._get_netrc_cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 53, in _get_netrc_cs
    return  config.credential_store_registry.get_credential_store('netrc')
  File "«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/config.py", line 
2037, in get_credential_store
    cs = cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/__init__.py",
 line 44, in __init__
    self._netrc = netrc.netrc()
  File "/usr/lib/python2.7/netrc.py", line 33, in __init__
    self._parse(file, fp, default_netrc)
  File "/usr/lib/python2.7/netrc.py", line 111, in _parse
    " the owner", file, lexer.lineno)
NetrcParseError: ~/.netrc access too permissive: access permissions must 
restrict access to only the owner 
(/tmp/testbzr-a9S0aZ.tmp/bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_default_password/home/.netrc,
 line 2)

======================================================================
ERROR: 
bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_not_matching_user
----------------------------------------------------------------------
_StringException: Empty attachments:
  log

Traceback (most recent call last):
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 56, in test_not_matching_user
    cs = self._get_netrc_cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 53, in _get_netrc_cs
    return  config.credential_store_registry.get_credential_store('netrc')
  File "«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/config.py", line 
2037, in get_credential_store
    cs = cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/__init__.py",
 line 44, in __init__
    self._netrc = netrc.netrc()
  File "/usr/lib/python2.7/netrc.py", line 33, in __init__
    self._parse(file, fp, default_netrc)
  File "/usr/lib/python2.7/netrc.py", line 111, in _parse
    " the owner", file, lexer.lineno)
NetrcParseError: ~/.netrc access too permissive: access permissions must 
restrict access to only the owner 
(/tmp/testbzr-aHPGTK.tmp/bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_not_matching_user/home/.netrc,
 line 2)

======================================================================
ERROR: 
bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_default_password_without_user
----------------------------------------------------------------------
_StringException: Empty attachments:
  log

Traceback (most recent call last):
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 71, in test_default_password_without_user
    cs = self._get_netrc_cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 53, in _get_netrc_cs
    return  config.credential_store_registry.get_credential_store('netrc')
  File "«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/config.py", line 
2037, in get_credential_store
    cs = cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/__init__.py",
 line 44, in __init__
    self._netrc = netrc.netrc()
  File "/usr/lib/python2.7/netrc.py", line 33, in __init__
    self._parse(file, fp, default_netrc)
  File "/usr/lib/python2.7/netrc.py", line 111, in _parse
    " the owner", file, lexer.lineno)
NetrcParseError: ~/.netrc access too permissive: access permissions must 
restrict access to only the owner 
(/tmp/testbzr-ciOcOo.tmp/bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_default_password_without_user/home/.netrc,
 line 2)

======================================================================
ERROR: 
bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_matching_user
----------------------------------------------------------------------
_StringException: Empty attachments:
  log

Traceback (most recent call last):
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 61, in test_matching_user
    cs = self._get_netrc_cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 53, in _get_netrc_cs
    return  config.credential_store_registry.get_credential_store('netrc')
  File "«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/config.py", line 
2037, in get_credential_store
    cs = cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/__init__.py",
 line 44, in __init__
    self._netrc = netrc.netrc()
  File "/usr/lib/python2.7/netrc.py", line 33, in __init__
    self._parse(file, fp, default_netrc)
  File "/usr/lib/python2.7/netrc.py", line 111, in _parse
    " the owner", file, lexer.lineno)
NetrcParseError: ~/.netrc access too permissive: access permissions must 
restrict access to only the owner 
(/tmp/testbzr-5gXUPU.tmp/bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_matching_user/home/.netrc,
 line 2)

======================================================================
ERROR: 
bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_get_netrc_credentials_via_auth_config
----------------------------------------------------------------------
_StringException: Empty attachments:
  log

Traceback (most recent call last):
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 84, in test_get_netrc_credentials_via_auth_config
    credentials = conf.get_credentials('scheme', 'host', user='joe')
  File "«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/config.py", line 
1867, in get_credentials
    auth_def.get('password_encoding', None))
  File "«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/config.py", line 
2012, in decode_password
    cs = credential_store_registry.get_credential_store(encoding)
  File "«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/config.py", line 
2037, in get_credential_store
    cs = cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/__init__.py",
 line 44, in __init__
    self._netrc = netrc.netrc()
  File "/usr/lib/python2.7/netrc.py", line 33, in __init__
    self._parse(file, fp, default_netrc)
  File "/usr/lib/python2.7/netrc.py", line 111, in _parse
    " the owner", file, lexer.lineno)
NetrcParseError: ~/.netrc access too permissive: access permissions must 
restrict access to only the owner 
(/tmp/testbzr-qzR7SL.tmp/bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_get_netrc_credentials_via_auth_config/home/.netrc,
 line 2)

======================================================================
ERROR: 
bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_default_password
----------------------------------------------------------------------
_StringException: Empty attachments:
  log

Traceback (most recent call last):
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 66, in test_default_password
    cs = self._get_netrc_cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py",
 line 53, in _get_netrc_cs
    return  config.credential_store_registry.get_credential_store('netrc')
  File "«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/config.py", line 
2037, in get_credential_store
    cs = cs()
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/plugins/netrc_credential_store/__init__.py",
 line 44, in __init__
    self._netrc = netrc.netrc()
  File "/usr/lib/python2.7/netrc.py", line 33, in __init__
    self._parse(file, fp, default_netrc)
  File "/usr/lib/python2.7/netrc.py", line 111, in _parse
    " the owner", file, lexer.lineno)
NetrcParseError: ~/.netrc access too permissive: access permissions must 
restrict access to only the owner 
(/tmp/testbzr-a9S0aZ.tmp/bzrlib.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_default_password/home/.netrc,
 line 2)

======================================================================
FAIL: bzrlib.tests.blackbox.test_selftest.TestOptions.test_list_only
----------------------------------------------------------------------
_StringException: log: {{{
44.275  run bzr: ['selftest', '--list-only']
44.276  bazaar version: 2.6.0
44.276  bzr arguments: [u'selftest', u'--list-only']
 WARNING  Permission denied while trying to load configuration store 
file:///root/.bazaar/bazaar.conf.
 WARNING  Permission denied while trying to load configuration store 
file:///root/.bazaar/bazaar.conf.
44.279  encoding stdout as sys.stdout encoding 'utf-8'
44.279  errors:
'Permission denied while trying to load configuration store 
file:///root/.bazaar/bazaar.conf.\nPermission denied while trying to load 
configuration store file:///root/.bazaar/bazaar.conf.\n'
}}}

Traceback (most recent call last):
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox/test_selftest.py",
 line 144, in test_list_only
    outputs_nothing('selftest --list-only')
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/tests/blackbox/test_selftest.py",
 line 136, in outputs_nothing
    self.assertEqual('', err)
  File "«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/tests/__init__.py", 
line 1360, in assertEqual
    pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = ''
b = 'Permission denied while trying to load configuration store 
file:///root/.bazaar/bazaar.conf.\nPermission denied while trying to load 
configuration store file:///root/.bazaar/bazaar.conf.\n'

======================================================================
FAIL: bzrlib.tests.test_options.OptionTests.test_option_arg_help
----------------------------------------------------------------------
_StringException: log: {{{
369.597  run bzr: ['help', 'commit']
369.597  bazaar version: 2.6.0
369.597  bzr arguments: [u'help', u'commit']
 WARNING  Permission denied while trying to load configuration store 
file:///root/.bazaar/bazaar.conf.
 WARNING  Permission denied while trying to load configuration store 
file:///root/.bazaar/bazaar.conf.
369.601  encoding stdout as sys.stdout encoding 'utf-8'
 WARNING  Permission denied while trying to load configuration store 
file:///root/.bazaar/bazaar.conf.
369.602  encoding stdout as sys.stdout encoding 'utf-8'
369.610  output:
'Purpose: Commit changes into a new revision.\nUsage:   bzr commit 
[SELECTED...]\n\nOptions:\n  -v, --verbose         Display more information.\n  
--author=ARG          Set the author\'s name, if it\'s different from the\n     
                   committer.\n  --commit-time=ARG     Manually set a commit 
time using commit date format,\n                        e.g. \'2009-10-10 
08:00:00 +0100\'.\n  --unchanged           Commit even if nothing has 
changed.\n  --fixes=ARG           Mark a bug as being fixed by this revision 
(see "bzr\n                        help bugs").\n  -q, --quiet           Only 
display errors and warnings.\n  -p, --show-diff       When no message is 
supplied, show the diff along with\n                        the status summary 
in the message editor.\n  --strict              Refuse to commit if there are 
unknown files in the\n                        working tree.\n  --lossy          
     When committing to a foreign version control system do\n                
         not push data that can not be natively represented.\n  -F MSGFILE, 
--file=MSGFILE\n                        Take commit message from this file.\n  
--usage               Show usage message and options.\n  -x ARG, 
--exclude=ARG\n                        Do not consider changes made to a given 
path.\n  -m ARG, --message=ARG\n                        Description of the new 
revision.\n  --local               Perform a local commit in a bound branch.  
Local\n                        commits are not pushed to the master branch 
until a\n                        normal commit is performed.\n  -h, --help      
      Show help message.\n\nDescription:\n  An explanatory message needs to be 
given for each commit. This is\n  often done by using the --message option 
(getting the message from the\n  command line) or by using the --file option 
(getting the message from\n  a file). If neither of these options is given, an 
editor is opened for\n  the user to enter the message. To see the cha
 nged files in the\n  boilerplate text loaded into the editor, use the 
--show-diff option.\n  \n  By default, the entire tree is committed and the 
person doing the\n  commit is assumed to be the author. These defaults can be 
overridden\n  as explained below.\n\nSelective commits:\n  If selected files 
are specified, only changes to those files are\n  committed.  If a directory is 
specified then the directory and\n  everything within it is committed.\n\n  
When excludes are given, they take precedence over selected files.\n  For 
example, to commit only changes within foo, but not changes\n  within 
foo/bar:\n\n    bzr commit foo -x foo/bar\n\n  A selective commit after a merge 
is not yet supported.\n\nCustom authors:\n  If the author of the change is not 
the same person as the committer,\n  you can specify the author\'s name using 
the --author option. The\n  name should be in the same format as a 
committer-id, e.g.\n  "John Doe <j...@example.com>". If there is more than one 
autho
 r of\n  the change you can specify the option multiple times, once for each\n  
author.\n\nChecks:\n  A common mistake is to forget to add a new file or 
directory before\n  running the commit command. The --strict option checks for 
unknown\n  files and aborts the commit if any are found. More advanced 
pre-commit\n  checks can be implemented by defining hooks. See ``bzr help 
hooks``\n  for details.\n\nThings to note:\n  If you accidentially commit the 
wrong changes or make a spelling\n  mistake in the commit message say, you can 
use the uncommit command\n  to undo it. See ``bzr help uncommit`` for 
details.\n\n  Hooks can also be configured to run after a commit. This allows 
you\n  to trigger updates to external systems like bug trackers. The --fixes\n  
option can be used to record the association between a revision and\n  one or 
more bugs. See ``bzr help bugs`` for details.\n\nAliases:  ci, checkin\nSee 
also: add, bugs, hooks, uncommit\n'
369.610  errors:
'Permission denied while trying to load configuration store 
file:///root/.bazaar/bazaar.conf.\nPermission denied while trying to load 
configuration store file:///root/.bazaar/bazaar.conf.\nPermission denied while 
trying to load configuration store file:///root/.bazaar/bazaar.conf.\n'
}}}

Traceback (most recent call last):
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/tests/test_options.py", 
line 79, in test_option_arg_help
    self.assertEqual(err, '')
  File "«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/tests/__init__.py", 
line 1360, in assertEqual
    pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = 'Permission denied while trying to load configuration store 
file:///root/.bazaar/bazaar.conf.\nPermission denied while trying to load 
configuration store file:///root/.bazaar/bazaar.conf.\nPermission denied while 
trying to load configuration store file:///root/.bazaar/bazaar.conf.\n'
b = ''

======================================================================
FAIL: 
bzrlib.tests.test_smart_transport.TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop
----------------------------------------------------------------------
_StringException: log: {{{
INFO  Requested to stop gracefully
377.385  Stopping SmartServerSocketStreamMedium(client=('127.0.0.1', 41428))
    INFO  Requested to stop gracefully
}}}

Traceback (most recent call last):
  File 
"«BUILD»/bzr-2.6.0/build/lib.linux-x86_64-2.7/bzrlib/tests/test_smart_transport.py",
 line 1458, in test_graceful_shutdown_waits_for_clients_to_stop
    self.assertFalse(server._fully_stopped.isSet())
  File "/usr/lib/python2.7/unittest/case.py", line 418, in assertFalse
    raise self.failureException(msg)
AssertionError: True is not false

----------------------------------------------------------------------
Ran 28613 tests in 533.332s

FAILED (failures=3, errors=5, known_failure_count=59)
2649 tests skipped
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory `«BUILD»/bzr-2.6.0'
make: *** [binary] Error 2
debuild: fatal error at line 1343:
couldn't exec fakeroot debian/rules: 

--- End Message ---
--- Begin Message ---
Source: bzr
Source-Version: 2.6.0-3

We believe that the bug you reported is fixed in the latest version of
bzr, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 723...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrew Starr-Bochicchio <a...@debian.org> (supplier of updated bzr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 04 Oct 2013 18:10:33 -0400
Source: bzr
Binary: bzr python-bzrlib python-bzrlib-dbg python-bzrlib.tests bzr-doc
Architecture: source all amd64
Version: 2.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-ma...@lists.alioth.debian.org>
Changed-By: Andrew Starr-Bochicchio <a...@debian.org>
Description: 
 bzr        - easy to use distributed version control system
 bzr-doc    - easy to use distributed version control system (documentation)
 python-bzrlib - distributed version control system - python library
 python-bzrlib-dbg - distributed version control system - debug extension
 python-bzrlib.tests - distributed version control system - testsuite
Closes: 723894
Changes: 
 bzr (2.6.0-3) unstable; urgency=low
 .
   * Backport upstream commit that makes .netrc 0600 in tests so
     python-2.7.5-8's netrc is happy (Closes: #723894).
Checksums-Sha1: 
 5f2e146dec465ce9fc91ad1aa41b6c5874bb9fbc 2481 bzr_2.6.0-3.dsc
 106d41fc9419b6c4e86737b136e59e931bda990d 43948 bzr_2.6.0-3.debian.tar.gz
 2704cbf298218b81010e879c9f80871383146dad 52870 bzr_2.6.0-3_all.deb
 0b507633ff93898033d888efff42fdc26eef5ac0 1572172 
python-bzrlib_2.6.0-3_amd64.deb
 6f642612770068c915088e8ce4ef6b27d815b9f8 1824386 
python-bzrlib-dbg_2.6.0-3_amd64.deb
 acab6925a638373c70ff8e23bffa56ab3ada5761 1028800 
python-bzrlib.tests_2.6.0-3_all.deb
 63bd2dc7a7f80896491684bf629801e206411dea 3834952 bzr-doc_2.6.0-3_all.deb
Checksums-Sha256: 
 a429fbe546f84e06f700b68e1c4490214a04b14c95a0db637534f74ad0323313 2481 
bzr_2.6.0-3.dsc
 5d968c501f8b1bef0781d142aaf02906d3233112a6f435c4163d3eb949bcdc93 43948 
bzr_2.6.0-3.debian.tar.gz
 caedb9bfd044173b851a61310780c3c720f2dfc0d78c94c7c938637e3fb9ba38 52870 
bzr_2.6.0-3_all.deb
 59ec488c17b4104e92187dd8d4d1bbe75d3702f48a7b434d5f1b2fa7d328b9ba 1572172 
python-bzrlib_2.6.0-3_amd64.deb
 293ecb74e7df6e789ac440c7909d7f160b3d082b91132b1858abb6ee17a0e28e 1824386 
python-bzrlib-dbg_2.6.0-3_amd64.deb
 c175af3bcf650190d700da449a3b02f66c5179f4d9b60e229ae9ba589e6c65b7 1028800 
python-bzrlib.tests_2.6.0-3_all.deb
 12ac9e81cb772e7aa0817f84bd7f4d756cf80b5c8483ab629a017f331c288aa4 3834952 
bzr-doc_2.6.0-3_all.deb
Files: 
 fd4aeafdf0f8bea032021d7a934fbc54 2481 vcs optional bzr_2.6.0-3.dsc
 92efc4fcda03b3f16c81c2183ed9537c 43948 vcs optional bzr_2.6.0-3.debian.tar.gz
 4e875c63c55e4e8c2ea913585836b587 52870 vcs optional bzr_2.6.0-3_all.deb
 ff7b9b5f0f7e89bc9edcb57c1176a0b5 1572172 python optional 
python-bzrlib_2.6.0-3_amd64.deb
 008f16324ec488e2322db00d08bbc22a 1824386 debug extra 
python-bzrlib-dbg_2.6.0-3_amd64.deb
 1e16b373ef75f258db72f59c43fbaef9 1028800 python optional 
python-bzrlib.tests_2.6.0-3_all.deb
 b4178237ce315365a9305faec3dc8c3c 3834952 doc optional bzr-doc_2.6.0-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJST0FUAAoJEDtW4rvVP9yxlqIP/RLpl4elgeuHjhX7YywoprbJ
aFV5I0mihgEEmIZufm2bBeNzyZrVIjYT8sBnPScdXBQuPEO/C6nvr/inpDReEPrp
AuefRxDgrqqo/MENXio2Q0gGsF5tRO4wPtJ6GUvfSAAKcv1QdNZsLFvf5nOARYQT
wJDZ3+e7yrQysk/1mzUfMEE3cKKxzT40wWSd+BTwuFkfn514j3BWMzPrIXUs2d5N
ibIQwannxJyzFFBbNUALQKPEQYlS6cHukJ6mE/lOmVa8dghIvhG3zLT+m9Dp7URz
IzF4wp03IPpJ26Ai+9oNGwsvkxo5xmOIp5Iq2xyAG8bC7ZMkP1cTVdGxH686amS2
VqV/qa8EX+f1QyryE9GzHuIRO+c/dZ1gKz1yRAIoHkXuydLcR8C+bjl94n+vsbkl
hfak3gprU4qVOr8p1nV8iqoL2cC/BVzwtkl7oNbxeOVsYOAqU3E1c0/r06zoFYYt
v7D46pLWBq6dQw3ieyKnZuzeEQ7JRKlCvlUQyIWgGAAKw2ILa9wNa9651WeYZh6g
gWayo1waD2OmYbzkrmNNCdduZsDmEdze8BukL8I28Pf4KGrV7uLALdPq53/APav/
i2EUkgPv2w+UJ5mDLHN+e/vebpbsVRhJGVkYgDDzxcbSVUs3DEnVo+5RvTbxf134
l4dsXo7MkvTFSszkZl2a
=oQL6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to