summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-07-11 19:12:58 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-07-11 19:12:58 +0200
commitd964f2ddb9167cb40d4dcc86633db52a3710ddc3 (patch)
tree7572338a894d686609cef0f4f4ec618827f584fd
parent9ffd732a73fb43370593f7dc845d5d4377deae00 (diff)
remove gcc-9 testing staff
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules3
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 $@