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

libxext: Changes to 'debian-unstable'



 COPYING                                |   14 
 ChangeLog                              |  135 +++++
 Makefile.am                            |    2 
 configure.ac                           |   16 
 debian/changelog                       |   26 +
 debian/control                         |   10 
 debian/copyright                       |   14 
 debian/libxext-dev.install             |    3 
 debian/rules                           |    6 
 include/X11/extensions/MITMisc.h       |    2 
 include/X11/extensions/XEVI.h          |    2 
 include/X11/extensions/XLbx.h          |    2 
 include/X11/extensions/XShm.h          |    3 
 include/X11/extensions/Xag.h           |    2 
 include/X11/extensions/Xcup.h          |    2 
 include/X11/extensions/Xdbe.h          |    2 
 include/X11/extensions/Xext.h          |    2 
 include/X11/extensions/dpms.h          |    2 
 include/X11/extensions/extutil.h       |    2 
 include/X11/extensions/lbxbuf.h        |   51 --
 include/X11/extensions/lbxbufstr.h     |   45 -
 include/X11/extensions/lbximage.h      |  151 ------
 include/X11/extensions/multibuf.h      |    3 
 include/X11/extensions/security.h      |    2 
 include/X11/extensions/shape.h         |    3 
 include/X11/extensions/sync.h          |    2 
 include/X11/extensions/xtestext1.h     |    1 
 man/.gitignore                         |    2 
 man/DBE.man                            |    4 
 man/DPMSCapable.man                    |    4 
 man/DPMSDisable.man                    |    4 
 man/DPMSEnable.man                     |    2 
 man/DPMSForceLevel.man                 |    2 
 man/DPMSGetTimeouts.man                |    2 
 man/DPMSGetVersion.man                 |    2 
 man/DPMSInfo.man                       |    2 
 man/DPMSQueryExtension.man             |    2 
 man/DPMSSetTimeouts.man                |    2 
 man/Makefile.am                        |  174 +++----
 man/XShape.man                         |    5 
 man/XShapeCombineMask.man              |    1 
 man/XShapeCombineRectangles.man        |    1 
 man/XShapeCombineRegion.man            |    1 
 man/XShapeCombineShape.man             |    1 
 man/XShapeGetRectangles.man            |    1 
 man/XShapeInputSelected.man            |    1 
 man/XShapeOffsetShape.man              |    1 
 man/XShapeQueryExtension.man           |    1 
 man/XShapeQueryExtents.man             |    1 
 man/XShapeQueryVersion.man             |    1 
 man/XShapeSelectInput.man              |    1 
 man/XShmAttach.man                     |    1 
 man/XShmCreateImage.man                |    1 
 man/XShmCreatePixmap.man               |    1 
 man/XShmDetach.man                     |    1 
 man/XShmGetEventBase.man               |    1 
 man/XShmGetImage.man                   |    1 
 man/XShmPixmapFormat.man               |    1 
 man/XShmPutImage.man                   |    1 
 man/XShmQueryExtension.man             |    1 
 man/XShmQueryVersion.man               |    1 
 man/XcupGetReservedColormapEntries.man |    2 
 man/XcupQueryVersion.man               |    2 
 man/XcupStoreColors.man                |    2 
 man/XdbeAllocateBackBufferName.man     |    4 
 man/XdbeBeginIdiom.man                 |    4 
 man/XdbeDeallocateBackBufferName.man   |    4 
 man/XdbeEndIdiom.man                   |    4 
 man/XdbeFreeVisualInfo.man             |    4 
 man/XdbeGetBackBufferAttributes.man    |    4 
 man/XdbeGetVisualInfo.man              |    4 
 man/XdbeQueryExtension.man             |    4 
 man/XdbeSwapBuffers.man                |    4 
 man/Xevi.man                           |    4 
 man/XeviGetVisualInfo.man              |    1 
 man/XeviQueryExtension.man             |    1 
 man/XeviQueryVersion.man               |    1 
 man/Xmbuf.man                          |    5 
 man/XmbufChangeBufferAttributes.man    |    1 
 man/XmbufChangeWindowAttributes.man    |    1 
 man/XmbufCreateBuffers.man             |    1 
 man/XmbufCreateStereoWindow.man        |    1 
 man/XmbufDestroyBuffers.man            |    1 
 man/XmbufDisplayBuffers.man            |    1 
 man/XmbufGetBufferAttributes.man       |    1 
 man/XmbufGetScreenInfo.man             |    1 
 man/XmbufGetVersion.man                |    1 
 man/XmbufGetWindowAttributes.man       |    1 
 man/XmbufQueryExtension.man            |    1 
 specs/.gitignore                       |    6 
 specs/Makefile.am                      |   64 ++
 specs/dbelib.tex                       |  620 +++++++++++++++++++++++++
 specs/dbelib.xml                       |  728 +++++++++++++++++++++++++++++
 specs/dpmslib.xml                      |  419 +++++++++++++++++
 specs/shapelib.xml                     |  581 +++++++++++++++++++++++
 specs/synclib.tex                      |  770 +++++++++++++++++++++++++++++++
 specs/synclib.xml                      |  804 +++++++++++++++++++++++++++++++++
 src/DPMS.c                             |    3 
 src/MITMisc.c                          |    3 
 src/Makefile.am                        |    3 
 src/XAppgroup.c                        |    4 
 src/XEVI.c                             |    5 
 src/XLbx.c                             |    5 
 src/XMultibuf.c                        |    4 
 src/XSecurity.c                        |    2 
 src/XShape.c                           |    5 
 src/XShm.c                             |    5 
 src/XSync.c                            |    3 
 src/XTestExt1.c                        |    5 
 src/Xcup.c                             |    4 
 src/Xdbe.c                             |    4 
 src/Xge.c                              |    3 
 src/extutil.c                          |    2 
 src/globals.c                          |    2 
 114 files changed, 4318 insertions(+), 534 deletions(-)

