[ubuntu/lucid] parted 1.8.8.git.2009.07.19-5ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Mon Nov 9 22:15:16 GMT 2009


parted (1.8.8.git.2009.07.19-5ubuntu1) lucid; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
      protective MBR.
    - Add -fno-stack-protector on sparc.
    - sparc-new-label.dpatch: Fix sparc disk label generation. This is
      required for LDOM and parallel installations with Solaris 10.
    - loop-partitions.dpatch: Loop devices can only have one partition, so
      don't generate device names such as "/dev/loop0p1".
    - When building with gcc-4.3, add -Wno-array-bounds to CFLAGS.
    - Cell partition tables are misdetected as pc98, so disable pc98 support
      on powerpc.
    - disable_o_direct.dpatch: Replace the use of O_DIRECT with calls to
      fsync() at appropriate times.
    - unpartitioned-disks.dpatch (update): Just return immediately from
      ped_disk_commit if running on an unpartitioned disk, to avoid failures
      in case we end up in _kernel_reread_part_table.
    - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
      the partition table, to avoid a variety of races.
    - dmraid.dpatch: Restored. Ensures that device-mapper devices for dmraid
      arrays do not have extra nodes created needlessly, as well as making
      sure that partition nodes for dmraid devices are not probed.
  * Upstream fixed destruction of first 446 bytes of protective MBR on GPT
    write (LP: #351414).

parted (1.8.8.git.2009.07.19-5) unstable; urgency=low

  * Update building system with automake 1.11

parted (1.8.8.git.2009.07.19-4) unstable; urgency=low

  [ Otavio Salvador ]
  * Fix FTBFS in s390 due a missing prototype in dasd label.

  [ Aurelien Jarno ]
  * Add FreeBSD architecture support files
  * Regenerate configure and Makefile.in

parted (1.8.8.git.2009.07.19-3) unstable; urgency=low

  [ Otavio Salvador ]
  * control.in: use debug for libparted-dbg.

  [ Colin Watson ]
  * control.in: Move libparted at LIBPKGVER@-i18n to section localization.

  [ Luca Favatella ]
  * control.in: Remove libdevmapper-dev as build-dependency on GNU/kFreeBSD.
  * debian/rules: Enable device-mapper only on Linux.

  [ Otavio Salvador ]
  * Do not dynamicaly update soname.

parted (1.8.8.git.2009.07.19-2) unstable; urgency=low

  * unblacklist-md.dpatch: Revert commit
    f94e08bdb4ba0fa1b9fd35509e04c2d9ee84ff80, which broke RAID configuration
    in d-i and isn't necessary given our unpartitioned-disks patch.
  * Add myself to Uploaders, at Otavio's suggestion.

parted (1.8.8.git.2009.07.19-1) unstable; urgency=low

  * New upstream snapshot.

  [ Max Vozeler ]
  * Restore dependency on the patch-stamp target. (closes: #534248)

  [ Otavio Salvador ]
  * Drop baseline-symbols patch.
  * Update symbols - no soname bump required.

parted (1.8.8.git.2009.06.03-2) unstable; urgency=low

  * libparted: move LinuxSpecific stuff to a private linux.h header

Date: Mon, 09 Nov 2009 21:40:36 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/parted/1.8.8.git.2009.07.19-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 09 Nov 2009 21:40:36 +0000
Source: parted
Binary: parted parted-udeb libparted1.8-12 libparted1.8-udeb libparted1.8-i18n libparted1.8-dev libparted1.8-dbg parted-doc
Architecture: source
Version: 1.8.8.git.2009.07.19-5ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 libparted1.8-12 - The GNU Parted disk partitioning shared library
 libparted1.8-dbg - The GNU Parted disk partitioning library debug development files
 libparted1.8-dev - The GNU Parted disk partitioning library development files
 libparted1.8-i18n - The GNU Parted disk partitioning library i18n support
 libparted1.8-udeb - The GNU Parted disk partitioning shared library (udeb)
 parted     - The GNU Parted disk partition resizing program
 parted-doc - The GNU Parted disk partition resizing program documentation
 parted-udeb - Manually partition a hard drive (parted) (udeb)
Closes: 534248
Changes: 
 parted (1.8.8.git.2009.07.19-5ubuntu1) lucid; urgency=low
 .
   * Resynchronise with Debian. Remaining changes:
     - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
       protective MBR.
     - Add -fno-stack-protector on sparc.
     - sparc-new-label.dpatch: Fix sparc disk label generation. This is
       required for LDOM and parallel installations with Solaris 10.
     - loop-partitions.dpatch: Loop devices can only have one partition, so
       don't generate device names such as "/dev/loop0p1".
     - When building with gcc-4.3, add -Wno-array-bounds to CFLAGS.
     - Cell partition tables are misdetected as pc98, so disable pc98 support
       on powerpc.
     - disable_o_direct.dpatch: Replace the use of O_DIRECT with calls to
       fsync() at appropriate times.
     - unpartitioned-disks.dpatch (update): Just return immediately from
       ped_disk_commit if running on an unpartitioned disk, to avoid failures
       in case we end up in _kernel_reread_part_table.
     - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
       the partition table, to avoid a variety of races.
     - dmraid.dpatch: Restored. Ensures that device-mapper devices for dmraid
       arrays do not have extra nodes created needlessly, as well as making
       sure that partition nodes for dmraid devices are not probed.
   * Upstream fixed destruction of first 446 bytes of protective MBR on GPT
     write (LP: #351414).
 .
 parted (1.8.8.git.2009.07.19-5) unstable; urgency=low
 .
   * Update building system with automake 1.11
 .
 parted (1.8.8.git.2009.07.19-4) unstable; urgency=low
 .
   [ Otavio Salvador ]
   * Fix FTBFS in s390 due a missing prototype in dasd label.
 .
   [ Aurelien Jarno ]
   * Add FreeBSD architecture support files
   * Regenerate configure and Makefile.in
 .
 parted (1.8.8.git.2009.07.19-3) unstable; urgency=low
 .
   [ Otavio Salvador ]
   * control.in: use debug for libparted-dbg.
 .
   [ Colin Watson ]
   * control.in: Move libparted at LIBPKGVER@-i18n to section localization.
 .
   [ Luca Favatella ]
   * control.in: Remove libdevmapper-dev as build-dependency on GNU/kFreeBSD.
   * debian/rules: Enable device-mapper only on Linux.
 .
   [ Otavio Salvador ]
   * Do not dynamicaly update soname.
 .
 parted (1.8.8.git.2009.07.19-2) unstable; urgency=low
 .
   * unblacklist-md.dpatch: Revert commit
     f94e08bdb4ba0fa1b9fd35509e04c2d9ee84ff80, which broke RAID configuration
     in d-i and isn't necessary given our unpartitioned-disks patch.
   * Add myself to Uploaders, at Otavio's suggestion.
 .
 parted (1.8.8.git.2009.07.19-1) unstable; urgency=low
 .
   * New upstream snapshot.
 .
   [ Max Vozeler ]
   * Restore dependency on the patch-stamp target. (closes: #534248)
 .
   [ Otavio Salvador ]
   * Drop baseline-symbols patch.
   * Update symbols - no soname bump required.
 .
 parted (1.8.8.git.2009.06.03-2) unstable; urgency=low
 .
   * libparted: move LinuxSpecific stuff to a private linux.h header
Checksums-Sha1: 
 b73b362bb88205587afe70367d7bc02c84b6b5d6 2569 parted_1.8.8.git.2009.07.19-5ubuntu1.dsc
 7342aaed893b318d9a9333b881011af5c47681dc 2544391 parted_1.8.8.git.2009.07.19.orig.tar.gz
 66207bbc10eefdd8844a250c740db692a677ec62 236174 parted_1.8.8.git.2009.07.19-5ubuntu1.diff.gz
Checksums-Sha256: 
 bbd7d951e188eab1df8a1577ea96bb70c08953385e33cad418c42d393041786f 2569 parted_1.8.8.git.2009.07.19-5ubuntu1.dsc
 77bc256d899504b841299e59d93626e5284538535029fc5431cc0543d4afe565 2544391 parted_1.8.8.git.2009.07.19.orig.tar.gz
 c38dbe999b4dcfc683da65a8c190ec63e7aeb469d2d16f8be177ed9e7f0f3bc5 236174 parted_1.8.8.git.2009.07.19-5ubuntu1.diff.gz
Files: 
 9d157080cf4c396f442ba3b04a3a5fc6 2569 admin optional parted_1.8.8.git.2009.07.19-5ubuntu1.dsc
 0723dc7dead5bac6b2b805b63a1f048b 2544391 admin optional parted_1.8.8.git.2009.07.19.orig.tar.gz
 34829bdac296e6bb043125cbd844ceb3 236174 admin optional parted_1.8.8.git.2009.07.19-5ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 351414
Original-Maintainer: Parted Maintainer Team <parted-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iQIVAwUBSviToTk1h9l9hlALAQhY0g//Qsu4w+RWc4NqnkLCMs2F2nHfyHwuG9uj
qBDdX1OdiHe5pjKmHG5QBAIzgERVwBqdGU92LERDPlsC7vUdXfXSeCo2+mcCyGmC
mRwPRSDNAUJL+MZ9wsAk927ixDpwWOcq08j94bs17A7qHLUvU2XCHnNwaeg59jCe
nXD9Rta8Yown9XoGl3uCXZjeaM77bRCEdPTRcExxONyKdw67bpmK++iMU31JGoiN
ASbvHtPWTD00M0aG7XTgGCUfkXDUJQgeekdArfVrHu4jX1mESW+iIU/qMSGY/rXl
MrHCRVrUBJSU05yL/+FD3Jh05DDVfiYEQhhFGiLBq0tT6lXoFZf3JxJpsIgyvzjX
GLClakwT5jDhHKMrvAbPMofAZXYCZnlAL+ciidxQ1in6DUOMQdObbr+LfPlVevVJ
DK3BiMbmZa6xDFU1dNkfStqWBBN6EfXVM1OQ4gV+UPLHPqtUM1yS2OlN27kYYLe3
XTqn7GiIY1Pkg8xiEfmsL6r0lykSc6/bDGtU9Ti88P0PKShDXs0e3LEVl05lDd5b
W1iwu8D8uPqavXdX63+V9AKNhrMnv8t3H4lUU0o8k8NTd0HC2vBu9pL/7B6TRnKe
tSYfNIcrm+GjijDs7ma7AY4P++88FZeJO6l0htGPfR1AkFhdnlko3Lqca5xyuGvX
07pXA/ZNMMo=
=qrvX
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list