Your message dated Fri, 22 Nov 2013 01:49:07 +0000
with message-id <e1vjfrn-0001jw...@franck.debian.org>
and subject line Bug#729763: fixed in git 1:1.8.5~rc3-1
has caused the Debian Bug report #729763,
regarding [PATCH] FTBFS because debian/rules calls $(MAKE) -Ccontrib/mw-to-git 
without $(OPTS)
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.)


-- 
729763: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729763
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: git
Version: 1:1.8.5~rc2-1
Severity: serious
Tags: patch

(Yeah, this version is still in the NEW queue, but I peeked anyway.)

Since debian/rules calls $(MAKE) -Ccontrib/mw-to-git all without $(OPTS), 
the root Makefile detects that the prefix has changed from /usr to $HOME, 
and winds up installing Git.pm to the wrong directory.  Failed build log:

https://launchpadlibrarian.net/156712365/buildlog_ubuntu-trusty-i386.git_1%3A1.8.5~rc2-1~ppa0~trusty1_FAILEDTOBUILD.txt.gz

This patch fixes it:

--- a/debian/rules
+++ b/debian/rules
@@ -91,7 +91,7 @@ build-indep-stamp: patch-stamp build-arch-stamp
          PATH=$(CURDIR)/debian:$(PATH) GIT_TEST_OPTS=--verbose \
            $(MAKE) -C t $(OPTS) $(CURDIR)/debian/test-bzr.sh
        # git-mediawiki
-       $(MAKE) -Ccontrib/mw-to-git all
+       $(MAKE) -Ccontrib/mw-to-git all $(OPTS)
        touch build-indep-stamp
 
 clean: deb-checkdir
