[ubuntu/saucy-proposed] squeak-vm 1:4.10.2.2614-1ubuntu1 (Accepted)

Julian Taylor jtaylor at ubuntu.com
Thu May 30 10:10:17 UTC 2013


squeak-vm (1:4.10.2.2614-1ubuntu1) saucy; urgency=low

  * Merge from Debian unstable (LP: #1009080), Remaining changes:
    - adapted avoid_embedded_libs.patch for ld --as-needed

squeak-vm (1:4.10.2.2614-1) unstable; urgency=low

  [ upstream ]
  * New upstream release.
    Changes since last packaged release:
    + Support building and installing VMs for 64-bit images.
    + UUIDPlugin can use uuid_create().
    + Link squeakvm against libiconv if necessary.
    + Search /usr/local and /usr/pkg for headers and libs.
    + Rename "aio.h" -> "sqaio.h".
    + Allow the interpreter VM to execute format 6505 images.
    + More robust check for freetype2 headers.
    + Allow a headless image to change the size of the Display.
    + Compute gmt offset when tm_gmtoff not available on Solaris.
    + Interpreter source updated to VMMaker 4.10.2.
    + Fixes to build process for compatibility with most recent
      subversion client and bizarre situations with uuid.h on some Linux
      distributions.
    + Obsolete autotools files removed.
    + New plugins for Scratch support: WeDoPlugin, CameraPlugin,
      ScratchPlugin.
    + Trailing NUL not included when copying strings into Squeak via
      locale.
    + Re-enable gcc optimisations for fdlibm (FloatMathPlugin).
    + SerialPlugin ensures descriptor close and enforces limit on max
      open ports.
    + UUIDPlugin refuses to load if uuid_generate() would cause a
      segmentation fault.
    + Mpeg3Plugin never uses pthreads.
    + Main window clips by children for the convenience of OpenGL
      subwindows.

  [ Jonas Smedegaard ]
  * Add watch file.
  * Add control file Vcs-* fields: Packaging moved to Git.
  * Add get-orig-source target, using CDBS upstream-tarball.mk snippet.
  * Add myself as uploader.
  * Stop including or build-depending on quilt (patching handled by dpkg
    with source version 3.0).
  * Drop patch to reenable-gcc-optimisations: Applied upstream.
  * Unfuzz/refresh patches with shortening quilt options.
  * Fix avoid removing files added by linex patch.
  * Ease git-buildpackage integration:
    + Git-ignore quilt .pc dir.
    + Enable use of signed tags and pristine-tar.
  * Put aside convenience code copies during build (not remove them as
    done in NMU: missing files complicates building with
    git-buildpackage).
  * Rename patch to avoid embedded libraries, and improve its DEP3
    header.
  * Simplify packaging, using CDBS.
  * Add patch fix_printf_syntax to improve printf syntax: Fails with
    hardened build options.
  * Relax to build-depend unversioned on debhelper and cmake: Needed
    versions satisfied in stable, and oldstable no longer supported.
  * Bump debhelper compatibility level to 8.
  * Update README.source: Replace obsolete dpatch note with references
    to CDBS and git-buildpackage.
  * Fix respect nostrip DEB_BUILD_OPTIONS option.
  * Merge linex patch into debian packaging.
  * Bump standards-version to 3.9.4.
  * Build-depend on dh-buildinfo, to help debug independently from
    central Debian resources.

Date: Thu, 30 May 2013 11:44:38 +0200
Changed-By: Julian Taylor <jtaylor at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/squeak-vm/1:4.10.2.2614-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 30 May 2013 11:44:38 +0200
Source: squeak-vm
Binary: squeak-vm
Architecture: source
Version: 1:4.10.2.2614-1ubuntu1
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Julian Taylor <jtaylor at ubuntu.com>
Description: 
 squeak-vm  - The Squeak Smalltalk System (virtual machine)
Launchpad-Bugs-Fixed: 1009080
Changes: 
 squeak-vm (1:4.10.2.2614-1ubuntu1) saucy; urgency=low
 .
   * Merge from Debian unstable (LP: #1009080), Remaining changes:
     - adapted avoid_embedded_libs.patch for ld --as-needed
 .
 squeak-vm (1:4.10.2.2614-1) unstable; urgency=low
 .
   [ upstream ]
   * New upstream release.
     Changes since last packaged release:
     + Support building and installing VMs for 64-bit images.
     + UUIDPlugin can use uuid_create().
     + Link squeakvm against libiconv if necessary.
     + Search /usr/local and /usr/pkg for headers and libs.
     + Rename "aio.h" -> "sqaio.h".
     + Allow the interpreter VM to execute format 6505 images.
     + More robust check for freetype2 headers.
     + Allow a headless image to change the size of the Display.
     + Compute gmt offset when tm_gmtoff not available on Solaris.
     + Interpreter source updated to VMMaker 4.10.2.
     + Fixes to build process for compatibility with most recent
       subversion client and bizarre situations with uuid.h on some Linux
       distributions.
     + Obsolete autotools files removed.
     + New plugins for Scratch support: WeDoPlugin, CameraPlugin,
       ScratchPlugin.
     + Trailing NUL not included when copying strings into Squeak via
       locale.
     + Re-enable gcc optimisations for fdlibm (FloatMathPlugin).
     + SerialPlugin ensures descriptor close and enforces limit on max
       open ports.
     + UUIDPlugin refuses to load if uuid_generate() would cause a
       segmentation fault.
     + Mpeg3Plugin never uses pthreads.
     + Main window clips by children for the convenience of OpenGL
       subwindows.
 .
   [ Jonas Smedegaard ]
   * Add watch file.
   * Add control file Vcs-* fields: Packaging moved to Git.
   * Add get-orig-source target, using CDBS upstream-tarball.mk snippet.
   * Add myself as uploader.
   * Stop including or build-depending on quilt (patching handled by dpkg
     with source version 3.0).
   * Drop patch to reenable-gcc-optimisations: Applied upstream.
   * Unfuzz/refresh patches with shortening quilt options.
   * Fix avoid removing files added by linex patch.
   * Ease git-buildpackage integration:
     + Git-ignore quilt .pc dir.
     + Enable use of signed tags and pristine-tar.
   * Put aside convenience code copies during build (not remove them as
     done in NMU: missing files complicates building with
     git-buildpackage).
   * Rename patch to avoid embedded libraries, and improve its DEP3
     header.
   * Simplify packaging, using CDBS.
   * Add patch fix_printf_syntax to improve printf syntax: Fails with
     hardened build options.
   * Relax to build-depend unversioned on debhelper and cmake: Needed
     versions satisfied in stable, and oldstable no longer supported.
   * Bump debhelper compatibility level to 8.
   * Update README.source: Replace obsolete dpatch note with references
     to CDBS and git-buildpackage.
   * Fix respect nostrip DEB_BUILD_OPTIONS option.
   * Merge linex patch into debian packaging.
   * Bump standards-version to 3.9.4.
   * Build-depend on dh-buildinfo, to help debug independently from
     central Debian resources.
Checksums-Sha1: 
 e0aeca7ea6f20b0e226214d4b6e8713928c15fea 2424 squeak-vm_4.10.2.2614-1ubuntu1.dsc
 bd807730537122b220840b4a89f04a6689f435c2 3297314 squeak-vm_4.10.2.2614.orig.tar.gz
 c6085ad9bdc2433be50c0e8e66cf18cdc01efff0 81885 squeak-vm_4.10.2.2614-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 6ef9573156eaa54a775a9eb7f23cd344426eecc06ebbb6013480574b27216d80 2424 squeak-vm_4.10.2.2614-1ubuntu1.dsc
 3db6d12ea223e5bc49f52af7f6f832e383a3a006a53bc8a87f6469e1af5dfc2e 3297314 squeak-vm_4.10.2.2614.orig.tar.gz
 8ffd245bd1e9bba1dfd90483d7493c38049b387ff6280dfc5b538a8da8dd9f4e 81885 squeak-vm_4.10.2.2614-1ubuntu1.debian.tar.gz
Files: 
 01f9721dd84ccea9bf6273f1044e8453 2424 interpreters optional squeak-vm_4.10.2.2614-1ubuntu1.dsc
 8a5cb1d6899d55df56154fab8716e034 3297314 interpreters optional squeak-vm_4.10.2.2614.orig.tar.gz
 87a86db7e9355eef2ec6c8236def0080 81885 interpreters optional squeak-vm_4.10.2.2614-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Squeak Team <pkg-squeak-devel at lists.alioth.debian.org>

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

iQIcBAEBAgAGBQJRpyToAAoJEDLMSqwCh1b/uuMP/iiBdQgDv9Oj2LDwk0a+egTj
8FHf9M2n4wqKKnjEeX1ygctMM57fSc7E2V4/UtABuKkPbWZS4adQ+OtodhXMcorP
W2z9S2LggJCDvPaT31IS670Xf+zcQCEaHwstbYN/yz6Im2jMMR2LVKCTUlClP+JI
yv+J2CjVt1GY/6imx9ZEwbMoMRELhns+vtWcgcAH7FqM/Rqwz4MeUZyS8hLaNyUT
beopFXhfAgotO65FGqfzKZEX9m0QbiJWTvp/IZRvOgwzONnXBeWNnQdmtpsi6jCt
iQwI0erZAP76eGuSryBv+6QVeqSr1YQsHWRDyWQfu3KkGBdFrC/sFULcf45K4wjP
EESzsyWh398cS/i81BW5TYhfbBR726JXyONyv9xPOoLo+DJSuEffThhxnGYMjX1E
c7ITDdcvfySkkPTF8T7zZWm8tGtoBG/wmsPbZ+WG4cLN9Lxca5LppgfHyGzOu8xl
vALltx7F7bJGyaeOE7UCLbe66f8jlyODFvhby+j6VkEBy6TLa5nl37evAXoSnUy9
xdxAt98fRkU2LEbZ9iUWHhGE0s7yY9O8frlgrWAOYHAV9IopeIV73Htt4RL5mdtY
mcsbv5lweuFQPkSIIXoR79ShQptf6yJ/4tScxoPIqSfTmSV/EnsAqHv4Nu/JkzYP
IMUmplsXHGaa3DiZROgm
=lh03
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list