summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
-rw-r--r--debian/control.m42
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index e5cda1b..d8748bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,8 @@ gcc-4.9 (4.9.0-8) unstable; urgency=medium
* Remove version requirement for dependency on make. Closes: #751891.
* Fix removal of python byte-code files in libstdc++6. Closes: #751435.
* Fix a segfault in the driver from calling free on non-malloc'd area.
- * Drop versioned build dependency on gdb, and let libstdc++6 break
- gdb versions built again with python2.x.
+ * Drop versioned build dependency on gdb, and apply the pretty printer
+ patch for libstdc++ based on the release.
* Add support to build with isl-0.13.
-- Matthias Klose <doko@debian.org> Wed, 25 Jun 2014 00:33:55 +0200
diff --git a/debian/control b/debian/control
index 41e8190..c27b46d 100644
--- a/debian/control
+++ b/debian/control
@@ -1773,7 +1773,7 @@ Depends: gcc-4.9-base (= ${gcc:Version}), ${dep:libc}, ${shlibs:Depends}, ${misc
Provides: libstdc++6-armel [armel], libstdc++6-armhf [armhf]
Multi-Arch: same
Pre-Depends: multiarch-support
-Breaks: ${multiarch:breaks}, gdb (= 7.7.1-2)
+Breaks: ${multiarch:breaks}
Conflicts: scim (<< 1.4.2-1)
Replaces: libstdc++6-4.9-dbg (<< 4.9.0-3)
Description: GNU Standard C++ Library v3
diff --git a/debian/control.m4 b/debian/control.m4
index b65adf6..68ea5b5 100644
--- a/debian/control.m4
+++ b/debian/control.m4
@@ -3997,7 +3997,7 @@ Depends: BASEDEP, ${dep:libc}, ${shlibs:Depends}, ${misc:Depends}
Provides: ifdef(`TARGET',`libstdc++CXX_SO-TARGET-dcv1',`libstdc++'CXX_SO`-armel [armel], libstdc++'CXX_SO`-armhf [armhf]')
ifdef(`MULTIARCH', `Multi-Arch: same
Pre-Depends: multiarch-support
-Breaks: ${multiarch:breaks}, gdb (= 7.7.1-2)
+Breaks: ${multiarch:breaks}
')`'dnl
Conflicts: scim (<< 1.4.2-1)
Replaces: libstdc++CXX_SO`'PV-dbg`'LS (<< 4.9.0-3)