From 62a0e67a36c833d10580f308f79ba15c1b4e27b5 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 9 Nov 2021 10:06:13 -0500 Subject: use gcc 10 Ref https://build.opensuse.org/package/show/home:stevenpusser:palemoon-GTK3/palemoon-impish-sid --- newmoon/debian/control | 3 +++ 1 file changed, 3 insertions(+) (limited to 'newmoon/debian/control') 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 Bugs: mailto: 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), -- cgit