diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-04-04 13:26:43 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-04-04 13:26:43 +0000 |
commit | 3beffcbea4cb1d2c92deae61a34310b37dbebbef (patch) | |
tree | 98bec5d6cd211bf47da8fe7eadc84a895d7211cc /debian/control | |
parent | fb5b0ca1d2cecfb931be158df33938a628279657 (diff) | |
download | gcc-48-3beffcbea4cb1d2c92deae61a34310b37dbebbef.tar.gz |
[ Matthias Klose ]
* Build libphobos for armel and armhf.
[ Iain Buclaw ]
* Update the GDC frontend (20140401).
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@7266 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index f2c1dae..952ce3f 100644 --- a/debian/control +++ b/debian/control @@ -1682,11 +1682,12 @@ Description: GNU D compiler (version 2), based on the GCC backend This compiler supports D language version 2. Package: libphobos-4.8-dev -Architecture: amd64 i386 x32 kfreebsd-amd64 kfreebsd-i386 +Architecture: armel armhf amd64 i386 x32 kfreebsd-amd64 kfreebsd-i386 Section: libdevel Priority: optional Depends: gcc-4.8-base (= ${gcc:Version}), zlib1g-dev, ${shlibs:Depends}, ${misc:Depends} Provides: libphobos-dev +Replaces: gdc-4.8 (<< 4.8.2-19) Description: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . @@ -1694,7 +1695,7 @@ Description: Phobos D standard library Package: libphobos-4.8-dbg Section: debug -Architecture: amd64 i386 x32 kfreebsd-amd64 kfreebsd-i386 +Architecture: armel armhf amd64 i386 x32 kfreebsd-amd64 kfreebsd-i386 Priority: extra Depends: gcc-4.8-base (= ${gcc:Version}), libphobos-4.8-dev (= ${gdc:Version}), ${misc:Depends} Provides: libphobos-dbg |