From a82d947a594b01af54e056473799ebab619e2bd2 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 17:22:08 +0100 Subject: Switch to shared library --- debian/changelog | 6 ++++++ debian/control | 14 ++++++++++++++ debian/libreichwein-dev.install | 6 ++++++ debian/libreichwein0.install | 2 ++ 4 files changed, 28 insertions(+) create mode 100644 debian/libreichwein-dev.install create mode 100644 debian/libreichwein0.install (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1efd71a..9d20da5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libreichwein (1.1) unstable; urgency=medium + + * Shared and static lib + + -- Roland Reichwein Tue, 03 Jan 2023 17:21:51 +0100 + libreichwein (1.0) unstable; urgency=medium * Initial release diff --git a/debian/control b/debian/control index bf2df7b..2bee0a8 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,23 @@ Homepage: http://www.reichwein.it/libreichwein/ Package: libreichwein-dev Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libreichwein0 (= ${binary:Version}), +Homepage: http://www.reichwein.it/libreichwein/ +Description: C++ Library by Reichwein.IT + libreichwein is a C++ library developed by Reichwein.IT and + used by several Reichwein.IT projects, including functions + not available in std or boost. + . + This is the package for developers for compiling code against libreichwein. + It includes the header files and static library. + +Package: libreichwein0 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Homepage: http://www.reichwein.it/libreichwein/ Description: C++ Library by Reichwein.IT libreichwein is a C++ library developed by Reichwein.IT and used by several Reichwein.IT projects, including functions not available in std or boost. + . + This is the runtime library package including the shared library. diff --git a/debian/libreichwein-dev.install b/debian/libreichwein-dev.install new file mode 100644 index 0000000..81aeaf0 --- /dev/null +++ b/debian/libreichwein-dev.install @@ -0,0 +1,6 @@ +usr/include/libreichwein/file.h +usr/include/libreichwein/mime.h +usr/include/libreichwein/stringutil.h +usr/include/libreichwein/tempfile.h +usr/include/libreichwein/url.h +usr/lib/libreichwein.so diff --git a/debian/libreichwein0.install b/debian/libreichwein0.install new file mode 100644 index 0000000..29e462a --- /dev/null +++ b/debian/libreichwein0.install @@ -0,0 +1,2 @@ +usr/lib/libreichwein.so.0 +usr/lib/libreichwein.so.0.0.0 -- cgit v1.2.3