diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-19 14:20:24 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-19 14:20:24 -0700 |
commit | 06af6a530911d53038b1f0a0b4864146efe5bb9b (patch) | |
tree | e0a7caa8c7463b1c00542d7de64249d11c1ae777 | |
parent | e4ac2454299665223583818d7bc191dc591dd0ad (diff) | |
parent | 6a9fb8b965cf02bb5aaaa9b6353ea557abbc09d9 (diff) |
Merge commit 'dkg/master'
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0b38c6a..372855d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +monkeysphere (0.10-2) experimental; urgency=low + + [ Daniel Kahn Gillmor ] + * debian/control: added Build-Depends: git-core for the new packaging + format + + -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 19 Aug 2008 01:11:48 -0400 + monkeysphere (0.10-1) experimental; urgency=low [ Jameson Graef Rollins ] diff --git a/debian/control b/debian/control index 7fbcbc7..2984464 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Uploaders: Jameson Rollins <jrollins@fifthhorseman.net> -Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.4.0) +Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.4.0), git-core Standards-Version: 3.8.0.1 Homepage: http://monkeysphere.info/ Vcs-Git: git://monkeysphere.info/monkeysphere |