diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:47:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:49:17 +0000 |
commit | 8aebd9e147e3983ae922b33954987d357e798cf7 (patch) | |
tree | dbafc119e3d78a0e7b2562c393f9e4a68b7df0d0 /debian/control | |
parent | Merging debian version 1.3.4+ds-1.1. (diff) | |
download | libtirpc-8aebd9e147e3983ae922b33954987d357e798cf7.tar.xz libtirpc-8aebd9e147e3983ae922b33954987d357e798cf7.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 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/debian/control b/debian/control index 2effdec..ae04656 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org> XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org> XSBC-Original-Maintainer: Josue Ortega <josue@debian.org> Bugs: mailto:maintainers@lists.progress-linux.org -Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libtool, pkg-config, libkrb5-dev +Build-Depends: debhelper-compat (= 13), libtool, pkg-config, libkrb5-dev Standards-Version: 4.6.2 Section: libs Homepage: http://sourceforge.net/projects/libtirpc @@ -18,7 +18,7 @@ Package: libtirpc-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libtirpc3t64 (= ${binary:Version}), ${misc:Depends} +Depends: libtirpc3 (= ${binary:Version}), ${misc:Depends} Description: transport-independent RPC library - development files This package contains a port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C @@ -26,14 +26,12 @@ Description: transport-independent RPC library - development files . This package contains the files needed for development against libtirpc. -Package: libtirpc3t64 -Provides: ${t64:Provides} -Replaces: libtirpc3 +Package: libtirpc3 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libtirpc-common (>= ${source:Version}) -Breaks: libtirpc3 (<< ${source:Version}), nfs-common (<< 1:1.2.8-7), nfs-kernel-server (<< 1:1.2.8-7) +Breaks: nfs-common (<< 1:1.2.8-7), nfs-kernel-server (<< 1:1.2.8-7) Description: transport-independent RPC library This package contains a port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C @@ -43,8 +41,8 @@ Package: libtirpc-common Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} -Breaks: libtirpc1, libtirpc3t64 (<< 1.1.4-0.1~) -Replaces: libtirpc1, libtirpc3t64 (<< 1.1.4-0.1~) +Breaks: libtirpc1, libtirpc3 (<< 1.1.4-0.1~) +Replaces: libtirpc1, libtirpc3 (<< 1.1.4-0.1~) Description: transport-independent RPC library - common files This package contains a port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C |