New commits:
commit 1fe9fac1d081933f20fb4194923ad79d29de9021
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Feb 7 22:19:14 2011 +0100

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index f205644..9a3aaa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libxext (2:1.2.0-2) UNRELEASED; urgency=low
+libxext (2:1.2.0-2) unstable; urgency=low
 
   * Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
     work!
   * Bump Standards-Version to 3.9.1 (no changes).
+  * Upload to unstable.
 
- -- Julien Cristau <jcristau@debian.org>  Mon, 07 Feb 2011 22:11:33 +0100
+ -- Julien Cristau <jcristau@debian.org>  Mon, 07 Feb 2011 22:19:09 +0100
 
 libxext (2:1.2.0-1) experimental; urgency=low
 

commit f561b8725b2133a0c3c3a6cff7ccc165d34830ee
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Feb 7 22:15:29 2011 +0100

    Bump Standards-Version to 3.9.1 (no changes).

diff --git a/debian/changelog b/debian/changelog
index 9c8fe4f..f205644 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxext (2:1.2.0-2) UNRELEASED; urgency=low
 
   * Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
     work!
+  * Bump Standards-Version to 3.9.1 (no changes).
 
  -- Julien Cristau <jcristau@debian.org>  Mon, 07 Feb 2011 22:11:33 +0100
 
diff --git a/debian/control b/debian/control
index 2263ff4..40180c8 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  xmlto,
  xorg-sgml-doctools (>= 1:1.5),
  w3m,
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxext
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxext.git
 

commit 943ef520492d47ba6c1bad4378c0f6c006fef11c
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Feb 7 22:11:53 2011 +0100

    Remove Brice Goglin and David Nusinow from Uploaders.
    
    Thanks for your work!

diff --git a/debian/changelog b/debian/changelog
index 7d109d5..9c8fe4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxext (2:1.2.0-2) UNRELEASED; urgency=low
+
+  * Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
+    work!
+
+ -- Julien Cristau <jcristau@debian.org>  Mon, 07 Feb 2011 22:11:33 +0100
+
 libxext (2:1.2.0-1) experimental; urgency=low
 
   * New upstream release:
diff --git a/debian/control b/debian/control
index 17b0e9a..2263ff4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxext
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org>, Cyril Brulebois <kibi@debian.org>
+Uploaders: Cyril Brulebois <kibi@debian.org>
 Build-Depends:
  debhelper (>= 5.0.0),
  libx11-dev (>= 2:1.3.3-2),

commit 7ab49ac70f22d09054c6f51c72214805e0df03d8
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:39:44 2011 +0100

    Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index b732c80..7d109d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxext (2:1.2.0-1) UNRELEASED; urgency=low
