diff options
author | B. Stack <bgstack15@gmail.com> | 2021-11-14 20:10:20 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-11-14 20:10:20 +0000 |
commit | 97a7101dfd39d878a67512b592513a83fff619a3 (patch) | |
tree | 279aa2b7772d4d730a40cf2a552e996862402f91 /newmoon/debian/control | |
parent | Merge branch 'scite-bump' into 'master' (diff) | |
parent | add lsb-release to dsc (diff) | |
download | stackrpms-97a7101dfd39d878a67512b592513a83fff619a3.tar.gz stackrpms-97a7101dfd39d878a67512b592513a83fff619a3.tar.bz2 stackrpms-97a7101dfd39d878a67512b592513a83fff619a3.zip |
Merge branch 'newmoon-bump' into 'master'
use gcc 10
See merge request bgstack15/stackrpms!272
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r-- | newmoon/debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control index 0af5406..7d167fd 100644 --- a/newmoon/debian/control +++ b/newmoon/debian/control @@ -5,6 +5,8 @@ Maintainer: B Stack <bgstack15@gmail.com> Bugs: mailto: <bgstack15@gmail.com> Build-Depends: debhelper (>= 12), autoconf2.13, + gcc (<< 11) | gcc-10, + g++ (<< 11) | g++-10, libasound2-dev, libdbus-glib-1-dev (>= 0.60), libgconf2-dev (>= 1.2.1), @@ -12,6 +14,7 @@ Build-Depends: debhelper (>= 12), libssl-dev, libx11-xcb-dev, libxt-dev, + lsb-release, mesa-common-dev, pkg-config, python2 (>= 2.7.18-2~) | python (>= 2.7), |