1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
Source: parted
Section: admin
Priority: optional
Maintainer: Parted Maintainer Team <parted-maintainers@alioth-lists.debian.net>
Uploaders: Bastian Blank <waldi@debian.org>, Colin Watson <cjwatson@debian.org>
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/parted-team/parted.git
Vcs-Browser: https://salsa.debian.org/parted-team/parted
Homepage: https://www.gnu.org/software/parted
Build-Depends:
debhelper-compat (= 13),
libncurses-dev | libncurses5-dev,
libreadline-dev | libreadline6-dev,
libdevmapper-dev [linux-any],
uuid-dev,
gettext,
texinfo,
libblkid-dev,
pkg-config,
check <!nocheck>,
autoconf,
automake,
autopoint,
gperf
Rules-Requires-Root: no
Package: parted
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2 (= ${binary:Version})
Suggests: parted-doc
Conflicts: parted-doc (<< 3.5-2~)
Multi-Arch: foreign
Description: disk partition manipulator
GNU Parted is a program that allows you to create, destroy, resize,
move, and copy disk partitions. This is useful for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
.
This package contains the binary and manual page. Further
documentation is available in parted-doc.
.
Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS, and PC98
partitioning formats, as well as a "loop" (raw disk) type which
allows use on RAID/LVM. It can detect and remove ASFS/AFFS/APFS,
Btrfs, ext2/3/4, FAT16/32, HFS, JFS, linux-swap, UFS, XFS, and ZFS
file systems. Parted also has the ability to create and modify file
systems of some of these types, but using it to perform file system
operations is now deprecated.
.
The nature of this software means that any bugs could cause massive
data loss. While there are no such bugs known at the moment, they
could exist, so please back up all important files before running
it, and do so at your own risk.
Package: parted-udeb
Package-Type: udeb
Architecture: any
Section: debian-installer
XB-Installer-Menu-Item: 99999
Depends: ${shlibs:Depends}, libparted2-udeb (= ${binary:Version}), ${misc:Depends}
Description: Manually partition a hard drive (parted)
Package: libparted2
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, dmidecode [amd64 i386]
Suggests: parted, libparted-dev, libparted-i18n (= ${source:Version})
Provides: libparted
Multi-Arch: same
Description: disk partition manipulator - shared library
GNU Parted is a program that allows you to create, destroy, resize,
move, and copy disk partitions. This is useful for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
.
This package contains the shared library.
Package: libparted-fs-resize0
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2 (= ${binary:Version})
Suggests: libparted-dev
Multi-Arch: same
Description: disk partition manipulator - shared FS resizing library
GNU Parted is a program that allows you to create, destroy, resize,
move, and copy disk partitions. This is useful for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
.
This package contains the libparted-fs-resize shared library for
resizing HFS+ and FAT file systems.
Package: libparted2-udeb
Package-Type: udeb
Architecture: any
Section: debian-installer
Depends: ${shlibs:Depends}, ${misc:Depends}, dmidecode-udeb [amd64 i386]
Description: disk partition manipulator - library udeb
GNU Parted is a program that allows you to create, destroy, resize,
move, and copy disk partitions. This is useful for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
.
This is a cut-down library package for use in debian-installer.
Package: libparted-fs-resize0-udeb
Package-Type: udeb
Architecture: any
Section: debian-installer
Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2-udeb (= ${binary:Version})
Description: disk partition manipulator - FS resizing library udeb
GNU Parted is a program that allows you to create, destroy, resize,
move, and copy disk partitions. This is useful for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
.
This is a cut-down library package for use in debian-installer. It
contains the libparted-fs-resize shared library for resizing HFS+ and
FAT file systems.
Package: libparted-i18n
Architecture: all
Section: localization
Depends: libparted2, ${misc:Depends}
Description: disk partition manipulator - i18n support
GNU Parted is a program that allows you to create, destroy, resize,
move, and copy disk partitions. This is useful for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
.
This package contains localization data.
Package: libparted-dev
Architecture: any
Section: libdevel
Depends: libc6-dev, libparted2 (= ${binary:Version}), libparted-fs-resize0 (= ${binary:Version}), libdevmapper-dev (>= 1.02.33) [linux-any], uuid-dev, libblkid-dev, ${misc:Depends}
Suggests: parted (= ${binary:Version}), parted-doc
Multi-Arch: same
Description: disk partition manipulator - development files
GNU Parted is a program that allows you to create, destroy, resize,
move, and copy disk partitions. This is useful for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
.
This package contains the static library and header files for
libparted, which are really only of interest to parted developers.
Package: parted-doc
Architecture: all
Section: doc
Suggests: parted | libparted-dev
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: disk partition manipulator - documentation
GNU Parted is a program that allows you to create, destroy, resize,
move, and copy disk partitions. This is useful for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
.
This package contains user documentation for parted and API
documentation for the library packages.
|