diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:16:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:16:22 +0000 |
commit | 19e4afdc37cfbda1ce99c42ceefc976cd5d0d038 (patch) | |
tree | 7210ba1d2882662d896d229f353ecbcbf34bd6b6 /debian/control | |
parent | Merging debian version 2.7.13. (diff) | |
download | apt-19e4afdc37cfbda1ce99c42ceefc976cd5d0d038.tar.xz apt-19e4afdc37cfbda1ce99c42ceefc976cd5d0d038.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 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 6f7dce9..014eb88 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,7 @@ XSBC-Original-Uploaders: Michael Vogt <mvo@debian.org>, Bugs: mailto:maintainers@lists.progress-linux.org Rules-Requires-Root: no Standards-Version: 4.1.1 -Build-Depends: dpkg-dev (>= 1.22.5) <!pkg.apt.ci>, - cmake (>= 3.4), +Build-Depends: cmake (>= 3.4), debhelper-compat (= 12), debhelper (>= 13.13~), docbook-xml <!nodoc>, @@ -46,7 +45,7 @@ Package: apt Architecture: any Depends: base-passwd (>= 3.6.1) | adduser, gpgv, - libapt-pkg6.0t64 (>= ${binary:Version}), + libapt-pkg6.0 (>= ${binary:Version}), ${apt:keyring}, ${misc:Depends}, ${shlibs:Depends} @@ -77,17 +76,16 @@ Description: commandline package manager * apt-config as an interface to the configuration settings * apt-key as an interface to manage authentication keys -Package: libapt-pkg6.0t64 -Replaces: libapt-pkg6.0 +Package: libapt-pkg6.0 Architecture: any Multi-Arch: same Priority: optional Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -Breaks: libapt-pkg6.0 (<< ${source:Version}), appstream (<< 0.9.0-3~), apt (<< 1.6~), aptitude (<< 0.8.9), libapt-inst1.5 (<< 0.9.9~), dpkg (<< 1.20.8) +Breaks: appstream (<< 0.9.0-3~), apt (<< 1.6~), aptitude (<< 0.8.9), libapt-inst1.5 (<< 0.9.9~), dpkg (<< 1.20.8) Recommends: apt (>= ${binary:Version}) Section: libs -Provides: ${t64:Provides}, libapt-pkg (= ${binary:Version}) +Provides: libapt-pkg (= ${binary:Version}) Description: package management runtime library This library provides the common functionality for searching and managing packages as well as information about packages. |