diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-09 12:35:17 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-09 12:35:17 +0300 |
commit | 94a19f31b81e9e7e295414fe2ad2302e0db25a08 (patch) | |
tree | cd4d55316ad2eeb6a341f14de0bdc0b6254572df /debian/rules.parameters | |
parent | a131e67ad296fc257a656be6391cfd1d9b243cfb (diff) | |
download | gcc-6-master.tar.gz |
Package for DysonHEADdyson/6.3.0-17+dyson0master
Diffstat (limited to 'debian/rules.parameters')
-rw-r--r-- | debian/rules.parameters | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/rules.parameters b/debian/rules.parameters index 03171ea..5fb1ca3 100644 --- a/debian/rules.parameters +++ b/debian/rules.parameters @@ -2,14 +2,14 @@ GCC_VERSION := 6.3.0 NEXT_GCC_VERSION := 6.3.1 BASE_VERSION := 6 -SOURCE_VERSION := 6.3.0-17 -DEB_VERSION := 6.3.0-17 -DEB_EVERSION := 1:6.3.0-17 -DEB_GDC_VERSION := 6.3.0-17 +SOURCE_VERSION := 6.3.0-17+dyson0 +DEB_VERSION := 6.3.0-17+dyson0 +DEB_EVERSION := 1:6.3.0-17+dyson0 +DEB_GDC_VERSION := DEB_SOVERSION := 5 DEB_SOEVERSION := 1:5 DEB_LIBGCC_SOVERSION := -DEB_LIBGCC_VERSION := 1:6.3.0-17 +DEB_LIBGCC_VERSION := 1:6.3.0-17+dyson0 DEB_STDCXX_SOVERSION := 5 DEB_GCJ_SOVERSION := 5 PKG_GCJ_EXT := 17 @@ -20,7 +20,7 @@ CXX_SONAME := 6 FORTRAN_SONAME := 3 OBJC_SONAME := 4 GCJ_SONAME := 17 -GDC_VERSION := 6 +GDC_VERSION := GNAT_VERSION := 6 GNAT_SONAME := 6 FFI_SONAME := 7 @@ -42,4 +42,4 @@ CC1_SONAME := 0 GCCJIT_SONAME := 0 GPHOBOS_SONAME := 68 GDRUNTIME_SONAME := 68 -LIBC_DEP := libc6 +LIBC_DEP := libc1 |