diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-12-13 21:33:17 +0100 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-12-13 21:33:17 +0100 |
commit | 7ed62009c463a3401bfa3733b1ebcea6ce889e84 (patch) | |
tree | 60963be5f7ebd31a0ea0e56e96a87a6fa3e8a37a | |
parent | cf11dbf0d432e1c51ec99813ee8dea4ddcca9def (diff) | |
download | git-buildpackage-7ed62009c463a3401bfa3733b1ebcea6ce889e84.tar.gz git-buildpackage-7ed62009c463a3401bfa3733b1ebcea6ce889e84.tar.bz2 git-buildpackage-7ed62009c463a3401bfa3733b1ebcea6ce889e84.zip |
depend on a git-core that has git-archive
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 95e0130c..b699bd6e 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.7.2 Package: git-buildpackage Architecture: all -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts, git-load-dirs (>= 1.0.35) +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts, git-load-dirs (>= 1.0.35), git-core (>= 1:1.4.4) 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 |