diff options
| author | Lucas Castro <lucas@gnuabordo.com.br> | 2024-11-12 18:49:20 -0300 |
|---|---|---|
| committer | Lucas Castro <lucas@gnuabordo.com.br> | 2024-11-12 18:49:20 -0300 |
| commit | e966e6662b3e50e366e97bd07b1ee10e95dd82d0 (patch) | |
| tree | 2bc5a8273d35b41fae26bb6a1c8613dc3af135de | |
| parent | 006a5aa5c65d448a6751e85a924cbf47f83009c4 (diff) | |
update library binary due soname
| -rw-r--r-- | debian/control | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/control b/debian/control index 139ec80..7c84227 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Homepage: http://www.freediameter.net/trac/ -Package: libfdproto6 +Package: libfdproto7 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -37,7 +37,7 @@ Description: Library for manipulating Diameter messages and dictionary messages and dictionary. This library is meant to be re-used by other projects that would require parsing or manipulating Diameter messages. -Package: libfdcore6 +Package: libfdcore7 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -59,8 +59,8 @@ Description: FreeDiameter - library for the Diameter protocol Package: libfreediameter-dev Architecture: any Section: libdevel -Depends: libfdcore6 (= ${binary:Version}), - libfdproto6 (= ${binary:Version}), +Depends: libfdcore7 (= ${binary:Version}), + libfdproto7 (= ${binary:Version}), libgnutls28-dev, libgcrypt20-dev, libidn-dev, @@ -79,12 +79,12 @@ Description: Library for the Diameter protocol (development files) Package: freediameterd Architecture: any Section: utils -Depends: libfdcore6 (= ${binary:Version}), - libfdproto6 (= ${binary:Version}), +Depends: libfdcore7 (= ${binary:Version}), + libfdproto7 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Breaks: libfdcore6 (<< 1.2.1-3) -Replaces: libfdcore6 (<< 1.2.1-3) +Breaks: libfdcore7 (<< 1.2.1-3) +Replaces: libfdcore7 (<< 1.2.1-3) Description: Daemon for the Diameter protocol Diameter is a protocol designed to carry Authentication, Authorization and Accounting (AAA) payload. It is an evolution of the RADIUS protocol (as the @@ -99,8 +99,8 @@ Description: Daemon for the Diameter protocol Package: freediameter-extensions Architecture: any -Depends: libfdcore6 (= ${binary:Version}), - libfdproto6 (= ${binary:Version}), +Depends: libfdcore7 (= ${binary:Version}), + libfdproto7 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Extensions for the Diameter protocol |
