r41602 - in /desktop/unstable/gnome-session/debian: changelog control control.in rules
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sun May 4 13:01:38 UTC 2014
Author: bigon
Date: Sun May 4 13:01:37 2014
New Revision: 41602
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41602
Log:
Enable systemd support on linux architectures
Modified:
desktop/unstable/gnome-session/debian/changelog
desktop/unstable/gnome-session/debian/control
desktop/unstable/gnome-session/debian/control.in
desktop/unstable/gnome-session/debian/rules
Modified: desktop/unstable/gnome-session/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/changelog?rev=41602&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-session/debian/changelog [utf-8] Sun May 4 13:01:37 2014
@@ -1,3 +1,9 @@
+gnome-session (3.8.4-4) UNRELEASED; urgency=medium
+
+ * Enable systemd support on linux architectures
+
+ -- Laurent Bigonville <bigon at debian.org> Sun, 04 May 2014 14:57:58 +0200
+
gnome-session (3.8.4-3) unstable; urgency=medium
* debian/control.in:
Modified: desktop/unstable/gnome-session/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/control?rev=41602&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-session/debian/control [utf-8] Sun May 4 13:01:37 2014
@@ -33,7 +33,10 @@
libxrender-dev,
xmlto,
xsltproc,
- xtrans-dev
+ xtrans-dev,
+ libsystemd-login-dev (>= 183) [linux-any],
+ libsystemd-daemon-dev [linux-any],
+ libsystemd-journal-dev [linux-any]
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-session
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-session
Modified: desktop/unstable/gnome-session/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/control.in?rev=41602&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-session/debian/control.in [utf-8] Sun May 4 13:01:37 2014
@@ -28,7 +28,10 @@
libxrender-dev,
xmlto,
xsltproc,
- xtrans-dev
+ xtrans-dev,
+ libsystemd-login-dev (>= 183) [linux-any],
+ libsystemd-daemon-dev [linux-any],
+ libsystemd-journal-dev [linux-any]
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-session
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-session
Modified: desktop/unstable/gnome-session/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/rules?rev=41602&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-session/debian/rules [utf-8] Sun May 4 13:01:37 2014
@@ -10,8 +10,13 @@
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
DEB_CONFIGURE_EXTRA_FLAGS += --localstatedir=/var/lib \
- --enable-ipv6 \
- --disable-systemd
+ --enable-ipv6
+
+ifeq (linux,$(DEB_HOST_ARCH_OS))
+ DEB_CONFIGURE_EXTRA_FLAGS += --enable-systemd
+else
+ DEB_CONFIGURE_EXTRA_FLAGS += --disable-systemd
+endif
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
More information about the pkg-gnome-commits
mailing list