diff options
author | B Stack <bgstack15@gmail.com> | 2020-06-18 11:49:06 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-06-18 11:49:06 -0400 |
commit | 46be04c80545a6042a3cd546da0b68ee8b7863c4 (patch) | |
tree | 8c83e4b51b28c897d01e83c02efe58150fc0a35c | |
parent | use bgscripts-core, not bgscripts (diff) | |
download | stackrpms-46be04c80545a6042a3cd546da0b68ee8b7863c4.tar.gz stackrpms-46be04c80545a6042a3cd546da0b68ee8b7863c4.tar.bz2 stackrpms-46be04c80545a6042a3cd546da0b68ee8b7863c4.zip |
add txt2man build-dep
-rw-r--r-- | irfanview/debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irfanview/debian/control b/irfanview/debian/control index 381520c..5b8950c 100644 --- a/irfanview/debian/control +++ b/irfanview/debian/control @@ -6,7 +6,8 @@ Build-Depends: debhelper (>=12~), # bgscripts for txtman-wrapper bgscripts-core (>=1.5.0), imagemagick, - librsvg2-bin + librsvg2-bin, + txt2man Standards-Version: 4.1.4 Homepage: https://irfanview.info/ |