summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-09 11:29:22 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-09 11:29:22 +0100
commit24b3afa684e57176f5068fd5896679ae0fa047ad (patch)
treec9f6d03fadcb762ae0163f14f52462338249e62a /debian
parente7dd0b98770ee0c88c1ea976d9e9a6d3979782f7 (diff)
Add process.h: is_running()
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
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/