+libxext (2:1.2.0-1) experimental; urgency=low
 
   * New upstream release:
     - include/X11/extensions/lbx{buf,bufstr,image}.h disappeared,
@@ -13,7 +13,7 @@ libxext (2:1.2.0-1) UNRELEASED; urgency=low
   * Exclude libXext.la in dh_install call.
   * Ship *.html, *.txt, *.css in libxext-dev.
 
- -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
+ -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:39:31 +0100
 
 libxext (2:1.1.2-1) unstable; urgency=low
 

commit b0f247d13c7269934037748289b01c384afb7c41
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:39:27 2011 +0100

    Ship *.html, *.txt, *.css in libxext-dev.

diff --git a/debian/changelog b/debian/changelog
index 9e6fd9f..b732c80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libxext (2:1.2.0-1) UNRELEASED; urgency=low
     safety.
   * Get rid of *.xml files before running dh_install.
   * Exclude libXext.la in dh_install call.
+  * Ship *.html, *.txt, *.css in libxext-dev.
 
  -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
 
diff --git a/debian/libxext-dev.install b/debian/libxext-dev.install
index 89e5842..d393f8f 100644
--- a/debian/libxext-dev.install
+++ b/debian/libxext-dev.install
@@ -3,3 +3,6 @@ usr/lib/libXext.a
 usr/lib/libXext.so
 usr/lib/pkgconfig/xext.pc
 usr/include/X11/extensions/
+usr/share/doc/libXext/*.html usr/share/doc/libxext-dev
+usr/share/doc/libXext/*.txt  usr/share/doc/libxext-dev
+usr/share/doc/libXext/*.css  usr/share/doc/libxext-dev

commit 5555bd88f8f91e72b6a249225585c57c880eefc4
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:37:43 2011 +0100

    Exclude libXext.la in dh_install call.

diff --git a/debian/changelog b/debian/changelog
index aa6defc..9e6fd9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libxext (2:1.2.0-1) UNRELEASED; urgency=low
   * Switch dh_install from --list-missing to --fail-missing for added
     safety.
   * Get rid of *.xml files before running dh_install.
+  * Exclude libXext.la in dh_install call.
 
  -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
 
diff --git a/debian/rules b/debian/rules
index d817f04..d1ce2af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,7 @@ binary-arch: build install
 	dh_installdocs
 	# Kill *.xml, we don't need them:
 	find debian/tmp -name '*.xml' -delete
-	dh_install --sourcedir=debian/tmp --fail-missing
+	dh_install --sourcedir=debian/tmp --fail-missing -XlibXext.la
 	dh_installchangelogs ChangeLog
 	dh_link
 	dh_installman

commit 5326b999cda53ae98cf016b6cfb0fa9eb85dbdb4
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:36:30 2011 +0100

    Get rid of *.xml files before running dh_install.

diff --git a/debian/changelog b/debian/changelog
index 1d042f9..aa6defc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libxext (2:1.2.0-1) UNRELEASED; urgency=low
   * Add xmlto, xorg-sgml-doctools, and w3m build-dep.
   * Switch dh_install from --list-missing to --fail-missing for added
     safety.
+  * Get rid of *.xml files before running dh_install.
 
  -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
 
diff --git a/debian/rules b/debian/rules
index 7a71e46..d817f04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,6 +77,8 @@ binary-arch: build install
 	dh_testroot
 
 	dh_installdocs
+	# Kill *.xml, we don't need them:
+	find debian/tmp -name '*.xml' -delete
 	dh_install --sourcedir=debian/tmp --fail-missing
 	dh_installchangelogs ChangeLog
 	dh_link

commit 428e80fa5653b3ee0d93315bc125e2c691481e4c
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:34:48 2011 +0100

    Switch dh_install from --list-missing to --fail-missing for added safety.

diff --git a/debian/changelog b/debian/changelog
index ec45ee0..1d042f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ libxext (2:1.2.0-1) UNRELEASED; urgency=low
   * Bump xutils-dev build-dep for new macros.
   * Pass --with-xmlto and --without-fop to configure.
   * Add xmlto, xorg-sgml-doctools, and w3m build-dep.
+  * Switch dh_install from --list-missing to --fail-missing for added
+    safety.
 
  -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
 
diff --git a/debian/rules b/debian/rules
index ace2fb7..7a71e46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ binary-arch: build install
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp --list-missing
+	dh_install --sourcedir=debian/tmp --fail-missing
 	dh_installchangelogs ChangeLog
 	dh_link
 	dh_installman

commit b309973a76da92460eeec35674eb8f7f36a6a96c
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:30:00 2011 +0100

    Add xmlto, xorg-sgml-doctools, and w3m build-dep.

diff --git a/debian/changelog b/debian/changelog
index f65a714..ec45ee0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libxext (2:1.2.0-1) UNRELEASED; urgency=low
   * Update debian/copyright from upstream COPYING.
   * Bump xutils-dev build-dep for new macros.
   * Pass --with-xmlto and --without-fop to configure.
+  * Add xmlto, xorg-sgml-doctools, and w3m build-dep.
 
  -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
 
diff --git a/debian/control b/debian/control
index 4e00f1d..17b0e9a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,10 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (>= 1:7.5+4),
+# specs
+ xmlto,
+ xorg-sgml-doctools (>= 1:1.5),
+ w3m,
 Standards-Version: 3.9.0
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxext
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxext.git

commit 4b0bff1ca00c7cdfd8342156fdd08d21c5bf63e0
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:29:00 2011 +0100

    Pass --with-xmlto and --without-fop to configure.

diff --git a/debian/changelog b/debian/changelog
index 902f997..f65a714 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxext (2:1.2.0-1) UNRELEASED; urgency=low
       functions are found in liblbxutil.
   * Update debian/copyright from upstream COPYING.
   * Bump xutils-dev build-dep for new macros.
+  * Pass --with-xmlto and --without-fop to configure.
 
  -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
 
diff --git a/debian/rules b/debian/rules
index c3d30d3..ace2fb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,8 @@ build-stamp:
 	cd build && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info $(confflags) \
+	             --with-xmlto \
+	             --without-fop \
 	             CFLAGS="$(CFLAGS)" 
 	cd build && $(MAKE)
 	>$@

commit ffc679b9922993ad6e8c27cd977efae0a7ea426f
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:25:24 2011 +0100

    Bump xutils-dev build-dep for new macros.

diff --git a/debian/changelog b/debian/changelog
index ba27a55..902f997 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxext (2:1.2.0-1) UNRELEASED; urgency=low
     - include/X11/extensions/lbx{buf,bufstr,image}.h disappeared,
       functions are found in liblbxutil.
   * Update debian/copyright from upstream COPYING.
+  * Bump xutils-dev build-dep for new macros.
 
  -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
 
diff --git a/debian/control b/debian/control
index 322b1d9..4e00f1d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  pkg-config,
  automake,
  libtool,
- xutils-dev (>= 1:7.5+1),
+ xutils-dev (>= 1:7.5+4),
 Standards-Version: 3.9.0
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxext
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxext.git

commit ab236e323a96c07d834fa5204abc4097c2fa186b
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:24:34 2011 +0100

    Update debian/copyright from upstream COPYING.

diff --git a/debian/changelog b/debian/changelog
index 4219bfa..ba27a55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxext (2:1.2.0-1) UNRELEASED; urgency=low
   * New upstream release:
     - include/X11/extensions/lbx{buf,bufstr,image}.h disappeared,
       functions are found in liblbxutil.
+  * Update debian/copyright from upstream COPYING.
 
  -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 4b160be..ac3d012 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -183,3 +183,17 @@ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
+
+Copyright (c) 1989 X Consortium, Inc. and Digital Equipment Corporation.
+Copyright (c) 1992 X Consortium, Inc. and Intergraph Corporation.
+Copyright (c) 1993 X Consortium, Inc. and Silicon Graphics, Inc.
+Copyright (c) 1994, 1995 X Consortium, Inc. and Hewlett-Packard Company.
+
+Permission to use, copy, modify, and distribute this documentation for
+any purpose and without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+Digital Equipment Corporation, Intergraph Corporation, Silicon
+Graphics, Hewlett-Packard, and the X Consortium make no
+representations about the suitability for any purpose of the
+information in this document.  This documentation is provided ``as is''
+without express or implied warranty.

commit 984b1e7d3e84811c2b8e201a35f2de6e36eeb5f4
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:23:45 2011 +0100

    Document headers gone away.

diff --git a/debian/changelog b/debian/changelog
index ffb4c2c..4219bfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libxext (2:1.2.0-1) UNRELEASED; urgency=low
 
-  * New upstream release.
+  * New upstream release:
+    - include/X11/extensions/lbx{buf,bufstr,image}.h disappeared,
+      functions are found in liblbxutil.
 
  -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
 

commit 1ba785ebd91b631e0330a43baf0d619f088ffb79
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 05:20:35 2011 +0100

    Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 237286f..bcec265 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,138 @@
+commit 3ddeb5328e1a5413e4800fb396ebab429153d1a1
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date:   Wed Oct 27 23:06:51 2010 -0700
+
+    libXext 1.2.0
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 67e6f3d5d56a70c6f8288e9af141916c29307e2d
+Author: Jesse Adkins <jesserayadkins@gmail.com>
+Date:   Tue Sep 28 13:30:02 2010 -0700
+
+    Purge cvs tags.
+    
+    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit e246505ef46f2850abf07ef50fa16865d15c53e1
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date:   Mon Aug 16 17:47:02 2010 -0400
+
+    man: list files to install only once
+    
+    Newer versions of autoconf detect that error.
+    
+    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 3593a22f82bc6aaf6fef47cacfbe4daa35438ee1
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date:   Mon Aug 16 14:13:54 2010 -0400
+
+    man: store shadow man pages in git rather than generating them
+    
+    Simplify the build process and the makefile.
+    
+    Local fix in CVS for bug 5628 is not required
+    as the problem has been fixed in
+    util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
+    
+    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit ef3d8a5b240335623d5f4d554ea4694829fc8eaf
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date:   Mon Aug 16 13:47:46 2010 -0400
+
+    man: whitespace management
+    
+    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 05fd8155ef8cf32606bf6966caa3a9c689d1149d
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date:   Mon Aug 16 13:41:24 2010 -0400
+
+    man: use "shadows" terminology to refer to linking man pages
+    
+    To be consistent with other libraries
+    
+    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 076820b006853d7c36f37fcdd9c2391b83f37ed8
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date:   Thu Aug 5 19:32:34 2010 -0400
+
+    man: using the C preprocessor is not required for man pages.
+    
+    There were no special symbols needing cpp.
+    Everything can be handled by the default MAN_SUBSTS in util-macros.
+    
+    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 34500310c8c4ec3a55078837bae15d644fbf24d0
+Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
+Date:   Thu Jul 1 06:54:24 2010 -0300
+
+    Purge macros NEED_EVENTS and NEED_REPLIES
+    
+    Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
+    Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
+    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 23643bd1ce181650fff32a8192c816dfc31989d7
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date:   Sun Jun 27 14:21:24 2010 -0400
+
+    specs: add dbelib and synclib. Remove trailing spaces
+    
+    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 7a945c21ebe87cd0b3e91159f83059f55ed40006
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date:   Sat Jun 26 14:29:04 2010 -0400
+
+    doc: replace groff input format with docbook xml format
+    
+    Initial version of docbook xml.
+    dbelib abd synclib are missing and will be added later.
+    Requires util-macros 1.10
+    
+    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 0860348104536fc3a6e7daa44079b7a58cbfe4e5
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date:   Thu Jun 17 16:21:22 2010 -0400
+
+    specs: translate, format, process, install and distribute.
+    
+    Makefile copied from libXtst
+    Remains to do are the Tex files.
+    
+    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 675ca9abbc38f088b177a67501ab5eff1c9dcff5
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date:   Fri Jun 11 18:47:23 2010 -0700
+
+    Move specs for several extension API's from xorg-docs module
+    
+    Not formatted, translated or processed yet, just moved & added to EXTRA_DIST
+    Only moved those that had separate library/API docs from the protocol specs.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 72cc123fbf3b5186771529cd5d9d9af46470b1af
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date:   Fri Jun 11 18:25:30 2010 -0700
+
+    Remove headers for functions found in liblbxutil
+    
+    As reported in https://bugs.freedesktop.org/show_bug.cgi?id=25880
+    they were already added to liblbxutil, but I missed removing them
+    from here, where they're not used.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
 commit ce440c7d68fa06763f8413859c25ae3a8a22c81b
 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 Date:   Thu Jun 3 17:19:30 2010 -0700
diff --git a/debian/changelog b/debian/changelog
index efd7a50..ffb4c2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxext (2:1.2.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 05:20:17 +0100
+
 libxext (2:1.1.2-1) unstable; urgency=low
 
   * New upstream release.

commit 3ddeb5328e1a5413e4800fb396ebab429153d1a1
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Oct 27 23:06:51 2010 -0700

    libXext 1.2.0
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

diff --git a/configure.ac b/configure.ac
index be10934..0baddc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.60])
 AC_INIT([libXext],
-        [1.1.2],
+        [1.2.0],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         [libXext])
 

commit 67e6f3d5d56a70c6f8288e9af141916c29307e2d
Author: Jesse Adkins <jesserayadkins@gmail.com>
Date:   Tue Sep 28 13:30:02 2010 -0700

    Purge cvs tags.
    
    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

diff --git a/include/X11/extensions/MITMisc.h b/include/X11/extensions/MITMisc.h
index 5b9713e..4cfb334 100644
--- a/include/X11/extensions/MITMisc.h
+++ b/include/X11/extensions/MITMisc.h
@@ -26,8 +26,6 @@ in this Software without prior written authorization from The Open Group.
 
 /* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM OR X PROJECT TEAM BLESSING */
 
