r51764 - in /desktop/unstable/glib2.0/debian: changelog control rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Wed Nov 23 13:26:33 UTC 2016


Author: laney
Date: Wed Nov 23 13:26:32 2016
New Revision: 51764

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51764
Log:
debian/rules: disable libmount on !linux (Closes: #844052)

Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/control
    desktop/unstable/glib2.0/debian/rules

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=51764&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog	[utf-8] Wed Nov 23 13:26:32 2016
@@ -1,3 +1,9 @@
+glib2.0 (2.50.2-2) UNRELEASED; urgency=medium
+
+  * debian/rules: disable libmount on !linux (Closes: #844052)
+
+ -- Iain Lane <laney at debian.org>  Wed, 23 Nov 2016 13:01:05 +0000
+
 glib2.0 (2.50.2-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/control?rev=51764&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/control	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/control	[utf-8] Wed Nov 23 13:26:32 2016
@@ -2,7 +2,7 @@
 Section: libs
 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>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9.20141010),
                cdbs (>= 0.4.93),
                dh-autoreconf,

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=51764&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/rules	[utf-8] Wed Nov 23 13:26:32 2016
@@ -104,8 +104,17 @@
 			--enable-static \
 			--enable-installed-tests \
 			--enable-always-build-tests \
-			--enable-debug=minimum \
+			--enable-debug=minimum
+
+# libmount is available on linux only
+ifeq ($(DEB_HOST_ARCH_OS), linux)
+  DEB_CONFIGURE_FLAGS_deb += \
 			--enable-libmount
+else
+  DEB_CONFIGURE_FLAGS_deb += \
+			--disable-libmount
+endif
+
 
 DEB_CONFIGURE_FLAGS_udeb := \
 			--disable-selinux \




More information about the pkg-gnome-commits mailing list