Your message dated Sat, 29 Jul 2006 14:03:38 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#380209: fixed in git-core 1:1.4.1.1-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: git-core Severity: important Version: 1.4.1-1 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak to Makefile, see bellow. It would also be nice if you can ask upstream to include this change. Thanks in advance Petr --- Makefile~ 2006-07-28 15:11:05.000000000 +0200 +++ Makefile 2006-07-28 15:11:05.000000000 +0200 @@ -245,6 +245,9 @@ ifeq ($(uname_S),Linux) NO_STRLCPY = YesPlease endif +ifeq ($(uname_S),GNU/kFreeBSD) + NO_STRLCPY = YesPlease +endif ifeq ($(uname_S),Darwin) NEEDS_SSL_WITH_CRYPTO = YesPlease NEEDS_LIBICONV = YesPlease
--- End Message ---
--- Begin Message ---Source: git-core Source-Version: 1:1.4.1.1-1 We believe that the bug you reported is fixed in the latest version of git-core, which is due to be installed in the Debian FTP archive: git-arch_1.4.1.1-1_all.deb to pool/main/g/git-core/git-arch_1.4.1.1-1_all.deb git-core_1.4.1.1-1.diff.gz to pool/main/g/git-core/git-core_1.4.1.1-1.diff.gz git-core_1.4.1.1-1.dsc to pool/main/g/git-core/git-core_1.4.1.1-1.dsc git-core_1.4.1.1.orig.tar.gz to pool/main/g/git-core/git-core_1.4.1.1.orig.tar.gz git-cvs_1.4.1.1-1_all.deb to pool/main/g/git-core/git-cvs_1.4.1.1-1_all.deb git-doc_1.4.1.1-1_all.deb to pool/main/g/git-core/git-doc_1.4.1.1-1_all.deb git-email_1.4.1.1-1_all.deb to pool/main/g/git-core/git-email_1.4.1.1-1_all.deb git-svn_1.4.1.1-1_all.deb to pool/main/g/git-core/git-svn_1.4.1.1-1_all.deb gitk_1.4.1.1-1_all.deb to pool/main/g/git-core/gitk_1.4.1.1-1_all.deb gitweb_1.4.1.1-1_all.deb to pool/main/g/git-core/gitweb_1.4.1.1-1_all.deb 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated git-core 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 29 Jul 2006 15:31:04 +0000 Source: git-core Binary: git-email git-svn gitk git-core gitweb git-arch git-doc git-cvs Architecture: all source Version: 1:1.4.1.1-1 Distribution: unstable Urgency: low Maintainer: Gerrit Pape <[EMAIL PROTECTED]> Changed-By: Gerrit Pape <[EMAIL PROTECTED]> Description: git-arch - content addressable filesystem (arch interoperability) git-core - content addressable filesystem git-cvs - content addressable filesystem (cvs interoperability) git-doc - content addressable filesystem (documentation) git-email - content addressable filesystem (email add-on) git-svn - content addressable filesystem (svn interoperability) gitk - content addressable filesystem (revision tree visualizer) gitweb - content addressable filesystem (web interface) Closes: 380209 Changes: git-core (1:1.4.1.1-1) unstable; urgency=low . * new upstream release. * debian/diff/GNU-kFreeBSD.diff: new; make the build process detect and support the Debian GNU/kFreeBSD architecture (thx Petr Salinger, closes: #380209). Files: d38ab3833efd1dc4a0a088b27d169d44 717 devel optional git-core_1.4.1.1-1.dsc 012c751c545f2c8940aa62f351774dec 888299 devel optional git-core_1.4.1.1.orig.tar.gz 1e7fb8d1a1e242af941ccf6c622a164f 22136 devel optional git-core_1.4.1.1-1.diff.gz a65e7b5afe70c7cc2125ac4b4498c8d8 364580 doc optional git-doc_1.4.1.1-1_all.deb 1aa9affaa1d9861f8da29eb05c716529 34020 devel optional git-arch_1.4.1.1-1_all.deb a531a3c68312212d8f0420edf908c6e6 58008 devel optional git-cvs_1.4.1.1-1_all.deb 750ec1e8439128c484dd1862f5fd696b 31324 devel optional git-svn_1.4.1.1-1_all.deb 8c58cf9f80ded0d3718f547f641dd24d 27630 devel optional git-email_1.4.1.1-1_all.deb 5d28aafc3f554cfe8791c9be78cbd78a 60604 devel optional gitk_1.4.1.1-1_all.deb 72e3b69d35a1337e1cb8c567e64269ef 39420 devel optional gitweb_1.4.1.1-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEy62GGJoyQbxwpv8RAkmhAJ9miL7rRVvxqUX5BYcJ9lflnkyWCwCeJs9R 8RT4MxQJHQ7S9S1HLse2Ozo= =ZCbt -----END PGP SIGNATURE-----
--- End Message ---

