Tag 'x11proto-record-1.13.99.1-1' created by Julien Cristau <jcris...@debian.org> at 2009-09-13 09:06 +0000
Tagging upload of x11proto-record 1.13.99.1-1 to experimental. Changes since x11proto-record-1.13.2-5: Brice Goglin (1): Update xsfbs/quilt patching rules to be compatible with the David Nusinow (1): Add README.source James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Julien Cristau (30): Remove the .pc directory properly xsfbs.sh: add remove_conffile_lookup xsfbs.sh: use 'local' now that policy allows it xsfbs.mk: fix the prepare target for parallel make xsfbs.mk: more parallel make fixing xsfbs.mk: update the list of releases, and drop some unused code xsfbs.mk: make 'log' a separate target 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-unstable Run autoreconf at build time. Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N. Bump debhelper compat level to 5. Delete generated files Drop Pre-Depends on x11-common and Conflicts/Replaces on libxtst-dev. Merge tag 'recordproto-1.13.99.1' into debian-experimental Bump changelogs Bump xutils-dev build-dep to 1:7.4+4. Break older libxtst-dev to make sure record.h doesn't go missing. Bump Standards-Version to 3.8.3. Prepare changelog for upload Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (4): remove RCS tags Remove xlib headers, rename record.h to recordconst.h. Rename recordstr.h to recordproto.h, provide a stub instead. Bump to 1.13.99.1 --- .gitignore | 4 ChangeLog | 180 +++ Makefile.am | 15 Makefile.in | 434 -------- aclocal.m4 | 879 ---------------- configure | 2587 ------------------------------------------------- configure.ac | 6 debian/README.source | 73 + debian/changelog | 15 debian/compat | 2 debian/control | 11 debian/rules | 16 debian/xsfbs/repack.sh | 32 debian/xsfbs/xsfbs.mk | 51 debian/xsfbs/xsfbs.sh | 522 ++------- install-sh | 294 ----- missing | 336 ------ mkinstalldirs | 111 -- record.h | 211 --- recordconst.h | 54 + recordproto.h | 306 +++++ recordstr.h | 326 ------ 22 files changed, 837 insertions(+), 5628 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org