diff options
author | Guido Guenther <agx@sigxcpu.org> | 2007-05-28 03:17:37 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2007-05-28 03:17:37 +0200 |
commit | 44330a25a71415334516e3e00443dcb0434189b9 (patch) | |
tree | 85d13b3083d89d2231a186bc1005be83ef4cdf80 /debian/control | |
parent | f63599a3fe0924c6545587c0a2450fbd9ee4113b (diff) | |
download | git-buildpackage-44330a25a71415334516e3e00443dcb0434189b9.tar.gz git-buildpackage-44330a25a71415334516e3e00443dcb0434189b9.tar.bz2 git-buildpackage-44330a25a71415334516e3e00443dcb0434189b9.zip |
don't use git_load_dirs for imports
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 96be0929..e699e753 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ XS-Vcs-Git: http://honk.sigxcpu.org/git/git-buildpackage.git/ Package: git-buildpackage Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts, - git-load-dirs (>= 1.1.4), git-core (>= 1:1.5.0.1-1) + git-core (>= 1:1.5.0.1-1) Description: Suite to help with Debian packages in Git repositories This package contains the following tools: * git-import-dsc: import an existing Debian source package into a git |