r45497 - in /desktop/unstable/gnome-screensaver/debian: changelog control control.in patches/libsystemd.patch patches/series

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Mon Jul 6 14:11:33 UTC 2015


Author: mitya57
Date: Mon Jul  6 14:11:32 2015
New Revision: 45497

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45497
Log:
Build against the new systemd library (closes: #779746).

Added:
    desktop/unstable/gnome-screensaver/debian/patches/libsystemd.patch
Modified:
    desktop/unstable/gnome-screensaver/debian/changelog
    desktop/unstable/gnome-screensaver/debian/control
    desktop/unstable/gnome-screensaver/debian/control.in
    desktop/unstable/gnome-screensaver/debian/patches/series

Modified: desktop/unstable/gnome-screensaver/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/changelog?rev=45497&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-screensaver/debian/changelog	[utf-8] Mon Jul  6 14:11:32 2015
@@ -1,3 +1,9 @@
+gnome-screensaver (3.6.1-5) UNRELEASED; urgency=medium
+
+  * Build against the new systemd library (closes: #779746).
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 06 Jul 2015 17:11:05 +0300
+
 gnome-screensaver (3.6.1-4) unstable; urgency=medium
 
   * Upload to unstable, not experimental. This fixes RC bug.

Modified: desktop/unstable/gnome-screensaver/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/control?rev=45497&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-screensaver/debian/control	[utf-8] Mon Jul  6 14:11:32 2015
@@ -19,7 +19,7 @@
                libgtk-3-dev (>= 3.0.0),
                libgnome-desktop-3-dev (>= 3.1.91),
                libgnomekbd-dev (>= 2.91.91),
-               libsystemd-login-dev [linux-any],
+               libsystemd-dev [linux-any],
                libxklavier-dev,
                libx11-dev,
                libxt-dev,

Modified: desktop/unstable/gnome-screensaver/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/control.in?rev=45497&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-screensaver/debian/control.in	[utf-8] Mon Jul  6 14:11:32 2015
@@ -15,7 +15,7 @@
                libgtk-3-dev (>= 3.0.0),
                libgnome-desktop-3-dev (>= 3.1.91),
                libgnomekbd-dev (>= 2.91.91),
-               libsystemd-login-dev [linux-any],
+               libsystemd-dev [linux-any],
                libxklavier-dev,
                libx11-dev,
                libxt-dev,

Added: desktop/unstable/gnome-screensaver/debian/patches/libsystemd.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/patches/libsystemd.patch?rev=45497&op=file
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/patches/libsystemd.patch	(added)
+++ desktop/unstable/gnome-screensaver/debian/patches/libsystemd.patch	[utf-8] Mon Jul  6 14:11:32 2015
@@ -0,0 +1,16 @@
+Description: build against libsystemd library
+Author: Dmitry Shachnev <mitya57 at debian.org>
+Forwarded: no
+Last-Update: 2015-07-06
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -601,7 +601,7 @@
+             [with_systemd=$withval], [with_systemd=auto])
+ 
+ PKG_CHECK_MODULES(SYSTEMD,
+-                  [libsystemd-login],
++                  [libsystemd],
+                   [have_systemd=yes], [have_systemd=no])
+ 
+ if test "x$with_systemd" = "xauto" ; then

Modified: desktop/unstable/gnome-screensaver/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/patches/series?rev=45497&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-screensaver/debian/patches/series	[utf-8] Mon Jul  6 14:11:32 2015
@@ -2,3 +2,4 @@
 01_no_autostart.patch
 14_no_fade_on_user_switch.patch
 31_lock_screen_on_suspend.patch
+libsystemd.patch




More information about the pkg-gnome-commits mailing list