r18253 - in /desktop/unstable/gdm/debian: changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Jan 20 10:08:54 UTC 2009


Author: lool
Date: Tue Jan 20 10:08:54 2009
New Revision: 18253

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18253
Log:
Build-depend on xserver-xorg for the X_SERVER detection logic to work; it
would be more elegant to add an AC_ARG_WITH to skip the detection and
avoid the bdep, but the 2.20 branch isn't the long term focus so this is a
good stop gap measure.

Modified:
    desktop/unstable/gdm/debian/changelog
    desktop/unstable/gdm/debian/control
    desktop/unstable/gdm/debian/control.in
    desktop/unstable/gdm/debian/rules

Modified: desktop/unstable/gdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/changelog?rev=18253&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/changelog (original)
+++ desktop/unstable/gdm/debian/changelog Tue Jan 20 10:08:54 2009
@@ -1,7 +1,11 @@
-gdm (2.20.7-5) UNRELEASED; urgency=low
+gdm (2.20.7-5) unstable; urgency=low
 
   * Don't update-rc.d remove / install during first configuration.
   * Use lt-nl when comparing versions instead of checking $2.
+  * Build-depend on xserver-xorg for the X_SERVER detection logic to work; it
+    would be more elegant to add an AC_ARG_WITH to skip the detection and
+    avoid the bdep, but the 2.20 branch isn't the long term focus so this is a
+    good stop gap measure.
 
  -- Loic Minier <lool at dooz.org>  Fri, 28 Nov 2008 19:55:12 +0100
 

Modified: desktop/unstable/gdm/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/control?rev=18253&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/control (original)
+++ desktop/unstable/gdm/debian/control Tue Jan 20 10:08:54 2009
@@ -31,7 +31,8 @@
                gnome-pkg-tools,
                quilt,
                zenity,
-               libpopt-dev
+               libpopt-dev,
+               xserver-xorg
 Standards-Version: 3.8.0
 
 Package: gdm

Modified: desktop/unstable/gdm/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/control.in?rev=18253&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/control.in (original)
+++ desktop/unstable/gdm/debian/control.in Tue Jan 20 10:08:54 2009
@@ -31,7 +31,8 @@
                gnome-pkg-tools,
                quilt,
                zenity,
-               libpopt-dev
+               libpopt-dev,
+               xserver-xorg
 Standards-Version: 3.8.0
 
 Package: gdm

Modified: desktop/unstable/gdm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/rules?rev=18253&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/rules (original)
+++ desktop/unstable/gdm/debian/rules Tue Jan 20 10:08:54 2009
@@ -48,6 +48,7 @@
 configure-stamp: patch-stamp
 	dh_testdir
 	./configure $(configure_flags) CFLAGS="$(CFLAGS)"
+	false
 	touch configure-stamp
 
 build: build-stamp




More information about the pkg-gnome-commits mailing list