gpart 1:0.3-1 source package in Ubuntu

Changelog

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

  * New upstream release. (Closes: #705076)
  * debian/control: updated the long description.
  * debian/copyright:
      - Added rights for Martin Wilck.
      - Added the Upstream-Contact field to header.
  * debian/docs: removed. Now, the upstream is
      installing the README.md file.
  * README.Debian: updated.

 -- Joao Eriberto Mota Filho <email address hidden>  Tue, 24 Nov 2015 21:17:55 -0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe admin

Downloads

File Size SHA-256 Checksum
gpart_0.3-1.dsc 1.8 KiB 7c156e393251c3c3d7bb0d93facd1183b0d84a8cb291068232d611c54cc60a5f
gpart_0.3.orig.tar.gz 52.3 KiB ec56d12ec9ffdb9877c12692ea6e51620b1ae44473d3d253b27fc31ed9ebb4dd
gpart_0.3-1.debian.tar.xz 7.9 KiB 618d70a434b3899911b8be3dc143ecf46bfdb61a9a5d5c433a81657eb475f4c7

Available diffs

No changes file available.

Binary packages built by this source

gpart: No summary available for gpart in ubuntu yakkety.

No description available for gpart in ubuntu yakkety.

gpart-dbgsym: debug symbols for package gpart

 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' journalling filesystem for Linux.
 .
 Gpart is useful in recovery actions and forensics investigations.