Your message dated Fri, 12 Feb 2010 15:51:11 +0000
with message-id <[email protected]>
and subject line Bug#568915: fixed in git-core 1:1.6.6.2-1
has caused the Debian Bug report #568915,
regarding [PATCH] debian/rules: stop ignoring test suite failures on ia64
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 [email protected]
immediately.)


-- 
568915: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568915
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: git-core
Version: 1:1.6.6.1-1

Now that bug #563882 is fixed in glibc, we should drop the workaround
(commit 92796ab5, 2010-01-26).

So reject builds that fail the test suite on ia64 again.  Also update
the package dependencies to help buildds and users avoid the glibc
problem.  This patch uses Recommends: instead of Depends: because git
(though not ‘git diff’) is still usable without the fix.

Signed-off-by: Jonathan Nieder <[email protected]>
---
 debian/changelog |    8 ++++++++
 debian/control   |    5 +++--
 debian/rules     |   15 ---------------
 3 files changed, 11 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9a7a81a..c4658d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+git-core (1:1.6.6.1-2) unstable; urgency=low
+
+  * debian/rules: stop ignoring test suite failures on ia64, since
+    #563882 has been fixed.  Build-Depends: and Recommends:
+    libc6.1 (>= 2.10.2-6) [ia64] for the fix.
+
+ -- Jonathan Nieder <[email protected]>  Fri, 05 Feb 2010 17:14:06 -0600
+
 git-core (1:1.6.6.1-1) unstable; urgency=low
 
   [ Gerrit Pape ]
diff --git a/debian/control b/debian/control
index 74da9bf..aed9d56 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,15 @@ Source: git-core
 Section: vcs
 Priority: optional
 Maintainer: Gerrit Pape <[email protected]>
-Build-Depends: libz-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, asciidoc 
(>> 8.0.0), xmlto, docbook-xsl (>> 1.72), libexpat1-dev, subversion, 
libsvn-perl | libsvn-core-perl, unzip, tcl8.5, gettext, cvs, cvsps, 
libdbd-sqlite3-perl
+Build-Depends: libz-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, asciidoc 
(>> 8.0.0), xmlto, docbook-xsl (>> 1.72), libexpat1-dev, subversion, 
libsvn-perl | libsvn-core-perl, unzip, tcl8.5, gettext, cvs, cvsps, 
libdbd-sqlite3-perl,
+ libc6.1 (>= 2.10.2-6) [ia64]
 Standards-Version: 3.8.2.0
 Vcs-Git: http://smarden.org/git/git.git/
 
 Package: git-core
 Architecture: any
 Depends: ${shlibs:Depends}, perl-modules, liberror-perl, libdigest-sha1-perl
-Recommends: patch, less, rsync, ssh-client
+Recommends: patch, less, rsync, ssh-client, libc6.1 (>= 2.10.2-6) [ia64]
 Suggests: git-doc, git-arch, git-cvs, git-svn, git-email, git-daemon-run, 
git-gui, gitk, gitweb
 Replaces: cogito (<< 0.16rc2-0), git-completion
 Conflicts: git (<< 4.3.20-11), qgit (<< 1.5.5), git-completion
diff --git a/debian/rules b/debian/rules
index 9bf17e8..79bd444 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,10 +28,6 @@ endif
 ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
   TEST =
 endif
-# work around #563882
-ifeq (ia64,$(ARCH))
-  TEST =
-endif
 
 TMP =$(shell pwd)/tmp
 GIT =$(shell pwd)/debian/git
@@ -53,17 +49,6 @@ build-arch-stamp: patch-stamp build-indep-stamp
            CC='$(CC)' CFLAGS='$(CFLAGS)' $(OPTS) || \
          GIT_TEST_OPTS=--verbose DESTDIR='$(GIT)'-core $(MAKE) $(TEST) \
            CC='$(CC)' CFLAGS='$(CFLAGS)' $(OPTS)
-ifeq (ia64,$(ARCH))
-       : 'ignoring test suite failures (see Bug#563882)'
-       @set -e; \
-       cd t; for i in t[0-9][0-9][0-9][0-9]-*.sh; do \
-               sh $$i --verbose || :; \
-       done
-       DESTDIR='$(GIT)'-core $(MAKE) -C t/ aggregate-results \
-         CC='$(CC)' CFLAGS='$(CFLAGS)' $(OPTS)
-       DESTDIR='$(GIT)'-core $(MAKE) -C t/ clean \
-         CC='$(CC)' CFLAGS='$(CFLAGS)' $(OPTS)
-endif
        touch build-arch-stamp
 build-indep-stamp:
        $(MAKE) -CDocumentation man html ASCIIDOC8=YesPlease 
ASCIIDOC_NO_ROFF=Yes
-- 
1.7.0.rc1




--- End Message ---
--- Begin Message ---
Source: git-core
Source-Version: 1:1.6.6.2-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.6.6.2-1_all.deb
  to main/g/git-core/git-arch_1.6.6.2-1_all.deb
git-core_1.6.6.2-1.diff.gz
  to main/g/git-core/git-core_1.6.6.2-1.diff.gz
git-core_1.6.6.2-1.dsc
  to main/g/git-core/git-core_1.6.6.2-1.dsc
git-core_1.6.6.2.orig.tar.gz
  to main/g/git-core/git-core_1.6.6.2.orig.tar.gz
git-cvs_1.6.6.2-1_all.deb
  to main/g/git-core/git-cvs_1.6.6.2-1_all.deb
git-daemon-run_1.6.6.2-1_all.deb
  to main/g/git-core/git-daemon-run_1.6.6.2-1_all.deb
git-doc_1.6.6.2-1_all.deb
  to main/g/git-core/git-doc_1.6.6.2-1_all.deb
git-email_1.6.6.2-1_all.deb
  to main/g/git-core/git-email_1.6.6.2-1_all.deb
git-gui_1.6.6.2-1_all.deb
  to main/g/git-core/git-gui_1.6.6.2-1_all.deb
git-svn_1.6.6.2-1_all.deb
  to main/g/git-core/git-svn_1.6.6.2-1_all.deb
gitk_1.6.6.2-1_all.deb
  to main/g/git-core/gitk_1.6.6.2-1_all.deb
gitweb_1.6.6.2-1_all.deb
  to main/g/git-core/gitweb_1.6.6.2-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.
Jonathan Nieder <[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.8
Date: Thu, 11 Feb 2010 21:48:55 -0600
Source: git-core
Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb
Architecture: all source
Version: 1:1.6.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape <[email protected]>
Changed-By: Jonathan Nieder <[email protected]>
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs    - fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc    - fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui    - fast, scalable, distributed revision control system (GUI)
 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: 557065 567404 568915
Changes: 
 git-core (1:1.6.6.2-1) unstable; urgency=medium
 .
   * new upstream point release.
   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
     remove; applied upstream.
   * debian/rules: stop ignoring test suite failures on ia64, since
     #563882 has been fixed.  Build-Depends: and Depends:
     libc6.1 (>= 2.10.2-6) [ia64] for the fix (closes: #568915).
   * update debian/copyright (closes: #557065).
   * debian/rules: set prefix=/usr when building man pages (closes:
     #567404).
Checksums-Sha1: 
 0cb73f73bc0afd0c163c68fab8031080dfc749ab 1334 git-core_1.6.6.2-1.dsc
 13b339a55982162753d414731ff1b28791800209 2841821 git-core_1.6.6.2.orig.tar.gz
 60db568549e66e40da1a5fa7a574dd843c09e71f 324277 git-core_1.6.6.2-1.diff.gz
 f6929d189da62627b42633163237ea81c3724d81 1459606 git-doc_1.6.6.2-1_all.deb
 dd0736c41c553e599b9bf5dc1769d1b8ab321ddc 327088 git-arch_1.6.6.2-1_all.deb
 482e4ac6149b4eb737fa3e7aa565e686f3b8f495 393596 git-cvs_1.6.6.2-1_all.deb
 c523a71a086787dc01415a65fdecc1cb92fbe1fa 376358 git-svn_1.6.6.2-1_all.deb
 58e9aa937258bd8156748824fa41dd06ea22c909 314044 
git-daemon-run_1.6.6.2-1_all.deb
 7d681e80520dfdbb2fc482b8eb5b9d72b2eb6b5e 329342 git-email_1.6.6.2-1_all.deb
 434630baf9ff3cb765ca2375fe57521addb35f6c 565802 git-gui_1.6.6.2-1_all.deb
 f2022f2f0d8ec9c923b54da5f7a1268b10f56f00 422868 gitk_1.6.6.2-1_all.deb
 2c6554e820ff5cab180251b91a63980b69528ce7 378378 gitweb_1.6.6.2-1_all.deb
Checksums-Sha256: 
 9ca29cb9b76b3e9d57d20d3d027038d2b4c5bd88bd8a237872ef45459a7f3aae 1334 
git-core_1.6.6.2-1.dsc
 bdb1f322dad374c3e94977a93331d78b6bb3552c4baa19a5e6d82467acdbcac3 2841821 
git-core_1.6.6.2.orig.tar.gz
 58c55669c310be05498c37a74d91c39110cec3c7e17d6c94445b42664bf72ef8 324277 
git-core_1.6.6.2-1.diff.gz
 803a85dfc063d8814121806da9a6da30fb7574b4e84cf5ce60984c997ca7ab4e 1459606 
git-doc_1.6.6.2-1_all.deb
 589f075f6489860a62f92d5f9173ff78c9226ab3654901f94e6ebf4e1fb968e1 327088 
git-arch_1.6.6.2-1_all.deb
 8c7f7c28d2c534dc820f3538ed25b3473b409a438a1c83619642216009544bcf 393596 
git-cvs_1.6.6.2-1_all.deb
 9fede002e22496a247bf3fa7756dfa0a5776d7a95160ada5b24b90eea010bf73 376358 
git-svn_1.6.6.2-1_all.deb
 2d85bd0b544fb0562f9fffe873649a94656f96803fbbf20bafcc3d382a842817 314044 
git-daemon-run_1.6.6.2-1_all.deb
 0604749b71c18b0d64aa325924aa38233481437fa21bcfa4e6a7cb82066874c3 329342 
git-email_1.6.6.2-1_all.deb
 ce5ffff9553db57194a52a6612b482e6d1eb831756369b762805cea8c20d6ff4 565802 
git-gui_1.6.6.2-1_all.deb
 4cfef2b47167bb14d62f753c2bbf8a03546398b116ad5ce9ae1d31070c9677ec 422868 
gitk_1.6.6.2-1_all.deb
 72f8796e49d1dd68f7bab561fb59ada07e4b871c60f305c49233cc533f21cb79 378378 
gitweb_1.6.6.2-1_all.deb
Files: 
 5850cdd08e260ea339e60a7adec45f61 1334 vcs optional git-core_1.6.6.2-1.dsc
 b030cb215aedd3785f45bcd2a9b69393 2841821 vcs optional 
git-core_1.6.6.2.orig.tar.gz
 c68ee9cfa198ab8b9e3b35874534ed71 324277 vcs optional git-core_1.6.6.2-1.diff.gz
 d21f0bbf32b5c28a6c21a94bbdaa2388 1459606 doc optional git-doc_1.6.6.2-1_all.deb
 578bbe61ce9d881d8a4ea11db3c23a93 327088 vcs optional git-arch_1.6.6.2-1_all.deb
 ffdc4354887cac69bd298209f7634c05 393596 vcs optional git-cvs_1.6.6.2-1_all.deb
 4e254e2ff32c305093fb45976bcbcdd3 376358 vcs optional git-svn_1.6.6.2-1_all.deb
 eed68edb137751d4216bdec62395260b 314044 vcs optional 
git-daemon-run_1.6.6.2-1_all.deb
 1fa300582e2c95341e29b2230e345a1b 329342 vcs optional 
git-email_1.6.6.2-1_all.deb
 2cef5a732b467913b382183f6a0ff429 565802 vcs optional git-gui_1.6.6.2-1_all.deb
 178ac8d767932a81bfa3bba3f8ad4c73 422868 vcs optional gitk_1.6.6.2-1_all.deb
 21d297c5c8d51ba032f1b1a1458aaed9 378378 vcs optional gitweb_1.6.6.2-1_all.deb

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

iEYEARECAAYFAkt1YTgACgkQGJoyQbxwpv9t+wCgnQRnwnE19J5CGnihoMgKFveP
6d0AmwUqYKMZo+mS85CZjY4vGJ4McdyF
=qG5c
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to