Your message dated Mon, 26 Jun 2017 22:49:30 +0000
with message-id <e1dpcp0-000ary...@fasolo.debian.org>
and subject line Bug#865789: fixed in git 1:2.13.2-2
has caused the Debian Bug report #865789,
regarding git FTBFS on armhf/ppc64el: not ok 3 - git svn branch tests
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.)


-- 
865789: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865789
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: git
Version: 1:2.13.1-1
Severity: serious

https://buildd.debian.org/status/package.php?p=git&suite=sid

...
expecting success: 
        git svn branch a &&
        base=$(git rev-parse HEAD:) &&
        test $base = $(git rev-parse remotes/origin/a:) &&
        git svn branch -m "created branch b blah" b &&
        test $base = $(git rev-parse remotes/origin/b:) &&
        test_must_fail git branch -m "no branchname" &&
        git svn branch -n c &&
        test_must_fail git rev-parse remotes/origin/c &&
        test_must_fail git svn branch a &&
        git svn branch -t tag1 &&
        test $base = $(git rev-parse remotes/origin/tags/tag1:) &&
        git svn branch --tag tag2 &&
        test $base = $(git rev-parse remotes/origin/tags/tag2:) &&
        git svn tag tag3 &&
        test $base = $(git rev-parse remotes/origin/tags/tag3:) &&
        git svn tag -m "created tag4 foo" tag4 &&
        test $base = $(git rev-parse remotes/origin/tags/tag4:) &&
        test_must_fail git svn tag -m "no tagname" &&
        git svn tag -n tag5 &&
        test_must_fail git rev-parse remotes/origin/tags/tag5 &&
        test_must_fail git svn tag tag1

Copying 
file:///«PKGBUILDDIR»/t/trash%20directory.t9128-git-svn-cmd-branch/svnrepo/trunk
 at r2 to 
file:///«PKGBUILDDIR»/t/trash%20directory.t9128-git-svn-cmd-branch/svnrepo/branches/a...
Found possible branch point: 
file:///«PKGBUILDDIR»/t/trash%20directory.t9128-git-svn-cmd-branch/svnrepo/trunk
 => 
file:///«PKGBUILDDIR»/t/trash%20directory.t9128-git-svn-cmd-branch/svnrepo/branches/a,
 2
Found branch parent: (refs/remotes/origin/a) 
eed7341cd656e2fdb2fb9b36fbe4b039ba13e348
Following parent with do_switch
Successfully followed parent
r3 = 66a689f823e1002a376e324cce35d8c131f72bdc (refs/remotes/origin/a)
Copying 
file:///«PKGBUILDDIR»/t/trash%20directory.t9128-git-svn-cmd-branch/svnrepo/trunk
 at r2 to 
file:///«PKGBUILDDIR»/t/trash%20directory.t9128-git-svn-cmd-branch/svnrepo/branches/b...
Found possible branch point: 
file:///«PKGBUILDDIR»/t/trash%20directory.t9128-git-svn-cmd-branch/svnrepo/trunk
 => 
file:///«PKGBUILDDIR»/t/trash%20directory.t9128-git-svn-cmd-branch/svnrepo/branches/b,
 2
Found branch parent: (refs/remotes/origin/b) 
eed7341cd656e2fdb2fb9b36fbe4b039ba13e348
Following parent with do_switch
Successfully followed parent
r4 = 3f86a479bd31164c206172f5ef7b1fcb7d43e4e1 (refs/remotes/origin/b)
error: git-svn died of signal 11
not ok 3 - git svn branch tests
#       
#               git svn branch a &&
#               base=$(git rev-parse HEAD:) &&
#               test $base = $(git rev-parse remotes/origin/a:) &&
#               git svn branch -m "created branch b blah" b &&
#               test $base = $(git rev-parse remotes/origin/b:) &&
#               test_must_fail git branch -m "no branchname" &&
#               git svn branch -n c &&
#               test_must_fail git rev-parse remotes/origin/c &&
#               test_must_fail git svn branch a &&
#               git svn branch -t tag1 &&
#               test $base = $(git rev-parse remotes/origin/tags/tag1:) &&
#               git svn branch --tag tag2 &&
#               test $base = $(git rev-parse remotes/origin/tags/tag2:) &&
#               git svn tag tag3 &&
#               test $base = $(git rev-parse remotes/origin/tags/tag3:) &&
#               git svn tag -m "created tag4 foo" tag4 &&
#               test $base = $(git rev-parse remotes/origin/tags/tag4:) &&
#               test_must_fail git svn tag -m "no tagname" &&
#               git svn tag -n tag5 &&
#               test_must_fail git rev-parse remotes/origin/tags/tag5 &&
#               test_must_fail git svn tag tag1
#       
...