@@ -102,7 +102,7 @@ clean: deb-checkdir
        ! test -e patch-stamp || \
        { \
          set -e; \
-         $(MAKE) -Ccontrib/mw-to-git clean; \
+         $(MAKE) -Ccontrib/mw-to-git clean $(OPTS); \
          for i in `ls -1r debian/diff/*.diff debian/diff/*.patch \
              2>/dev/null || :`; do \
            patch -p1 -NR -r- <$$i || test $$? = 1 || exit 1; \

https://launchpadlibrarian.net/156736798/buildlog_ubuntu-trusty-i386.git_1%3A1.8.5~rc2-1~ppa1~trusty1_UPLOADING.txt.gz

--- End Message ---
--- Begin Message ---
Source: git
Source-Version: 1:1.8.5~rc3-1

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 729...@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: SHA1

Format: 1.8
Date: Thu, 21 Nov 2013 16:35:29 -0800
Source: git
Binary: git git-man git-core git-doc git-arch git-bzr git-cvs git-svn 
git-mediawiki git-email git-daemon-run git-daemon-sysvinit git-gui gitk git-el 
gitweb git-all
Architecture: source amd64 all
Version: 1:1.8.5~rc3-1
Distribution: experimental
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-bzr    - fast, scalable, distributed revision control system (bzr interope
 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 
in
 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: 729763
Changes: 
 git (1:1.8.5~rc3-1) experimental; urgency=low
 .
   * new upstream release candidate.
 .
   [ Anders Kaseorg ]
   * debian/rules: pass $(OPTS) to contrib/mw-to-git/Makefile
     (closes: #729763).
Checksums-Sha1: 
 9ef1174f2d66037a9f6adefd41c73a59d6707326 2722 git_1.8.5~rc3-1.dsc
 59d216ce20cebafe9253e1d9db9fce001d193f60 3341556 git_1.8.5~rc3.orig.tar.xz
 76127e7b739ee03f474fc2bc55919fc61867b164 591011 git_1.8.5~rc3-1.debian.tar.gz
 aa6d0ff0fe52837cbef08c881d865422fe25bef2 2897914 git_1.8.5~rc3-1_amd64.deb
 bc576f5805caf19117188c70bc452faf1b9da918 1350812 git-doc_1.8.5~rc3-1_all.deb
 361b0cc58377903f1d663cc792de94dfa9fa8e73 553688 git-arch_1.8.5~rc3-1_all.deb
 cfbce902bc93b90ca344c7cd7f30f6c66b98a2b8 548498 git-bzr_1.8.5~rc3-1_all.deb
 ef538d112fab6463fbb083d862fe8553d94b8695 603372 git-cvs_1.8.5~rc3-1_all.deb
 1347e710bcf8b7efdfbee7497f4259fbb9258b77 627022 git-svn_1.8.5~rc3-1_all.deb
 d0d13aec0181e2ea78fd32600519b0bc7d13a952 555902 
git-mediawiki_1.8.5~rc3-1_all.deb
 8edb99e437bd90266a18af18283993cbe685d9b3 541882 
git-daemon-run_1.8.5~rc3-1_all.deb
 45c990bc8afb2efee787201d66179d8400bcfb22 542992 
git-daemon-sysvinit_1.8.5~rc3-1_all.deb
 ec4b72c8fc0d2330af2fafb96232d05bf183aeb3 559660 git-email_1.8.5~rc3-1_all.deb
 ebc2773eab0ac331edb15ca2e509d0ddd6fa7fe6 721060 git-gui_1.8.5~rc3-1_all.deb
 243ea9be1d8a3b56f8f1bb2c7f1a500c257f4638 648638 gitk_1.8.5~rc3-1_all.deb
 5777a5f511b5888347cd9a2282ffd3ce725ac500 544270 gitweb_1.8.5~rc3-1_all.deb
 924f7c0e9f251c2d45cf32485ef7902f95ee7dfb 540354 git-all_1.8.5~rc3-1_all.deb
 76dc2018c1444e599e6fdeb28729530521726444 559964 git-el_1.8.5~rc3-1_all.deb
 02cb71397fa3401dddf7b8fa4016f9bd70b84869 1226640 git-man_1.8.5~rc3-1_all.deb
 8dc047f6cf3c977745863ccb6fedd72f84c386c8 1410 git-core_1.8.5~rc3-1_all.deb
Checksums-Sha256: 
 feb15196f714bc09c8c7dfd3a18f65b65075b0930647407d36a57e1d3f5b9eca 2722 
git_1.8.5~rc3-1.dsc
 694dc3d652eb64e6ae5ffbe39d3a7608815dbd7bccd9e81d5a806b20accec9d3 3341556 
git_1.8.5~rc3.orig.tar.xz
 525e1963061d585a416ec103dabbad5a93f4de89b20050bf298127c1c3bb2be3 591011 
git_1.8.5~rc3-1.debian.tar.gz
 4726a68146753d2cff5e0cd135bdd31a28619a4189b99715238137430629ddd6 2897914 
git_1.8.5~rc3-1_amd64.deb
 b00a80322050df64c66d5ae411e80d00976af16bf24e5e2e928019e5a6427c97 1350812 
git-doc_1.8.5~rc3-1_all.deb
 13e01e977d8b073b331ec7be7a1c3f33a4002cdedae087ba57ab62aafa031b5a 553688 
git-arch_1.8.5~rc3-1_all.deb
 cfb9a4acd95c63706d7c5df6404ae9225807946f59eadc07b77656a8705fbd76 548498 
git-bzr_1.8.5~rc3-1_all.deb
 4e0300823f5e3ed664d15753fba00ae0ecc269ec9354c73ee6f75b672b49423c 603372 
git-cvs_1.8.5~rc3-1_all.deb
 733d34b7861d791d7c9025e54244650faf64cf568ab38edc91389cc0a5152c0c 627022 
git-svn_1.8.5~rc3-1_all.deb
 e07534453ffb8256f8ed4517f4410f5848ca4866fbfbe80a00ee1bcbf470c4cf 555902 
git-mediawiki_1.8.5~rc3-1_all.deb
 342dc33ab72b1263a6f3fe107c88ef9f8b028b1e72ff194832faddf2e47b79f3 541882 
git-daemon-run_1.8.5~rc3-1_all.deb
 568b85327cce2b9d3d6483b528d4d448cb1debef10be057ba94f4393ef0fd475 542992 
git-daemon-sysvinit_1.8.5~rc3-1_all.deb
 ab67443075db5d9b0a4f61d44f5b5357ff5ebe58ff1f69327fe63ef9fb608fbe 559660 
git-email_1.8.5~rc3-1_all.deb
 38753c2472fb4712fd819a50ec1b34566b265ccd7ade0a2103163777eb76c1f9 721060 
git-gui_1.8.5~rc3-1_all.deb
 a621907c1c46a002eb3345e145f7449e30b0847c05db82462e6579994a22f111 648638 
gitk_1.8.5~rc3-1_all.deb
 8f9153562d15bbee908a0b902b520316745146b275b13642e5190a47c4a7401f 544270 
gitweb_1.8.5~rc3-1_all.deb
 2f5f1d3b6af311e39fe7a0c5529f5f4168b4d46dde2cba8bfb8619d6053d76c0 540354 
git-all_1.8.5~rc3-1_all.deb
 f02bab8e64e8296184a9551d38ffce4479fcfc21aa70b5224fcac8532c0510bd 559964 
git-el_1.8.5~rc3-1_all.deb
 5a1d95fb8aee178ce35184793e484949b5384f52669505b4a14f8f0caa9086fd 1226640 
git-man_1.8.5~rc3-1_all.deb
 e51368c02c29929f1b2ac6516ae4f5e21006d9560377ce546bd426177bbb65e4 1410 
git-core_1.8.5~rc3-1_all.deb
Files: 
 4c31d83b797e61b5bf4d24ec03d80963 2722 vcs optional git_1.8.5~rc3-1.dsc
 e68d3cf2d1ee721b7f04373e1c3825d5 3341556 vcs optional git_1.8.5~rc3.orig.tar.xz
 f77dc744d884f349a01aad66dbc9ed08 591011 vcs optional 
git_1.8.5~rc3-1.debian.tar.gz
 a8972eb7085987b56517d9a30b862cba 2897914 vcs optional git_1.8.5~rc3-1_amd64.deb
 8993b24fa4ad5b274715f88124461793 1350812 doc optional 
git-doc_1.8.5~rc3-1_all.deb
 bb3e9605c72da948f86913a0a6f42664 553688 vcs optional 
git-arch_1.8.5~rc3-1_all.deb
 76746236d4a61f116c0f78571deea101 548498 vcs extra git-bzr_1.8.5~rc3-1_all.deb
 9d88cd60a738e0fb9dbd51dcbeed92a0 603372 vcs optional 
git-cvs_1.8.5~rc3-1_all.deb
 0fb8111a02baf1bd3dbd892841805c2c 627022 vcs optional 
git-svn_1.8.5~rc3-1_all.deb
 d2e11784f950a3211a9dd1035ff45306 555902 vcs optional 
git-mediawiki_1.8.5~rc3-1_all.deb
 d7984cd929ceb4f816814999a974ae46 541882 vcs optional 
git-daemon-run_1.8.5~rc3-1_all.deb
 4ce3deffed28e5b7f035f511d6bf0a6c 542992 vcs extra 
git-daemon-sysvinit_1.8.5~rc3-1_all.deb
 70de6f2914a6396cc1d444ce27a38b95 559660 vcs optional 
git-email_1.8.5~rc3-1_all.deb
 32e16a6923deed4a4e768ffecc280dc6 721060 vcs optional 
git-gui_1.8.5~rc3-1_all.deb
 089c12009d85760f9a8ae5ab4d3a9657 648638 vcs optional gitk_1.8.5~rc3-1_all.deb
 1320fe426ee17dfcaedf203d28322392 544270 vcs optional gitweb_1.8.5~rc3-1_all.deb
 fc3f667d22eac61c32b834cbeda692c8 540354 vcs optional 
git-all_1.8.5~rc3-1_all.deb
 f2cc383e1b57d497770da3bef5c6351b 559964 vcs optional git-el_1.8.5~rc3-1_all.deb
 b0f7fe3b4572146afeaa332ffe050211 1226640 doc optional 
git-man_1.8.5~rc3-1_all.deb
 2cadcb0e9d85da593ad639f8371d0da7 1410 vcs optional git-core_1.8.5~rc3-1_all.deb

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

iQIcBAEBAgAGBQJSjrPKAAoJEN/Gce6zM/ol+y8P/12cnp4alQVB/PxouHB0nAUW
qCPWPBcoVlEG/Ea25B7BoT9UUEJH2Pep/06ppONuhRPSOaWhtOkzYvgIUSsa5lCl
L1cdcpl/OHJnnb2Bt0jDgunclexk1sC+5/Bel9HiC1YwXK/USFxU37Ul9NaZu498
BQEjaQLoRHXosTdamH++pt89FtR3HN4YuZVIpyZKdGGmHuo5tOvlXVdSE3YMv+Gk
90loiQSZFG1OqKatRJmBM1lVqKHMriRv02BrQ1zi0HOdw7H3cmn2gEM6nS3sxyAy
/L62mDZroRaRXCchFYYYcBv5i1p/3vy2t+0FG0rad0reuqoY2QOAKTahnR7YzGKW
lex063FOh3PCJzeLnPiDiMByfglyui28BDwLcHBuqHQC9TK8alUuWXrwaP/P8TPU
6y8t+8hFQikYAziFqtnBCcfJi1gVGdieWzlJMej8ln+twp89esNEFic3Et2WGzy1
fSFn/mU7c1LiW4ob04uGMvERmOT4S0ICGxqDpkcb6lgMjC7jws2qHhRuXJ5/GbHl
aPwaDpinUsDhvfQBS4MQz/pGbPLoViPO0jlU8ZDIxueGa+AJMFQzk7B/QbuRn1it
nXUezQ9xVNW5Ax/J03I+/myjzeAk/T8fR85uym2j/4inD+eq12NFG2Rj7GCU46Ht
zO3JWkpVxKXIfqxVfkPl
=mWx+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to