diff options
author | Zhang Qiang <qiang.z.zhang@intel.com> | 2012-10-26 14:21:18 -0400 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-03-22 20:54:55 +0100 |
commit | 6703edc910a1180ea857dd5df3f8d92a35a61ceb (patch) | |
tree | 7bd02d6dce4915bdcf2d171f1fd86c0a1bc7d44f | |
parent | 8b80e388853eaf85d3b144e1748f9e3f99144a9a (diff) | |
download | git-buildpackage-6703edc910a1180ea857dd5df3f8d92a35a61ceb.tar.gz git-buildpackage-6703edc910a1180ea857dd5df3f8d92a35a61ceb.tar.bz2 git-buildpackage-6703edc910a1180ea857dd5df3f8d92a35a61ceb.zip |
packaging: Add man as dependency
Required by GitRepository._cmd_has_feature() method.
Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Guido Günther <agx@sigxcpu.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 534f50dc..027ceca3 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ X-Python-Version: >= 2.6 Package: git-buildpackage Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts (>= 2.10.66~), - git (>= 1:1.7.9.1-1~), python-dateutil + git (>= 1:1.7.9.1-1~), python-dateutil, man-db Recommends: pristine-tar (>= 0.5), cowbuilder Suggests: python-notify, unzip Description: Suite to help with Debian packages in Git repositories |