ia32-libs 1.19ubuntu1 source package in Ubuntu

Changelog

ia32-libs (1.19ubuntu1) gutsy; urgency=low

  * Merge to Debian unstable (the first time since Breezy). Since we have a
    lot of natively built lib32* packages, a native OO.o on amd64, no OO.o
    at all on ia64 any more, and Debian adopted some changes, most of the vast
    Ubuntu delta could be dropped. Remaining changes:
    - fetch-and-build:
      + Drop some packages which are obsolete and/or in universe; detailled
        list is kept as comments in that file.
      + Add some packages: libdb4.3, libgl1-mesa-dri, libglib2.0-0, libidn11,
        libnss-mdns, libsndfile1, linux-libc-dev
    - sources.list.deb: Use Ubuntu mirror. NB that this currently still uses
      feisty, because gutsy's archive is still way too inconsistent for the
      poor script to work.
    - debian/rules: New rule 'copyright' to automatically build
      debian/copyright from a header and the copyright files of the included
      sources.
    - debian/rules: Add 'make-orig' rule. orig.tar.gz's do not really make
      sense any more, but it does not hurt to have it here.
  * debian/rules: Do not have the failed wine symlink creation fail the build.
    This currently assumes /emul/ia32-libs/ which we do not have and do not
    care until we figure out what we need for wine.
  * debian/rules: Improve copyright rule to not need a header stub any more.
    Instead, use sed to remove the per-package copyrights before rebuilding
    it.

