Tag 'x11proto-xext-7.1.1-1' created by Julien Cristau <jcris...@debian.org> at 2009-09-12 08:48 +0000
Tagging upload of x11proto-xext 7.1.1-1 to experimental. Changes since x11proto-xext-7.0.4-2: Adam Jackson (1): Remove most LBX headers. David Nusinow (1): Add README.source Eduard Bagrov (1): Fix XSyncValueSubtract typo James Cloos (1): C sucks: define XEventClass in terms of unsigned int, not CARD32. Jon TURNEY (1): Rename mitmisc.h to mitmiscconst.h to avoid a collision with MITMisc.h on case-insensitive filesystems Julien Cristau (24): COPYING: add Peter Hutterer's license and copyright notice Add geproto.txt to EXTRA_DIST xsfbs: add a repack script for uscan xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so xsfbs: repack.sh needs to be executable xsfbs: don't run dpkg --print-installation-architecture Kill custom readlink function xsfbs.sh: remove unused check_symlinks_and_{bomb,warn} xsfbs.sh: remove unused analyze_path xsfbs.sh: remove unused maplink function xsfbs.sh: remove unused find_culprits function xsfbs.sh: remove unused reject_whitespace function xsfbs.mk: no need for shlibs.local Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-experimental Drop Pre-Depends on x11-common, needed for upgrades from sarge. Wrap the Build-Depends field Drop Conflicts/Replaces on libxext-dev and libxtst-dev Bump debhelper compat level to 5. Bump Standards-Version to 3.8.3. Merge tag 'xextproto-7.1.1' into debian-experimental Bump changelogs Break old versions of libxtst-dev and libxext-dev Bump xutils-dev build-dep to 1:7.4+4. Prepare changelog for upload Magnus Kessler (1): Rename xtest.h to xtestconst.h to avoid a collision with XTest.h on case-insensitive filesystems Paulo Cesar Pereira de Andrade (2): Janitor: Correct make distcheck and dont distribute autogen.sh Bump to libXext Version 7.0.5. Peter Hutterer (23): MITMisc: remove MITMisc.h library header, split into mitmistproto.h XEVI: remove XEVI.h library header, split into EVIproto.h XLbx: remove XLbx library headers, split into lbx.h, lbxproto.h XShm: remove XShm.h library header, split into shm.h, shmproto.h XTest: remove XTest.h, split into xtest.h and xtestproto.h Xag: remove Xag.h library header, split into Xagconst.h Xcup: remove XCup.h library header, split into cup.h Xdbe: remove Xdbe.h library header, split into dbe.h Remove Xext.h and Xge.h - pure library headers. dpms: remove dpms.h library header, split into dpmsconst.h remove extutil.h, pure library header multibuf: remove multibuf.h, split into multibufconst.h security: remove security.h, split into secur.h shape: remove shape.h, split into shapeconst.h sync: remove sync.h library header, split into syncconst.h xtestext1: split xtestext1.h header into xtestext1proto.h Bump to 7.0.99.1 Remove RCS tags. Bump to 7.0.99.2 Bump to 7.0.99.3 lbxproto: remove debug macro and definition of lbxDebug. xextproto 7.1.0 xextproto 7.1.1 Timo Aaltonen (2): Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs into debian-unstable Bump Standards-Version --- .gitignore | 3 COPYING | 22 + ChangeLog | 461 +++++++++++++++++++++++ EVI.h | 36 + EVIproto.h | 96 ++++ MITMisc.h | 66 --- Makefile.am | 68 +-- XEVI.h | 64 --- XEVIstr.h | 98 ---- XLbx.h | 155 ------- XShm.h | 161 -------- XTest.h | 164 -------- Xag.h | 114 ----- Xagstr.h | 182 --------- Xcup.h | 69 --- Xcupstr.h | 109 ----- Xdbe.h | 136 ------ Xdbeproto.h | 277 ------------- Xext.h | 57 -- Xge.h | 55 -- ag.h | 52 ++ agproto.h | 178 ++++++++ configure.ac | 6 cup.h | 38 + cupproto.h | 105 +++++ dbe.h | 57 ++ dbeproto.h | 224 +++++++++++ debian/README.source | 73 +++ debian/changelog | 19 debian/compat | 2 debian/control | 14 debian/xsfbs/repack.sh | 32 + debian/xsfbs/xsfbs.mk | 4 debian/xsfbs/xsfbs.sh | 307 --------------- dpms.h | 67 --- dpmsconst.h | 43 ++ dpmsproto.h | 175 ++++++++ dpmsstr.h | 186 --------- extutil.h | 192 --------- lbx.h | 73 +++ lbxbuf.h | 51 -- lbxbufstr.h | 45 -- lbxdeltastr.h | 105 ----- lbximage.h | 151 ------- lbxopts.h | 133 ------ lbxproto.h | 975 +++++++++++++++++++++++++++++++++++++++++++++++++ lbxstr.h | 935 ---------------------------------------------- lbxzlib.h | 64 --- mitmiscconst.h | 38 + mitmiscproto.h | 68 +++ mitmiscstr.h | 70 --- multibuf.h | 317 --------------- multibufconst.h | 83 ++++ multibufproto.h | 295 ++++++++++++++ multibufst.h | 609 ------------------------------ secur.h | 61 +++ security.h | 111 ----- securproto.h | 110 +++++ securstr.h | 116 ----- shape.h | 180 --------- shapeconst.h | 55 ++ shapeproto.h | 237 +++++++++++ shapestr.h | 234 ----------- shm.h | 44 ++ shmproto.h | 187 +++++++++ shmstr.h | 217 ---------- sync.h | 469 ----------------------- syncconst.h | 179 ++++++++ syncproto.h | 378 ++++++++++++++++++ syncstr.h | 494 ------------------------ xtestconst.h | 41 ++ xtestext1.h | 326 ---------------- xtestext1const.h | 160 ++++++++ xtestext1proto.h | 221 +++++++++++ xtestproto.h | 124 ++++++ xteststr.h | 120 ------ 76 files changed, 4988 insertions(+), 7255 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org