r10699 - in /desktop/unstable/gdm/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed May 2 13:18:25 UTC 2007


Author: lool
Date: Wed May  2 13:18:24 2007
New Revision: 10699

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10699
Log:
* Configure with "--with-prefetch=yes"; PreFetchProgram is empty by default
  in Debian though.

Modified:
    desktop/unstable/gdm/debian/changelog
    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=10699&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/changelog (original)
+++ desktop/unstable/gdm/debian/changelog Wed May  2 13:18:24 2007
@@ -84,8 +84,10 @@
   * Drop "--with-tags=" from configure args; libtool should autodetect this
     properly.
   * Build-dep on x11proto-core-dev for XDMCP.
-
- -- Loic Minier <lool at dooz.org>  Wed, 02 May 2007 15:14:48 +0200
+  * Configure with "--with-prefetch=yes"; PreFetchProgram is empty by default
+    in Debian though.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 02 May 2007 15:17:56 +0200
 
 gdm (2.16.4-1.1) unstable; urgency=low
 

Modified: desktop/unstable/gdm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/rules?rev=10699&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/rules (original)
+++ desktop/unstable/gdm/debian/rules Wed May  2 13:18:24 2007
@@ -20,7 +20,8 @@
 		--localstatedir=/var/lib \
 		--with-custom-conf=/etc/gdm/gdm.conf \
 		--disable-scrollkeeper \
-		--enable-ipv6=yes
+		--enable-ipv6=yes \
+		--with-prefetch=yes
 
 ifeq (linux,$(DEB_HOST_ARCH_OS))
 	configure_flags += --with-selinux




More information about the pkg-gnome-commits mailing list