diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-04 20:44:22 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-04 20:44:22 -0400 |
commit | 268c67329e37e7e480cadc31a02aa0ba6f308840 (patch) | |
tree | 1ccdca6e535168d706ebf539fbb11ef38373532d /debian | |
parent | b66fd50fb2a2611ca4ba58003535748f453369d8 (diff) |
removed build dependency on git-core, since we are back on 1.0 source packages.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a909c5d..ef62798 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Uploaders: Jameson Rollins <jrollins@fifthhorseman.net> -Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.4.0), git-core +Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.4.0) Standards-Version: 3.8.0.1 Homepage: http://web.monkeysphere.info/ Vcs-Git: git://git.monkeysphere.info/monkeysphere |