summaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
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.