Codebase list realmd / 982da07
debian/control, debian/rules: Only build with systemd and journald support on linux architectures Laurent Bigonville 10 years ago
3 changed file(s) with 13 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 realmd (0.14.5-2) UNRELEASED; urgency=low
1
2 * debian/control, debian/rules: Only build with systemd and journald support
3 on linux architectures
4
5 -- Laurent Bigonville <bigon@debian.org> Sun, 01 Sep 2013 23:33:53 +0200
6
07 realmd (0.14.5-1) experimental; urgency=low
18
29 * New upstream release
1010 libldap2-dev,
1111 libpackagekit-glib2-dev,
1212 libpolkit-gobject-1-dev,
13 libsystemd-journal-dev (>= 204),
13 libsystemd-journal-dev (>= 204) [linux-any],
1414 pkg-config,
1515 python,
1616 xmlto,
22
33 # Uncomment this to turn on verbose mode.
44 #export DH_VERBOSE=1
5
6 ifeq ($(DEB_BUILD_ARCH_OS),linux)
7 SYSTEMD_PARAMS := --with-systemd-journal --with-systemd-unit-dir=/lib/systemd/system
8 endif
59
610 %:
711 dh $@ --with autotools-dev
913 override_dh_auto_configure:
1014 dh_auto_configure -- --libdir=/usr/lib \
1115 --htmldir=/usr/share/doc/realmd/html \
12 --with-distro=debian \
13 --with-systemd-journal \
14 --with-systemd-unit-dir=/lib/systemd/system
16 --with-distro=debian ${SYSTEMD_PARAMS}