diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-25 00:51:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 01:06:30 +0900 |
commit | 65dd80fbf352c34c772dd9d090ef7e5e854c0550 (patch) | |
tree | cfef134a61f0da0aae8e088552450a662b0ff11b /ubuntu/_base/dependencies/libr/debian/control | |
parent | ce06e7117592c592e0325d0047ba947016033112 (diff) | |
download | tde-packaging-65dd80fbf352c34c772dd9d090ef7e5e854c0550.tar.gz tde-packaging-65dd80fbf352c34c772dd9d090ef7e5e854c0550.zip |
DEB libr: update package name to libr1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 024d0b7440f6367df2ab6f1569c84b08a63759d7)
Diffstat (limited to 'ubuntu/_base/dependencies/libr/debian/control')
-rw-r--r-- | ubuntu/_base/dependencies/libr/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/_base/dependencies/libr/debian/control b/ubuntu/_base/dependencies/libr/debian/control index ef0c6ad6f..df44ba5b5 100644 --- a/ubuntu/_base/dependencies/libr/debian/control +++ b/ubuntu/_base/dependencies/libr/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.8.4 Section: libs Homepage: http://www.compholio.com/elficon/ -Package: libr0 +Package: libr1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -16,6 +16,6 @@ Description: ELF binary resource library Package: libr-dev Section: libdevel Architecture: any -Depends: libr0 (= ${binary:Version}) +Depends: libr1 (= ${binary:Version}) Description: ELF binary resource library Store and retrieve resources from ELF binaries. |