--- End Message ---
--- Begin Message ---
Source: git
Source-Version: 1:2.13.2-2

We believe that the bug you reported is fixed in the latest version of
git, 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 865...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Nieder <jrnie...@gmail.com> (supplier of updated git 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: Mon, 26 Jun 2017 15:17:48 -0700
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-mediawiki 
git-email git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: source all amd64
Version: 1:2.13.2-2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <p...@smarden.org>
Changed-By: Jonathan Nieder <jrnie...@gmail.com>
Description:
 git        - fast, scalable, distributed revision control system
 git-all    - fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs    - fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc    - fast, scalable, distributed revision control system (documentatio
 git-el     - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui    - fast, scalable, distributed revision control system (GUI)
 git-man    - fast, scalable, distributed revision control system (manual pages
 git-mediawiki - fast, scalable, distributed revision control system (MediaWiki 
re
 git-svn    - fast, scalable, distributed revision control system (svn interope
 gitk       - fast, scalable, distributed revision control system (revision tre
 gitweb     - fast, scalable, distributed revision control system (web interfac
Closes: 865789
Changes:
 git (1:2.13.2-2) unstable; urgency=low
 .
   * git-email: use perl in dependency instead of perl-modules (thx
     Damyan Ivanov for suggesting it through lintian).
   * debian/rules: do not allow flaky git-svn test t9128.3 to cause
     the build to fail (closes: #865789).
Checksums-Sha1:
 7a389a4d2217ebcab07eb5831bda1a6e621a9b14 2873 git_2.13.2-2.dsc
 3f05a2048b9de910ddb413f154e2a7065b0ffea5 537568 git_2.13.2-2.debian.tar.xz
 483fc3a01609541832b6b0d2f5fc6a4794eb784b 698296 git-all_2.13.2-2_all.deb
 d922e988341baf45f27899fa416d086334f9ba8f 711714 git-arch_2.13.2-2_all.deb
 acaaf9849555d35b9f004e12af32b6de69437a18 1406 git-core_2.13.2-2_all.deb
 019740f27f6db2925d617f4142ed7b01439c4406 761182 git-cvs_2.13.2-2_all.deb
 38d81b42ba25eff3e7e21a1922560402a34c3986 699864 git-daemon-run_2.13.2-2_all.deb
 7e3c7f56c18418a95ea184ff8a37a5adb76ca7e8 701014 
git-daemon-sysvinit_2.13.2-2_all.deb
 6b9c34a2912a2ad4f2252197a6aada3d76dcd8c2 32067054 git-dbgsym_2.13.2-2_amd64.deb
 20a06cd8d9144a1ce6cde37504212b46215c099c 1573694 git-doc_2.13.2-2_all.deb
 025120f1ae047c1d944aed6e52a6143d36ae129f 717896 git-el_2.13.2-2_all.deb
 d344fbdbafb088b159a18f13848488944b3030d8 721208 git-email_2.13.2-2_all.deb
 c8572028f8a9e10f65c85e4eed7acbf83304dcc3 907896 git-gui_2.13.2-2_all.deb
 7718d67109ec4da232efb819ed08c415fb13ad16 1475016 git-man_2.13.2-2_all.deb
 2c9e601ec2d8b043cc165209f0a5cf7c8f599cc2 714016 git-mediawiki_2.13.2-2_all.deb
 2d2d0c59246b08a92645e0b7f100579704437569 783872 git-svn_2.13.2-2_all.deb
 e3dd9b1a6a06fbb894d989636b8d792977252651 10836 git_2.13.2-2_amd64.buildinfo
 bdd8eef04b97707bb76b6ba51a87970318e300c3 4335646 git_2.13.2-2_amd64.deb
 aca490517725fbf444fcaea6bb4cf9c4fd2ac046 828866 gitk_2.13.2-2_all.deb
 6ea04fe2a60b31d8b0f23079b62daef75963e277 702594 gitweb_2.13.2-2_all.deb
Checksums-Sha256:
 d4450788817e99938b15c92ddf4392c9c33a7a5b58467589112864eda7d9afe3 2873 
git_2.13.2-2.dsc
 b83bdb5754d0f3e246e5ad485773d2caf08229f4702bc35599c4300475658462 537568 
git_2.13.2-2.debian.tar.xz
 fe6576406d8ad34575c23d95286a34a7dd8268afe6172532002bbe0ca61ddef0 698296 
git-all_2.13.2-2_all.deb
 9e3d069f5493349dd3b63d5d036f5eadde1bc412bd06a3bd12adef5a572e53d8 711714 
git-arch_2.13.2-2_all.deb
 4579d806d79e552645e9f1848325385ce36a62ecc2c612cf94298dcbb739e24c 1406 
git-core_2.13.2-2_all.deb
 94c7ccf211c60d6284468402c41b8b68eaeafc5b8a6c2eecf50b8be5cedafef5 761182 
git-cvs_2.13.2-2_all.deb
 68e86c6de3899a8fb913f56d9471b2c096d9e712407206ebf797e51ad46dfcd3 699864 
git-daemon-run_2.13.2-2_all.deb
 adc5e7263304e3992c5d07a24397c4b5e40903b652774687e8d117d90486a7ef 701014 
git-daemon-sysvinit_2.13.2-2_all.deb
 faeb3569eb6af5fa461e0d6bdcfd6b2c7d5d4d0824797f725b255a7af236eda6 32067054 
git-dbgsym_2.13.2-2_amd64.deb
 2a3bc5269237807c4240c651236e37d1436c982464e0ce5e1611c3882036dc5c 1573694 
git-doc_2.13.2-2_all.deb
 be72b4580796b124e7fefdda7520dc56cae0131572d448cf872773a5b140bf5a 717896 
git-el_2.13.2-2_all.deb
 29e65bd860aa53db6b830de6f9a6fc33e86c67f9cf89808cb30a3d9ca03b5a22 721208 
git-email_2.13.2-2_all.deb
 535dd973505f7f99dc9e87e723062db7f0a0a222b749da6720ed7ca9244e7cd0 907896 
git-gui_2.13.2-2_all.deb
 18c59d0854116664701c939d876f048c5b03152f58dee887ec9327b3e8340d6b 1475016 
git-man_2.13.2-2_all.deb
 bedf28e86ef421db8d7fd0949df37c7854352bcd32a49675a04c4a90ddcf8004 714016 
git-mediawiki_2.13.2-2_all.deb
 42c5a3dd24d14231dc26224914a4c037e3ed2174858e90634992ea4207de0b85 783872 
git-svn_2.13.2-2_all.deb
 2235d14fc208b42310102c6cd12d19ea6bde5bdd9bcfa22903a5df7ba3470aa2 10836 
git_2.13.2-2_amd64.buildinfo
 700713522287813c113a14984fd92013e1f22306bbc2e24c7fe3db7d32ae2e69 4335646 
git_2.13.2-2_amd64.deb
 15940cd58336fbd0bca9183e4e2bc11bb6d7bd672d0a6a95f61ba2a222733264 828866 
gitk_2.13.2-2_all.deb
 62a1404fb499126e9f45f9a27e3b164ebc8351b899ae98825f1feb044ae45a01 702594 
gitweb_2.13.2-2_all.deb
Files:
 a477da19f2c87fd29b97738dc1a94ec1 2873 vcs optional git_2.13.2-2.dsc
 a00c8156c46769b64588b70e2f259a72 537568 vcs optional git_2.13.2-2.debian.tar.xz
 a39069f25fdd0fe85622257bcc9c1825 698296 vcs optional git-all_2.13.2-2_all.deb
 31689227831d409c176d73c6c4a7d502 711714 vcs optional git-arch_2.13.2-2_all.deb
 21d5052c8185ef297226b2725fdad391 1406 vcs optional git-core_2.13.2-2_all.deb
 1b79e0e856cd591466af86930cfe83e1 761182 vcs optional git-cvs_2.13.2-2_all.deb
 31ff5cd4188c4e956ea6c13de41b547f 699864 vcs optional 
git-daemon-run_2.13.2-2_all.deb
 ea6b70f6f810298f954d684871eddd9a 701014 vcs extra 
git-daemon-sysvinit_2.13.2-2_all.deb
 bd35446095a74f272f4600d413b13c6e 32067054 debug extra 
git-dbgsym_2.13.2-2_amd64.deb
 55c1226b7d3aeef1f4a656d1a3581e0e 1573694 doc optional git-doc_2.13.2-2_all.deb
 71e3107ca33fa77bfd673e18cf57b5f4 717896 vcs optional git-el_2.13.2-2_all.deb
 6ec3871e66b13b075eb8d8ef1683efcc 721208 vcs optional git-email_2.13.2-2_all.deb
 90a90fec4a9151e50cb8756790102e40 907896 vcs optional git-gui_2.13.2-2_all.deb
 ae7e57f832858484b09d5cc9f925a5c7 1475016 doc optional git-man_2.13.2-2_all.deb
 44c63b7ec076c643880227818af921d4 714016 vcs optional 
git-mediawiki_2.13.2-2_all.deb
 7bf35e52d5a2d68ed2477e26256213ef 783872 vcs optional git-svn_2.13.2-2_all.deb
 f9ae4b136339af6c7449e37cf32a1ee6 10836 vcs optional 
git_2.13.2-2_amd64.buildinfo
 ddf61e0373fa523618ca43836ef8ffae 4335646 vcs optional git_2.13.2-2_amd64.deb
 63409ea672330f1663b8a6dd376fc2e3 828866 vcs optional gitk_2.13.2-2_all.deb
 f4d750dc61cc3f26ba4aab1c833e0dd6 702594 vcs optional gitweb_2.13.2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJZUYpeAAoJEN/Gce6zM/olhQUQAI/J1lUENeFidNkOJ4awMzoK
ep/n6U/E7f/6qpeyA6XrFCoqxCq/bNDZSPyifhJOynEHW3RfZJ+baiH8lqLSalEX
R0uuFyUfXBzKU2kAJ38nV4pq8B8k7RRA5fHHbQmkGZN/2LNpUuAczcdFQE2r9+Pa
anumgHIuKxScr69cvMiVJ66uXU44hLARPW7t3RTdKmk7/ewxx2gBVUXz0nhFzrQD
UEQXIQW025Hx3SYOYxuX8uxOQOf7qUN4Hp7oT1B5Hqea+e4IDiKYwEpyHqpY6SQz
cbwmq+Qw+GEE7UMmNA8VM1PIw/hAYTZkfytXhjs4oG/W2+vAFNYJBf5Z55WLhOLa
55MKdKL1eym7cm4o4Zw5zOWgSQCbuyN45q2vmSjP/YeXDQXpb6ZyxAZdOMpEOo5l
Td3R6NylGTreVJ0TTH8ngBw9DeeO/WOTJp/9/ZElG8VYe3eTKyzitLI1DbTV3qSg
V/7KfWi0Jqbik2MQBKb3JuW3yurY+7vzTM2ZsRy7+qPcDapnVhePImfZlJVNVfOE
8dSfBPNMns7DoPGhNzC/6pzA9hHADsXDxkL662WoByDlPDyHfne9Lb83VKKVlfjv
W+5MJJ5sU0mf9Qt9XlOQRGtI+pivfKvLCvq9hlo3GAgLsma1qvMXrSe/a/e3iaeB
4D8ZjcejUIEQi/qwEfZ7
=hMIZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to