diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:16:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:16:35 +0000 |
commit | 0658a8b1efc58836eb6674a1b0aadfbdf0e54755 (patch) | |
tree | e1d58d026a886d854c9e01cb4a683ad81fcb6e59 /debian/control | |
parent | Adding upstream version 3.6. (diff) | |
download | parted-0658a8b1efc58836eb6674a1b0aadfbdf0e54755.tar.xz parted-0658a8b1efc58836eb6674a1b0aadfbdf0e54755.zip |
Adding debian version 3.6-3.debian/3.6-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 163 |
1 files changed, 163 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0e63f5a --- /dev/null +++ b/debian/control @@ -0,0 +1,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 [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. |