diff options
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/debian/control b/debian/control index f909866..5d85596 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: libunistring Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 12), - gcc-9 + debhelper (>= 12) Standards-Version: 4.4.0 Section: libs Homepage: https://www.gnu.org/software/libunistring/ diff --git a/debian/rules b/debian/rules index 3545212..2e22b6b 100755 --- a/debian/rules +++ b/debian/rules @@ -17,9 +17,6 @@ DEB_MAKE_CHECK_TARGET = check VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') -export CC=gcc-9 -export CXX=g++-9 - %: dh $@ |