[ubuntu/natty] gcc-4.4 4.4.5-11ubuntu3 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Thu Mar 17 08:05:34 UTC 2011


gcc-4.4 (4.4.5-11ubuntu3) natty; urgency=low

  * Backport multiarch support from gcc-4.5.
  * debian/control.m4: add missing Multi-Arch: same for libgcc4; make sure
    Multi-Arch: same doesn't get set for libmudflap when building an
    Architecture: all cross-compiler package.
  * debian/rules2: use $libdir for libiberty.a.
  * debian/rules2: the spu build is not a multiarch build; look in the
    correct directory.
  * debian/rules.d/binary-java.mk: jvm-exports path is /usr/lib/jvm-exports,
    not $(libdir)/jvm-exports. OTOH, libgcj_bc *is* in $(libdir).
  * debian/patches/gcc-multiarch-*.diff: make sure we're using the same
    set_multiarch_path definition for all variants.
  * debian/control.m4: Make sure our libs Pre-Depend on
    'multiarch-support' when building for multiarch.
  * debian/patches/gcc-multiarch*, debian/rules.patch: use i386 in the
    multiarch path for amd64 / kfreebsd-amd64, not i486 or i686.  This lets
    us use a common set of paths on both Debian and Ubuntu, regardless of
    the target default optimization level.
  * debian/rules.conf: when building for multiarch, we require a
    libc-dev that supports the corresponding paths.
  * debian/rules.conf: Make dpkg-dev versioned build-dependency
    conditional on whether we want to build for multiarch.
  * Add a new patch, gcc-multiarch+biarch.diff, used only when building for
    multiarch to set our multilib paths to the correct relative directories.
  * debian/rules.defs: support turning on multiarch build by distribution.
  * debian/rules2: When DEB_HOST_MULTIARCH is available, use it as our
    multiarch path.
  * debian/control.m4: update the Ubuntu maintainer value.

Date: Thu, 17 Mar 2011 00:42:51 -0700
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/natty/+source/gcc-4.4/4.4.5-11ubuntu3
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 17 Mar 2011 00:42:51 -0700
Source: gcc-4.4
Binary: gcc-4.4-base gcc-4.4 gcc-4.4-multilib gcc-4.4-hppa64 gcc-4.4-spu g++-4.4-spu gfortran-4.4-spu cpp-4.4 cpp-4.4-doc gcc-4.4-locales g++-4.4 g++-4.4-multilib libmudflap0-4.4-dev protoize gobjc++-4.4 gobjc++-4.4-multilib gobjc-4.4 gobjc-4.4-multilib gfortran-4.4 gfortran-4.4-multilib gfortran-4.4-doc libstdc++6-4.4-dev libstdc++6-4.4-pic libstdc++6-4.4-dbg lib32stdc++6-4.4-dbg lib64stdc++6-4.4-dbg libn32stdc++6-4.4-dbg libstdc++6-4.4-doc gcc-4.4-soft-float gcc-4.4-doc gcc-4.4-source
Architecture: source
Version: 4.4.5-11ubuntu3
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 cpp-4.4    - The GNU C preprocessor
 cpp-4.4-doc - Documentation for the GNU C preprocessor (cpp)
 g++-4.4    - The GNU C++ compiler
 g++-4.4-multilib - The GNU C++ compiler (multilib files)
 g++-4.4-spu - SPU cross-compiler (C++ compiler)
 gcc-4.4    - The GNU C compiler
 gcc-4.4-base - The GNU Compiler Collection (base package)
 gcc-4.4-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcc-4.4-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.4-locales - The GNU C compiler (native language support files)
 gcc-4.4-multilib - The GNU C compiler (multilib files)
 gcc-4.4-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.4-source - Source of the GNU Compiler Collection
 gcc-4.4-spu - SPU cross-compiler (preprocessor and C compiler)
 gfortran-4.4 - The GNU Fortran 95 compiler
 gfortran-4.4-doc - Documentation for the GNU Fortran compiler (gfortran)
 gfortran-4.4-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.4-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.4 - The GNU Objective-C++ compiler
 gobjc++-4.4-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.4  - The GNU Objective-C compiler
 gobjc-4.4-multilib - The GNU Objective-C compiler (multilib files)
 lib32stdc++6-4.4-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64stdc++6-4.4-dbg - The GNU Standard C++ Library v3 (debugging files)
 libmudflap0-4.4-dev - GCC mudflap support libraries (development files)
 libn32stdc++6-4.4-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.4-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.4-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.4-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.4-pic - The GNU Standard C++ Library v3 (shared library subset kit)
 protoize   - Create/remove ANSI prototypes from C code