-/* $Xorg: MITMisc.h,v 1.4 2001/02/09 02:03:23 xorgcvs Exp $ */
-
 #ifndef _XMITMISC_H_
 #define _XMITMISC_H_
 
diff --git a/include/X11/extensions/XEVI.h b/include/X11/extensions/XEVI.h
index 5fb53c4..9ca4412 100644
--- a/include/X11/extensions/XEVI.h
+++ b/include/X11/extensions/XEVI.h
@@ -1,4 +1,3 @@
-/* $Xorg: XEVI.h,v 1.3 2000/08/18 04:05:44 coskrey Exp $ */
 /************************************************************
 Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
 Permission to use, copy, modify, and distribute this
@@ -21,7 +20,6 @@ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
 THE USE OR PERFORMANCE OF THIS SOFTWARE.
 ********************************************************/
-/* $XFree86$ */
 
 #ifndef _XEVI_H_
 #define _XEVI_H_
diff --git a/include/X11/extensions/XLbx.h b/include/X11/extensions/XLbx.h
index 54d9dd9..ce8c835 100644
--- a/include/X11/extensions/XLbx.h
+++ b/include/X11/extensions/XLbx.h
@@ -1,4 +1,3 @@
-/* $Xorg: XLbx.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ */
 /*
  * Copyright 1992 Network Computing Devices
  *
@@ -20,7 +19,6 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  */
-/* $XFree86: xc/include/extensions/XLbx.h,v 1.3 2002/10/16 01:59:55 dawes Exp $ */
  
 #ifndef _XLBX_H_
 #define _XLBX_H_
