summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2023-09-28 08:00:49 -0300
committerDavid Bremner <bremner@debian.org>2023-09-28 08:00:49 -0300
commitbb3fe14644bfb3e245dd22c287fa9531d4a8b841 (patch)
tree1a85deb2eeb295c829e0995cff5a7518e5ce866c
parentda91810b51f37eb6f9443a73d2b8256fecf8284f (diff)
debian: SONAME bump libsexp.so.1 -> libsexp.so.2
Upstream changed memory management defaults, and two caches are no longer exposed. Whether they should have been exposed in the first place is a question for another day.
-rw-r--r--debian/control4
-rw-r--r--debian/libsexp2.install (renamed from debian/libsexp1.install)0
-rw-r--r--debian/libsexp2.symbols (renamed from debian/libsexp1.symbols)4
3 files changed, 3 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 7612e5a..9a00965 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Package: libsexp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libsexp1 (= ${binary:Version}), ${misc:Depends}
+Depends: libsexp2 (= ${binary:Version}), ${misc:Depends}
Description: small fast s-expression library
This library is intended for developers who wish to manipulate (read,
parse, modify, and create) symbolic expressions (s-expressions) from C
@@ -22,7 +22,7 @@ Description: small fast s-expression library
This package contains the files needed to build programs using the
library.
-Package: libsexp1
+Package: libsexp2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libsexp1.install b/debian/libsexp2.install
index 89169ca..89169ca 100644
--- a/debian/libsexp1.install
+++ b/debian/libsexp2.install
diff --git a/debian/libsexp1.symbols b/debian/libsexp2.symbols
index 581b815..e0a8a1d 100644
--- a/debian/libsexp1.symbols
+++ b/debian/libsexp2.symbols
@@ -1,4 +1,4 @@
-libsexp.so.1 libsexp1 #MINVER#
+libsexp.so.2 libsexp2 #MINVER#
bfs_find_sexp@Base 1.3.1
copy_sexp@Base 1.3.1
cparse_sexp@Base 1.3.1
@@ -17,7 +17,6 @@ libsexp.so.1 libsexp1 #MINVER#
new_sexp_list@Base 1.3.1
parse_sexp@Base 1.3.1
pd_allocate@Base 1.3.1
- pd_cache@Base 1.3.1
pd_deallocate@Base 1.3.1
pop@Base 1.3.1
print_pcont@Base 1.3.1
@@ -35,7 +34,6 @@ libsexp.so.1 libsexp1 #MINVER#
sexp_errno@Base 1.3.1
sexp_list_length@Base 1.3.1
sexp_t_allocate@Base 1.3.1
- sexp_t_cache@Base 1.3.1
sexp_t_deallocate@Base 1.3.1
sexp_to_dotfile@Base 1.3.1
sgrowsize@Base 1.3.1