severity 577504 serious
retitle 577504 'svn' is not a git command
tags 577504 + patch
thanks

Reinhard Karcher wrote:

> After moving the git modules from /usr/lib/git-core to /usr/lib/git
> the command 'git svn' is no longer found.

Sorry -- I should have caught this.

-- 8< --
Subject: git 1.7.0.4-2~exp0 breaks git commands in /usr/lib/git-core

Commands such as git-svn need to be placed in gitexecdir to work.  In
other words, packages like git-svn depend on a version of git that
looks for commands in /usr/lib/git-core.

Reported-by: Reinhard Karcher <reinhard.karc...@gmx.net>
---
 debian/changelog |    7 +++++++
 debian/control   |   10 +++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5495c42..df0a5bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+git (1:1.7.0.4-2.1) unstable; urgency=low
+
+  * debian/control: packages git-arch, git-cvs, git-svn, git-email,
+    git-gui: Depends: git (>= 1:1.7.0.4-2) (closes: #577504).
+
+ -- Jonathan Nieder <jrnie...@gmail.com>  Mon, 12 Apr 2010 04:44:49 -0500
+
 git (1:1.7.0.4-2) unstable; urgency=low
 
   * debian/rules: package git: no longer install /usr/share/doc/git-core
diff --git a/debian/control b/debian/control
index 1226ba4..dd39973 100644
--- a/debian/control
+++ b/debian/control
@@ -67,7 +67,7 @@ Description: fast, scalable, distributed revision control 
system (documentation)
 
 Package: git-arch
 Architecture: all
-Depends: git (>> ${source:Upstream-Version}), git (<< 
${source:Upstream-Version}-.), tla
+Depends: git (>= 1:1.7.0.4-2), git (<< ${source:Upstream-Version}-.), tla
 Suggests: git-doc
 Replaces: cogito (<< 0.16rc2-0)
 Description: fast, scalable, distributed revision control system (arch 
interoperability)
@@ -85,7 +85,7 @@ Description: fast, scalable, distributed revision control 
system (arch interoper
 
 Package: git-cvs
 Architecture: all
-Depends: git (>> ${source:Upstream-Version}), git (<< 
${source:Upstream-Version}-.), cvsps (>> 2.1-0), libdbd-sqlite3-perl
+Depends: git (>= 1:1.7.0.4-2), git (<< ${source:Upstream-Version}-.), cvsps 
(>> 2.1-0), libdbd-sqlite3-perl
 Suggests: git-doc, cvs
 Replaces: cogito (<< 0.16rc2-0)
 Description: fast, scalable, distributed revision control system (cvs 
interoperability)
@@ -104,7 +104,7 @@ Description: fast, scalable, distributed revision control 
system (cvs interopera
 
 Package: git-svn
 Architecture: all
-Depends: git (>> ${source:Upstream-Version}), git (<< 
${source:Upstream-Version}-.), libsvn-perl | libsvn-core-perl, libwww-perl, 
libterm-readkey-perl
+Depends: git (>= 1:1.7.0.4-2), git (<< ${source:Upstream-Version}-.), 
libsvn-perl | libsvn-core-perl, libwww-perl, libterm-readkey-perl
 Suggests: git-doc, subversion
 Replaces: cogito (<< 0.16rc2-0)
 Description: fast, scalable, distributed revision control system (svn 
interoperability)
@@ -122,7 +122,7 @@ Description: fast, scalable, distributed revision control 
system (svn interopera
 
 Package: git-email
 Architecture: all
-Depends: git (>> ${source:Upstream-Version}), git (<< 
${source:Upstream-Version}-.)
+Depends: git (>= 1:1.7.0.4-2), git (<< ${source:Upstream-Version}-.)
 Recommends: libemail-valid-perl, libnet-smtp-ssl-perl, libauthen-sasl-perl
 Suggests: git-doc
 Replaces: cogito (<< 0.16rc2-0)
@@ -159,7 +159,7 @@ Description: fast, scalable, distributed revision control 
system (git-daemon ser
 
 Package: git-gui
 Architecture: all
-Depends: git (>> ${source:Upstream-Version}), git (<< 
${source:Upstream-Version}-.), tk (>= 8.4)
+Depends: git (>= 1:1.7.0.4-2), git (<< ${source:Upstream-Version}-.), tk (>= 
8.4)
 Replaces: git-core (<< 1:1.5.2.2-3)
 Recommends: gitk
 Suggests: git-doc
-- 
1.7.0.4




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to