summaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-03 17:22:08 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-03 17:22:08 +0100
commita82d947a594b01af54e056473799ebab619e2bd2 (patch)
treed68a3896a32cd882a3866c4c88dcd6dba85d9c83 /debian/control
parentd00dc2c69164d8a8850d317f2868c6f131b7f679 (diff)
Switch to shared library
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 14 insertions, 0 deletions
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.