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

libfs: Changes to 'refs/tags/libfs-2_1.0.2-1'



Tag 'libfs-2_1.0.2-1' created by Brice Goglin <bgoglin@debian.org> at 2009-07-27 15:24 +0000

Tagging upload of libfs 2:1.0.2-1 to unstable.

Changes since libfs-2_1.0.1-1:
Alan Coopersmith (9):
      Add README with pointers to mailing list, bugzilla & git repos
      Move API doc from xorg-doc/doc/FSlib.doc
      Make FSlib.txt prototypes match those in headers.
      Fix server name handling in IOError messages during connection setup
      Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
      Constify FSErrorList
      Strip out-of-date RCS/CVS & SCCS version tags
      Move CWARNFLAGS to Makefile.am for easier build-time overriding
      Version 1.0.2

Brice Goglin (9):
      Update xsfbs/quilt patching rules to be compatible with the
      Misc fixes to debian/control and debian/copyright
      Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs into debian-unstable
      Merge branch 'debian-unstable' of git://git.debian.org/pkg-xorg/xsfbs into debian-unstable
      Bump Standards-Version to 3.8.2 now that we have README.source
      Merge tag 'libFS-1.0.2' into debian-unstable
      New upstream release
      Move the -dbg package to section debug
      Prepare changelog for upload

David Nusinow (1):
      Add README.source

Julien Cristau (11):
      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

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and compiler warnings.

Peter Korsgaard (1):
      bcopy -> memmove

---
 .gitignore                |    8 
 ChangeLog                 |   92 ++++++++++
 Makefile.am               |    4 
 README                    |   29 +++
 configure.ac              |   11 -
 debian/README.source      |   73 ++++++++
 debian/changelog          |   11 +
 debian/control            |   18 +
 debian/xsfbs/repack.sh    |   32 +++
 debian/xsfbs/xsfbs.mk     |   47 +----
 debian/xsfbs/xsfbs.sh     |  417 ++++++++++++++++++++--------------------------
 doc/FSlib.txt             |  230 +++++++++++++++++++++++++
 include/X11/fonts/FSlib.h |    8 
 src/.gitignore            |    6 
 src/FSClServ.c            |    7 
 src/FSCloseFt.c           |    4 
 src/FSConnServ.c          |    3 
 src/FSErrDis.c            |   18 -
 src/FSErrHndlr.c          |    5 
 src/FSFlush.c             |    3 
 src/FSFontInfo.c          |    2 
 src/FSFtNames.c           |    2 
 src/FSGetCats.c           |    2 
 src/FSListCats.c          |    2 
 src/FSListExt.c           |    5 
 src/FSMisc.c              |    4 
 src/FSNextEv.c            |    6 
 src/FSOpenFont.c          |    3 
 src/FSOpenServ.c          |   87 +++------
 src/FSQGlyphs.c           |    2 
 src/FSQXExt.c             |    3 
 src/FSQXInfo.c            |    2 
 src/FSQuExt.c             |    2 
 src/FSServName.c          |    4 
 src/FSSetCats.c           |    5 
 src/FSSync.c              |    4 
 src/FSSynchro.c           |    5 
 src/FSlibInt.c            |   10 -
 src/FSlibint.h            |   25 --
 src/FSlibos.h             |   36 ---
 src/Makefile.am           |    2 
 41 files changed, 763 insertions(+), 476 deletions(-)
---


Reply to: