diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-06-25 17:23:58 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-06-25 17:23:58 +0000 |
commit | f6a5e9f55459949dd82e7ea3105674cb9a78507e (patch) | |
tree | 568ffd79ea4c2384aeb0be258743a38926423b47 /debian/control | |
parent | 2e529de0e0482ae0ec71ed4de2efac6699ae6b69 (diff) | |
download | gcc-49-f6a5e9f55459949dd82e7ea3105674cb9a78507e.tar.gz |
* Drop versioned build dependency on gdb, and apply the pretty printer
patch for libstdc++ based on the release.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.9@7474 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |