summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2019-07-17 15:14:46 -0300
committerDavid Bremner <bremner@debian.org>2019-07-17 15:19:53 -0300
commitbbc0b5f5fed15691ecd1b6ab2d9f00d572ed83d4 (patch)
treee9419a78f5bc4c8893306e01820d0cadce69bbbd
parent88cef177d5c555f02d4d3fd590c74c59a3718e48 (diff)
bump SONAME to libbtparse2
This is (possibly) needed due to upstream changing the name of one of the members of bt_error struct (which is public via btparse.h)
-rw-r--r--debian/control4
-rw-r--r--debian/libbtparse2.install (renamed from debian/libbtparse1.install)0
-rw-r--r--debian/libbtparse2.symbols (renamed from debian/libbtparse1.symbols)2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 8486dbb..49db680 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Description: Perl extension to read and parse BibTeX files
Package: libbtparse-dev
Architecture: any
Section: libdevel
-Depends: libbtparse1 (= ${binary:Version}),
+Depends: libbtparse2 (= ${binary:Version}),
${misc:Depends}
Description: C library to parse BibTeX files - development files
btparse is the C component of btOOL, a pair of libraries for parsing and
@@ -50,7 +50,7 @@ Description: C library to parse BibTeX files - development files
This package contains the necessary symlinks, headers and object files needed
develop applications using btparse.
-Package: libbtparse1
+Package: libbtparse2
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
diff --git a/debian/libbtparse1.install b/debian/libbtparse2.install
index 0ba3188..0ba3188 100644
--- a/debian/libbtparse1.install
+++ b/debian/libbtparse2.install
diff --git a/debian/libbtparse1.symbols b/debian/libbtparse2.symbols
index ce5f905..e261cfc 100644
--- a/debian/libbtparse1.symbols
+++ b/debian/libbtparse2.symbols
@@ -1,4 +1,4 @@
-libbtparse.so.1 libbtparse1 #MINVER#
+libbtparse.so.2 libbtparse2 #MINVER#
AllMacros@Base 0.62
InputFilename@Base 0.62
StringOptions@Base 0.62