summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-20 18:57:53 +0000
committerB. Stack <bgstack15@gmail.com>2022-01-20 18:57:53 +0000
commit7f9d6c9f9a6c40582470f123a5466c984bae55be (patch)
tree5e397d6dbbebca4b4122e4211a2d52eaeb34c3e0 /newmoon/debian/control
parentMerge branch 'scite-bump' into 'master' (diff)
parentcheck gcc ver instead of fedora ver (diff)
downloadstackrpms-7f9d6c9f9a6c40582470f123a5466c984bae55be.tar.gz
stackrpms-7f9d6c9f9a6c40582470f123a5466c984bae55be.tar.bz2
stackrpms-7f9d6c9f9a6c40582470f123a5466c984bae55be.zip
Merge branch 'newmoon-bump' into 'master'
newmoon 29.4.3 with gcc11 support See merge request bgstack15/stackrpms!280
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r--newmoon/debian/control1
1 files changed, 0 insertions, 1 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control
index 7d167fd..29a09a3 100644
--- a/newmoon/debian/control
+++ b/newmoon/debian/control
@@ -14,7 +14,6 @@ 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),
bgstack15