parted (1.8.8.git.2008.03.24-7ubuntu7) intrepid; urgency=low * Replace the use of O_DIRECT with calls to fsync() at appropriate times. -- Soren Hansen Fri, 12 Sep 2008 15:40:45 +0200 parted (1.8.8.git.2008.03.24-7ubuntu6) intrepid; urgency=low * debian/patches/parted-dmraid.dpatch: Removed some hunks that somehow made their way into the patch when I was editing it at some point. these hunks reverted functionality from unpartitioned-disks.dpatch. We don't want that. -- Luke Yelavich Wed, 10 Sep 2008 16:18:33 +1000 parted (1.8.8.git.2008.03.24-7ubuntu5) intrepid; urgency=low * debian/patches/parted-dmraid.dpatch: - Simplify code in _is_dmraid_device, as it was needlessly complex. - Add _is_dmraid_major function to check whether a dmraid evice node is for a partition, or the master node of the array. This results in only the master dmraid device node being probed. -- Luke Yelavich Tue, 19 Aug 2008 11:56:04 +1000 parted (1.8.8.git.2008.03.24-7ubuntu4) intrepid; urgency=low * debian/rules: Remove leftovers from a debugging session when adding dmraid code. -- Luke Yelavich Sat, 16 Aug 2008 21:41:40 +1000 parted (1.8.8.git.2008.03.24-7ubuntu3) intrepid; urgency=low * debian/patches/parted-dmraid.dpatch: Patch to educate libparted about dmraid arrays, which use device mapper. Libparted was naming new partition nodes incorrectly, and not setting the UUIDs for dmraid device nodes. -- Luke Yelavich Thu, 14 Aug 2008 10:52:22 +1000 parted (1.8.8.git.2008.03.24-7ubuntu2) intrepid; urgency=low * unpartitioned-disks.dpatch (update): Don't tell device-mapper to create partitions on unpartitionable disks. -- Colin Watson Thu, 10 Jul 2008 16:21:07 +0100 parted (1.8.8.git.2008.03.24-7ubuntu1) intrepid; urgency=low * Resynchronise with Debian (LP: #237568). 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". - unpartitioned-disks.dpatch: Don't try to call BLKPG ioctls on unpartitionable disks (only implemented for loop devices at the moment), as they will always fail. - 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. - array-bounds.dpatch: Backport patch from git to allow building with gcc-4.3. -- Colin Watson Tue, 24 Jun 2008 14:31:05 +0100 parted (1.8.8.git.2008.03.24-7) unstable; urgency=low * Upload to unstable -- Otavio Salvador Sat, 21 Jun 2008 15:58:02 -0300 parted (1.8.8.git.2008.03.24-6) experimental; urgency=low [ Otavio Salvador ] * Give the parted udeb a menu item number. This allows it to be selected manually in anna. Update the udeb description for consistency and remove the long description to save space. Thanks to Frans Pop (closes: #466826). [ Jim Meyering ] * test for improved DOS-partition-table recognition [ Colin Watson ] * bug fix: improve DOS partition table recognition [ Jim Meyering ] * avoid const-related compiler warnings -- Otavio Salvador Tue, 03 Jun 2008 19:25:27 -0300 parted (1.8.8.git.2008.03.24-5) experimental; urgency=low * Disable LVM support for dasd labels -- Otavio Salvador Tue, 27 May 2008 21:52:48 -0300 parted (1.8.8.git.2008.03.24-4) experimental; urgency=low [ Otavio Salvador ] * properly test for __s390__ and __s390x__ macros to disable O_DIRECT on that [ Matt Davis ] * Corrected a few memory leaks from unallocated ped_unit_format calls. * Corrected memory leak when displaying partition flags. * Corrected a small memory leak when displaying partition information [ Otavio Salvador ] * do not loop in case message exception has no message * fix memory leak in exception handler * Ensure that autoreconf uses aclocal 1.0 -- Otavio Salvador Tue, 06 May 2008 14:35:08 -0300 parted (1.8.8.git.2008.03.24-3) experimental; urgency=low [ Otavio Salvador ] * Bump version to 1.8.9 since it broke ABI interface * Ensure that autoreconf uses automake 1.10 * Add debian/libparted-i18n.files and debian/libparted-dev.files removed by mistake * Change soname and dependency requirements due ABI change [ Robert Millan ] * Add support for GRUB / BIOS partition in GPT. -- Otavio Salvador Sat, 12 Apr 2008 16:18:46 -0300 parted (1.8.8.git.2008.03.24-2) experimental; urgency=low [ Bastian Blank ] * Fix syntax error. * Use host_cpu for s390 check. [ Jim Meyering ] * Fix a typo: s/to defragmenting/to defragment/, Remove trailing blanks. * Don't write into line[-1] when line starts with a NUL byte. -- Otavio Salvador Wed, 09 Apr 2008 19:12:54 -0300 parted (1.8.8.git.2008.03.24-1) experimental; urgency=low [ Cyril Brulebois ] * debian/rules: - add “-fgnu89-inline” to “CFLAGS” and “UDEB_CFLAGS” to fix FTBFS (Closes: #442308). * debian/control.in: - make the packages binNMU-safe by using binary:Version and source:Version instead of Source-Version. [ Otavio Salvador ] * Really duplicate disks instead of readd each partition so it preserves the ordering and like (Closes: #294520). * Point to GPL-3 instead of including it since it is now available. * Package Patches: - lvm2.dpatch: droped, equivalent code merged upstream; -- Otavio Salvador Mon, 24 Mar 2008 20:37:45 -0300 parted (1.8.7.git.2007.07.30-1) experimental; urgency=low * New upstream release. [ Xavier Oswald ] * debian/README.Debian updated * debian/parted-doc.docs updated [ Otavio Salvador ] * Package Patches: - doc-package.dpatch: redone from scratch; - s390.dpatch: dropped, equivalent code merged upstream; - parted-print-name.dpatch: likewise. - errors-to-stderr.dpatch: likewise. - devfs.dpatch: rediff. - sparc-fix-raid.dpatch: likewise. - lvm2.dpatch: readd the missing parts for the LVM partitions probing; * debian/rules: - configure called with --enable-device-mapper to include device-mapper support in; - build gnulib when building udeb and debugging packages otherwise they'd fail; - change soname version; * debian/control: - add libdevmapper-dev as build-dependency; - add pkg-config as build-dependency; - cleanup udeb dependencies. Thanks to Frans Pop by the patch; (Closes: #419609) * debian/watch: use the GNU ftp since the HTTP address was giving timeout; * debian/libparted-dev.files: stop to provide parted.m4 but provides pkgconfig, instead; * debian/parted-doc.docs: drop COPYING; * debian/copyright: updated since parted is now licensed on GPL3; * debian/rules: change package names to follow soname; -- Otavio Salvador Mon, 30 Jul 2007 20:49:10 -0300 parted (1.8.1~git1-1) experimental; urgency=low * New git snapshot * doc-package.dpatch: removed hunk that was merge upstream; * debian/copyright: update FSF address; * debian/control.in, debian/rules: bump automake requirement to 1.10; * debian/patches/00list: disabled kfreebsd support by now; -- Otavio Salvador Mon, 27 Nov 2006 11:35:20 -0200 parted (1.8.0~rc3-1) experimental; urgency=low * New upstream release. [ Otavio Salvador ] * doc-package.dpatch: fixed file paths; * devfs.dpatch: minor change to make it apply again since linux.c had its #includes massively changed; * lvm2.dpatch: removed since upstream version now has device-manager support natively; * s390.dpatch: removed since upstream version now has device-manager support natively; * parted.files: we're not installing pt_BR manpage anymore since it needs to be updated to new translation systems that is being use in Parted now; [ Xavier Oswald ] * add po4a as build-dependancy. * Adding myself as comaintainer of the package. * policy 3.7.2 -- Sven Luther Wed, 1 Nov 2006 19:27:46 +0100 parted (1.7.1-5.1ubuntu11) intrepid; urgency=low * array-bounds.dpatch: Backport patch from git to allow building with gcc-4.3 (closes: #474822, LP: #185882). -- Colin Watson Thu, 29 May 2008 21:14:14 +0100 parted (1.7.1-5.1ubuntu10) intrepid; urgency=low * fat-partition-table.dpatch: Instead of checking for FAT file system signatures (which has false positives), check whether the boot indicator on each partition is 0 or 0x80 (LP: #232175). This matches the behaviour of both the Linux kernel and fdisk. -- Colin Watson Thu, 29 May 2008 12:09:09 +0100 parted (1.7.1-5.1ubuntu9) hardy; urgency=low * gptsync.dpatch: Only write a synced legacy MBR on Apple systems; otherwise, write a protective MBR per the EFI standard (LP: #107326). This behaviour may be overridden by setting the environment variable PARTED_GPT_APPLE to 1 (always write synced legacy MBR) or 0 (always write protective MBR). -- Colin Watson Sun, 30 Mar 2008 21:35:47 +0100 parted (1.7.1-5.1ubuntu8) gutsy; urgency=low * Cell partition tables are misdetected as pc98, so disable pc98 support on powerpc. -- Colin Watson Wed, 26 Sep 2007 12:52:08 +0100 parted (1.7.1-5.1ubuntu7) gutsy; urgency=low * When building with gcc-4.3, add -Wno-array-bounds to CFLAGS. LP: #138638. * debian/control*: Update maintainer address. -- Matthias Klose Sat, 15 Sep 2007 08:45:15 +0000 parted (1.7.1-5.1ubuntu6) gutsy; urgency=low * unpartitioned-disks.dpatch: Don't try to call BLKPG ioctls on unpartitionable disks (only implemented for loop devices at the moment), as they will always fail. -- Colin Watson Fri, 07 Sep 2007 12:08:04 +0100 parted (1.7.1-5.1ubuntu5) gutsy; urgency=low * Fix up lvm2.dpatch to apply again. -- Colin Watson Mon, 20 Aug 2007 16:35:00 +0100 parted (1.7.1-5.1ubuntu4) gutsy; urgency=low * loop-partitions.dpatch: Rearrange test order so that this actually works. -- Colin Watson Mon, 20 Aug 2007 15:31:02 +0100 parted (1.7.1-5.1ubuntu3) gutsy; urgency=low * loop-partitions.dpatch: Loop devices can only have one partition, so don't generate device names such as "/dev/loop0p1". -- Colin Watson Mon, 30 Jul 2007 12:24:48 +0100 parted (1.7.1-5.1ubuntu2) gutsy; urgency=low * Fix sparc disk label generation. This is required for LDOM and parallel installations with Solaris 10. Add patch: sparc-new-label Many thanks to David S. Miller for the patch. -- Fabio M. Di Nitto Mon, 02 Jul 2007 07:55:46 +0200 parted (1.7.1-5.1ubuntu1) gutsy; urgency=low * Merge from debian unstable, remaining changes: - set Maintainer to ubuntu - swap-uuid: create UUIDs on new swap partitions - hfs-endian: support for resizing little endian HFS+ - gptsync.dpatch: automatic GPT/MBR partition table synchronisation - add -fno-stack-protector on sparc -- Michael Vogt Mon, 14 May 2007 11:39:42 +0200 parted (1.7.1-5.1) unstable; urgency=high * Non-maintainer upload. * High-urgency upload for RC bugfix. * Patch to ensure changes to RAID/LVM flags on mac partitions are saved and reloaded correctly, so that debian-installer can use RAID for install on mac powerpcs; thanks to David Härdeman for the patch. Closes: #413184. -- Steve Langasek Tue, 6 Mar 2007 00:51:09 -0800 parted (1.7.1-5) unstable; urgency=low * ntfs-align.dpatch: Disabled. We found regressions on it. -- Otavio Salvador Mon, 22 Jan 2007 08:44:06 -0200 parted (1.7.1-4) unstable; urgency=low * ntfs-align.dpatch: Fix align issue with new NTFS release (used by Windows Vista). Thanks to David Cantrell by working on the patch for it. Closes: #380226 -- Otavio Salvador Fri, 19 Jan 2007 17:21:26 -0200 parted (1.7.1-3ubuntu4) feisty; urgency=low * gptsync.dpatch: Fix = vs. == typo. -- Colin Watson Wed, 7 Mar 2007 16:29:14 +0000 parted (1.7.1-3ubuntu3) feisty; urgency=low [ Matthew Garrett ] * gptsync.dpatch: Perform automatic GPT/MBR partition table synchronisation (LP: #46853). [ Colin Watson ] * Set Maintainer to ubuntu-devel-discuss, not ubuntu-devel. -- Colin Watson Wed, 7 Mar 2007 12:50:09 +0000 parted (1.7.1-3ubuntu2) feisty; urgency=low * hfs-endian.dpatch: Add support for resizing little endian HFS+ journals (thanks, Matthew Garrett; LP: #84764). * Set Maintainer to ubuntu-devel. -- Colin Watson Wed, 28 Feb 2007 15:46:59 +0000 parted (1.7.1-3ubuntu1) feisty; urgency=low * Merge from debian unstable. -- Fabio M. Di Nitto Tue, 14 Nov 2006 16:03:43 -0800 parted (1.7.1-3) unstable; urgency=low * parted-print-name.dpatch : Fix bug in parted print, when there are no extended partitions, but partition names. * disabled parted part of kfreebsd-gnu.dpatch, since the patch caused parted to have trouble in a d-i environment to print the partition table, thus causing tools relying on parted -s print to find information about the partition table to break, like the one checking for RAID partitions in d-i. (Closes: #392767) -- Sven Luther Tue, 7 Nov 2006 17:45:28 +0100 parted (1.7.1-2.1ubuntu3) edgy; urgency=low * Disable stack protector on sparc. It doesn't work otherwise. -- Fabio M. Di Nitto Mon, 18 Sep 2006 13:15:18 +0200 parted (1.7.1-2.1ubuntu2) edgy; urgency=low * kfreebsd-gnu.dpatch: Fix memory corruption in table_render_row. -- Colin Watson Mon, 11 Sep 2006 12:19:35 +0100 parted (1.7.1-2.1ubuntu1) edgy; urgency=low * swap-uuid.dpatch: Create UUIDs on new swap partitions. -- Colin Watson Thu, 31 Aug 2006 10:04:49 +0100 parted (1.7.1-2.1) unstable; urgency=low * Non-maintainer upload. * gpt.dpatch: Put the alternative GPT partition table one sector further out, to avoid having it overlap with the last sector of one partition. (Closes: #349718) -- Steinar H. Gunderson Wed, 5 Jul 2006 21:13:07 +0200 parted (1.7.1-2) unstable; urgency=low [ Bastian Blank ] * Fix s390 patch to not intend to use ibm disklabels on FBA. (Closes: #369580) [ Otavio Salvador ] * Ack NMU. (Closes: #369491) * Add Bastian Blank as uploader. * Add libparted changelog in libparted1.7-1 and libparted1.7-dev packages. (Closes: #369780) * Apply patch from David Härdeman to improve lvm support to include all kind of device-mapper devices. (Closes: #367965) * Fix s390 patch to apply again after lvm support improvement. -- Otavio Salvador Fri, 2 Jun 2006 11:17:12 -0300 parted (1.7.1-1.1) unstable; urgency=low * Non-maintainer upload. * Fix abi check. -- Bastian Blank Tue, 30 May 2006 17:00:54 +0200 parted (1.7.1-1) unstable; urgency=low * New upstream release. - change soname version due a ABI change; - update minor dependency requirement due ABI change; * Update the baseline symbols to allow us to detect ABI changes. * Enable ABI checking in build process (just in i386). * Add cvs as build-dependency. (Closes: #368363). -- Otavio Salvador Mon, 29 May 2006 10:16:06 -0300 parted (1.7.0-1) unstable; urgency=low [ This version has some changes regarting to API and ABI so you'll probably need to check your code if you link anything against it. ] * New upstream release. - doc-package.dpatch: rediff since some parts was applied upstream by me; - reiserfs-libname.dpatch: rediff 'cause of files reorganization; - devfs.dpatch: likewise; - lvm2.dpatch: likewise; - s390.dpatch: likewise; - sparc-fix-raid: likewise; - fix_rescue_segfault.dpatch: dropped since it was backport from upstream; - remove FAQ from parted-doc since upstream do not suply it anymore. * Use ABI brokeness detection code; -- Otavio Salvador Sat, 20 May 2006 00:32:36 -0300 parted (1.6.25.1-3) unstable; urgency=low * Apply patch to include kFreeBSD support. Thanks to Robert Millan (Closes: #363381) * Apply patch to use debhelper support for shlibs in udebs. Thanks to Frans Pop (Closes: #360213) * Apply patch to fix RAID usage in SPARC. Thanks to Fabio Di Nitto (Closes: #355467) -- Otavio Salvador Thu, 20 Apr 2006 17:45:22 -0300 parted (1.6.25.1-2) unstable; urgency=medium [ Otavio Salvador ] * New s390 patch. Urgency set to medium to try to hit testing in time to release s390 in D-I Beta2 timeframe (Closes: #328992); * Set capabitility level of debhelper to 4; -- Otavio Salvador Mon, 6 Feb 2006 21:37:10 -0200 parted (1.6.25.1-1) unstable; urgency=low [ Otavio Salvador ] * New upstream release: - sync_r388.dpatch: drop since is unneeded * Really change libreadline dependency (Closes: #333957) * Change DEPVER to 1.6.24 to force the right version number as dependencie and to avoid ABI mistake (Closes: #322262) * fix_rescue_segfault.dpatch: added. Backported from current development version to avoid a segfault in some uses of rescue command. -- Otavio Salvador Thu, 17 Nov 2005 13:31:38 -0200 parted (1.6.24-4) unstable; urgency=low *** This version doesn't apply s390 support by default *** [ Otavio Salvador ] * ubd.dpatch: update to new source code. * Drop merged upstream patches: - parted.8.dpatch - id.po.dpatch - es.po.dpatch - sparc.dpatch - gcc_warnings_fix.dpatch - ubd.dpatch - udev-devfs-rules.dpatch * sync_r388.dpatch: add to include current upstream fixes. * s390.dpatch: Resync with current upstream code. * *Disable* s390.dpatch by default. It has some strange things that need to be cleared. [ Bastian Blank ] * s390.dpatch: Update to apply again. -- Otavio Salvador Mon, 10 Oct 2005 16:40:00 -0300 parted (1.6.24-3) unstable; urgency=high [ Otavio Salvador ] * Applied patch from A. Costa to update README.Debian about hfs support * parted.8.dpatch: manpage patch from A. Costa * id.po.dpatch: include Indonesian language * es.po.dpatch: update Spanish language translation * sparc.dpatch: recognize partitions on sun disklabel (Closes: #328694) -- Otavio Salvador Fri, 9 Sep 2005 10:49:35 -0300 parted (1.6.24-2) unstable; urgency=medium [ Otavio Salvador ] * Bumb Standards-Version to 3.6.2 (no changes need) * Update debian/watch to version 3 standard * Change the build-dependency to libreadline5-dev | libreadline-dev to allow the libreadline4-dev removal from archive ASAP. (Closes: #326309) * Urgency set to medium since it hasn't code changes. -- Otavio Salvador Sat, 3 Sep 2005 12:57:49 -0300 parted (1.6.24-1) unstable; urgency=low [ Sven Luther ] * New Upstream release. [ Otavio Salvador ] * Applied my patch to solve building using Sarge's toolchain. (Closes: #321212) * Patch included upstream to fix some small typos on German translation (Jens Seidel ). (Closes: #313948) * Really include udev-devfs-rules.dpatch but already on the updated version (Colin Watson ). (Closes: #311664) * Patch included upstream to update documentation for HFS and HFS+ current status (Nikolaus Schulz ). (Closes: #298020) * Applied patch to fix FTBFS on Hurd (Michael Banck ). (Closes: #297580) * gcc_warnings_fix.dpatch: Created to fix current warnings while building using GCC 4.0. * Change library soname to 13. * Add myself on uploaders field. -- Otavio Salvador Sun, 21 Aug 2005 15:56:50 -0300 parted (1.6.23-3) unstable; urgency=low * Oh well, built -2 in a broken chroot, fixed now. * Notice, i wwish to remember all readers that i have put out a request for help for this package, and altough people replied, no long standing help happened. As i am going to also need to take more upstream responsabilities, i definitively want to recall for help on parted packaging, especially for arches i am not so good with (and yes, this includes x86 :). For the ubuntu guys, next time you make a patch, you are welcome to do it in the parted subversion repository on alioth, and upload both packages if i don't comment for a longer time like i did in June. -- Sven Luther Sun, 17 Jul 2005 07:33:11 +0200 parted (1.6.23-2) unstable; urgency=low * The following patches where taken from the ubuntu parted package : - Fix gcc4 warning in lvm2 patch (Matthias Klose ) - udev-devfs-rules.dpatch: Check for devfs-style /disc => /partN transformation unconditionally; the system might be using udev with devfs rules, and if not the test is harmless. (Colin Watson ) -- Sven Luther Sat, 16 Jul 2005 22:15:46 +0000 parted (1.6.23-1) unstable; urgency=low * New upstream release (1.6.23) - PedUnit: support for different units for sizes and offsets. - Error message/UI cleanup. - More CHS cleanup. - Check /sys before trying deprecated SCSI_IOCTL_SEND_COMMAND. - Better Apple_Free partition support. - Allow resizing of extended partitions, even if some logical partitions are mounted - Various DVH changes. - mac RAID and LVM support. * New upstream release (1.6.22) - hfs and hfs+ shrinking support merged in upstream. - gcc4 fixes. - minor UI and documentation changes/fixes. - support lvm on mac partition tables. * Backed out again the size column addition, was a patch from Jari Aalto with regard to Bug #109613, but a new patch will hopefully make it to 1.6.24. * Unbashized dpatches (Closes: #298017) * Fixed amiga partition tables to use RAID/LVM partition types instead of subverting flags for it. * Removed the s390 patch, which needs a full review with regard to the PedUnit stuff i believe. In particular with regard to the sector size support. Please try to get this one integrated upstream, as it is the last problematic big debian-specific patch remaining. -- Sven Luther Mon, 11 Jul 2005 12:41:06 +0200 parted (1.6.21-1) unstable; urgency=low * Unstable build, as we will be moving 1.6.21 into sarge after all. * Readded bunch of missing fixes from the sarge/sid branch : - Dropped libreiserfs support. - Now build depends on libreadline4-dev | libreadline-dev, to work around the bogus libreadline5 upload during the sarge freeze. (Bug: #279574) - Drop any udeb magic, fixing .udeb dependency generation (Bastian Blank). (Bug: #270133) - Added mention of HFS and HFS+ resize feature in manpage. (Bug: #275650) -- Sven Luther Sun, 30 Jan 2005 19:07:42 +0100 parted (1.6.21-0.exp.2) experimental; urgency=low * Dropped ubd patch, since it may be superceded by another fix in 1.6.21 : - Sets the type to PED_DEVICE_UNKNOWN on block devices that don't fall into the standard categories. This makes libparted correctly update the kernel's view of partition tables, etc. * Added comments about upstream status to all .dpatches. * Dropped parted-bf, we no longer build this package in the sarge/sid version. * Changed libparted1.6-udeb to provide libparted1.6-12. (Bug: #292781) -- Sven Luther Sun, 30 Jan 2005 18:47:10 +0100 parted (1.6.21-0.exp.1) experimental; urgency=low * New upstream release. - renamed prep-boot PReP boot partition name to prep. - Fixed PED_SWAP macros missing, obsoleting amiga-64bit dpatch. - Fixed sun cylinder recording stuff, obsoleting sun_disklabel dpatch. - Removed bogus assertion, obsoleting no-clobber dpatch. - Only treat the device as devfs if it has /disc on the end. - Now use _partition_is_mounted_by_dev instead of guessing the partition device name. - Sets the type to PED_DEVICE_UNKNOWN on block devices that don't fall into the standard categories. This makes libparted correctly update the kernel's view of partition tables, etc. - Improved heuristic for finding broken dos partition tables: test if any feasible solution geometry exists against the end cylinder rather than 1024. This heuristic now has fewer false negatives and no false positives. -- Sven Luther Sat, 29 Jan 2005 17:06:56 +0100 parted (1.6.20-0.exp.2) experimental; urgency=low * Fixed 64bit FTBFS in disk_amiga.c introduced by Andrew's cosmetic changes. (Closes: #286462) -- Sven Luther Tue, 4 Jan 2005 22:52:18 +0100 parted (1.6.20-0.exp.1) experimental; urgency=low * New upstream release : - now includes assorted debian patches, like the amiga partition table support and the Smart BootManager stuff. - dvh: zero out the boot file name record before writing the name in. - only attempt to check file systems if checking is implemented for that file system type. - when correcting the boot sector, use fat_boot_sector_write() to make sure the backup copy gets written (if applicable). -- Sven Luther Sat, 18 Dec 2004 19:26:17 +0100 parted (1.6.19-0.exp.3) experimental; urgency=low * Enabled MS-DOS disk label detection when Smart BootManager patch which was forgotten previously :/ -- Sven Luther Tue, 14 Dec 2004 14:13:37 +0100 parted (1.6.19-0.exp.2) experimental; urgency=low * Re-enabled hfs patch, since i got a new version from Guillaume Knispel. -- Sven Luther Fri, 3 Dec 2004 18:45:16 +0100 parted (1.6.19-0.exp.1) experimental; urgency=low * New upstream release : - refuses to resize Windows Dynamic Disk partitions. - allows reparation of damaged FAT file systems with "check". - assorted smaller changes. -- Sven Luther Sun, 28 Nov 2004 11:41:39 +0100 parted (1.6.18-0.exp.1) experimental; urgency=low * New upstream release : - More dos CHS geometry fixes. - Now knows about the new sun-ufs partition ID (0xbf). - Longer than 32bit GPT partition fix. - removed bogus (int) casts, may fix large partition table problem, see Bug #279732. * Legacy amiga hardware compatibility fixes : - non-full blocks should be padded by 0x00 and not 0xff. - builtin filesystem driver pointer offset was off by one, thus causing libparted to overwrite them if partitions are added. * Added RAID & LVM flag for partitions on amiga partition tables. * Readded missing 1.6.9-3.2 fixes : - MS-DOS disk label detection when Smart BootManager is installed fix by Matt Kraai (Bug #259248). - Recognize UML UBD devices by Matt Zimmerman (Bug #258188). * Added PREP flag for MBR partition tables. (Bug #245451) * Dropped hfs resize patch for now, as it doesn't apply cleanly to 1.6.18. -- Sven Luther Sat, 27 Nov 2004 11:57:51 +0100 parted (1.6.14-0.exp.2) experimental; urgency=low * Added new hfs patch. -- Sven Luther Wed, 8 Sep 2004 07:55:18 +0200 parted (1.6.14-0.exp.1) experimental; urgency=low * New upstream release. -- Sven Luther Mon, 6 Sep 2004 15:28:59 +0200 parted (1.6.12-0.exp.1) experimental; urgency=low * New upstream release. (Closes: #254502) - should fix 2.6 kernel BIOS CHS geometry problems. Broke binary compatibility though, thus the soname change. * Substituted some inaccurate terms in the doc (Fabio Tranchitella). (Closes: #211746) * Update s390 patch (Bastian Blank). * Always regenerate autoconf/automake files (Bastian Blank). * Dropped dvh patch, since a cleaner version is now upstream (Sven Luther). * New updated hfs-resize patch (Guillaume Knispel) * Thanks to Fabio Tranchitella, Bastian Blank, Guillaume Knispel and Peter Samuelson who made this release possible. -- Sven Luther Thu, 2 Sep 2004 09:41:29 +0200 parted (1.6.11-9) unstable; urgency=low * Applied large-partitions patch to show correct partition data. Thanks go to Peter Chubb for providing the patch. (Closes: #279732) -- Sven Luther Thu, 25 Nov 2004 14:32:36 +0100 parted (1.6.11-8) unstable; urgency=low * Now build depends on libreadline4-dev | libreadline-dev, to work around the bogus libreadline5 upload during the sarge freeze. (Closes: #279574) -- Sven Luther Thu, 4 Nov 2004 14:42:11 +0100 parted (1.6.11-7) unstable; urgency=low * Added LVM flag for partitions on amiga partition tables. * Added PREP flag for MBR partition tables. (Closes: #245451) * Added mention of HFS and HFS+ resize feature in manpage. (Closes: #275650) * Dropped libreiserfs0.3-0 recommend, as it is no more part of sarge. (Closes: #276887) * Really readded missing 1.6.9-3.2 fixes : - MS-DOS disk label detection when Smart BootManager is installed fix by Matt Kraai (Bug #259248). -- Sven Luther Mon, 1 Nov 2004 12:03:25 +0100 parted (1.6.11-6) unstable; urgency=low * Really apply the chs patch this time. * Rewrote description and README.Debian to take care of removed reiserfs support as well as added amiga filesystem probing support. (Closes: #273751) -- Sven Luther Tue, 28 Sep 2004 06:11:58 +0200 parted (1.6.11-5) unstable; urgency=low * Added RAID flag to amiga partition tables. * Removed libreiserfs support, since progreiserfs will be kicked from sarge (Closes: #272783). -- Sven Luther Sat, 25 Sep 2004 00:32:15 +0200 parted (1.6.11-4) unstable; urgency=low * Legacy amiga hardware compatibility fixes : - non-full blocks should be padded by 0x00 and not 0xff. - builtin filesystem driver pointer offset was off by one, thus causing libparted to overwrite them if partitions are added. * Readded missing 1.6.9-3.2 fixes : - MS-DOS disk label detection when Smart BootManager is installed fix by Matt Kraai (Bug #259248). - Recognize UML UBD devices by Matt Zimmerman (Bug #258188). - gcc 3.4 build fixes by Andreas Jochens (Bug #259534). * Dropped last remains of the parted-bf package. -- Sven Luther Fri, 17 Sep 2004 10:51:34 +0200 parted (1.6.11-3) unstable; urgency=low * Drop any udeb magic, fixing .udeb dependency generation (Bastian Blank). (Closes: #270133) * Moved the maintainer address to the parted-maintainers alioth list. -- Sven Luther Mon, 6 Sep 2004 14:13:12 +0200 parted (1.6.11-2) unstable; urgency=low * Should have gone into unstable, not experimental :/ -- Sven Luther Fri, 3 Sep 2004 19:27:47 +0200 parted (1.6.11-1) experimental; urgency=low * New upstream release. (Closes: #254502) - should fix 2.6 kernel BIOS CHS geometry problems. Broke binary compatibility though, thus the soname change. * Substituted some inaccurate terms in the doc (Fabio Tranchitella). (Closes: #211746) * Update s390 patch (Bastian Blank). * Always regenerate autoconf/automake files (Bastian Blank). * New updated hfs-resize patch (Guillaume Knispel) * Added backported CHS BIOS geometry fix. - libparted/disk_dos.c (read_table, process_bad_chs): now probes Microsoft file systems for BIOS CHS geometry. This idea was suggested by Steffen Winterfeldt . * Thanks to Fabio Tranchitella, Bastian Blank, Guillaume Knispel and Peter Samuelson who made this release possible. -- Sven Luther Thu, 2 Sep 2004 09:41:29 +0200 parted (1.6.9-3.2) unstable; urgency=low * Non-maintainer upload with maintainer approval. * Detect a MS-DOS disk label when Smart BootManager is installed (closes: #259248). * Fix build failure, thanks to Andreas Jochens (closes: #259534). * Recognize UML UBD devices, thanks to Matt Zimmerman (closes: #258188). -- Matt Kraai Sun, 08 Aug 2004 11:00:32 -0700 parted (1.6.9-3.1) unstable; urgency=low * Non-maintainer upload with permission of the maintainer. * Add patch to write a proper DVH header. Thanks to Thiemo Seufer. (Closes: #239371) -- Martin Michlmayr Sun, 20 Jun 2004 14:10:44 +0100 parted (1.6.9-3) unstable; urgency=low * Non-maintainer upload with permission of the maintainer. * Add patch to find LVM2 devices by looking in /dev/mapper. Thanks to Andres Salomon. (Closes: #247174) -- Martin Michlmayr Sun, 09 May 2004 00:23:33 +0100 parted (1.6.9-2) unstable; urgency=low * Add devfs partition detection patch for 2.6 kernels, thanks to Joey Hess . (Closes: #243635) * Added a more complete s390 sector size patch by Lucius Leland . (Closes: #243554) -- Sven Luther Wed, 14 Apr 2004 10:27:58 +0200 parted (1.6.9-1) unstable; urgency=low * New upstream release, gcc-33, linux-kernel-header, m68k-padding, palo and parted-m4 are now included upstream. * Really apply sun disk label patch. -- Sven Luther Wed, 14 Apr 2004 09:14:21 +0200 parted (1.6.6-11) unstable; urgency=low * Fixed broken sun disk label reading. Thanks to Peter Samuelson for testing and providing the patch. (Closes: #238091) * libparted-udeb not provides libparted1.6-0 too. (Closes: #239334) -- Sven Luther Mon, 29 Mar 2004 14:50:31 +0200 parted (1.6.6-10) unstable; urgency=low * Added patch by Bastian Blank to take sector size in account on hardware needing bigger than 512 byte. (Closes: #236325) -- Sven Luther Thu, 18 Mar 2004 14:18:58 +0100 parted (1.6.6-9) unstable; urgency=low * debian/control.in: Added dpatch Build-Dependancy, debian/control is generated from this file, which is why this build-dep kept being deleted. (closes: #232570) * Created new errors-to-stderr patch to print exceptions to stderr when in script mode (closes: #196040) -- Timshel Knoll-Miller Tue, 24 Feb 2004 10:54:11 +1100 parted (1.6.6-8) unstable; urgency=low * Added read-gpt-1.02 patch to allow reading GPT header revision 1.02 (closes: #210584) * Added minor documenation fix to doc-package patch (closes: #211747) -- Timshel Knoll-Miller Wed, 11 Feb 2004 18:08:14 +1100 parted (1.6.6-7) unstable; urgency=low * Added palo patch needed on parisc, thanks go to Richard Hirst for providing a patch. (Closes: #229626). * Added parted.m4 patch provided by Petter Reinholdtsen , (Closes: #223764). -- Sven Luther Tue, 27 Jan 2004 11:16:30 +0100 parted (1.6.6-6) unstable; urgency=low * dpatch build-depency got lost again :(. -- Sven Luther Sun, 25 Jan 2004 12:34:20 +0100 parted (1.6.6-5) unstable; urgency=low * Added hfs resize patch from Guillaume Knispel . (Closes: #226115) -- Sven Luther Sat, 24 Jan 2004 16:33:14 +0100 parted (1.6.6-4) unstable; urgency=low * Aknowledge Petter's NMU. (Closes: #225875) * Fix amiga block checksum fixing. -- Sven Luther Thu, 22 Jan 2004 19:48:50 +0100 parted (1.6.6-3.1) unstable; urgency=low * Non-maintainer upload to fix d-i problem before deadline. * Add build-depend on dpatch. (Closes: #225875) -- Petter Reinholdtsen Fri, 2 Jan 2004 18:27:52 +0100 parted (1.6.6-3) unstable; urgency=low * Removed some extra () around BLKGETSIZE64 that were not really needed. * Removed a fs->clobber assertion that did break since the amiga filesystem doesn't provide a clobber op. (Closes: #225754) -- Sven Luther Thu, 1 Jan 2004 20:40:39 +0100 parted (1.6.6-2) unstable; urgency=low * Adding myself as comaintainer of the package, as discussed with Timshel Knoll. * Start using dpatch, and move all debian specific patches into debian/patches/*.dpatch. Thanks to Petter Reinholdtsen for doing the work. * Added libuuid dependency to udebs. Thanks to Matt Kraai for providing the patch and following this. (Closes: #221225, #221226) -- Sven Luther Wed, 31 Dec 2003 08:54:24 +0100 parted (1.6.6-1.2) unstable; urgency=low * Added amiga filesystem probing support. (Closes: #219947) * Fixed wrong linux/fs.h header copying. (Closes: #218980) * Now build-depends on the fixed version of linux-kernel-headers, so we don't get bit by the __invalid_size_argument_for_IOC signedness problem. (See bug #219940) -- Sven Luther Tue, 16 Dec 2003 14:22:33 +0100 parted (1.6.6-1.1) unstable; urgency=low * Added amiga RDB partitioning support. (Closes: #212536) * Do not install policy-prohibited control files in udebs. Thanks to Matt Kraai for the patch. (Closes: #216133) -- Sven Luther Wed, 29 Oct 2003 16:11:35 +0100 parted (1.6.6-1) unstable; urgency=low * New upstream release -- Timshel Knoll Tue, 2 Sep 2003 00:43:00 +1000 parted (1.6.5-3) unstable; urgency=low * Policy 3.5.9, Made udebs Priority: extra * Changed descriptions to add that parted can remove all listed filesystems (closes: #191523) * Applied missing type suffix compile fix patch for gcc-3.3 and hurd, thanks to Ognyan Kulev and Sven Luther (closes: #195318, #200337) * m68k padding fix patch patch from Sven Luther (closes: #207634) -- Timshel Knoll Sat, 30 Aug 2003 10:44:52 +1000 parted (1.6.5-2) unstable; urgency=low * NMU with maintainers consent. * Fixed some gcc 3.3 build problems. (Closes: #200337) -- Sven Luther Thu, 24 Jul 2003 10:36:15 +0200 parted (1.6.5-1) unstable; urgency=low * New upstream release * Made libparted1.6-dev and libparted1.6-dbg Section: libdevel -- Timshel Knoll Wed, 30 Apr 2003 16:01:19 +1000 parted (1.6.4-2) unstable; urgency=low * debian/control.in: Build-Depends: debhelper (>= 4.1.1), as dh_shlibdeps' -L flag was introduced in that version (closes: #179473) * debian/rules: Update config.sub and config.guess on clean -- Timshel Knoll Wed, 19 Feb 2003 22:13:22 +1100 parted (1.6.4-1) unstable; urgency=low * New upstream release + ped_disk_destroy API documentation inconsistency fixed (closes: #168850) + the invalidate: busy buffer warning message issue was actually fixed in the 1.6.0-pre5 release (closes: #146607) + Mention is now made of the root disk in the info docs (closes: #157003) * Standards-Version: 3.5.8: + Support building with gcc -g by default, support DEB_BUILD_OPTIONS=noopt * Made libparted1.6-0 Suggests: parted | nparted (closes: #168177) * Removed . from end of libparted1.6-0 synopsis to fix lintian error * Build udeb packages libparted1.6-udeb and parted-udeb for debian-installer, built with the -Os gcc flag to optimise for size (parted-bf is also now built with -Os) (thanks to Dann Frazier for a udeb patch) (closes: #172020) * Made libparted's reiserfs support dlopen the full filename of libreiserfs, rather than just the libreiserfs.so symlink. This means that parted's reiserfs support will now work without the libreiserfs0.3-dev package being installed (closes: #163107) -- Timshel Knoll Tue, 10 Dec 2002 23:25:59 +1100 parted (1.6.3-3) unstable; urgency=low * GNU Parted is now built against libreiserfs (closes: #156149) * debian/control: + Build-Depend on libreiserfs0.3-dev + libparted1.6-0 now Recommends: libreiserfs0.3-0 -- Timshel Knoll Wed, 11 Sep 2002 01:45:21 +1000 parted (1.6.3-2) unstable; urgency=low * debian/rules: use readlink to read link destination (closes: #157821) -- Timshel Knoll Thu, 22 Aug 2002 18:18:23 +1000 parted (1.6.3-1) unstable; urgency=low * New upstream release * debian/control: + Fixed Priority: override disparities (default Priority was still extra from when these were experimental parted1.6 packages) + Remove details of pre-release status notice from package description (closes: #152655, #154818) * Direct people looking for info docs to the parted-doc package (closes: #152042) * Wierd ... ls -l x | awk '{ print $11 }' is no longer giving the symlink dest, $10 is though :-/. I'll see how this goes with $10 ... -- Timshel Knoll Tue, 20 Aug 2002 19:40:44 +1000 parted (1.6.2-1) unstable; urgency=low * New upstream release * Build-Depend on texinfo (>= 4.2), as parted.texi uses a new 4.2 directive -- Timshel Knoll Wed, 10 Jul 2002 08:51:17 +1000 parted (1.6.1-1) unstable; urgency=low * New upstream release -- Timshel Knoll Tue, 18 Jun 2002 16:42:47 +1000 parted (1.6.0-1) unstable; urgency=low * New upstream release * Source package renamed back to "parted", 1.6 is now considered "stable" so uploaded to sid -- Timshel Knoll Tue, 30 Apr 2002 23:05:42 +1000 parted1.6 (1.5+1.6.0-pre10-1) experimental; urgency=low * New upstream pre-release * This upstream release supports creating/resizing reiserfs filesystems, if Yury Umanets' libreiserfs is installed. However, there is no Debian package of libreiserfs (yet - I am working on it). So if you want this support, you'll have to fetch progsreiserfs from http://reiserfs.linux.kiev.ua/ and compile/install it yourself for this support to be activated. -- Timshel Knoll Fri, 26 Apr 2002 01:51:04 +1000 parted1.6 (1.5+1.6.0-pre9-1) experimental; urgency=low * New upstream pre-release -- Timshel Knoll Wed, 10 Apr 2002 15:11:52 +1000 parted1.6 (1.5+1.6.0-pre8-1) experimental; urgency=low * New upstream pre-release -- Timshel Knoll Mon, 8 Apr 2002 23:23:20 +1000 parted1.6 (1.5+1.6.0-pre7-1) experimental; urgency=low * New upstream pre-release -- Timshel Knoll Sat, 6 Apr 2002 01:08:35 +1000 parted1.6 (1.5+1.6.0-pre6-1) experimental; urgency=low * New upstream pre-release -- Timshel Knoll Sat, 6 Apr 2002 00:42:30 +1000 parted1.6 (1.5+1.6.0-pre5-2) experimental; urgency=low * Recompile against latest e2fsprogs to fix dependancy issues (see e2fsprogs #139274) -- Timshel Knoll Tue, 26 Mar 2002 18:19:58 +1100 parted1.6 (1.5+1.6.0-pre5-1) experimental; urgency=low * New upstream pre-release * debian/{partprobe.8, parted.manpages, rules}: manpage added for partprobe (closes: #137104) * debian/control.in: make all parted1.6 packages Priority: extra, as parted1.6 and parted1.6-doc Conflict: with the optional parted and parted-doc packages. * removed "#include " from libparted/fs_linux_swap/linux_swap.c, which should fix build problems on ia64. -- Timshel Knoll Tue, 26 Mar 2002 17:09:08 +1100 parted1.6 (1.5+1.6.0-pre4-1) experimental; urgency=low * New upstream pre-release * debian/control.in, debian/rules: ship locales package separately. This means that libparted1.6-0 no longer needs to Conflict: libparted1.4, both packages can be installed concurrently. Actually, I just realised that libparted1.6-0 never actually needed to Conflict: libparted1.4, Replaces: libparted1.4 would have been enough ... * debian/control.in: - Added pre-release status of package to package descriptions (closes: #137475) - Made libparted1.6-0 Replaces: libparted1.4 (<< 1.4.24-2). libparted1.4 (>= 1.4.24-2) should be able to co-exist with libparted1.6, but I forgot about the (<< 1.4.24-2) case ... (closes: #137567) * debian/rules: - debian/rules: use DESTDIR rather than prefix when 'make install'ing. Use $(CURDIR) instead of `pwd`. - lots of small fixes - remove the locales dir from debian/tmp before checking if any files are left after dh_movefiles * debian/parted.files: Grab all of sbin rather than just sbin/parted. This picks up partprobe * debian/parted.undocumented: partprobe currently has no manpage (will be fixed before 1.6.0-1 goes into sid) -- Timshel Knoll Wed, 13 Mar 2002 15:18:43 +1100 parted1.6 (1.5+1.6.0-pre3-1) experimental; urgency=low * New upstream pre-release * debian/control.in: -doc package name changed to parted1.6-doc ... * debian/rules: generate parted1.6-doc.* files -- Timshel Knoll Tue, 5 Mar 2002 14:20:04 +1100 parted1.6 (1.5+1.6.0-pre2-1) experimental; urgency=low * New upstream pre-release, built for experimental * Don't include doc/USER in parted-doc, use the doc/parted.info texinfo file instead ... * Build the library packages as libparted[upstream 2 digit version]-[soname] eg. libparted1.6-0 -- Timshel Knoll Fri, 1 Feb 2002 21:02:00 +1100 parted1.6 (1.5+1.6.0-pre1-1) unstable; urgency=low * New packages of 1.6 pre-release series * Fixed compile warnings (hence errors with -Werror) in libparted/disk_mips.c -- Timshel Knoll Fri, 1 Feb 2002 18:41:31 +1100 parted (1.4.23-1) unstable; urgency=low * New upstream release -- Timshel Knoll Wed, 16 Jan 2002 00:02:03 +1100 parted (1.4.22-1) unstable; urgency=low * New upstream release -- Timshel Knoll Sun, 30 Dec 2001 00:51:42 +1100 parted (1.4.21-1) unstable; urgency=low * New upstream release * Disable -Werror when building on s390 (closes: #121267) -- Timshel Knoll Fri, 7 Dec 2001 23:51:02 +1100 parted (1.4.20-1) unstable; urgency=low * New upstream release * Upstream now uses C99's PRIx64 for printf'ing __u64's - this fixes compilation warnings on alpha and ia64 (closes: #115369) * This should fix all alpha compile warnings, so removed --disable-Werror configure flag when compiling on alpha (-Werror will help find bugs) -- Timshel Knoll Mon, 15 Oct 2001 11:00:29 +1000 parted (1.4.19-2) unstable; urgency=low * debian/rules: call ./configure with --disable-Werror flag on alpha as well ... (closes: #114172) -- Timshel Knoll Mon, 8 Oct 2001 12:51:47 +1000 parted (1.4.19-1) unstable; urgency=low * New upstream release -- Timshel Knoll Sun, 30 Sep 2001 18:51:41 +1000 parted (1.4.18+19pre2-5) unstable; urgency=low * Applied Matt Domsch 's GPT (GUID Partition Tables) support patch (closes: #105555) -- Timshel Knoll Sat, 15 Sep 2001 10:46:55 +1000 parted (1.4.18+19pre2-4) unstable; urgency=low * debian/control: Build-Depend on libtool (closes: #112110) -- Timshel Knoll Thu, 13 Sep 2001 11:20:56 +1000 parted (1.4.18+19pre2-3) unstable; urgency=low * Fixes to *really* fix building on m68k (yes really this time ... grrr): - configure.in: hacked to add --disable-Werror argument - debian/control: added Build-Depends on recent autoconf and automake - debian/rules: + run aclocal, autoconf and automake before ./configure'ing + run configure with --disable-Werror argument on m68k -- Timshel Knoll Wed, 12 Sep 2001 16:43:59 +1000 parted (1.4.18+19pre2-2) unstable; urgency=low * debian/control: + Fixed typo - fixed typo - libparted1.4 package was Priority: extra instead of parted-bf package for the last 2 releases - fixed this + Updated the file system support list in package descriptions + Removed Build-Depends: on autoconf, automake and libtool - these are only needed if autoconf/automake need to be re-run ... (not the case) * debian/rules: + pass the correct libparted library directory to dh_shlibdeps for correct parted package dependancies (closes: #102359) * debian/README.Debian: Updated the file system support list -- Timshel Knoll Mon, 10 Sep 2001 00:40:49 +0000 parted (1.4.18+19pre2-1) unstable; urgency=low * New upstream (pre-) release * Build with -Wno-uninitialized on m68k (really closes: #110264) -- Timshel Knoll Mon, 10 Sep 2001 00:28:47 +1000 parted (1.4.18+19pre1-1) unstable; urgency=low * New upstream (pre-) release (closes: #110264) * debian/rules, debian/control: + Build parted-bf package, built with --disable-readline (closes: #109161) + Now using debhelper v3 -- Timshel Knoll Wed, 5 Sep 2001 13:08:56 +1000 parted (1.4.18-1) unstable; urgency=low * New upstream release (never uploaded) -- Timshel Knoll Mon, 20 Aug 2001 20:23:41 +1000 parted (1.4.17-1) unstable; urgency=low * New upstream release * debian/rules: build with CFLAGS += -Wno-unused on m68k to work around compiler bug (closes: #105819) -- Timshel Knoll Mon, 23 Jul 2001 09:39:22 +1000 parted (1.4.16-1) unstable; urgency=low * New upstream release -- Timshel Knoll Tue, 17 Jul 2001 14:14:38 +1000 parted (1.4.15-2) unstable; urgency=low * Fixed ia64 compile errors (thanks to Jeff Licquia) (closes: #105529) -- Timshel Knoll Tue, 17 Jul 2001 10:22:56 +1000 parted (1.4.15-1) unstable; urgency=low * New upstream release -- Timshel Knoll Tue, 10 Jul 2001 11:43:26 +1000 parted (1.4.14-1) unstable; urgency=low * New upstream release * debian/control: libparted1.4 Conflicts: parted (<< 1.4.13+14pre1), to make sure that the soname change doesn't break stuff. -- Timshel Knoll Wed, 30 May 2001 21:55:26 +1000 parted (1.4.13+14pre2-1) unstable; urgency=low * New upstream release * This means I don't need a patched configure.in, so don't need to Build-Depend: auto{conf,make}, libtool ... (closes: Bug#99015) Left the Build-Depends there anyway (just in case) * This upstream release uses libtool 1.4 anyway, so that alone would fix #99015 as well :-) * debian/rules: - explicitly specify --enable-shared to configure in configure target (bug workaround for this version, shared libs aren't built by default) - explicitly specify --disable-shared to configure in configure-dbg target, this should substantially shorten the build time. -- Timshel Knoll Tue, 29 May 2001 10:10:09 +1000 parted (1.4.13-1) unstable; urgency=low * New upstream release -- Timshel Knoll Sat, 26 May 2001 22:48:13 +1000 parted (1.4.12-2) unstable; urgency=low * debian/rules: Lots of updates to get stuff building properly, merged binary-common and binary-libparted$(LIBPKGVER)-dbg rules. * debian/control updates: - added Build-Depends: autoconf (>= 2.50), automake (>= 1.4-p1), libtool (closes: Bug#98673) - Added '| libncurses5-dev' to libncurses-dev Build-Depends to provide non-virtual installation candidate. - Standards-Version: 3.5.4 -- Timshel Knoll Sat, 26 May 2001 14:53:59 +1000 parted (1.4.12-1) unstable; urgency=low * New upstream release * debian/rules: made {build{,-dbg},configure{,-dbg}}-stamp stuff depend directly on $(GENFILES), which stops ./configure from being repeatedly run unnecessarily during the build procedure. -- Timshel Knoll Tue, 22 May 2001 17:26:34 +1000 parted (1.4.11-4) unstable; urgency=low * debian/control: libparted1.4-dbg Priority: extra * debian/control: parted & libparted-dev now Suggests: parted-doc (closes: Bug#97556) -- Timshel Knoll Tue, 15 May 2001 23:13:41 +1000 parted (1.4.11-3) unstable; urgency=low * Some big updates - lots of library versioning stuff automated ... - debian/control and debian/shlibs.local now being generated from debian/control.in and debian/shlibs.local.in respectively, with debian/rules - debian/libparted2{,-dev}.* moved to debian/libparted{,-dev}.*, these are now copied to their appropriate places when necessary - LIBPKGVER variable added to debian/rules, this is the library package version (part of the library name). Initially set to 1.4, which is the new version number of libparted (ie. the libparted package is now named libparted1.4, to keep in line with upstream). I'll add a letter which will be bumped whenever upstream's soname changes, if necessary (ie. libparted1.4a) ... * Added support for DEB_BUILD_OPTIONS=noopt (compiles without -O2). * debian/control.in debian/rules: Added building of libparted2-dbg package, unstripped static lib with malloc debugging enabled. * Fixed problem with ./configure being run twice, once on 'debian/rules build' and again on 'debian/rules binary-arch' * Fixed shlibs library version _properly_, I changed the depends: version but not the soname version :-(. With the versioning automation stuff I have also added a LIBSONAME substitution, and also check that parted's soname is what debian/rules (and thus debian/shlibs.local) think that it is ... -- Timshel Knoll Wed, 2 May 2001 15:15:20 +1000 parted (1.4.11-2) unstable; urgency=low * Apparently 1.4.11 has a new soname, changed shlibs.local and dh_makeshlibs to use (>= 1.4.11) (closes: Bug#95846) -- Timshel Knoll Tue, 1 May 2001 12:03:56 +1000 parted (1.4.11-1) unstable; urgency=low * New upstream release -- Timshel Knoll Thu, 19 Apr 2001 01:49:23 +1000 parted (1.4.10-2) unstable; urgency=low * debian/rules: Added support for $DEB_BUILD_OPTIONS * debian/rules: removed call to deprecated dh_suidregister * debian/rules: added separate configure[-stamp] targets which call configure * debian/control: updated disklabel list in package descriptions, added list of supported filesystems. * debian/control: libparted2: added Conflicts: and Replaces: libparted * debian/README.Debian: updated disklabel list, added detailed list of supported filesystem and the amount of support for each -- Timshel Knoll Thu, 29 Mar 2001 19:57:58 -0800 parted (1.4.10-1) unstable; urgency=low * New upstream release * Converted to cvs-buildpackage. * debian/rules: removed call to obsolete dh_testversion. * debian/parted-doc.docs: removed reference to 0 byte file BUGS (well, no bugs, great) :-) -- Timshel Knoll Tue, 20 Mar 2001 00:47:22 +1100 parted (1.4.9-1) unstable; urgency=low * New upstream release -- Timshel Knoll Mon, 19 Feb 2001 18:21:43 +1100 parted (1.4.8-1) unstable; urgency=low * New upstream release * debian/control: Made libparted2 Suggest: libparted2-dev -- Timshel Knoll Sat, 10 Feb 2001 09:51:10 +1100 parted (1.4.7-1) unstable; urgency=low * New upstream release * debian/control, debian/libparted1[-dev]*, debian/rules: Updated library package names to libparted2 and libparted2-dev, as this upstream version contains incompatible changes to the library versioning system * debian/control: Updated build-depends: on debhelper to version >= 2.0 (for DH_COMPAT=2), added gettext. * debian/README.Debian: updated list of supported partition tables (added BSD disklabels to the list) -- Timshel Knoll Sun, 4 Feb 2001 18:30:05 +1100 parted (1.4.6-1) unstable; urgency=low * New upstream release -- Timshel Knoll Sun, 7 Jan 2001 18:57:46 +1100 parted (1.4.5-1) unstable; urgency=low * New upstream release * Updated package descriptions and README.Debian with a list of supported partition tables / disklabels. * debian/copyright: fixed bad email addresses of upstream authors, changed copyright to Free Software Foundation, Inc. (it has been signed over to the FSF). -- Timshel Knoll Sun, 7 Jan 2001 18:39:59 +1100 parted (1.4.4-1) unstable; urgency=low * New upstream release -- Timshel Knoll Sun, 3 Dec 2000 18:58:28 +1100 parted (1.4.3-1) unstable; urgency=low * New upstream release -- Timshel Knoll Tue, 28 Nov 2000 11:05:45 +1100 parted (1.4.2-1) unstable; urgency=low * New upstream release * Removed empty NEWS file from parted-doc - fixes lintian warning. * Changed all calls to dh_testversion in debian/rules to version 2. * Modified debian/rules to not call dh_makeshlibs for arch-independent parted-doc package. -- Timshel Knoll Wed, 22 Nov 2000 01:16:52 +1100 parted (1.4.0-1) unstable; urgency=low * New upstream release * Renamed libparted0 to libparted1, and libparted0-dev to libparted1-dev. * Changed shlibs to depend on 'libparted1 (>= 1.4.0)' rather than 'libparted1 (= ${Source-Version})'. * Made libparted1 Conflicts: libparted0 Replaces: libparted0 (since both have their NLS messages in /usr/share/locale/*/LC_MESSAGES/parted.mo) - I must find some way to work around this!!! -- Timshel Knoll Sun, 19 Nov 2000 22:52:57 +1100 parted (1.2.13-1) unstable; urgency=low * New upstream release -- Timshel Knoll Mon, 13 Nov 2000 09:49:54 +1100 parted (1.2.12-1) unstable; urgency=low * New upstream release * Changed build system to use DH_COMPAT=2, so the 'parted' package now builds in the debian/parted directory. This included moving the 'dirs' file to 'parted.dirs', and 'docs' to 'parted.docs', amongst other things. -- Timshel Knoll Sun, 5 Nov 2000 14:59:25 +1100 parted (1.2.11-1) unstable; urgency=low * New upstream release * Moved parted.m4 (in /usr/share/aclocal) from parted to libparted0-dev. * Moved all locales (from /usr/share/locales) from parted to libparted0. This is the right behavior since most of the messages are for libparted, I have asked the author if it is possible to split parted and libparted locales ... * Made libparted0 and libparted0-dev Conflict: parted (<< 1.2.11) to avoid dpkg needing --force-overwrite ... * Added -D_REENTRANT to CFLAGS in libparted/Makefile.am - to conform to policy 3.2.1. * Policy 3.2.1 -- Timshel Knoll Wed, 18 Oct 2000 12:59:48 +1100 parted (1.2.10-1) unstable; urgency=low * New upstream release -- Timshel Knoll Sun, 15 Oct 2000 23:24:15 +1100 parted (1.2.9-1) unstable; urgency=low * New upstream release -- Timshel Knoll Tue, 12 Sep 2000 22:41:38 +1100 parted (1.2.8-2) unstable; urgency=low * debian/docs: debian/libparted0.docs: debian/libparted0-dev.docs: Removed all documentation from packages other than parted-doc. All packages have changelog and copyright, however (as per Debian policy) -- Timshel Knoll Wed, 30 Aug 2000 20:01:15 +1100 parted (1.2.8-1) unstable; urgency=low * New upstream release * Changed Build-Depends on libuuid-dev to uuid-dev (closes: Bug#69536) -- Timshel Knoll Tue, 22 Aug 2000 21:27:59 +1000 parted (1.2.7-1) unstable; urgency=low * New upstream release -- Timshel Knoll Sun, 13 Aug 2000 13:33:42 +1000 parted (1.2.6-1) unstable; urgency=low * New upstream release * Shared libs in libparted0 now install to /lib (otherwise it's pointless having the parted executable in /sbin ...) * Now building shlibs with `libparted 0 libparted0 (= ${Source-Version})' rather than >= ... This is because the libparted API is still changing quite regularly. -- Timshel Knoll Wed, 2 Aug 2000 21:13:42 +1000 parted (1.2.5-1) unstable; urgency=low * New upstream release -- Timshel Knoll Thu, 20 Jul 2000 09:49:29 +1000 parted (1.2.3-1) unstable; urgency=low * New upstream release -- Timshel Knoll Wed, 28 Jun 2000 21:04:42 +1000 parted (1.2.1-2) unstable; urgency=low * Removed parted-doc Recommends: parted, and got rid of versions from Suggests: parted, libparted0, libparted0-dev * Changed description of libparted0-dev for consistency (the word 'disk' was missing) -- Timshel Knoll Thu, 15 Jun 2000 13:25:56 +1000 parted (1.2.1-1) unstable; urgency=low * New upstream release * The last release (1.2.0) didn't build on systems without libparted-dev or libparted0-dev already installed, fixed in this version. * Maintainer email addresses updated to `timshel@debian.org' * debian/README.Debian updated to remove stuff about why shared libs won't build (because they can be now) :) -- Timshel Knoll Thu, 15 Jun 2000 12:57:29 +1000 parted (1.2.0-1) unstable; urgency=low * New upstream release * Merged a whole heap of changes from my locally built series of 1.1.x packages, listed below: * Can now build shared libraries. Split off package libparted0 which contains the shared libraries. * Renamed libparted-dev to libparted0-dev. This still Provides: libparted-dev however. -- Timshel Knoll Thu, 15 Jun 2000 02:24:05 +1000 parted (1.0.17-2) unstable; urgency=low * Rebuild to get rid of config.log junk in the .diff.gz (hmmm ... must've killed ./configure ... dammit) * Split docs off into new, separate package (parted-doc) * libparted-dev now Suggests: parted -- Timshel Knoll Tue, 13 Jun 2000 01:34:34 +1000 parted (1.0.17-1) unstable; urgency=low * New upstream release * parted executable moved from /usr/sbin to /sbin * "Section: " in debian/control changed for both 'parted' source & 'parted' binary packages from 'utils' to 'admin' (admin is more suitable) * "Architecture: any" for both packages, (was 'i386 alpha'), so packages will now be built for other arches (for resizing old DOS drives, as parted currently only support DOS partition tables) -- Timshel Knoll Mon, 12 Jun 2000 15:41:48 +1000 parted (1.0.15-1) unstable; urgency=low * New upstream release -- Timshel Knoll Fri, 12 May 2000 19:08:52 +1000 parted (1.0.14-1) unstable; urgency=low * New upstream release * Updated debian/README.Debian with current parted shared libs status ... -- Timshel Knoll Sun, 16 Apr 2000 16:46:47 +1000 parted (1.0.13-1) frozen unstable; urgency=low * New upstream release * This needs to go into frozen because it fixes a release critical bug: * Fixed a severe bug which can cause massive data loss when converting between FAT16 and FAT32 (closes: #62029). * dh_testversion (in debian/rules) and Build-depends debhelper version updated to 1.2.9 for dh_link ... * Fixed typo in debian/control: Build-Depends: liuuid-dev -> libuuid-dev :) * Policy 3.1.1 -- Timshel Knoll Tue, 11 Apr 2000 17:44:42 +1000 parted (1.0.12-1) unstable; urgency=low * New upstream release * libparted-dev.docs updated to reflect movement of API docs to doc/ * Updated to Standards-Version 3.1.0 (with Build-Depends) -- Timshel Knoll Tue, 28 Mar 2000 20:07:51 +1000 parted (1.0.10-1) unstable; urgency=low * New upstream release * libparted-dev moved from libs to devel section -- Timshel Knoll Fri, 3 Mar 2000 09:59:32 +1100 parted (1.0.9-1) frozen unstable; urgency=low * New upstream release (closes: Bug#58301) -- Timshel Knoll Thu, 17 Feb 2000 21:28:53 +1100 parted (1.0.7-1) frozen unstable; urgency=low * New upstream release (closes: Bug#55871, parted fails on disks >16Gb) * Manpage moved to upstream sources -- Timshel Knoll Tue, 25 Jan 2000 23:29:56 +1100 parted (1.0.5-1) frozen unstable; urgency=low * New upstream release (closes: Bug#55613) * Added Conflicts: fsresize and Replaces: fsresize (closes: Bug#54110) * Updates to manpage, parted(8) -- Timshel Knoll Wed, 19 Jan 2000 13:28:53 +1100 parted (1.0.4-1) unstable; urgency=low * New upstream release -- Timshel Knoll Wed, 5 Jan 2000 17:23:57 +1100 parted (1.0.2-1) unstable; urgency=low * New upstream release * Updated debian/copyright with date/time last updated * Updated package descripion and README.Debian warnings -- Timshel Knoll Mon, 3 Jan 2000 13:30:02 +1100 parted (1.0pre8-1.1) unstable; urgency=low * Sponsor upload. * Recompiled against libreadline2g as libreadline4 is not yet in potato. (closes: Bug#52205) -- Torsten Landschoff Sun, 19 Dec 1999 12:05:41 +0100 parted (1.0pre8-1) unstable; urgency=low * New upstream release -- Timshel Knoll Mon, 15 Nov 1999 22:40:06 +1100 parted (1.0pre7-2) unstable; urgency=low * Copyright message and Authors updated * Updated package description, descriptions are now more consistant * Added warning about software being unstable to package description * Changed libparted-dev to Section: devel * Removed debian/dirs (not required) * Manpage parted.8 is now only installed in the parted package -- Timshel Knoll Sun, 14 Nov 1999 23:29:01 +1100 parted (1.0pre7-1) unstable; urgency=low * New upstream release -- Timshel Knoll Tue, 9 Nov 1999 13:52:14 +1100 parted (1.0pre4-2) unstable; urgency=low * Package split into parted and libparted-dev -- Timshel Knoll Mon, 8 Nov 1999 18:41:28 +1100 parted (1.0pre4-1) unstable; urgency=low * Initial Release. -- Timshel Knoll Fri, 5 Nov 1999 18:11:28 +1100