[ubuntu/karmic] parted 1.8.8.git.2009.06.03-1ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Thu Jun 25 19:50:13 BST 2009


parted (1.8.8.git.2009.06.03-1ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - swap-uuid.dpatch: Create UUIDs on new swap partitions.
    - 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.

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

  [ Otavio Salvador ]
  * New upstream snapshot
  * debian/control: add Vcs-{Git,Browser} fields
  * Bump soname due the properly linkage to gnulib
  * Do not install README-hacking

parted (1.8.8.git.2009.05.23-1) experimental; urgency=low

  [ Otavio Salvador ]
  * New upstream snapshot:
    - Update build scripts. Closes: #525193
    - Fix FTBFS with GCC 4.4. Closes: #505346
    - Add ext4 support. Closes: #511224
  * Import packaging files
  * Clean up build-depends. Closes: #482408
  * Set version as 1.8.8.1.147-f9f5-dirty
  * debian/patches/parted-dmraid.dpatch: droped
  * debian/patches/sparc-fix-raid.dpatch: droped
  * debian/rules: do not call autotools during build
  * Bump Standards-Version to 3.8.1; no changes required
  * Bump library soname
  * Check ABI symbols when compiling in amd64
  * Fix check-abi build target

  [ Colin Watson ]
  * debian/patches/update-ext4-code.dpatch: add to improve ext4 support.

Date: Thu, 25 Jun 2009 16:46:53 +0100
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/karmic/+source/parted/1.8.8.git.2009.06.03-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 25 Jun 2009 16:46:53 +0100
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.06.03-1ubuntu1
Distribution: karmic
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: 482408 505346 511224 525193
Changes: 
 parted (1.8.8.git.2009.06.03-1ubuntu1) karmic; urgency=low
 .
   * Resynchronise with Debian. Remaining changes:
     - swap-uuid.dpatch: Create UUIDs on new swap partitions.
     - 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.
 .
 parted (1.8.8.git.2009.06.03-1) unstable; urgency=low
 .
   [ Otavio Salvador ]
   * New upstream snapshot
   * debian/control: add Vcs-{Git,Browser} fields
   * Bump soname due the properly linkage to gnulib
   * Do not install README-hacking
 .
 parted (1.8.8.git.2009.05.23-1) experimental; urgency=low
 .
   [ Otavio Salvador ]
   * New upstream snapshot:
     - Update build scripts. Closes: #525193
     - Fix FTBFS with GCC 4.4. Closes: #505346
     - Add ext4 support. Closes: #511224
   * Import packaging files
   * Clean up build-depends. Closes: #482408
   * Set version as 1.8.8.1.147-f9f5-dirty
   * debian/patches/parted-dmraid.dpatch: droped
   * debian/patches/sparc-fix-raid.dpatch: droped
   * debian/rules: do not call autotools during build
   * Bump Standards-Version to 3.8.1; no changes required
   * Bump library soname
   * Check ABI symbols when compiling in amd64
   * Fix check-abi build target
 .
   [ Colin Watson ]
   * debian/patches/update-ext4-code.dpatch: add to improve ext4 support.
Checksums-Sha1: 
 04f491bd6aa0c00421ab1a073952f9e3e533bb89 1857 parted_1.8.8.git.2009.06.03-1ubuntu1.dsc
 e2f213a5d602817c9f09fe6d7e2bc64e25b3083b 2526361 parted_1.8.8.git.2009.06.03.orig.tar.gz
 51e11055620fb401879b35563b8d0229c21c11ac 52714 parted_1.8.8.git.2009.06.03-1ubuntu1.diff.gz
Checksums-Sha256: 
 93e455c96b08688b1503385603e630bb3b448d4af624035d1602030421c24d7d 1857 parted_1.8.8.git.2009.06.03-1ubuntu1.dsc
 0ff7727c11be9777937fc1a7c902bad1ed6a1d94ebc829f70ee0447834ba1913 2526361 parted_1.8.8.git.2009.06.03.orig.tar.gz
 a793df9084c1c7a2d08eb11967baee9c1c803a6c1fce918979a0c9527b53a847 52714 parted_1.8.8.git.2009.06.03-1ubuntu1.diff.gz
Files: 
 b249ffb69d985093e5cdf9f395592419 1857 admin optional parted_1.8.8.git.2009.06.03-1ubuntu1.dsc
 952124c3c8d95a1afebb534c49f8927a 2526361 admin optional parted_1.8.8.git.2009.06.03.orig.tar.gz
 b18753c71b4ffcef560fe527ab6c8c6f 52714 admin optional parted_1.8.8.git.2009.06.03-1ubuntu1.diff.gz
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

iD8DBQFKQ8Y29t0zAhD6TNERAqZeAJ9kfW2ydO3zz2+BfUaH1rZdS55V/QCeLugh
J6zhomTB/Y+1XxKop4r88Yw=
=bWPV
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list