ia32-libs (1.19) unstable; urgency=medium

  * Add libSM.so symlink.
  * Add libXau.so and libXdmcp.so symlinks.
  * rebuild with latest packages from frozen etch.
  * Add freeglut3 and various other libs needed to run WINE on amd64.
    Thanks to Robert Millan <email address hidden> for sorting out the libs.
    (Closes: #394230, #402101)

ia32-libs (1.18) unstable; urgency=low

  [ Goswin von Brederlow ]
  * Some more symlinks for wine building on amd64. (Closes: #394230)

  [ Frederik Schüler ]
  * Add libpopt0.
  * Add Suggests: ia32-libs-gtk.
  * Add some more compatibility symlinks.

ia32-libs (1.17) unstable; urgency=low

  * Conflict with and Replace nvidia-glx-ia32 << 1.0.8774-7.
    (Closes: #393193, #392923)

ia32-libs (1.16) unstable; urgency=medium

  * Do not ship symlinks in /lib/ldconfig. (Closes: #388163)
  * Fix ldd on ia64, thanks to Ian Wienand for the hint. (Closes: #392718)
  * Add wine compatibility symlinks. (Closes: #351730)

ia32-libs (1.15) unstable; urgency=low

  * Add libsvga1 to satisfy libsdl1.2debian-alsa dependencies.
    (Closes: #381909)
  * Add libdrm2 to allow DRM acceleration of 32bit applications.
    (Closes: #381700)
  * Updated to latest etch versions: coreutils libacl1 libpng12-0
    libstdc++2.10-glibc2.2 libwmf0.2-7 libxml2 libxv1 zlib1g

ia32-libs (1.14) unstable; urgency=low

  [ Frederik Schüler ]
  * Add libxinerama1. (Closes: #376271)

  [ Goswin von Brederlow ]
  * Add Pre-Depends on dpkg from etch. (Closes: #371162)

ia32-libs (1.13) unstable; urgency=low

  * Really fix lib32gcc1 doc dir. (Closes: 367435)
  * Add new libs: libcairo2, libusb, libpng12-0 (Closes: #369931, #370191)
  * Update Xorg libraries to 7.0

ia32-libs (1.12) unstable; urgency=low

  [ Goswin von Brederlow ]
  * Mangle /usr/share/lintian/overrides/libgcc1 into
    /usr/share/lintian/overrides/lib32gcc1 and append
    debian/lib32gcc1.overrides to it. (Closes: #367435)
  * Correctly mangle shlibs file for lib32gcc1.

ia32-libs (1.11) unstable; urgency=low

  [ Frederik Schüler ]
  * Make the package Priority: extra.

  [ Goswin von Brederlow ]
  * Insert the ia32-libs version before the binNMU tag in lib32gcc1.
    Closes: #367435
  * Support sources.list.local for fetch-and-build runs to avoid
    accidental sources.list.deb changes in the svn repository.

ia32-libs (1.10) unstable; urgency=low

  * [amd64] depend on lib32ncurses5, instead of shipping it.
    Closes: #365544

ia32-libs (1.9) unstable; urgency=low

  [ Frederik Schüler ]
  * Depend on lib32asound2 instead of shipping libasound2.
  * Include libxv1. Closes: #364061

  [ Goswin von Brederlow ]
  * fetch-and-build: Fail on download failure or missing source
  * fetch-and-build: Correct source version for bin-NMUs

ia32-libs (1.8) unstable; urgency=low

  * Depend on lib32stdc++6 instead of shipping libstdc++6. Closes: #362600

ia32-libs (1.7) unstable; urgency=low

  [ Frederik Schüler ]
  * Add gdk-imlib11 to fix dangling symlinks.
  * add libsdl1.2debian-alsa and it's dependency libasound2 to support SDL
    applications.
  * Add libstdc++6, libxcursor1 and libxxf86vm1. Closes: #317845, #356682
  * Add gcc-4.1-base.

ia32-libs (1.6) unstable; urgency=low

  * New maintainer team: Bdale Garbee, Goswin von Brederlow, Frederik Schüler.

  [ Aurelien Jarno ]
  * Don't ship the glibc on amd64. Closes: #354380, #328949
  * Make ia32-libs depends on libc6-i386 and ia32-libs-dev on libc6-dev-i386.
    Closes: #355591, #310103, #341919
  * Don't make a symlink /usr/lib32 -> /emul/ia32-linux.

  [ Goswin von Brederlow ]
  * Update sources and debs
    - xlibmesa-glu -> libglu1-xorg
    - libxft1 -> libxft2
    - libdps1 is no more
    - libpam0g needed by vmware
  * Rewrite fetch-and-build. Closes: #355766
    - Don't fetch the first source building a package but the one
      having the deb in Debian.
    - Check that local sources are newer than or not in Debian.
    - Download all debs in one go. They may not conflict so apt
      can't fail or skip any.
    - Sanity check all debs (including local) to have matching sources.
  * Don't mess with /etc/ld.so.conf but use /lib/ldconfig/ links.
    Closes: #317887
  * Cleanup /etc/ld.so.conf on upgrades from old versions.
  * Don't divert ldd on amd64 as we don't ship it anymore.
  * Use DEB_HOST_ARCH, the arch we build _for_.
  * Drop ia32-libs-dev on amd64 (it is empty).
  * Split install into lib, dev and libgcc1 packages. Closes: #311423
  * Fix dpkg-divert errors. Remove diversion on amd64 and on remove.

  [ Frederik Schüler ]
  * Join all patches from Aurelien Jarno and Goswin von Brederlow in the BTS
    in order to address all open RC bugs.
  * Updated all included packages to latest testing version.

 -- Martin Pitt <email address hidden>   Tue, 22 May 2007 12:26:45 +0000

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Gutsy
Original maintainer:
Ubuntu Development Team
Architectures:
amd64 ia64
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Gutsy: [FULLYBUILT] amd64 [FULLYBUILT] ia64

Downloads

File Size SHA-256 Checksum
ia32-libs_1.19ubuntu1.tar.gz 309.3 MiB 297b4f46776b82ac538b717d5306e9ade239c05bdc38298f0ae170f68bddf158
ia32-libs_1.19ubuntu1.dsc 836 bytes a9748230d7dc4794bca8b5876d2998f9f61977fd3ebb5acd07bd49f2e8c26f1a

View changes file

Binary packages built by this source

ia32-libs: No summary available for ia32-libs in ubuntu gutsy.

No description available for ia32-libs in ubuntu gutsy.

ia32-libs-dev: No summary available for ia32-libs-dev in ubuntu gutsy.

No description available for ia32-libs-dev in ubuntu gutsy.

lib32gcc1: No summary available for lib32gcc1 in ubuntu gutsy.

No description available for lib32gcc1 in ubuntu gutsy.