mod for buster

This commit is contained in:
geos_one 2025-08-13 15:25:25 +02:00
parent 026320aeb4
commit 1034631025
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
etc/ipa/epn.conf etc/ipa/epn.conf
etc/ipa/epn/expire_msg.template etc/ipa/epn/expire_msg.template
${env:systemdsystemunitdir}/ipa-epn.service @systemdsystemunitdir@/ipa-epn.service
${env:systemdsystemunitdir}/ipa-epn.timer @systemdsystemunitdir@/ipa-epn.timer
usr/sbin/ipa-epn usr/sbin/ipa-epn
usr/share/man/man1/ipa-epn.1 usr/share/man/man1/ipa-epn.1
usr/share/man/man5/epn.conf.5 usr/share/man/man5/epn.conf.5

4
debian/rules vendored
View File

@ -20,13 +20,12 @@ DESTDIR=$(CURDIR)/debian/tmp
export PYTHON=python3 export PYTHON=python3
export am_cv_python_pythondir=/usr/lib/python3/dist-packages export am_cv_python_pythondir=/usr/lib/python3/dist-packages
export am_cv_python_pyexecdir=/usr/lib/python3/dist-packages export am_cv_python_pyexecdir=/usr/lib/python3/dist-packages
#export systemdsystemunitdir=$(shell pkgconf --variable=systemdsystemunitdir systemd | sed s,^/,,)
# Detect systemd unit dir with fallback
systemdsystemunitdir := $(shell pkgconf --variable=systemdsystemunitdir systemd 2>/dev/null | sed 's,^/,,') systemdsystemunitdir := $(shell pkgconf --variable=systemdsystemunitdir systemd 2>/dev/null | sed 's,^/,,')
ifeq ($(systemdsystemunitdir),) ifeq ($(systemdsystemunitdir),)
systemdsystemunitdir := lib/systemd/system systemdsystemunitdir := lib/systemd/system
endif endif
export systemdsystemunitdir export systemdsystemunitdir
confflags = \ confflags = \
@ -132,6 +131,7 @@ override_dh_fixperms:
fi fi
override_dh_gencontrol: override_dh_gencontrol:
echo "systemdsystemunitdir=$(systemdsystemunitdir)" >> debian/substvars
dh_gencontrol -- \ dh_gencontrol -- \
-Vlib:Depends=$(shell dpkg-query -W -f '$${Depends}' librpm-dev \ -Vlib:Depends=$(shell dpkg-query -W -f '$${Depends}' librpm-dev \
| sed -E 's/.*(librpm[[:alnum:].-]+).*/\1/') | sed -E 's/.*(librpm[[:alnum:].-]+).*/\1/')