diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-07-11 19:12:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-07-11 19:12:58 +0200 |
commit | d964f2ddb9167cb40d4dcc86633db52a3710ddc3 (patch) | |
tree | 7572338a894d686609cef0f4f4ec618827f584fd /debian | |
parent | 9ffd732a73fb43370593f7dc845d5d4377deae00 (diff) |
remove gcc-9 testing staff
Diffstat (limited to 'debian')
-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 f9098666..5d855964 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 35452121..2e22b6b9 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 $@ |