diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1752e59..9c72966 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libreichwein (1.2) UNRELEASED; urgency=medium + + * Added process.h+cpp: Reichwein::Process::is_running() + + -- Roland Reichwein <mail@reichwein.it> Sat, 07 Jan 2023 19:15:07 +0100 + libreichwein (1.1) unstable; urgency=medium * Shared and static lib diff --git a/debian/control b/debian/control index 7e9d5cd..83988c8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libreichwein Section: devel Priority: optional Maintainer: Roland Reichwein <mail@reichwein.it> -Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, pkg-config, googletest, gcovr +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, googletest, gcovr Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/libreichwein/ |