diff options
author | Benjamin Drung <bdrung@ubuntu.com> | 2009-08-11 16:41:14 +0200 |
---|---|---|
committer | Benjamin Drung <bdrung@ubuntu.com> | 2009-08-11 16:41:14 +0200 |
commit | 9688bac1b8de25bc7a40eb56ec631caad48ec951 (patch) | |
tree | 33e11c678f9a9bd0a8cb9ddc96d2140d3c1bedc1 /debian/control | |
parent | af5590a0a435dcf24e4f970dbd808a3157249e18 (diff) |
- add ${misc:Depends} to Depends
- update debian/control
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ba7c9ca..b82e751 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,8 @@ Depends: dpkg-dev, quilt, unzip, wget, - zip + zip, + ${misc:Depends} Suggests: cvs, git-core, mercurial |