From 523f05f9808311c117385279b8827948505b339a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 30 May 2019 17:34:51 -0400 Subject: g++-*-*-*: Drop dependency on gcc-*-*-* --- diff --git a/changelog b/changelog index f6ac8b8..9f7897b 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,8 @@ gcc-defaults (1.1) trunk * Update Maintainer. * gcc-defaults-common: New binary package. + * Drop gcc-*-*-* -> cpp, g++-*-*-* -> cpp, and g++-*-*-* -> gcc-*-*-* + dependencies. * Make target-specific cpp packages with slightly better descriptions. -- Patrick McDermott Thu, 30 May 2019 17:10:49 -0400 diff --git a/g++.pkg.in/control b/g++.pkg.in/control index 54c728f..0323823 100644 --- a/g++.pkg.in/control +++ b/g++.pkg.in/control @@ -1,7 +1,6 @@ Architecture: all Platform: all -Depends: gcc-defaults-common (= ${Binary-Version}), gcc-@PKG_TARGET_ARCH@ (= ${Binary-Version}), - g++-4.7-@PKG_TARGET_ARCH@ +Depends: gcc-defaults-common (= ${Binary-Version}), g++-4.7-@PKG_TARGET_ARCH@ Description: GNU C++ compiler for @PKG_TARGET_ARCH@ This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . -- cgit v0.9.1