r50421 - in /desktop/unstable/vino/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 13 14:32:20 UTC 2016


Author: biebl
Date: Tue Sep 13 14:32:20 2016
New Revision: 50421

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50421
Log:
Add Build-Depends on systemd on Linux to get the correct path for the
systemd user unit directory.

Modified:
    desktop/unstable/vino/debian/changelog
    desktop/unstable/vino/debian/control
    desktop/unstable/vino/debian/control.in

Modified: desktop/unstable/vino/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/changelog?rev=50421&op=diff
==============================================================================
--- desktop/unstable/vino/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vino/debian/changelog	[utf-8] Tue Sep 13 14:32:20 2016
@@ -2,6 +2,8 @@
 
   * New upstream development release.
   * Add Build-Depends on libice-dev and libsm-dev as per configure.ac.
+  * Add Build-Depends on systemd on Linux to get the correct path for the
+    systemd user unit directory.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 13 Sep 2016 16:20:23 +0200
 

Modified: desktop/unstable/vino/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/control?rev=50421&op=diff
==============================================================================
--- desktop/unstable/vino/debian/control	[utf-8] (original)
+++ desktop/unstable/vino/debian/control	[utf-8] Tue Sep 13 14:32:20 2016
@@ -30,7 +30,8 @@
                libice-dev,
                libsm-dev,
                pkg-config (>= 0.16),
-               zlib1g-dev
+               zlib1g-dev,
+               systemd [linux-any]
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/vino
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/vino

Modified: desktop/unstable/vino/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/control.in?rev=50421&op=diff
==============================================================================
--- desktop/unstable/vino/debian/control.in	[utf-8] (original)
+++ desktop/unstable/vino/debian/control.in	[utf-8] Tue Sep 13 14:32:20 2016
@@ -26,7 +26,8 @@
                libice-dev,
                libsm-dev,
                pkg-config (>= 0.16),
-               zlib1g-dev
+               zlib1g-dev,
+               systemd [linux-any]
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/vino
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/vino




More information about the pkg-gnome-commits mailing list