diff options
author | David Bremner <bremner@debian.org> | 2011-09-25 11:16:06 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-09-25 11:16:06 -0300 |
commit | a70efbc845d519ec8f6db4b2d1a701caf6fa86b9 (patch) | |
tree | 2e06b9992a398f715b8889b59c33cb72ebcc1620 /debian | |
parent | 2697f623ae1534b669e182934ade124bd9cfd7ad (diff) |
debian: build-depend on gdb
This is needed to enable the atomicity tests at build time.
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 568c9e51..f10b1ae7 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Jameson Graef Rollins <jrollins@finestructure.net>, martin f. krafft David Bremner <bremner@debian.org> Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, libgmime-2.4-dev, libtalloc-dev, libz-dev, python-all (>= 2.6.6-3~), - emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) + emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), gdb Standards-Version: 3.9.2 Homepage: http://notmuchmail.org/ Vcs-Git: git://notmuchmail.org/git/notmuch |