Codebase list network-manager / d68fa7d
Use logind for session tracking on linux, consolekit on other systems Sjoerd Simons 10 years ago
3 changed file(s) with 14 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
2222 * debian/libnm-glib4.symbols: Add the new symbols exported for connectivity
2323 checking support
2424
25 -- Sjoerd Simons <sjoerd@debian.org> Fri, 25 Oct 2013 21:25:59 +0200
25 [ Sjoerd Simons ]
26 * Use logind for session tracking on linux, consolekit on other systems
27
28 -- Sjoerd Simons <sjoerd@debian.org> Fri, 01 Nov 2013 21:53:37 +0100
2629
2730 network-manager (0.9.8.0-5) unstable; urgency=low
2831
2020 libgnutls-dev,
2121 uuid-dev,
2222 systemd (>= 185),
23 libsystemd-login-dev (>= 185),
23 libsystemd-login-dev (>= 185) [linux-any],
2424 libudev-dev (>= 165),
2525 libgudev-1.0-dev (>= 165),
2626 libgirepository1.0-dev (>= 0.10.7-1~),
5252 iptables,
5353 modemmanager,
5454 crda,
55 systemd
55 systemd [linux-any]
5656 Suggests: avahi-autoipd
5757 Breaks:
5858 network-manager-gnome (<< 0.9),
11
22 DPKG_EXPORT_BUILDFLAGS = 1
33 include /usr/share/dpkg/buildflags.mk
4
5 ifeq (linux,$(DEB_HOST_ARCH_OS))
6 SESSION_TRACKING = systemd
7 else
8 SESSION_TRACKING = consolekit
9 endif
10
411
512 %:
613 dh $@ --with gir
1320 --with-iptables=/sbin/iptables \
1421 --with-systemdsystemunitdir=/lib/systemd/system \
1522 --with-crypto=gnutls \
16 --with-session-tracking=systemd \
17 --with-suspend-resume=systemd \
23 --with-session-tracking=$(SESSION_TRACKING) \
1824 --disable-more-warnings \
1925 --disable-modify-system \
2026 --enable-polkit \