gpart 1:0.3-10 source package in Ubuntu

Changelog

gpart (1:0.3-10) unstable; urgency=medium

  * Team upload.

  [ Joao Eriberto Mota Filho ]
  * debian/control: bumped Standards-Version to 4.6.1.
  * debian/copyright:
      - Converted the last paragraph of the GPL-2 in a comment.
      - Unified two blocks under GPL-2+.
      - Updated packaging copyright years.

  [ Debian Janitor ]
  * debian/watch: Use GitHub /tags rather than /releases page.

 -- Joao Eriberto Mota Filho <email address hidden>  Thu, 22 Dec 2022 18:57:44 -0300

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe admin
Lunar release universe admin

Downloads

File Size SHA-256 Checksum
gpart_0.3-10.dsc 1.9 KiB f24fd6ea66151e99665c2e1ec48c2f7645bc31503b74be36f082f74420083255
gpart_0.3.orig.tar.gz 52.3 KiB ec56d12ec9ffdb9877c12692ea6e51620b1ae44473d3d253b27fc31ed9ebb4dd
gpart_0.3-10.debian.tar.xz 10.6 KiB 37af9acc931dfe3b3734bed0df33d5e4ad474c9584986f815e5809eb976828c1

Available diffs

No changes file available.

Binary packages built by this source

gpart: Guess PC disk partition table, find lost partitions

 Gpart is a tool which tries to guess the primary partition table of a PC-type
 disk in case the primary partition table in sector 0 is damaged, incorrect or
 deleted.
 .
 It is also good at finding and listing the types, locations, and sizes of
 inadvertently-deleted partitions, both primary and logical. It gives you the
 information you need to manually re-create them (using fdisk, cfdisk, sfdisk,
 etc.).
 .
 The guessed table can also be written to a file or (if you firmly believe the
 guessed table is entirely correct) directly to a disk device.
 .
 Currently supported (guessable) filesystem or partition types:
 .
  * BeOS filesystem type.
  * BtrFS filesystem type.
  * FreeBSD/NetBSD/386BSD disklabel sub-partitioning scheme used on Intel
    platforms.
  * Linux second extended filesystem (Ext2).
  * MS-DOS FAT12, FAT16 and FAT32 "filesystems".
  * IBM OS/2 High Performance filesystem.
  * Linux LVM and LVM2 physical volumes.
  * Linux swap partitions (versions 0 and 1).
  * The Minix operating system filesystem type.
  * MS Windows NT/2000 filesystem.
  * QNX 4.x filesystem.
  * The Reiser filesystem (version 3.5.X, X > 11).
  * Sun Solaris on Intel platforms uses a sub-partitioning scheme on PC hard
    disks similar to the BSD disklabels.
  * Silicon Graphics journaled filesystem for Linux.
 .
 Gpart is useful in recovery actions and forensics investigations.

gpart-dbgsym: debug symbols for gpart