aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-07-01 08:59:23 -0400
committerB Stack <bgstack15@gmail.com>2020-07-01 09:04:34 -0400
commitc0247f5cafb016b2be0e59b386b02ef194ce2696 (patch)
tree4db3f546a4e20eda3bb9c9deb136732f2c5ef563 /debian/control
parentupdate dsc for obs (diff)
downloadchicago95-packages-c0247f5cafb016b2be0e59b386b02ef194ce2696.tar.gz
chicago95-packages-c0247f5cafb016b2be0e59b386b02ef194ce2696.tar.bz2
chicago95-packages-c0247f5cafb016b2be0e59b386b02ef194ce2696.zip
add build-dep txt2man
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 49c6a95..dbc2de3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: chicago95
Section: misc
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
-Build-Depends: debhelper (>=9~)
+Build-Depends: debhelper (>=9~),
+ txt2man
Standards-Version: 4.1.4
Homepage: https://github.com/grassmunk/Chicago95
bgstack15