diff --git a/include/X11/extensions/XShm.h b/include/X11/extensions/XShm.h
index 44eaf0b..af1baea 100644
--- a/include/X11/extensions/XShm.h
+++ b/include/X11/extensions/XShm.h
@@ -1,4 +1,3 @@
-/* $XFree86: xc/include/extensions/XShm.h,v 1.11 2003/04/03 15:11:07 dawes Exp $ */
 /************************************************************
 
 Copyright 1989, 1998  The Open Group
@@ -27,8 +26,6 @@ in this Software without prior written authorization from The Open Group.
 
 /* THIS IS NOT AN X CONSORTIUM STANDARD OR AN X PROJECT TEAM SPECIFICATION */
 
-/* $Xorg: XShm.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
-
 #ifndef _XSHM_H_
 #define _XSHM_H_
 
diff --git a/include/X11/extensions/Xag.h b/include/X11/extensions/Xag.h
index eb2e2c4..9f69f78 100644
--- a/include/X11/extensions/Xag.h
+++ b/include/X11/extensions/Xag.h
@@ -1,4 +1,3 @@
-/* $XFree86: xc/include/extensions/Xag.h,v 1.5 2001/12/17 20:52:24 dawes Exp $ */
 /*
 Copyright 1996, 1998  The Open Group
 
@@ -24,7 +23,6 @@ not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization
 from The Open Group.
 */
