diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-16 05:35:51 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-16 05:35:51 +0100 |
commit | 4c4f2b185374fc0f81dbdda424dfa2089cd24680 (patch) | |
tree | 876da56844f1137acfbbd283e69b063e1cceda07 /debian | |
parent | c173e6b9955b3062bdb1542178a5d477d5a4b752 (diff) | |
download | nx-libs-4c4f2b185374fc0f81dbdda424dfa2089cd24680.tar.gz nx-libs-4c4f2b185374fc0f81dbdda424dfa2089cd24680.tar.bz2 nx-libs-4c4f2b185374fc0f81dbdda424dfa2089cd24680.zip |
debian/control: add dependencies needed for debian/compat.sh.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 196c51b22..25bc3955e 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,10 @@ Build-Depends: quilt (>= 0.46-7~), x11proto-core-dev, xutils-dev, - zlib1g-dev + zlib1g-dev, + sed, + coreutils, + lsb-release Standards-Version: 4.1.0 Homepage: https://github.com/ArcticaProject/nx-libs/ Vcs-Git: https://github.com/ArcticaProject/nx-libs/ |