Changes: 
 gcc-4.4 (4.4.5-11ubuntu3) natty; urgency=low
 .
   * Backport multiarch support from gcc-4.5.
   * debian/control.m4: add missing Multi-Arch: same for libgcc4; make sure
     Multi-Arch: same doesn't get set for libmudflap when building an
     Architecture: all cross-compiler package.
   * debian/rules2: use $libdir for libiberty.a.
   * debian/rules2: the spu build is not a multiarch build; look in the
     correct directory.
   * debian/rules.d/binary-java.mk: jvm-exports path is /usr/lib/jvm-exports,
     not $(libdir)/jvm-exports. OTOH, libgcj_bc *is* in $(libdir).
   * debian/patches/gcc-multiarch-*.diff: make sure we're using the same
     set_multiarch_path definition for all variants.
   * debian/control.m4: Make sure our libs Pre-Depend on
     'multiarch-support' when building for multiarch.
   * debian/patches/gcc-multiarch*, debian/rules.patch: use i386 in the
     multiarch path for amd64 / kfreebsd-amd64, not i486 or i686.  This lets
     us use a common set of paths on both Debian and Ubuntu, regardless of
     the target default optimization level.
   * debian/rules.conf: when building for multiarch, we require a
     libc-dev that supports the corresponding paths.
   * debian/rules.conf: Make dpkg-dev versioned build-dependency
     conditional on whether we want to build for multiarch.
   * Add a new patch, gcc-multiarch+biarch.diff, used only when building for
     multiarch to set our multilib paths to the correct relative directories.
   * debian/rules.defs: support turning on multiarch build by distribution.
   * debian/rules2: When DEB_HOST_MULTIARCH is available, use it as our
     multiarch path.
   * debian/control.m4: update the Ubuntu maintainer value.
Checksums-Sha1: 
 10b53f24871afa4883b26ea6a7fd0b752443bf96 3829 gcc-4.4_4.4.5-11ubuntu3.dsc
 fcea92ef15c1919113a6bc8cbeb8e2235514f035 1323675 gcc-4.4_4.4.5-11ubuntu3.diff.gz
Checksums-Sha256: 
 ca85301ebe8df5f436ce5ea031a6acffdd0d9f4b5a3e1d73458ddbb3eaa1bc51 3829 gcc-4.4_4.4.5-11ubuntu3.dsc
 082198ab865207350e7eff7b312d717a2c6ca10f7793f4ff278262b19b94cefc 1323675 gcc-4.4_4.4.5-11ubuntu3.diff.gz
Files: 
 2580f25dfe4572b5ae936bb1ee704ee3 3829 devel optional gcc-4.4_4.4.5-11ubuntu3.dsc
 cada00c86052146cc2e48512ec193c62 1323675 devel optional gcc-4.4_4.4.5-11ubuntu3.diff.gz
Original-Maintainer: Debian GCC Maintainers <debian-gcc at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIVAwUBTYHAblaNMPMhshM9AQioSQ//Z00xvHx0XXjRmM7da/t13UNUE/ZxwqCc
6LYbg0ShG/KHLv4xwKVyfibUJKl2qkr33teDsRza1rQl19zdy8HiD+GvBhHjkWC3
cgUXx/VHUsnZ+AnDJoBBlLoVWY0+XaneqT8y3OSWd6thjIRvJxbhNVSZt1enCCMQ
db4JwoENHvnoeDn2aLoDPaNR/nbinnK93f6aQil/zmgGccotruodl9CbT4pSyH4i
Te+UqRGIlbOfCzhrUTM452tDGtZnWckqfh1daJYTWvK2vvh3V58XCX2uqiPcNe2F
ZoAOOuYcHbf4nEg/x7KEy5ipKe95Mc28SAyH3pX/w2QE1WSaJ9wECQATYzUX+j94
aCLoKuGhAF/ILlg7I2ih5Yd4KOdkK7CBX2HVEq+M3UQq3qB5h6Z05N8zo4HJcMut
GPVizlXHC7GC/3kZHjFo8zJXvAJYLlCPPA9z3Xe5RKs7SHCl/suhBYTQiQc9hbsg
PrKz6iM2SU7Bug8wAtI5pByducQUz9UEaN4JEUSe1bRYpHcb+Nzw0QDayJ8Sr1qN
aE5RqMmwxQXsugBbnrGzAQqfiGM9KBdKXX7j/vRm0Zj5SRfqL+r9rZP1iSIquffC
cBsu4EYNuFxoTfTN6fgwtjEmmrdtMUYJIi1E+Jn594fLAy/OFPP9kejw/HaYA2NF
a60L1xk6eVQ=
=TTd6
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list