diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 9c72966..0bba3c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@  libreichwein (1.2) UNRELEASED; urgency=medium    * Added process.h+cpp: Reichwein::Process::is_running() +  * process.h+cpp: Added functions for checking running pids   -- Roland Reichwein <mail@reichwein.it>  Sat, 07 Jan 2023 19:15:07 +0100 diff --git a/debian/control b/debian/control index 83988c8..3b883b5 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, googletest, gcovr +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, googletest, gcovr, libfmt-dev  Standards-Version: 4.5.0  Homepage: http://www.reichwein.it/libreichwein/ | 
