From 66ff00a2003aa0473f1d09910449880b2dab7bee Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Tue, 26 Mar 2024 20:24:27 +0000 Subject: [PATCH] Release --- debian/changelog | 4 ++-- debian/linbpq.service | 3 ++- debian/patches/makefile | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 66309d7..36c9429 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -linbpq (6.0.24.33-1) UNRELEASED; urgency=medium +linbpq (6.0.24.33-1) unstable; urgency=medium * Upstream bump * Moved config file to examples * Updated service to fail on no config * Added helpful README.Debian - -- Dave Hibberd Tue, 26 Mar 2024 00:53:42 +0000 + -- Dave Hibberd Tue, 26 Mar 2024 20:24:08 +0000 linbpq (6.0.24.30-1) unstable; urgency=medium diff --git a/debian/linbpq.service b/debian/linbpq.service index 3979c5f..ef57d04 100644 --- a/debian/linbpq.service +++ b/debian/linbpq.service @@ -1,10 +1,11 @@ [Unit] +Description=Linbpq systemd service file After=network.target +ConditionPathExists=/etc/bpq32.cfg [Service] ExecStart=/usr/sbin/linbpq -c /etc -d /opt/oarc/bpq -l /opt/oarc/bpq WorkingDirectory=/opt/oarc/bpq -ConditionPathExists=/etc/bpq32.cfg Restart=always User=linbpq Group=linbpq diff --git a/debian/patches/makefile b/debian/patches/makefile index d2888a9..f807762 100644 --- a/debian/patches/makefile +++ b/debian/patches/makefile @@ -16,6 +16,6 @@ clean : - rm *.d - rm linbpq $(OBJS) -+ rm -f *.d -+ rm -f linbpq $(OBJS) ++ $(RM) *.d ++ $(RM) linbpq $(OBJS)