disktype 9-12 source package in Ubuntu

Changelog

disktype (9-12) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.6.1.
  * debian/copyright: updated packaging copyright years.
  * debian/tests/control: replaced 'egrep' by 'grep -E' to avoid stderr because
    there is a warning about egrep and fgrep commands since grep 3.8.

 -- Joao Eriberto Mota Filho <email address hidden>  Thu, 08 Sep 2022 23:38:08 -0300

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
Original maintainer:
Joao Eriberto Mota Filho
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils
Noble release universe utils
Mantic release universe utils
Lunar release universe utils

Downloads

File Size SHA-256 Checksum
disktype_9-12.dsc 1.8 KiB 0e392bbd97236afbe7a6e1908cae5499339e37842ffddc89e0f5f35b84204cc4
disktype_9.orig.tar.gz 42.8 KiB b6701254d88412bc5d2db869037745f65f94b900b59184157d072f35832c1111
disktype_9-12.debian.tar.xz 9.3 KiB 9874b122064d285a3a75119be956dddb573445632d25d1bd443246ff12f6b784

Available diffs

No changes file available.

Binary packages built by this source

disktype: detection of content format of a disk or disk image

 The purpose of disktype is to detect the content format of a disk or
 disk image. It knows about common file systems, partition tables and
 boot codes. This software can be used for forensics analysis.
 .
 As of version 9, disktype knows about the following formats:
 .
 File systems:
    FAT12/FAT16/FAT32/exFAT
    NTFS
    HPFS
    MFS, HFS, HFS Plus
    ISO9660 (incl. Joliet, El Torito)
    UDF
    ext2/ext3
    ext4 (patch from upstream CVS)
    btrfs (patch from upstream CVS)
    Minix
    ReiserFS
    Reiser4
    Linux romfs
    Linux cramfs
    Linux squashfs
    UFS (some variations)
    SysV FS (some variations)
    JFS
    XFS
    F2FS
    Amiga FS/FFS
    Amiga SFS
    Amiga PFS
    BeOS BFS
    QNX4 FS
    3DO CD-ROM FS
    Veritas VxFS
    Xbox DVD file system
 Partitioning:
    DOS/PC style
    EFI GPT
    Apple
    Amiga "Rigid Disk"
    ATARI ST (AHDI3)
    BSD disklabel
    Linux RAID physical disks
    Linux LVM1 physical volumes
    Linux LVM2 physical volumes
    Solaris SPARC disklabel
    Solaris x86 disklabel (vtoc)
 Other structures:
    Debian split floppy header
    Linux swap
 Disk images:
    Raw CD image (.bin)
    Virtual PC hard disk image
    Apple UDIF disk image (limited)
 Boot loaders:
    LILO
    GRUB
    SYSLINUX
    ISOLINUX
    Linux kernel
    FreeBSD loader
    Windows/MS-DOS loader
    BeOS loader, Haiku loader
    Sega Dreamcast
 Compression formats:
    gzip
    compress
    bzip2
 Archive formats:
    tar
    cpio
    bar
    dump/restore

disktype-dbgsym: debug symbols for disktype