diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:19:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:19:39 +0000 |
commit | d1e67ab214fc886cb0526193204e2aa0e7c06646 (patch) | |
tree | 51c9d1873f1d20c4fc3a00ec25a769b9d387a035 /debian/control | |
parent | Merging debian version 3.6-3.1. (diff) | |
download | parted-d1e67ab214fc886cb0526193204e2aa0e7c06646.tar.xz parted-d1e67ab214fc886cb0526193204e2aa0e7c06646.zip |
Reverting t64 migration for backports.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/debian/control b/debian/control index e788a35..68f8504 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/parted XSBC-Original-Vcs-Browser: https://salsa.debian.org/parted-team/parted XSBC-Original-Vcs-Git: https://salsa.debian.org/parted-team/parted.git Homepage: https://www.gnu.org/software/parted -Build-Depends: dpkg-dev (>= 1.22.5), +Build-Depends: debhelper-compat (= 13), libncurses-dev | libncurses5-dev, libreadline-dev | libreadline6-dev, @@ -31,7 +31,7 @@ Rules-Requires-Root: no Package: parted Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2t64 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2 (= ${binary:Version}) Suggests: parted-doc Conflicts: parted-doc (<< 3.5-2~) Multi-Arch: foreign @@ -65,15 +65,13 @@ XB-Installer-Menu-Item: 99999 Depends: ${shlibs:Depends}, libparted2-udeb (= ${binary:Version}), ${misc:Depends} Description: Manually partition a hard drive (parted) -Package: libparted2t64 -Replaces: libparted2 -Breaks: libparted2 (<< ${source:Version}) +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: ${t64:Provides}, libparted +Provides: libparted Multi-Arch: same Description: disk partition manipulator - shared library GNU Parted is a program that allows you to create, destroy, resize, @@ -83,14 +81,11 @@ Description: disk partition manipulator - shared library . This package contains the shared library. -Package: libparted-fs-resize0t64 -Provides: ${t64:Provides} -Replaces: libparted-fs-resize0 -Breaks: libparted-fs-resize0 (<< ${source:Version}) +Package: libparted-fs-resize0 Architecture: any Section: libs Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2t64 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2 (= ${binary:Version}) Suggests: libparted-dev Multi-Arch: same Description: disk partition manipulator - shared FS resizing library @@ -133,7 +128,7 @@ Description: disk partition manipulator - FS resizing library udeb Package: libparted-i18n Architecture: all Section: localization -Depends: libparted2t64, ${misc:Depends} +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 @@ -145,7 +140,7 @@ Description: disk partition manipulator - i18n support Package: libparted-dev Architecture: any Section: libdevel -Depends: libc6-dev, libparted2t64 (= ${binary:Version}), libparted-fs-resize0t64 (= ${binary:Version}), libdevmapper-dev [linux-any], uuid-dev, libblkid-dev, ${misc:Depends} +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 |