summaryrefslogtreecommitdiff
path: root/xpipe/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-20 08:18:05 -0500
committerB. Stack <bgstack15@gmail.com>2023-01-20 08:18:12 -0500
commitcd4f22ab05efbdb446cc535fc3d658fd7d713d60 (patch)
treef470b6656b3c92b027102acf216b28329a567498 /xpipe/debian/control
parentxpipe: add _service OBS file (diff)
downloadstackrpms-cd4f22ab05efbdb446cc535fc3d658fd7d713d60.tar.gz
stackrpms-cd4f22ab05efbdb446cc535fc3d658fd7d713d60.tar.bz2
stackrpms-cd4f22ab05efbdb446cc535fc3d658fd7d713d60.zip
xpipe: add requirement for libbsd-dev
Diffstat (limited to 'xpipe/debian/control')
-rw-r--r--xpipe/debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/xpipe/debian/control b/xpipe/debian/control
index f4d9645..9780585 100644
--- a/xpipe/debian/control
+++ b/xpipe/debian/control
@@ -2,7 +2,9 @@ Source: xpipe
Section: utils
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
-Build-Depends: debhelper-compat (= 12)
+Build-Depends: debhelper-compat (= 12),
+ libbsd-dev,
+ openssl,
Standards-Version: 4.5.0
Homepage: https://github.com/jschauma/xpipe
bgstack15