Package: git-core
Version: 1:1.6.4.3-1
Severity: important

The "git rebase" fails completely:

    $ git rebase master
    /usr/lib/git-core/git-rebase: line 32: .: git-sh-setup: file not found
    /usr/lib/git-core/git-rebase: line 33: set_reflog_action: command not found
    /usr/lib/git-core/git-rebase: line 34: require_work_tree: command not found
    /usr/lib/git-core/git-rebase: line 35: cd_to_toplevel: command not found
    /usr/lib/git-core/git-rebase: line 479: say: command not found

See attached patch that fixes this for Debian.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages git-core depends on:
ii  libc6                  2.9-25            GNU C Library: Shared libraries
ii  libcurl3-gnutls        7.19.5-1.1        Multi-protocol file transfer libra
ii  libdigest-sha1-perl    2.12-1            NIST SHA-1 message digest algorith
ii  liberror-perl          0.17-1            Perl module for error/exception ha
ii  libexpat1              2.0.1-4           XML parsing C library - runtime li
ii  perl-modules           5.10.0-25         Core Perl modules
ii  zlib1g                 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages git-core recommends:
ii  less                          436-1      pager program similar to more
ii  openssh-client [ssh-client]   1:5.1p1-7  secure shell client, an rlogin/rsh
ii  patch                         2.5.9-5    Apply a diff file to an original
ii  rsync                         3.0.6-1    fast remote file copy program (lik

Versions of packages git-core suggests:
pn  git-arch                      <none>     (no description available)
pn  git-cvs                       <none>     (no description available)
pn  git-daemon-run                <none>     (no description available)
pn  git-doc                       <none>     (no description available)
pn  git-email                     <none>     (no description available)
pn  git-gui                       <none>     (no description available)
pn  git-svn                       <none>     (no description available)
pn  gitk                          <none>     (no description available)
pn  gitweb                        <none>     (no description available)

-- no debconf information
--- /tmp/git-rebase.original    2009-10-14 01:04:52.000000000 +0300
+++ /usr/lib/git-core/git-rebase        2009-10-14 01:03:53.000000000 +0300
@@ -29,6 +29,7 @@
 
 SUBDIRECTORY_OK=Yes
 OPTIONS_SPEC=
+PATH="/usr/lib/git-core:$PATH"
 . git-sh-setup
 set_reflog_action rebase
 require_work_tree

Reply via email to