summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xpipe/debian/control4
-rw-r--r--xpipe/debian/xpipe+stackrpms.dsc2
2 files changed, 4 insertions, 2 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
diff --git a/xpipe/debian/xpipe+stackrpms.dsc b/xpipe/debian/xpipe+stackrpms.dsc
index 889ca48..566f3cb 100644
--- a/xpipe/debian/xpipe+stackrpms.dsc
+++ b/xpipe/debian/xpipe+stackrpms.dsc
@@ -6,7 +6,7 @@ Version: 0.0.2-1+stackrpms
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://github.com/jschauma/xpipe
Standards-Version: 4.5.0
-Build-Depends: debhelper-compat (= 12), openssl
+Build-Depends: debhelper-compat (= 12), libbsd-dev, openssl
Package-List:
xpipe deb utils optional arch=any
Files:
bgstack15