r50011 - in /desktop/unstable/gnome-user-share/debian: changelog control control.in patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Sep 2 15:22:50 UTC 2016


Author: biebl
Date: Fri Sep  2 15:22:50 2016
New Revision: 50011

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50011
Log:
* Add Build-Depends on systemd on Linux to get the correct path for the
  systemd user unit directory.
* Add patch to ensure systemd is not mandatory so we can build on non-Linux
  architectures.

Modified:
    desktop/unstable/gnome-user-share/debian/changelog
    desktop/unstable/gnome-user-share/debian/control
    desktop/unstable/gnome-user-share/debian/control.in
    desktop/unstable/gnome-user-share/debian/patches/series

Modified: desktop/unstable/gnome-user-share/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/changelog?rev=50011&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/changelog	[utf-8] Fri Sep  2 15:22:50 2016
@@ -1,6 +1,10 @@
 gnome-user-share (3.18.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Add Build-Depends on systemd on Linux to get the correct path for the
+    systemd user unit directory.
+  * Add patch to ensure systemd is not mandatory so we can build on non-Linux
+    architectures.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 02 Sep 2016 16:18:34 +0200
 

Modified: desktop/unstable/gnome-user-share/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/control?rev=50011&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/control	[utf-8] Fri Sep  2 15:22:50 2016
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs,
                debhelper (>= 8),
                dh-autoreconf,
@@ -23,7 +23,8 @@
                libcanberra-gtk3-dev,
                libselinux1-dev [linux-any],
                libgnome-bluetooth-dev (>= 3.12.0-4~) [linux-any],
-               libnautilus-extension-dev (>= 2.91.7)
+               libnautilus-extension-dev (>= 2.91.7),
+               systemd [linux-any]
 Standards-Version: 3.9.7
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-user-share
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-user-share

Modified: desktop/unstable/gnome-user-share/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/control.in?rev=50011&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/control.in	[utf-8] Fri Sep  2 15:22:50 2016
@@ -19,7 +19,8 @@
                libcanberra-gtk3-dev,
                libselinux1-dev [linux-any],
                libgnome-bluetooth-dev (>= 3.12.0-4~) [linux-any],
-               libnautilus-extension-dev (>= 2.91.7)
+               libnautilus-extension-dev (>= 2.91.7),
+               systemd [linux-any]
 Standards-Version: 3.9.7
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-user-share
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-user-share

Modified: desktop/unstable/gnome-user-share/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/patches/series?rev=50011&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/patches/series	[utf-8] Fri Sep  2 15:22:50 2016
@@ -1,3 +1,4 @@
 01_apache-config.patch
 #02_bluetooth_optional.patch
 10_apache_2.4.patch
+20-build-Don-t-install-systemd-user-unit-files-if-targe.patch




More information about the pkg-gnome-commits mailing list