diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-06-12 20:01:54 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-06-12 20:01:54 +0000 |
commit | 7a1936733cf153db443461d59a80e805c2273c97 (patch) | |
tree | 9a7e553ba14023983dee392cb55d06850add1836 /debian/control | |
parent | 207d5c5d7bad1d3b11d590fbe96fb95f3f2ad098 (diff) | |
download | gcc-48-7a1936733cf153db443461d59a80e805c2273c97.tar.gz |
- fix libphobos docdir symlink
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@6836 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 5370afe..5b8712a 100644 --- a/debian/control +++ b/debian/control @@ -1782,7 +1782,7 @@ Package: libphobos-4.8-dev Architecture: amd64 i386 x32 kfreebsd-amd64 kfreebsd-i386 Section: libdevel Priority: optional -Depends: zlib1g-dev, ${shlibs:Depends}, ${misc:Depends} +Depends: gcc-4.8-base (= ${gcc:Version}), zlib1g-dev, ${shlibs:Depends}, ${misc:Depends} Description: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . @@ -1792,7 +1792,7 @@ Package: libphobos-4.8-dbg Section: debug Architecture: amd64 i386 x32 kfreebsd-amd64 kfreebsd-i386 Priority: extra -Depends: gdc-4.8 (= ${gdc:Version}), libphobos-4.8-dev (= ${gdc:Version}), ${misc:Depends} +Depends: gcc-4.8-base (= ${gcc:Version}), libphobos-4.8-dev (= ${gdc:Version}), ${misc:Depends} Provides: libphobos-dbg Description: The Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. |