-/* $Xorg: Xag.h,v 1.5 2001/02/09 02:03:24 xorgcvs Exp $ */
 
 #ifndef _XAG_H_
 #define _XAG_H_
diff --git a/include/X11/extensions/Xcup.h b/include/X11/extensions/Xcup.h
index 1a909c7..c8074cf 100644
--- a/include/X11/extensions/Xcup.h
+++ b/include/X11/extensions/Xcup.h
@@ -1,4 +1,3 @@
-/* $Xorg: Xcup.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
 /*
 
 Copyright 1987, 1988, 1998  The Open Group
@@ -24,7 +23,6 @@ used in advertising or otherwise to promote the sale, use or other dealings
 in this Software without prior written authorization from The Open Group.
 
 */
-/* $XFree86$ */
 
 #ifndef _XCUP_H_
 #define _XCUP_H_
diff --git a/include/X11/extensions/Xdbe.h b/include/X11/extensions/Xdbe.h
index 390738d..14ce53d 100644
--- a/include/X11/extensions/Xdbe.h
+++ b/include/X11/extensions/Xdbe.h
@@ -1,4 +1,3 @@
-/* $Xorg: Xdbe.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ */
 /******************************************************************************
  * 
  * Copyright (c) 1994, 1995  Hewlett-Packard Company
@@ -30,7 +29,6 @@
  *     Header file for Xlib-related DBE
  *
  *****************************************************************************/
-/* $XFree86: xc/include/extensions/Xdbe.h,v 3.2 2001/08/01 00:44:35 tsi Exp $ */
 
 #ifndef XDBE_H
 #define XDBE_H
diff --git a/include/X11/extensions/Xext.h b/include/X11/extensions/Xext.h
index 92dc423..858592b 100644
--- a/include/X11/extensions/Xext.h
+++ b/include/X11/extensions/Xext.h
@@ -1,5 +1,4 @@
 /*
- * $Xorg: Xext.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $
  *
 Copyright 1989, 1998  The Open Group
 
@@ -23,7 +22,6 @@ Except as contained in this notice, the name of The Open Group shall not be
 used in advertising or otherwise to promote the sale, use or other dealings
 in this Software without prior written authorization from The Open Group.
  */
-/* $XFree86: xc/include/extensions/Xext.h,v 1.4 2001/12/14 19:53:28 dawes Exp $ */
 
 #ifndef _XEXT_H_
 #define _XEXT_H_
diff --git a/include/X11/extensions/dpms.h b/include/X11/extensions/dpms.h
index 9091fdc..57e98f8 100644
--- a/include/X11/extensions/dpms.h
+++ b/include/X11/extensions/dpms.h
@@ -1,4 +1,3 @@
-/* $Xorg: dpms.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ */
 /*****************************************************************
 
 Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.
@@ -26,7 +25,6 @@ dealings in this Software without prior written authorization from Digital
 Equipment Corporation.
 
 ******************************************************************/
-/* $XFree86: xc/include/extensions/dpms.h,v 3.4 2000/03/15 16:51:51 tsi Exp $ */
 
 #ifndef _X11_EXTENSIONS_DPMS_H
 #define _X11_EXTENSIONS_DPMS_H 1
diff --git a/include/X11/extensions/extutil.h b/include/X11/extensions/extutil.h
index 825d81e..031c520 100644
--- a/include/X11/extensions/extutil.h
+++ b/include/X11/extensions/extutil.h
@@ -1,5 +1,4 @@
 /*
- * $Xorg: extutil.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $
  *
 Copyright 1989, 1998  The Open Group
 
@@ -31,7 +30,6 @@ in this Software without prior written authorization from The Open Group.
  * protocol extensions.  THESE INTERFACES ARE NOT PART OF THE X STANDARD AND
  * ARE SUBJECT TO CHANGE!
  */
-/* $XFree86: xc/include/extensions/extutil.h,v 1.9 2001/12/14 19:53:28 dawes Exp $ */
 
 #ifndef _EXTUTIL_H_
 #define _EXTUTIL_H_
diff --git a/include/X11/extensions/multibuf.h b/include/X11/extensions/multibuf.h
index 2b1a8f6..12fda35 100644
--- a/include/X11/extensions/multibuf.h
+++ b/include/X11/extensions/multibuf.h
@@ -1,5 +1,4 @@
 /*
- * $Xorg: multibuf.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $
  *
 Copyright 1989, 1998  The Open Group
 
@@ -24,8 +23,6 @@ used in advertising or otherwise to promote the sale, use or other dealings
 in this Software without prior written authorization from The Open Group.
  */
 
-/* $XFree86: xc/include/extensions/multibuf.h,v 3.4 2001/12/14 19:53:28 dawes Exp $ */
-
 #ifndef _MULTIBUF_H_
 #define _MULTIBUF_H_
 
diff --git a/include/X11/extensions/security.h b/include/X11/extensions/security.h
index be7a862..f554131 100644
--- a/include/X11/extensions/security.h
+++ b/include/X11/extensions/security.h
@@ -1,4 +1,3 @@
-/* $Xorg: security.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
 /*
 Copyright 1996, 1998  The Open Group
 
@@ -24,7 +23,6 @@ not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization
 from The Open Group.
 */
-/* $XFree86: xc/include/extensions/security.h,v 1.3 2001/12/14 19:53:29 dawes Exp $ */
 
 #ifndef _SECURITY_H
 #define _SECURITY_H
diff --git a/include/X11/extensions/shape.h b/include/X11/extensions/shape.h
index 7992f7a..66af5b1 100644
--- a/include/X11/extensions/shape.h
+++ b/include/X11/extensions/shape.h
@@ -1,4 +1,3 @@
-/* $XFree86: xc/include/extensions/shape.h,v 1.3 2001/12/14 19:53:29 dawes Exp $ */
 /************************************************************
 
 Copyright 1989, 1998  The Open Group
@@ -25,8 +24,6 @@ in this Software without prior written authorization from The Open Group.
 
 ********************************************************/
 
-/* $Xorg: shape.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
-
 #ifndef _SHAPE_H_
 #define _SHAPE_H_
 
diff --git a/include/X11/extensions/sync.h b/include/X11/extensions/sync.h
index b327f69..af49c37 100644
--- a/include/X11/extensions/sync.h
+++ b/include/X11/extensions/sync.h
@@ -1,4 +1,3 @@
-/* $Xorg: sync.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
 /*
 
 Copyright 1991, 1993, 1994, 1998  The Open Group
@@ -48,7 +47,6 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 
 ******************************************************************/
-/* $XFree86: xc/include/extensions/sync.h,v 1.4 2001/12/20 19:40:59 tsi Exp $ */
 
 #ifndef _SYNC_H_
 #define _SYNC_H_
diff --git a/include/X11/extensions/xtestext1.h b/include/X11/extensions/xtestext1.h
index 55dcf78..f7699fb 100644
--- a/include/X11/extensions/xtestext1.h
+++ b/include/X11/extensions/xtestext1.h
@@ -1,4 +1,3 @@
-/* $Xorg: xtestext1.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
 /*
  * xtestext1.h
  *
diff --git a/man/DBE.man b/man/DBE.man
index e8263ce..7cd36b6 100644
--- a/man/DBE.man
+++ b/man/DBE.man
@@ -1,5 +1,3 @@
-.\" $Xorg: DBE.man,v 1.3 2000/08/17 19:41:55 cpqbld Exp $
-.\"
 .\" Copyright (c) 1995  Hewlett-Packard Company
 .\" 
 .\" Permission is hereby granted, free of charge, to any person obtaining a
@@ -25,8 +23,6 @@
 .\" dealing in this Software without prior written authorization from the 
 .\" Hewlett-Packard Company.
 .\"
-.\" $XFree86: xc/doc/man/Xext/dbe/DBE.man,v 3.4 2001/01/27 18:20:19 dawes Exp $
-.\"
 .TH DBE __libmansuffix__ __xorgversion__ "X FUNCTIONS"
 .SH NAME
 DBE - Double Buffer Extension
diff --git a/man/DPMSCapable.man b/man/DPMSCapable.man
index 2b75add..0513f2b 100644
--- a/man/DPMSCapable.man
+++ b/man/DPMSCapable.man
@@ -1,5 +1,3 @@
-.\" $XdotOrg: $
-.\" 
 .\" Copyright \(co Digital Equipment Corporation, 1996
 .\" 
 .\" Permission to use, copy, modify, distribute, and sell this
@@ -31,8 +29,6 @@
 .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 .\" DEALINGS IN THE SOFTWARE.


Reply to: