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

libxp: Changes to 'refs/tags/libxp-1_1.0.1-1'



Tag 'libxp-1_1.0.1-1' created by Cyril Brulebois <kibi@debian.org> at 2011-03-07 23:45 +0000

Tagging upload of libxp 1:1.0.1-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk11bgIACgkQeGfVPHR5Nd0gcQCfewJNkMFgefAG8kJZ6apoYa1I
v1YAoLU1PyZ4cmczSkBd6ckL5BLzXv8+
=Epq/
-----END PGP SIGNATURE-----

Changes since libxp-1_1.0.0.xsf1-2:
Alan Coopersmith (13):
      renamed: .cvsignore -> .gitignore
      Add README with pointers to mailing list, bugzilla & git repos
      Update Sun license notices to current X.Org standard form
      Purge CVS/RCS id tags
      Fill in COPYING with licenses from source files
      Sun's copyrights belong to Oracle now
      config: Update to XORG_DEFAULT_OPTIONS from xorg-macros 1.3
      config: upgrade to util-macros 1.8 for additional man page support
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: Remove unnecessary calls from configure.ac
      This is not a GNU project, so declare it foreign
      Remove old INSTALL file stub so we use the one from xorg-macros
      libXp 1.0.1

Cyril Brulebois (16):
      Mention upstream git URL in a comment.
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Update debian/copyright from upstream COPYING.
      Wrap Build-Depends.
      Add xutils-dev build-dep for xorg-macros (although we don't run autoreconf — yet?).
      Wrap Depends.
      Update libxp6-dbg's section: libdevel → debug.
      Use --fail-missing instead of --list-missing in dh_install for additional safety.
      Build in build/ instead of obj-$(DEB_BUILD_GNU_TYPE)/.
      Add myself to Uploaders.
      Add ${misc:Depends} to all Depends.
      Remove Debian revision from the libx11-dev build-dep.
      Add a placeholder series file.
      Bump Standards-Version to 3.9.1 (no changes needed).
      Upload to unstable.

David Nusinow (1):
      Add README.source

Gaetan Nadon (1):
      config: update AC_PREREQ statement to 2.60

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Julien Cristau (18):
      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
      xsfbs.sh: fix typo and remove svn keyword
      xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage
      xsfbs.mk: remove more obsolete code

Matthieu Herrb (2):
      nuke RCS Ids
      build fix on systems with getpwuid_r()

Mikhail Gusarov (1):
      Remove duplicate xorg.fd.o URL and confusing mailing list URL from debian/control

Paulo Cesar Pereira de Andrade (1):
      Janitor: make distcheck, compiler warnings, .gitignore.

Timo Aaltonen (1):
      Merge branch 'debian-unstable' of ../../xsfbs into debian-unstable

---
 .cvsignore                   |   21 --
 .gitignore                   |   31 +++
 AUTHORS                      |    1 
 COPYING                      |   78 +++++--
 ChangeLog                    |  438 +++++++++++++++++++++++++++++++++++++------
 INSTALL                      |    8 
 Makefile.am                  |   12 -
 README                       |   25 ++
 configure.ac                 |   37 +--
 debian/README.source         |   73 +++++++
 debian/changelog             |   21 ++
 debian/control               |   43 ++--
 debian/copyright             |   76 +++++--
 debian/patches/series        |    1 
 debian/rules                 |   14 -
 debian/watch                 |    1 
 debian/xsfbs/repack.sh       |   32 +++
 debian/xsfbs/xsfbs.mk        |   50 +---
 debian/xsfbs/xsfbs.sh        |  311 ------------------------------
 man/.cvsignore               |    3 
 man/Makefile.am              |   55 ++---
 man/XpCancelDoc.man          |    3 
 man/XpCancelJob.man          |    3 
 man/XpCancelPage.man         |    3 
 man/XpCreateContext.man      |    3 
 man/XpDestroyContext.man     |    3 
 man/XpEndDoc.man             |    3 
 man/XpEndJob.man             |    3 
 man/XpEndPage.man            |    3 
 man/XpFreePrinterList.man    |    3 
 man/XpGetAttributes.man      |    3 
 man/XpGetContext.man         |    3 
 man/XpGetDocumentData.man    |    3 
 man/XpGetImageResolution.man |    3 
 man/XpGetLocaleHinter.man    |    3 
 man/XpGetOneAttribute.man    |    3 
 man/XpGetPageDimensions.man  |    3 
 man/XpGetPdmStartParams.man  |    3 
 man/XpGetPrinterList.man     |    3 
 man/XpGetScreenOfContext.man |    3 
 man/XpInputSelected.man      |    3 
 man/XpPutDocumentData.man    |    3 
 man/XpQueryExtension.man     |    3 
 man/XpQueryScreens.man       |    3 
 man/XpQueryVersion.man       |    3 
 man/XpRehashPrinterList.man  |    3 
 man/XpSelectInput.man        |    3 
 man/XpSetAttributes.man      |    3 
 man/XpSetContext.man         |    3 
 man/XpSetImageResolution.man |    3 
 man/XpSetLocaleHinter.man    |    3 
 man/XpStartDoc.man           |    3 
 man/XpStartJob.man           |    3 
 man/XpStartPage.man          |    3 
 man/libXp.man                |    3 
 src/.cvsignore               |    6 
 src/Makefile.am              |    2 
 src/XpAttr.c                 |    4 
 src/XpContext.c              |    6 
 src/XpDoc.c                  |    4 
 src/XpExtUtil.c              |   39 +--
 src/XpExtUtil.h              |   14 +
 src/XpExtVer.c               |    4 
 src/XpGetData.c              |   12 -
 src/XpImageRes.c             |    4 
 src/XpInput.c                |    4 
 src/XpJob.c                  |    7 
 src/XpLocale.c               |   10 
 src/XpNotifyPdm.c            |    6 
 src/XpPage.c                 |    4 
 src/XpPageDim.c              |    4 
 src/XpPrinter.c              |    8 
 src/XpPutData.c              |    4 
 src/XpScreens.c              |    4 
 74 files changed, 872 insertions(+), 707 deletions(-)
---


Reply to: