Your message dated Thu, 03 Mar 2011 13:48:03 +0000
with message-id <[email protected]>
and subject line Bug#611175: fixed in zsh 4.3.11-4
has caused the Debian Bug report #611175,
regarding zsh: VCS_INFO wrongly detects svn repositories
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.)


-- 
611175: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611175
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zsh
Version: 4.3.6-6
Severity: normal
Tags: patch

Currently zshs VCS_INFO function wrongly detects svn repositories if an .svn 
directory exists
in the current path. Which also applies to home directories containing for 
example a ~/.svn/authors file.
Instead of checking only for the directory it would be smarter to check for an 
important svn repository file.
Like .svn/entries. Which is done through my patch. I suggest to check the other 
revison control systems as well.

-- System Information:
Debian Release: 5.0.8
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zsh depends on:
ii  libc6                     2.7-18lenny7   GNU C Library: Shared libraries
ii  libcap2                   2.11-2         support for getting/setting POSIX.
ii  libncursesw5              5.7+20081213-1 shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libpcre3                      7.6-2.1    Perl 5 Compatible Regular Expressi

Versions of packages zsh suggests:
pn  zsh-doc                       <none>     (no description available)

-- no debconf information
--- a/VCS_INFO_detect_svn       2011-01-26 12:47:33.010081966 +0100
+++ b/VCS_INFO_detect_svn       2011-01-26 12:46:50.800830005 +0100
@@ -7,5 +7,5 @@
 [[ $1 == '--flavours' ]] && return 1
 
 VCS_INFO_check_com ${vcs_comm[cmd]} || return 1
-[[ -d ".svn" ]] && return 0
+[[ -f ".svn/entries" ]] && return 0
 return 1

--- End Message ---
--- Begin Message ---
Source: zsh
Source-Version: 4.3.11-4

We believe that the bug you reported is fixed in the latest version of
zsh, which is due to be installed in the Debian FTP archive:

zsh-dbg_4.3.11-4_amd64.deb
  to main/z/zsh/zsh-dbg_4.3.11-4_amd64.deb
zsh-dev_4.3.11-4_amd64.deb
  to main/z/zsh/zsh-dev_4.3.11-4_amd64.deb
zsh-doc_4.3.11-4_all.deb
  to main/z/zsh/zsh-doc_4.3.11-4_all.deb
zsh-static_4.3.11-4_amd64.deb
  to main/z/zsh/zsh-static_4.3.11-4_amd64.deb
zsh_4.3.11-4.debian.tar.gz
  to main/z/zsh/zsh_4.3.11-4.debian.tar.gz
zsh_4.3.11-4.dsc
  to main/z/zsh/zsh_4.3.11-4.dsc
zsh_4.3.11-4_amd64.deb
  to main/z/zsh/zsh_4.3.11-4_amd64.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.
Frank Terbeck <[email protected]> (supplier of updated zsh 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: Wed, 02 Mar 2011 18:57:37 +0100
Source: zsh
Binary: zsh zsh-doc zsh-static zsh-dev zsh-dbg
Architecture: source all amd64
Version: 4.3.11-4
Distribution: unstable
Urgency: low
Maintainer: Debian Zsh Maintainers <[email protected]>
Changed-By: Frank Terbeck <[email protected]>
Description: 
 zsh        - A shell with lots of features
 zsh-dbg    - A shell with lots of features (debugging symbols)
 zsh-dev    - A shell with lots of features (development files)
 zsh-doc    - zsh documentation - info/HTML format
 zsh-static - A shell with lots of features (static link)
Closes: 353863 611175 613162
Changes: 
 zsh (4.3.11-4) unstable; urgency=low
 .
   [ Frank Terbeck ]
   * [78ab02ff] Initial `debian/' import
   * [bfb94ad4] Adding _fuser fix from upstream
   * [344bea55] Adding at2quilt script
   * [4e83fa72] Adding autotools related patches
   * [0bfbee7f] Make sure a configure script is executable and stamp.h.in exists
   * [56cc95c7] Installation of Etc/FAQ currently fails for the debian package
   * [545b40ea] Fix colors function to work with ksh_arrays (Closes: #613162)
   * [6219ec1f] Fix detection of svn repositories in vcs_info (Closes: #611175)
   * [983b6365] Adding patch to fix segfault with regular expression matching
   * [6ced6e2c] Adding patch to support yodl3
   * [6267bebc] Refreshing autotools patches for yodl3 fixes
   * [40086130] Fix endless loop due to lexer bug (Closes: #353863)
 .
   [ Michael Prokop ]
   * [e8d69775] README.Debian: Add instructions how to use the zsh-dbg package.
   * [ed6737b2] Add yodl to Build-Depends and sort Build-Depends while at it.
Checksums-Sha1: 
 a5b5f4f348864aa5ee1aaf9d57e6bb2dd54cc9ba 1434 zsh_4.3.11-4.dsc
 1eeda336a407fb824d6d7ec30b8281c91d5886d7 140336 zsh_4.3.11-4.debian.tar.gz
 dade383310f93acfc7830b5cd8ed7850a48c305b 2553944 zsh-doc_4.3.11-4_all.deb
 eb2354b2aa4a0930e95a88477b7968884a971d35 4624570 zsh_4.3.11-4_amd64.deb
 ddd9f3ee1e7fae442afa6bfa87024528142f6575 1118768 zsh-dbg_4.3.11-4_amd64.deb
 2f3920befc87b96ba8a879783235122b88428cba 983340 zsh-static_4.3.11-4_amd64.deb
 37799d14750cc5f1b76e7a4a799b2d9d0b51557a 80568 zsh-dev_4.3.11-4_amd64.deb
Checksums-Sha256: 
 8c630627be9fb2d46c6ac4ffcfe838c7cd8cad89ea74bcf403d7a3b72b1b4439 1434 
zsh_4.3.11-4.dsc
 92bf4599dbaff606d38af72a24d66d0fbc85952e5b8ee7894772614fcebf7402 140336 
zsh_4.3.11-4.debian.tar.gz
 6dea1537b2ac22d2eb683ea484d10cb53a8ef44bdde28050788548b16bfbf0c3 2553944 
zsh-doc_4.3.11-4_all.deb
 839776f18fdef510219eb36c92276b86726ea44922d522e5f982744ed4ec2eb9 4624570 
zsh_4.3.11-4_amd64.deb
 fdc3e96b6b26a2e11398a1339acaa873101fb5b344691e1e37ddf27867bc95bc 1118768 
zsh-dbg_4.3.11-4_amd64.deb
 ad2dc396d8b8f6bb8fa64d6dc2d1936db757fda5c346bef47217aaaa2b0dbcc2 983340 
zsh-static_4.3.11-4_amd64.deb
 5d2a949c8711ae7ed1688982580ebc36ef8618496043cd8c3e88b4bdbdeb6eb5 80568 
zsh-dev_4.3.11-4_amd64.deb
Files: 
 e2882dd18b4188539a2b0eb70b78b658 1434 shells optional zsh_4.3.11-4.dsc
 4802062a65d825492d95e9520991bf1e 140336 shells optional 
zsh_4.3.11-4.debian.tar.gz
 f32bccc3e0398e60b46fa42ed172e461 2553944 doc optional zsh-doc_4.3.11-4_all.deb
 823058af39d3295998e7d80a0aedc424 4624570 shells optional zsh_4.3.11-4_amd64.deb
 cc2ce4c2511fa229a040da83068cc971 1118768 debug extra zsh-dbg_4.3.11-4_amd64.deb
 71d6e4eddd84808e5206cc1d6c68589f 983340 shells optional 
zsh-static_4.3.11-4_amd64.deb
 ab76ab54c10c001b24d7beeb598dd341 80568 libdevel optional 
zsh-dev_4.3.11-4_amd64.deb

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

iEYEARECAAYFAk1vmg0ACgkQ2N9T+zficuilHwCfeLGkxMde2mLZjnGYxU7Qk5s7
axUAn3CL4Ftiux13KYki/PI7DY66dleY
=OI/x
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to