r45186 - in /packages/unstable/gnome-logs/debian: changelog control control.in patches/ patches/0001-Update-configure.ac-to-check-for-libsystemd.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jun 14 18:20:53 UTC 2015


Author: biebl
Date: Sun Jun 14 18:20:52 2015
New Revision: 45186

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45186
Log:
Build against libsystemd. (Closes: #779768).

Added:
    packages/unstable/gnome-logs/debian/patches/
    packages/unstable/gnome-logs/debian/patches/0001-Update-configure.ac-to-check-for-libsystemd.patch
    packages/unstable/gnome-logs/debian/patches/series
Modified:
    packages/unstable/gnome-logs/debian/changelog
    packages/unstable/gnome-logs/debian/control
    packages/unstable/gnome-logs/debian/control.in

Modified: packages/unstable/gnome-logs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/changelog?rev=45186&op=diff
==============================================================================
--- packages/unstable/gnome-logs/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-logs/debian/changelog	[utf-8] Sun Jun 14 18:20:52 2015
@@ -6,6 +6,7 @@
     - Add appstream-util.
     - Bump libglib2.0-dev to (>= 2.43.90).
     - Bump libgtk-3-dev to (>= 3.15.7).
+  * Build against libsystemd. (Closes: #779768).
 
  -- Michael Biebl <biebl at debian.org>  Tue, 19 May 2015 20:01:35 +0200
 

Modified: packages/unstable/gnome-logs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/control?rev=45186&op=diff
==============================================================================
--- packages/unstable/gnome-logs/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-logs/debian/control	[utf-8] Sun Jun 14 18:20:52 2015
@@ -9,11 +9,12 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9.0.0),
                autotools-dev,
-               libsystemd-journal-dev,
-               libglib2.0-dev (>= 2.39.90),
-               libgtk-3-dev (>= 3.13.4),
+               libsystemd-dev,
+               libglib2.0-dev (>= 2.43.90),
+               libgtk-3-dev (>= 3.15.7),
                gnome-pkg-tools,
                intltool (>= 0.50.0),
+               appstream-util,
                yelp-tools,
                desktop-file-utils
 Standards-Version: 3.9.6

Modified: packages/unstable/gnome-logs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/control.in?rev=45186&op=diff
==============================================================================
--- packages/unstable/gnome-logs/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-logs/debian/control.in	[utf-8] Sun Jun 14 18:20:52 2015
@@ -5,7 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9.0.0),
                autotools-dev,
-               libsystemd-journal-dev,
+               libsystemd-dev,
                libglib2.0-dev (>= 2.43.90),
                libgtk-3-dev (>= 3.15.7),
                gnome-pkg-tools,

Added: packages/unstable/gnome-logs/debian/patches/0001-Update-configure.ac-to-check-for-libsystemd.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/patches/0001-Update-configure.ac-to-check-for-libsystemd.patch?rev=45186&op=file
==============================================================================
--- packages/unstable/gnome-logs/debian/patches/0001-Update-configure.ac-to-check-for-libsystemd.patch	(added)
+++ packages/unstable/gnome-logs/debian/patches/0001-Update-configure.ac-to-check-for-libsystemd.patch	[utf-8] Sun Jun 14 18:20:52 2015
@@ -0,0 +1,25 @@
+From b55281240cd5624cb122329cb73dff92f212480b Mon Sep 17 00:00:00 2001
+From: Rashi Aswani <aswanirashi19 at gmail.com>
+Date: Fri, 22 May 2015 15:28:17 +0530
+Subject: [PATCH] Update configure.ac to check for libsystemd
+
+https://bugzilla.gnome.org/show_bug.cgi?id=749595
+---
+ configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: gnome-logs-3.16.1/configure.ac
+===================================================================
+--- gnome-logs-3.16.1.orig/configure.ac	2015-06-14 20:20:43.284093071 +0200
++++ gnome-logs-3.16.1/configure.ac	2015-06-14 20:20:43.284093071 +0200
+@@ -90,8 +90,8 @@
+ dnl Libraries
+ GIO_REQUIRED="gio-unix-2.0 >= 2.43.90"
+ GTK_REQUIRED="gtk+-3.0 >= 3.15.7"
+-SYSTEMD_JOURNAL_REQUIRED="libsystemd-journal"
+-PKG_CHECK_MODULES([LOGS], [$GIO_REQUIRED $GTK_REQUIRED $SYSTEMD_JOURNAL_REQUIRED])
++SYSTEMD_REQUIRED="libsystemd"
++PKG_CHECK_MODULES([LOGS], [$GIO_REQUIRED $GTK_REQUIRED $SYSTEMD_REQUIRED])
+ 
+ GLIB_GSETTINGS
+ 

Added: packages/unstable/gnome-logs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/patches/series?rev=45186&op=file
==============================================================================
--- packages/unstable/gnome-logs/debian/patches/series	(added)
+++ packages/unstable/gnome-logs/debian/patches/series	[utf-8] Sun Jun 14 18:20:52 2015
@@ -0,0 +1 @@
+0001-Update-configure.ac-to-check-for-libsystemd.patch




More information about the pkg-gnome-commits mailing list