Package: git Version: 1:1.7.0.4-2 Severity: normal The load path should be changed from git-core to git.
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31.12-amd64 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages git depends on: ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libcurl3-gnutls 7.20.0-3+b1 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-7 XML parsing C library - runtime li ii perl-modules 5.10.1-12 Core Perl modules ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime Versions of packages git recommends: ii less 436-1 pager program similar to more ii openssh-client [ssh-client] 1:5.4p1-2 secure shell (SSH) client, for sec ii patch 2.6-2 Apply a diff file to an original ii rsync 3.0.7-2 fast remote file copy program (lik Versions of packages git suggests: pn git-arch <none> (no description available) ii git-cvs 1:1.7.0.4-2 fast, scalable, distributed revisi pn git-daemon-run <none> (no description available) ii git-doc 1:1.7.0.4-2 fast, scalable, distributed revisi ii git-email 1:1.7.0.4-2 fast, scalable, distributed revisi ii git-gui 1:1.7.0.4-2 fast, scalable, distributed revisi ii git-svn 1:1.7.0.4-2 fast, scalable, distributed revisi ii gitk 1:1.7.0.4-2 fast, scalable, distributed revisi pn gitweb <none> (no description available) -- no debconf information
>From b565c79d78d9d60e6474f00944ac10db80c519fd Mon Sep 17 00:00:00 2001 From: Michal Sojka <[email protected]> Date: Wed, 14 Apr 2010 08:53:32 +0200 Subject: [PATCH] Fix emacs load path --- debian/git.emacsen-startup | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/git.emacsen-startup b/debian/git.emacsen-startup index 5e8df73..c7309b0 100644 --- a/debian/git.emacsen-startup +++ b/debian/git.emacsen-startup @@ -11,7 +11,7 @@ ;; From http://www.emacswiki.org/cgi-bin/wiki/Git (add-to-list 'load-path - "/usr/share/doc/git-core/contrib/emacs" + "/usr/share/doc/git/contrib/emacs" 'append) (autoload 'git-get-env-strings "git" "" nil) -- 1.7.0.4

