From: Mark Wooding Date: Sun, 7 Jul 2024 22:36:22 +0000 (+0100) Subject: debian/, Makefile.am: Add missing `.shlibs' and `.symbols' files. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/checkpath/commitdiff_plain/ca9ed84b7d6b6832047ecf6e79b2a60aa49d6574 debian/, Makefile.am: Add missing `.shlibs' and `.symbols' files. --- diff --git a/Makefile.am b/Makefile.am index 739a72d..f0f205e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,6 +108,8 @@ EXTRA_DIST += debian/source/format ## Library. EXTRA_DIST += debian/libcheckpath1.install +EXTRA_DIST += debian/libcheckpath1.shlibs +EXTRA_DIST += debian/libcheckpath1.symbols EXTRA_DIST += debian/libcheckpath-dev.install ## Binaries. diff --git a/debian/libcheckpath1.shlibs b/debian/libcheckpath1.shlibs new file mode 100644 index 0000000..29d268d --- /dev/null +++ b/debian/libcheckpath1.shlibs @@ -0,0 +1,2 @@ +### -*-conf-*- +libcheckpath 1 libcheckpath1 (>= 1.2.1) diff --git a/debian/libcheckpath1.symbols b/debian/libcheckpath1.symbols new file mode 100644 index 0000000..a8fa538 --- /dev/null +++ b/debian/libcheckpath1.symbols @@ -0,0 +1,11 @@ +### -*-conf-*- + +libcheckpath.so.1 libcheckpath1 #MINVER# +* Build-Depends-Package: libcheckpath-dev + + checkpath@Base 1.1.0 + checkpath_addgid@Base 1.2.1 + checkpath_setgid@Base 1.2.1 + checkpath_setgroups@Base 1.2.1 + checkpath_setids@Base 1.1.0 + checkpath_setuid@Base 1.2.1