[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxext: Changes to 'debian-experimental'



 .gitignore                         |   10 
 COPYING                            |  168 
 ChangeLog                          |  312 
 INSTALL                            |  236 
 Makefile.am                        |   11 
 Makefile.in                        |  685 -
 README                             |   29 
 aclocal.m4                         | 7884 -------------
 config.guess                       | 1500 --
 config.h.in                        |   55 
 config.sub                         | 1608 --
 configure                          |22071 -------------------------------------
 configure.ac                       |   21 
 debian/README.source               |   73 
 debian/changelog                   |   49 
 debian/control                     |   42 
 debian/copyright                   |  171 
 debian/libxext-dev.install         |    1 
 debian/rules                       |   21 
 debian/xsfbs/repack.sh             |   32 
 debian/xsfbs/xsfbs-autoreconf.mk   |  150 
 debian/xsfbs/xsfbs.mk              |  170 
 debian/xsfbs/xsfbs.sh              |  531 
 depcomp                            |  530 
 include/X11/extensions/MITMisc.h   |   56 
 include/X11/extensions/XEVI.h      |   63 
 include/X11/extensions/XLbx.h      |   52 
 include/X11/extensions/XShm.h      |  136 
 include/X11/extensions/Xag.h       |   92 
 include/X11/extensions/Xcup.h      |   60 
 include/X11/extensions/Xdbe.h      |  140 
 include/X11/extensions/Xext.h      |   55 
 include/X11/extensions/Xge.h       |   57 
 include/X11/extensions/dpms.h      |   53 
 include/X11/extensions/extutil.h   |  192 
 include/X11/extensions/lbxbuf.h    |   51 
 include/X11/extensions/lbxbufstr.h |   45 
 include/X11/extensions/lbximage.h  |  151 
 include/X11/extensions/multibuf.h  |  216 
 include/X11/extensions/security.h  |   79 
 include/X11/extensions/shape.h     |  155 
 include/X11/extensions/sync.h      |  338 
 include/X11/extensions/xtestext1.h |   85 
 install-sh                         |  323 
 ltmain.sh                          | 6871 -----------
 man/.gitignore                     |    3 
 man/Makefile.in                    |  470 
 man/XShape.man                     |   18 
 man/XShm.man                       |   31 
 man/Xmbuf.man                      |   54 
 missing                            |  360 
 mkinstalldirs                      |  158 
 src/.gitignore                     |    6 
 src/DPMS.c                         |    2 
 src/MITMisc.c                      |    2 
 src/Makefile.am                    |   43 
 src/Makefile.in                    |  513 
 src/XAppgroup.c                    |    5 
 src/XEVI.c                         |    7 
 src/XLbx.c                         |    2 
 src/XMultibuf.c                    |    7 
 src/XSecurity.c                    |    5 
 src/XShape.c                       |    7 
 src/XShm.c                         |    2 
 src/XSync.c                        |   29 
 src/XTestExt1.c                    |    9 
 src/Xcup.c                         |    5 
 src/Xdbe.c                         |    2 
 src/Xge.c                          |  368 
 src/extutil.c                      |   21 
 src/globals.c                      |    3 
 xext.pc.in                         |    2 
 72 files changed, 3680 insertions(+), 44084 deletions(-)

New commits:
commit 44496cc250df4f7eb3004cd77959431ebdb2c0f4
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Sep 13 21:33:49 2009 +0200

    libxext-dev Depends on new x11proto-xext-dev, and Replaces old one.

diff --git a/debian/changelog b/debian/changelog
index 233f347..94eddcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libxext (2:1.0.99.4-1) UNRELEASED; urgency=low
   * Bump build-dependencies following configure.ac, and drop libxau-dev
     (unneeded).
   * Update libxext-dev.install to install headers.
+  * libxext-dev Depends on new x11proto-xext-dev, and Replaces old one.
 
   [ Brice Goglin ]
   * Add a link to www.X.org and a reference to the upstream module
diff --git a/debian/control b/debian/control
index d54c834..8de5e3a 100644
--- a/debian/control
+++ b/debian/control
@@ -100,7 +100,9 @@ Description: X11 miscellaneous extensions library (debug package)
 Package: libxext-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxext6 (= ${binary:Version}), x11proto-core-dev, x11proto-xext-dev, libx11-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxext6 (= ${binary:Version}), x11proto-core-dev, x11proto-xext-dev (>= 7.0.99.2), libx11-dev
+Replaces:
+ x11proto-xext-dev (<< 7.0.99.2)
 Description: X11 miscellaneous extensions library (development headers)
  libXext provides an X Window System client interface to several extensions to
  the X protocol.

commit b8cc2326814dafb7d255e05c5d55c103a89db435
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Sep 13 21:28:28 2009 +0200

    Update libxext-dev.install to install headers.

diff --git a/debian/changelog b/debian/changelog
index f72e423..233f347 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libxext (2:1.0.99.4-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump build-dependencies following configure.ac, and drop libxau-dev
     (unneeded).
+  * Update libxext-dev.install to install headers.
 
   [ Brice Goglin ]
   * Add a link to www.X.org and a reference to the upstream module
diff --git a/debian/libxext-dev.install b/debian/libxext-dev.install
index 2b4d808..89e5842 100644
--- a/debian/libxext-dev.install
+++ b/debian/libxext-dev.install
@@ -2,3 +2,4 @@ usr/share/man/man3/*
 usr/lib/libXext.a
 usr/lib/libXext.so
 usr/lib/pkgconfig/xext.pc
+usr/include/X11/extensions/

commit 57e6ef73163be6287d2acad3f3fa90eaaa7262ca
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Sep 13 21:25:54 2009 +0200

    Bump build-dependencies following configure.ac, and drop libxau-dev (unneeded).

diff --git a/debian/changelog b/debian/changelog
index eb922ee..f72e423 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ libxext (2:1.0.99.4-1) UNRELEASED; urgency=low
   * Drop Pre-Depends on x11-common.  This was needed for upgrades from sarge.
   * Bump Standards-Version to 3.8.3
   * New upstream release.
+  * Bump build-dependencies following configure.ac, and drop libxau-dev
+    (unneeded).
 
   [ Brice Goglin ]
   * Add a link to www.X.org and a reference to the upstream module
diff --git a/debian/control b/debian/control
index da1ecd3..d54c834 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,13 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org>
 Build-Depends:
  debhelper (>= 5.0.0),
- libx11-dev (>= 1:0.99.2),
- libxau-dev (>= 1:0.1.2),
- x11proto-core-dev (>= 6.8.99.15+cvs.20050722),
- x11proto-xext-dev,
+ libx11-dev (>= 2:1.1.99.1),
+ x11proto-core-dev (>= 7.0.13),
+ x11proto-xext-dev (>= 7.0.99.2),
  pkg-config,
  automake,
  libtool,
- xutils-dev,
+ xutils-dev (>= 1:7.4+4),
  quilt
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxext

commit 7b892cdc8da0c8ea6e0d999fbab5e3db5d1b3b91
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Sep 13 21:21:33 2009 +0200

    Bump changelogs

diff --git a/ChangeLog b/ChangeLog
index c5da7b6..18d6404 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,200 @@
+commit e29cd70df7d5abdccb6b7ed973611044d02241d0
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date:   Tue Jul 21 13:38:01 2009 +1000
+
+    Bump to 1.0.99.4
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit c3dc01ce05b26ec389eb2fbfc8633e3e0955572f
+Author: Jon TURNEY <jon.turney@dronecode.org.uk>
+Date:   Mon Jul 20 22:49:15 2009 +0100
+
+    Rename mitmisc.h to mitmiscconst.h to avoid a collision with MITMisc.h on case-insensitive filesystems
+    
+    Requires xextproto 7.0.99.2
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit dbc6ca9306f0f683419aca737e0d98243475bc0d
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date:   Mon Jul 20 13:19:04 2009 +1000
+
+    Remove XTest header, belongs to libXtst.
+    
+    All prototypes declared in XTest.h are defined in libXtst/src/XTest.c, not
+    here.
+    
+    This removes the circular dependency between libXi and libXext.
+    
+    Reported-by: Colin Guthrie
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit 1d1860f31f673f9cf2efb6dc59fdcf8fe625736f
+Author: Julien Cristau <jcristau@debian.org>
+Date:   Thu Jul 16 11:13:02 2009 +0100
+
+    Prevent shape.h being included in the server
+    
+    fixesproto includes shape.h, but doesn't want client side headers.  This
+    needs to be fixed there, but work around this in shape.h anyway so we
+    don't break older xfixesproto.h.
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit dae2e0478eef5aa8a80288b417e1f8282dc0329c
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date:   Fri Jul 17 08:40:42 2009 +1000
+
+    Bump to 1.0.99.3
+
+commit 391b5844b13f5bc0f030a2ef8dd415f41f92f84c
+Author: Adam Jackson <ajax@redhat.com>
+Date:   Thu Jul 16 17:25:51 2009 -0400
+
+    Fix DPMS/MBUF/SECURITY for new header names
+
+commit 02efa0486b7272e9e395d36774ee782f48bcb4ec
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date:   Thu Jul 16 13:33:08 2009 +1000
+
+    Bump to 1.0.99.2
+
+commit 1772c991ec6370fcf1bad79b00a87a02c5b484cc
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date:   Thu Jun 25 15:36:39 2009 +1000
+
+    Move libXext library headers from xextproto to libXext.
+    
+    All library headers (or parts thereof) from xextproto are moved to
+    include/X11/extensions/. Including build fixes to include and build with the
+    new header locations and names.
+    
+    Requires xextproto 7.0.99.1
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit d1f3bc77a48c8e42771579e3fdf3370b35d3209d
+Author: Paul TBBle Hampson <Paul.Hampson@Pobox.com>
+Date:   Sat Jun 6 05:23:08 2009 +1000
+
+    Remove dependancy on libXau
+    
+    No symbols from Xau appear to be being used in libXext
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit b2c2cbaca4bf7ae6d735a5d18a7732f3d73d77db
+Author: Paul TBBle Hampson <Paul.Hampson@Pobox.com>
+Date:   Sat Jun 6 05:22:12 2009 +1000
+
+    Don't export extra symbols
+    
+    Turns the following functions static
+    	_xgeFindDisplay
+    	_xgeCheckExtInit
+    	_xgeEventToWire
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit cad77b1d6d1a344f2cb31c16401076c003bb97dd
+Author: Imranullah Syed <freakabcd@gmail.com>
+Date:   Thu Feb 19 18:02:26 2009 +1000
+
+    Corrected order of arguments in man page for function: XShmCreateImage
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit 8a91fc6f72206362f399b5e29bf3d5f44f4eb822
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date:   Tue Feb 10 07:45:32 2009 +1000
+
+    Silence "Generic Event Extension missing on display" warning.
+    
+    If we're already doing a check anyway, we don't need to print an extra
+    warning.
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit befd39f6766ebd06294216be3fe9592f8cabb423
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date:   Mon Feb 2 20:34:33 2009 -0800
+
+    Add README with pointers to mailing list, bugzilla & git repos
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 0fb431359306af0db78b3bc3055bed446be39fef
+Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
+Date:   Fri Jan 30 01:03:51 2009 -0200
+
+    Bump back to 1.0.99.1.
+    
+      The intermediate 1.0.5 was not mean't to be really required,
+    but was done to not cause problems for people doing builds
+    from tarballs.
+
+commit f7b69edc21b90a5b343115de55d6f1a98aeda5e2
+Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
+Date:   Thu Jan 29 20:38:22 2009 -0200
+
+    Xorg libXext Version 1.0.5.
+
+commit 52cf9c06819d94e178285d75de6434e98358b63d
+Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
+Date:   Thu Jan 29 17:02:46 2009 -0200
+
+    patch to avoid gcc warning in libXext
+    
+      Original patch author is Peter Breitenlohner <peb@mppmu.mpg.de>.
+      This closes bug #18038.
+
+commit a2e8bc500dfad18ab161b3a7be44cf6fa15f140f
+Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
+Date:   Thu Jan 29 16:33:40 2009 -0200
+
+    Janitor: Correct make distcheck and compiler warnings.
+
+commit f467d17ae5a89aa1a2b8c7260334f41e8ee2d08c
+Author: Kim Woelders <kim@woelders.dk>
+Date:   Fri Oct 17 16:53:29 2008 -0400
+
+    Bug #17774: Allocate the right size in XSyncListSystemCounters.
+
+commit 49563f5d76637e2ca28fe0b91ce3114271c0955d
+Author: Peter Hutterer <peter@cs.unisa.edu.au>
+Date:   Thu May 29 10:55:49 2008 +0930
+
+    Bump to 1.0.99.1
+
+commit 64edd246587adb59ac71031f72955fa5a73ac467
+Author: Peter Hutterer <peter@cs.unisa.edu.au>
+Date:   Thu May 29 10:40:59 2008 +0930
+
+    Require xproto 7.0.13, xextproto 7.0.3 and xlib 1.1.99.1.
+
+commit 0721b2d71c40e877944aa22a3c57ed70225f508d
+Author: Peter Hutterer <peter@cs.unisa.edu.au>
+Date:   Mon May 26 23:16:29 2008 +0930
+
+    Xge: Replace XExtensionVersion with XGEVersionRec.
+    
+    XExtensionVersion is defined in XInput.h, leading to a circular dependency.
+    Thanks to Jens Stroebel for pointing this out.
+
+commit 44d3a4d4016c58f8ac46843d0b2dd4ddb26e2fc9
+Author: Peter Hutterer <peter@cs.unisa.edu.au>
+Date:   Tue May 13 11:23:59 2008 +0930
+
+    Xge: replace copyright with standard template from xserver, whitespace fixes.
+
+commit 7e0b3b9029d3d12c9edf961c1d9db4cdbf021f1d
+Merge: c4b0ae9 9884a41
+Author: Peter Hutterer <peter@cs.unisa.edu.au>
+Date:   Mon May 12 18:04:09 2008 +0930
+
+    Merge branch 'master' into xge
+
 commit 9884a41dd0282ca3dd19db5bf3a11554ee7eee57
 Author: Alan Coopersmith <alan.coopersmith@sun.com>
 Date:   Thu Feb 28 19:02:58 2008 -0800
@@ -25,6 +222,13 @@ Date:   Thu Dec 6 15:51:16 2007 -0500
 
     Add missing PHONY line for automatic ChangeLog generation
 
+commit c4b0ae960d63f461d6e9efd64f70084f06a674b3
+Merge: d1c9350 249daf0
+Author: Peter Hutterer <peter@cs.unisa.edu.au>
+Date:   Thu Dec 6 14:23:02 2007 +1030
+
+    Merge branch 'master' into xge
+
 commit 249daf0d8a044a97d053c957ab45445c159d31e4
 Author: Alan Coopersmith <alan.coopersmith@sun.com>
 Date:   Wed Nov 28 17:29:28 2007 -0800
@@ -72,6 +276,38 @@ Date:   Tue Nov 27 15:55:28 2007 -0800
 
     Fix typos in source comments
 
+commit d1c93500e2f56b8aefda7133848c21f62572f5d5
+Author: Peter Hutterer <peter@cs.unisa.edu.au>
+Date:   Tue Jun 26 11:46:10 2007 +0930
+
+    Don't call _xgeCheckExtInit() from _xgeWireToEvent(). It will cause a SIGABRT
+    when trying to get the display lock.
+
+commit 40d1cbaaf0fd12883c048288a62b0088286463f4
+Author: Peter Hutterer <peter@cs.unisa.edu.au>
+Date:   Wed Jun 13 16:26:03 2007 +0930
+
+    Lock/Unlock in _xgeCheckExtInit(), and not in xgeGetExtensionVersion().
+    Otherwise we get a SIGABRT for displays that don't have XGE when we try to get
+    the disply lock.
+
+commit b125890386d5ebbc3811bc67e0a1ad469b0a10ed
+Author: Peter Hutterer <peter@cs.unisa.edu.au>
+Date:   Wed May 30 11:07:25 2007 +0930
+
+    Remove useless line in XGE that didn't do anything except segfaulting.
+    
+    Thanks to Paulo Zanoni for spotting it.
+
+commit 850263ac9f772ab80f3e0680997f00e0c566f7d4
+Author: Peter Hutterer <peter@cs.unisa.edu.au>
+Date:   Tue May 15 17:00:07 2007 +0930
+
+    Add GenericEvent extension (XGE).
+    
+    Automatically register any extension at XGE and relay events to
+    the extension's event handlers.
+
 commit 8d8a6ac4012c2bd5bfd037e42f69f5b2b111433d
 Author: Alan Coopersmith <alan.coopersmith@sun.com>
 Date:   Thu Jan 25 18:28:21 2007 -0800
@@ -91,7 +327,7 @@ Date:   Tue Oct 24 17:22:34 2006 -0700
     Man page spelling/typo fixes
 
 commit 0bf51bc7ba7c0b6f2540503491b9ec104c1c22d1
-Merge: ee11d4d... a82d7b9...
+Merge: ee11d4d a82d7b9
 Author: Alan Coopersmith <alan.coopersmith@sun.com>
 Date:   Tue Oct 24 17:14:45 2006 -0700
 
diff --git a/debian/changelog b/debian/changelog
index c62575d..eb922ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxext (2:1.0.4-2) UNRELEASED; urgency=low
+libxext (2:1.0.99.4-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Drop the -1 debian revisions from build-deps.
@@ -9,6 +9,7 @@ libxext (2:1.0.4-2) UNRELEASED; urgency=low
   * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.
   * Drop Pre-Depends on x11-common.  This was needed for upgrades from sarge.
   * Bump Standards-Version to 3.8.3
+  * New upstream release.
 
   [ Brice Goglin ]
   * Add a link to www.X.org and a reference to the upstream module

commit be560fd097a62ee7c9c3c8fb596343c69eca6753
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Sep 13 21:20:03 2009 +0200

    Bump Standards-Version to 3.8.3

diff --git a/debian/changelog b/debian/changelog
index e22d91b..c62575d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,13 +2,13 @@ libxext (2:1.0.4-2) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Drop the -1 debian revisions from build-deps.
-  * Bump Standards-Version to 3.7.3.
   * Drop the XS- prefix from Vcs-* control fields.
   * libxext6{,-dbg} don't need to depend on x11-common.
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
   * Run autoreconf at build time.
   * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.
   * Drop Pre-Depends on x11-common.  This was needed for upgrades from sarge.
+  * Bump Standards-Version to 3.8.3
 
   [ Brice Goglin ]
   * Add a link to www.X.org and a reference to the upstream module
@@ -18,7 +18,7 @@ libxext (2:1.0.4-2) UNRELEASED; urgency=low
   * Move -dbg package to section debug.
 
   [ Timo Aaltonen ]
-  * Add README.source from xsfbs.  Bump Standards-Version to 3.8.2.
+  * Add README.source from xsfbs.
 
  -- Brice Goglin <bgoglin@debian.org>  Sat, 01 Aug 2009 11:18:45 +0200
 
diff --git a/debian/control b/debian/control
index cc87cbb..da1ecd3 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
  libtool,
  xutils-dev,
  quilt
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxext
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxext.git
 

commit 9ee44dbc2a526d19dc3d59a38c2625efe9cfae85
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Sep 13 21:13:48 2009 +0200

    Drop Pre-Depends on x11-common.
    
    This was needed for upgrades from sarge.

diff --git a/debian/changelog b/debian/changelog
index 7f9d2a6..e22d91b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libxext (2:1.0.4-2) UNRELEASED; urgency=low
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
   * Run autoreconf at build time.
   * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.
+  * Drop Pre-Depends on x11-common.  This was needed for upgrades from sarge.
 
   [ Brice Goglin ]
   * Add a link to www.X.org and a reference to the upstream module
diff --git a/debian/control b/debian/control
index 188ccae..cc87cbb 100644
--- a/debian/control
+++ b/debian/control
@@ -102,7 +102,6 @@ Package: libxext-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxext6 (= ${binary:Version}), x11proto-core-dev, x11proto-xext-dev, libx11-dev
-Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 miscellaneous extensions library (development headers)
  libXext provides an X Window System client interface to several extensions to
  the X protocol.

commit 4bd29ecd2c1c414604854bc9a0cc0ad9c18f3573
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Sep 13 21:12:59 2009 +0200

    Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.

diff --git a/debian/changelog b/debian/changelog
index 9feaa8c..7f9d2a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libxext (2:1.0.4-2) UNRELEASED; urgency=low
   * libxext6{,-dbg} don't need to depend on x11-common.
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
   * Run autoreconf at build time.
+  * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.
 
   [ Brice Goglin ]
   * Add a link to www.X.org and a reference to the upstream module
diff --git a/debian/rules b/debian/rules
index 2964f30..b5a480e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,13 +13,14 @@ PACKAGE = libxext6
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else
 	CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	MAKEFLAGS += -j$(NUMJOBS)
 endif
 
 DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

commit f61cde33505198bb0f3c5b6ce52e72152767b503
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Sep 13 21:17:43 2009 +0200

    Delete generated files

diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index d3c5b40..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,237 +0,0 @@
-Installation Instructions
-*************************
-
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007 Free Software Foundation, Inc.
-
-This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
-
-Basic Installation
-==================
-
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
-
-   The `configure' shell script attempts to guess correct values for
-various system-dependent variables used during compilation.  It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions.  Finally, it creates a shell script `config.status' that
-you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
-
-   It can also use an optional file (typically called `config.cache'
-and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  Caching is
-disabled by default to prevent problems with accidental use of stale
-cache files.
-
-   If you need to do unusual things to compile the package, please try
-to figure out how `configure' could check whether to do them, and mail
-diffs or instructions to the address given in the `README' so they can
-be considered for the next release.  If you are using the cache, and at
-some point `config.cache' contains results you don't want to keep, you
-may remove or edit it.
-
-   The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac' if
-you want to change it or regenerate `configure' using a newer version
-of `autoconf'.
-
-The simplest way to compile this package is:
-
-  1. `cd' to the directory containing the package's source code and type
-     `./configure' to configure the package for your system.
-
-     Running `configure' might take a while.  While running, it prints
-     some messages telling which features it is checking for.
-
-  2. Type `make' to compile the package.
-
-  3. Optionally, type `make check' to run any self-tests that come with
-     the package.
-
-  4. Type `make install' to install the programs and any data files and
-     documentation.
-
-  5. You can remove the program binaries and object files from the
-     source code directory by typing `make clean'.  To also remove the
-     files that `configure' created (so you can compile the package for
-     a different kind of computer), type `make distclean'.  There is
-     also a `make maintainer-clean' target, but that is intended mainly
-     for the package's developers.  If you use it, you may have to get
-     all sorts of other programs in order to regenerate files that came
-     with the distribution.
-
-  6. Often, you can also type `make uninstall' to remove the installed
-     files again.
-
-Compilers and Options
-=====================
-
-Some systems require unusual options for compilation or linking that the
-`configure' script does not know about.  Run `./configure --help' for
-details on some of the pertinent environment variables.
-
-   You can give `configure' initial values for configuration parameters
-by setting variables in the command line or in the environment.  Here
-is an example:
-
-     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
-
-   *Note Defining Variables::, for more details.
-
-Compiling For Multiple Architectures
-====================================
-
-You can compile the package for more than one kind of computer at the
-same time, by placing the object files for each architecture in their
-own directory.  To do this, you can use GNU `make'.  `cd' to the
-directory where you want the object files and executables to go and run
-the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
-
-   With a non-GNU `make', it is safer to compile the package for one
-architecture at a time in the source code directory.  After you have
-installed the package for one architecture, use `make distclean' before
-reconfiguring for another architecture.
-
-Installation Names
-==================
-
-By default, `make install' installs the package's commands under
-`/usr/local/bin', include files under `/usr/local/include', etc.  You
-can specify an installation prefix other than `/usr/local' by giving
-`configure' the option `--prefix=PREFIX'.
-
-   You can specify separate installation prefixes for
-architecture-specific files and architecture-independent files.  If you
-pass the option `--exec-prefix=PREFIX' to `configure', the package uses
-PREFIX as the prefix for installing programs and libraries.
-Documentation and other data files still use the regular prefix.
-
-   In addition, if you use an unusual directory layout you can give
-options like `--bindir=DIR' to specify different values for particular
-kinds of files.  Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
-
-   If the package supports it, you can cause programs to be installed
-with an extra prefix or suffix on their names by giving `configure' the
-option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
-
-Optional Features
-=================
-
-Some packages pay attention to `--enable-FEATURE' options to
-`configure', where FEATURE indicates an optional part of the package.
-They may also pay attention to `--with-PACKAGE' options, where PACKAGE
-is something like `gnu-as' or `x' (for the X Window System).  The
-`README' should mention any `--enable-' and `--with-' options that the
-package recognizes.
-
-   For packages that use the X Window System, `configure' can usually
-find the X include and library files automatically, but if it doesn't,
-you can use the `configure' options `--x-includes=DIR' and
-`--x-libraries=DIR' to specify their locations.
-
-Specifying the System Type
-==========================
-
-There may be some features `configure' cannot figure out automatically,
-but needs to determine by the type of machine the package will run on.
-Usually, assuming the package is built to be run on the _same_
-architectures, `configure' can figure that out, but if it prints a
-message saying it cannot guess the machine type, give it the
-`--build=TYPE' option.  TYPE can either be a short name for the system
-type, such as `sun4', or a canonical name which has the form:
-
-     CPU-COMPANY-SYSTEM
-
-where SYSTEM can have one of these forms:
-
-     OS KERNEL-OS
-
-   See the file `config.sub' for the possible values of each field.  If
-`config.sub' isn't included in this package, then this package doesn't
-need to know the machine type.
-
-   If you are _building_ compiler tools for cross-compiling, you should
-use the option `--target=TYPE' to select the type of system they will
-produce code for.
-
-   If you want to _use_ a cross compiler, that generates code for a
-platform different from the build platform, you should specify the
-"host" platform (i.e., that on which the generated programs will
-eventually be run) with `--host=TYPE'.
-
-Sharing Defaults
-================
-
-If you want to set default values for `configure' scripts to share, you
-can create a site shell script called `config.site' that gives default
-values for variables like `CC', `cache_file', and `prefix'.
-`configure' looks for `PREFIX/share/config.site' if it exists, then
-`PREFIX/etc/config.site' if it exists.  Or, you can set the
-`CONFIG_SITE' environment variable to the location of the site script.
-A warning: not all `configure' scripts look for a site script.
-
-Defining Variables
-==================
-
-Variables not defined in a site shell script can be set in the
-environment passed to `configure'.  However, some packages may run
-configure again during the build, and the customized values of these
-variables may be lost.  In order to avoid this problem, you should set
-them in the `configure' command line, using `VAR=value'.  For example:
-
-     ./configure CC=/usr/local2/bin/gcc
-
-causes the specified `gcc' to be used as the C compiler (unless it is
-overridden in the site shell script).
-
-Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
-
-     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
-
-`configure' Invocation
-======================
-
-`configure' recognizes the following options to control how it operates.
-
-`--help'
-`-h'
-     Print a summary of the options to `configure', and exit.
-
-`--version'
-`-V'
-     Print the version of Autoconf used to generate the `configure'
-     script, and exit.
-
-`--cache-file=FILE'
-     Enable the cache: use and save the results of the tests in FILE,
-     traditionally `config.cache'.  FILE defaults to `/dev/null' to
-     disable caching.
-
-`--config-cache'
-`-C'
-     Alias for `--cache-file=config.cache'.
-
-`--quiet'
-`--silent'
-`-q'
-     Do not print messages saying which checks are being made.  To
-     suppress all normal output, redirect it to `/dev/null' (any error
-     messages will still be shown).
-
-`--srcdir=DIR'
-     Look for the package's source code in directory DIR.  Usually
-     `configure' can determine that directory automatically.
-
-`configure' also accepts some other, not widely useful, options.  Run
-`configure --help' for more details.
-
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 2ed6a00..0000000
--- a/Makefile.in
+++ /dev/null
@@ -1,710 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
-	$(srcdir)/xext.pc.in $(top_srcdir)/configure AUTHORS COPYING \
-	ChangeLog INSTALL NEWS config.guess config.sub depcomp \
-	install-sh ltmain.sh missing mkinstalldirs
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = xext.pc
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-	html-recursive info-recursive install-data-recursive \
-	install-dvi-recursive install-exec-recursive \
-	install-html-recursive install-info-recursive \
-	install-pdf-recursive install-ps-recursive install-recursive \
-	installcheck-recursive installdirs-recursive pdf-recursive \
-	ps-recursive uninstall-recursive
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
-pkgconfigDATA_INSTALL = $(INSTALL_DATA)
-DATA = $(pkgconfig_DATA)
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
-  { test ! -d $(distdir) \
-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
-         && rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
-ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMTAR = @AMTAR@
-APP_MAN_DIR = @APP_MAN_DIR@
-APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
-DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
-DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FILE_MAN_DIR = @FILE_MAN_DIR@
-FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
-GREP = @GREP@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_MAN_DIR = @LIB_MAN_DIR@
-LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
-LINT = @LINT@
-LINTLIB = @LINTLIB@
-LINT_FLAGS = @LINT_FLAGS@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAINT = @MAINT@
-MAKEINFO = @MAKEINFO@
-MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
-MISC_MAN_DIR = @MISC_MAN_DIR@
-MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
-MKDIR_P = @MKDIR_P@
-NMEDIT = @NMEDIT@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@


Reply to: