r42573 - in /desktop/unstable/gdm3/debian: changelog control rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Sep 6 16:19:54 UTC 2014


Author: bigon
Date: Sat Sep  6 16:19:54 2014
New Revision: 42573

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42573
Log:
* debian/rules: Pass --as-needed to dh_autoreconf and export "-Wl,-z,defs
  -Wl,-O1 -Wl,--as-needed" to DEB_CFLAGS_MAINT_APPEND
* debian/rules: Explicitly enable wayland support on linux architectures

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/control
    desktop/unstable/gdm3/debian/rules

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=42573&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Sat Sep  6 16:19:54 2014
@@ -5,8 +5,11 @@
   * Update debian/README.Debian: Stop refering to deprecated programs and
     configuration files (Closes: #760073)
   * debian/rules: Remove duplicate call to dh_systemd_* helpers
-
- -- Laurent Bigonville <bigon at debian.org>  Sat, 06 Sep 2014 17:51:57 +0200
+  * debian/rules: Pass --as-needed to dh_autoreconf and export "-Wl,-z,defs
+    -Wl,-O1 -Wl,--as-needed" to DEB_CFLAGS_MAINT_APPEND
+  * debian/rules: Explicitly enable wayland support on linux architectures
+
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 06 Sep 2014 18:19:03 +0200
 
 gdm3 (3.12.2-2.1) unstable; urgency=medium
 

Modified: desktop/unstable/gdm3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/control?rev=42573&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/control	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/control	[utf-8] Sat Sep  6 16:19:54 2014
@@ -2,12 +2,11 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: gdm3
 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>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: gnome-pkg-tools (>= 0.16.3),
                debhelper (>= 8.1.3),
                cdbs (>= 0.4.122~),

Modified: desktop/unstable/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/rules?rev=42573&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/rules	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/rules	[utf-8] Sat Sep  6 16:19:54 2014
@@ -11,6 +11,11 @@
 # List any files which are not installed
 include /usr/share/cdbs/1/rules/utils.mk
 DEB_DH_INSTALL_ARGS := --list-missing
+
+DEB_DH_AUTORECONF_ARGS = --as-needed
+
+export DEB_CFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+include /usr/share/dpkg/buildflags.mk
 
 GNOME_MODULE := gdm
 
@@ -39,9 +44,15 @@
 		--with-initial-vt=7
 
 ifeq (linux,$(DEB_HOST_ARCH_OS))
-		DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd --with-selinux --without-console-kit
+		DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd \
+				--enable-wayland-support \
+				--with-selinux \
+				--without-console-kit
 else
-		DEB_CONFIGURE_EXTRA_FLAGS += --without-systemd --without-selinux --with-console-kit --with-vt-switch-workaround
+		DEB_CONFIGURE_EXTRA_FLAGS += --without-systemd \
+				--disable-wayland-support \
+				--without-selinux \
+				--with-console-kit
 endif
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)




More information about the pkg-gnome-commits mailing list