summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-13 15:52:17 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-13 15:52:17 +0100
commit02fbb7a8ea54d1188b2a8410ecd64ae93ac0210e (patch)
tree8eb309e7db647f6edaadac21d8d63d98d36cf6bb /debian
parente29ca1929f3aae5288c03be40e67061e245a90ea (diff)
Added process functions
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
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/