diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 14 | ||||
| -rw-r--r-- | debian/libreichwein-dev.install | 6 | ||||
| -rw-r--r-- | debian/libreichwein0.install | 2 | 
4 files changed, 28 insertions, 0 deletions
| 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 <mail@reichwein.it>  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 | 
