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/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'debian/control') 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. -- cgit v1.2.3