Add git version dependency to debian package

Since git-lfs requires git >= 1.8.2 this ensures that people don't
accidentally install it with older versions of git
This commit is contained in:
Stephen Gelman 2015-12-02 18:45:23 +00:00
parent 2b2850118b
commit c54f3011e7

4
debian/control vendored

@ -2,12 +2,12 @@ Source: git-lfs
Section: vcs Section: vcs
Priority: optional Priority: optional
Maintainer: Stephen Gelman <gelman@getbraintree.com> Maintainer: Stephen Gelman <gelman@getbraintree.com>
Build-Depends: debhelper (>= 9), dh-golang, golang-go:native (>= 1.3.0), git (>= 1.8.0), ruby-ronn Build-Depends: debhelper (>= 9), dh-golang, golang-go:native (>= 1.3.0), git (>= 1.8.2), ruby-ronn
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Package: git-lfs Package: git-lfs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, git Depends: ${shlibs:Depends}, ${misc:Depends}, git (>= 1.8.2)
Built-Using: ${misc:Built-Using} Built-Using: ${misc:Built-Using}
Description: Git Large File Support Description: Git Large File Support
An open source Git extension for versioning large files An open source Git extension for versioning large files