r47345 - in /desktop/experimental/gvfs/debian: changelog control control.in rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Tue Feb 16 10:46:38 UTC 2016


Author: laney
Date: Tue Feb 16 10:46:37 2016
New Revision: 47345

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47345
Log:
* New upstream release
  + udisks2: Avoid crashes during unmount
  + ftp: Fix cache invalidation after writing
  + network: Fix crashes when mount failed
  + mtp: Allow reading on more devices
* debian/control{,.in}: Build-Depend on libsystemd-dev to get the path for
  user unit files.
* debian/rules: Build with --fail-missing and exclude some files which we
  don't install.

Modified:
    desktop/experimental/gvfs/debian/changelog
    desktop/experimental/gvfs/debian/control
    desktop/experimental/gvfs/debian/control.in
    desktop/experimental/gvfs/debian/rules

Modified: desktop/experimental/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/changelog?rev=47345&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gvfs/debian/changelog	[utf-8] Tue Feb 16 10:46:37 2016
@@ -1,3 +1,17 @@
+gvfs (1.27.90-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    + udisks2: Avoid crashes during unmount
+    + ftp: Fix cache invalidation after writing
+    + network: Fix crashes when mount failed
+    + mtp: Allow reading on more devices
+  * debian/control{,.in}: Build-Depend on libsystemd-dev to get the path for
+    user unit files.
+  * debian/rules: Build with --fail-missing and exclude some files which we
+    don't install.
+
+ -- Iain Lane <laney at debian.org>  Tue, 26 Jan 2016 18:13:58 +0000
+
 gvfs (1.27.4-1) experimental; urgency=medium
 
   * Test-Dep on apache2-dev instead of apache2-prefork-dev - the latter was a

Modified: desktop/experimental/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/control?rev=47345&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/control	[utf-8] (original)
+++ desktop/experimental/gvfs/debian/control	[utf-8] Tue Feb 16 10:46:37 2016
@@ -43,6 +43,7 @@
                libplist-dev,
                libudisks2-dev (>= 1.97) [linux-any],
                libsystemd-dev [linux-any],
+               systemd (>= 206) [linux-any],
                libgcr-3-dev,
                libgtk-3-dev
 Standards-Version: 3.9.6

Modified: desktop/experimental/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/control.in?rev=47345&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gvfs/debian/control.in	[utf-8] Tue Feb 16 10:46:37 2016
@@ -39,6 +39,7 @@
                libplist-dev,
                libudisks2-dev (>= 1.97) [linux-any],
                libsystemd-dev [linux-any],
+               systemd (>= 206) [linux-any],
                libgcr-3-dev,
                libgtk-3-dev
 Standards-Version: 3.9.6

Modified: desktop/experimental/gvfs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/rules?rev=47345&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/rules	[utf-8] (original)
+++ desktop/experimental/gvfs/debian/rules	[utf-8] Tue Feb 16 10:46:37 2016
@@ -12,7 +12,7 @@
 
 # List any files which are not installed
 include /usr/share/cdbs/1/rules/utils.mk
-DEB_DH_INSTALL_ARGS := --list-missing
+DEB_DH_INSTALL_ARGS := --fail-missing -X.la -X.h
 
 DEB_DH_STRIP_ARGS := --dbg-package=gvfs-dbg
 DEB_DH_MAKESHLIBS_ARGS_ALL := --no-act




More information about the pkg-gnome-commits mailing list