diff options
author | B. Stack <bgstack15@gmail.com> | 2023-01-20 08:18:05 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-01-20 08:18:12 -0500 |
commit | cd4f22ab05efbdb446cc535fc3d658fd7d713d60 (patch) | |
tree | f470b6656b3c92b027102acf216b28329a567498 /xpipe | |
parent | xpipe: add _service OBS file (diff) | |
download | stackrpms-cd4f22ab05efbdb446cc535fc3d658fd7d713d60.tar.gz stackrpms-cd4f22ab05efbdb446cc535fc3d658fd7d713d60.tar.bz2 stackrpms-cd4f22ab05efbdb446cc535fc3d658fd7d713d60.zip |
xpipe: add requirement for libbsd-dev
Diffstat (limited to 'xpipe')
-rw-r--r-- | xpipe/debian/control | 4 | ||||
-rw-r--r-- | xpipe/debian/xpipe+stackrpms.dsc | 2 |
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: |