Your message dated Fri, 30 Jun 2017 23:34:40 +0000
with message-id <e1dr5qu-0008bi...@fasolo.debian.org>
and subject line Bug#865789: fixed in git 1:2.13.2-3
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-3

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: Fri, 30 Jun 2017 16:11:06 -0700
Source: git
Binary: git git-man git-core git-doc 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-3
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-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 866059
Changes:
 git (1:2.13.2-3) unstable; urgency=low
 .
   * remove git-arch package.  It depended on GNU Arch, which has not
     been maintained upstream for more than 10 years (thx Adrian
     Bunk; closes: #866059).
   * debian/rules: do not allow flaky git-svn tests t9128.4 or t9167.3
     to cause the build to fail, either (closes: #865789).
Checksums-Sha1:
 009cd8f5957866e2ec998579f96ec9d516abe154 2827 git_2.13.2-3.dsc
 fb48c4b3662694bd1665929e3220b984b464edf7 537696 git_2.13.2-3.debian.tar.xz
 6e9c2ef81398b5ec3de015b7d4d90d78f22919a3 698396 git-all_2.13.2-3_all.deb
 4ee2657c58a647b16fe5d368dcc0e7457de9d643 1398 git-core_2.13.2-3_all.deb
 7fd638dc43e840e282fc10b410707d236b6f1f77 761562 git-cvs_2.13.2-3_all.deb
 8bb227b83d8ac5b583060508d084f16414d40077 699972 git-daemon-run_2.13.2-3_all.deb
 1b2386c8a0c0078228301d986a40adc7d8cab3c5 701112 
git-daemon-sysvinit_2.13.2-3_all.deb
 36d59a11e8e4381daaa8e287c8ad06dc8bc24e0e 32064586 git-dbgsym_2.13.2-3_amd64.deb
 37b5027d6552c73e8b39b239a6ec8fc485bb7783 1573736 git-doc_2.13.2-3_all.deb
 e60a42bb04501f7887279f0f220d5f52b6f5d690 717984 git-el_2.13.2-3_all.deb
 b9c91b5b4ebb019453da089391e8eb9cc00c6cd3 721300 git-email_2.13.2-3_all.deb
 7e5a641955f796d3a6b7086caf1d4dbe7b5571e4 908018 git-gui_2.13.2-3_all.deb
 7a63311f82155fafeddb2080351f684c39ed1754 1475460 git-man_2.13.2-3_all.deb
 3094d549ad3a7b74d79e178d0a242ca22f0aaded 714114 git-mediawiki_2.13.2-3_all.deb
 0bf6d885da8cc38cee8421b204cc67d756ab0bb8 784008 git-svn_2.13.2-3_all.deb
 63e3979aede8f3372ff8bbe58998a9ebaba8b813 10597 git_2.13.2-3_amd64.buildinfo
 bd6fd440b08993cf2752bf2beaeadc6e7f3cde13 4337558 git_2.13.2-3_amd64.deb
 dcff682ea9de6e52764bf48faf65791f1cf21bb2 828928 gitk_2.13.2-3_all.deb
 78c32ef21008d7c82001c4a5e87f2083d40224c7 702700 gitweb_2.13.2-3_all.deb
Checksums-Sha256:
 8a5e0003bdd7908a975e3670f4f6194abac2ce7173eaf3748c7f873ca0dfe404 2827 
git_2.13.2-3.dsc
 9a9cb3602f122781abb7b5d0b479991fc5392f9241a620b62214876261823bae 537696 
git_2.13.2-3.debian.tar.xz
 a3c52383de32c825c13e6efb1fa47e9531236808570b38a01bde91ff58c2538c 698396 
git-all_2.13.2-3_all.deb
 2bf560bbc73835431522ef09544583db6f082cca395503c41b879420c8a14368 1398 
git-core_2.13.2-3_all.deb
 4b278934e106cecf88425dcadac43ccb972f7fddf4d963871dcbd77ead15b81d 761562 
git-cvs_2.13.2-3_all.deb
 69fe4481925e2be4be0ff27e2d43fc479f5c442e31e7516979bc3e5143750ff0 699972 
git-daemon-run_2.13.2-3_all.deb
 fc0b625e968f76e572bfbe0b67e7d2bbe294a0ca2fb274d312ee5c0022ff1388 701112 
git-daemon-sysvinit_2.13.2-3_all.deb
 fdcafa5b35de60888f4355c8201f023facc48247b9c03e5eecc6f60823dc4b1f 32064586 
git-dbgsym_2.13.2-3_amd64.deb
 08b3c72f12aa82d2a4d60468bb7ef27dd1d7f05f2fecb436b5cddb5f5faa0435 1573736 
git-doc_2.13.2-3_all.deb
 dc2147d00d0b042995cd9da46271b17a2a18c2ce2c3c0084b3065a26a0c302dc 717984 
git-el_2.13.2-3_all.deb
 f2d8cb097108442f36df48c6859aa3fb115c0dfc6aadeb9ca98c8a0db7b0dc14 721300 
git-email_2.13.2-3_all.deb
 0ae402de0c789397f57a43047f05a147fb77e90e697a91c9a05ed7a4953cd993 908018 
git-gui_2.13.2-3_all.deb
 4190e6e694f4fbef4202f9ecb8cc92abc468881ce359b53c00504c3500a49170 1475460 
git-man_2.13.2-3_all.deb
 3944d084cd69295d689bdb0810aecd2d308aaefbfff27b57a68c5f4bde88dc73 714114 
git-mediawiki_2.13.2-3_all.deb
 ebc9dee8fc5bc79dbf32841d0ce02f0af1e593443f63921cc4e4f470ab719b6a 784008 
git-svn_2.13.2-3_all.deb
 aa0a4d249cad841bf138b7d34ca8df40a820eccb3d0924628273dcbc7b0a2425 10597 
git_2.13.2-3_amd64.buildinfo
 ee3f14ba0d7ab7c11ee6755844ded2117ec07c789f98b6ffa99a3677aafa9e6f 4337558 
git_2.13.2-3_amd64.deb
 e89ada58730881ff284a8566b62a732bd6b1dbc82b7591dfe833813d4dda4822 828928 
gitk_2.13.2-3_all.deb
 486dfd05a16a632c2cd937126a52bd12c553ac07cc38a064528f73b6dbf3904e 702700 
gitweb_2.13.2-3_all.deb
Files:
 67ce163903076db687b648a3d8c37757 2827 vcs optional git_2.13.2-3.dsc
 770687ed9bf2c425af179f3dc66b7342 537696 vcs optional git_2.13.2-3.debian.tar.xz
 85d8fd725c23659aa89001f036e76caa 698396 vcs optional git-all_2.13.2-3_all.deb
 db1a90c336864522321a02e786600e64 1398 vcs optional git-core_2.13.2-3_all.deb
 2eb10d04ede1bf6662f749d8a7450765 761562 vcs optional git-cvs_2.13.2-3_all.deb
 61b942f5f8f261051257415c1c8a939a 699972 vcs optional 
git-daemon-run_2.13.2-3_all.deb
 52c31bd59fc69ef26e41706b47a71467 701112 vcs extra 
git-daemon-sysvinit_2.13.2-3_all.deb
 3beb8cbe3aed6abb4c1d400c20167e28 32064586 debug extra 
git-dbgsym_2.13.2-3_amd64.deb
 2b6882d345187ba461139c7ae22725a1 1573736 doc optional git-doc_2.13.2-3_all.deb
 83067d95a966c87a26cee5ffd786a9d5 717984 vcs optional git-el_2.13.2-3_all.deb
 1a01a15cbb7c23fdc39c992a33efe0d4 721300 vcs optional git-email_2.13.2-3_all.deb
 7eb6bce8ebe1c03ec232cc6809a26848 908018 vcs optional git-gui_2.13.2-3_all.deb
 48650a93f9f3d5fee4af04cf7f7ea8f1 1475460 doc optional git-man_2.13.2-3_all.deb
 85b877257bae267818abff9ceca064ef 714114 vcs optional 
git-mediawiki_2.13.2-3_all.deb
 b68dd63a5370308e21809e05166fb15f 784008 vcs optional git-svn_2.13.2-3_all.deb
 54464157222e1a2dbdcefb29cb1192dc 10597 vcs optional 
git_2.13.2-3_amd64.buildinfo
 2e8bf54c9bf0f995e8b6cc50f9089402 4337558 vcs optional git_2.13.2-3_amd64.deb
 303043bb2f87eb5d37f3787b3357dcdb 828928 vcs optional gitk_2.13.2-3_all.deb
 dd6e736cdb4e4ab44041161c681fecd7 702700 vcs optional gitweb_2.13.2-3_all.deb

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

iQIcBAEBCAAGBQJZVtymAAoJEN/Gce6zM/olpDwP/jW7Pay/UFHbkY+y6s1LQV3h
f2jw4uDBO8y2+MWCZ9dM1lYKZbjQCPiCM33tmV7atF2nhKr5PEwK24z7Q2Sw9gIV
sqzrpRRCurbk+XjuPL7L/JqJz+Ws/n2nnCad6zFv9dEBfpv59jjDu9NofHYY3Mgt
6jTru8M26A5D1ZdFWzMAQ6GYzcfRhp0rwX2U/HUEH8ACuAoMNXc2lwa8Nz0Ffsyh
o51udmKS3epXwA+F4qpCFBFxLs26hqJXsuF7xsTWnJHQDlghimu9ap94ytTA0WkM
rkTxXASu7xSKvGWyAuRQhl1k4avKkLzJW1y0IGqxNxDYHmsNq9cW1F7z5Qj29E2x
NRloxs5tKs+q/bwJ0io7XuCDKN+7aTQNmjwZdegSrqrmHhjeb6lMZb/mXNe/X3Hc
zCsUjp2QQZVIAJLTV+sb12x6N65/SqorQI0WGehrikXgCTtI4c9UPPnBEcKDsC21
qcQfAswNtjhSPlaZF8UM2HqhWOcfOiBcRVDVcZl4O4qI0IWN91xyyKJIYw2gM+Zu
qWH3XaJR+Mu+tiatYA3dsD3+lC8dM65AcrTRhywivSrMkfQLJE6yxa0i89GMQWGA
QQEHvSfYAmkQq+a4bI2RPuiX7z6J6U0zZ6uXeBFm4XoUTL7PCCis0TiHXb2Wjb39
FeMv4Tt0ElzRKOQkm1xm
=lSoK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to