[ubuntu/lucid] ivtools 1.2.6-1+nmu3 (Accepted)

Ubuntu Installer archive at ubuntu.com
Mon Jan 4 20:14:20 GMT 2010


ivtools (1.2.6-1+nmu3) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules:
    - Reverting 1.2.6-1+nmu2 -j1 addition to keep package clean.
    - Fix ARCH evaluation.
    - Use generic $(MAKE) instead of make.
    - Make sure imake is always called with -U$(ARCH) (Closes: #549407).
  * 01_configure.diff: Handle disabling of early binary stripping.
  * 015_Makefile_dontstrip.diff: Disable patch.
  * 49_string.c_constchar.diff: New patch to deal with gcc 4.4 'invalid
    conversion from 'const char*' to 'char*'' errors (Closes: #560203).
  * 48_gcc40_int_pointer_errors.diff: Modified to use (unsigned intptr_t)
    instead of (uintptr_t) to avoid out-of-context errors.

ivtools (1.2.6-1+nmu2) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules: Try working around race condition causing #549407
    by calling main build target with explicit -j1.
  * Fix lintian error 'weak-library-dev-dependency' by tightening
    some ivtools-dev dependencies to the range between the exact
    version and version just before next non-binary NMU.

ivtools (1.2.6-1+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * 48_gcc40_int_pointer_errors.diff: New patch to fix some gcc40 errors.
    + A pointer does not fit in an integer on 64 bit arches. A pointer
      is 64 bit, an integer 32 bit. Use (u)intptr_t instead of
      (unsigned) int (Closes: #545834).
  * debian/rules: Remove empty -p parameter to dh_installdocs.

ivtools (1.2.6-1) unstable; urgency=low

  * QA upload.
    + Set maintainer to Debian QA Group <packages at qa.debian.org>.
  * New upstream release. (Closes: #469407, #303956)
    + Drop changes no longer needed.
    + Add build-dep on quilt.
    + Add quilt patches for pertinent changes.
    + Fix FTBFS. (Closes: #441490).
      + Many of the fixes taken from Michael Ablassmeier, thanks!
    + Probably patched more than necessary.
    + 46_comdraw_crash.diff. (Closes: #446774).
      + Thanks to Leon Bottou for the patch.
    + Patch WHATIS entry in upstream man pages. (Closes: #210626).
    + 015_Makefile_dontstrip.diff - Don't strip. (Closes: #437237).
  * Replace ${Source-Version} with ${binaryVersion} in depends.
  * Replace x-dev build-dep with x11proto-core-dev. (Closes: #515446).
  * Replace xutils build-dep with x11-utils.
  * Add build-dep on xutils-dev for imake. (Closes: #536901).
  * Debian/rules clean-up.
  * Move from .files files to .install files.
    + Call dh_install instead of dh_movefiles.
  * Make clean not ignore errors.
  * Replace pwd with $(CURDIR) in rules.
  * Add watch file.
  * Move Homepage from package description to source stanza.
  * Update debian/template to use /etc/X11 instead of /usr/lib/X11/config.
  * Add set -e to maintainer scripts.
  * Version debhelper build-dep and set to 5.
    + Bump compat to 5.
  * Bump Standards Version to 3.8.3.
    + Menu policy transition.

Date: Mon,  04 Jan 2010 19:35:02 +0000
Changed-By: Charlie_Smotherman (porthose) <cjsmo at cableone.net>
Maintainer: Debian QA Group <packages at qa.debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/lucid/+source/ivtools/1.2.6-1+nmu3
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Mon,  04 Jan 2010 19:35:02 +0000
Source: ivtools
Binary: ivtools-bin, ivtools-dev, libiv1, libiv-unidraw1
Architecture: source
Version: 1.2.6-1+nmu3
Distribution: lucid
Urgency: low
Maintainer: Debian QA Group <packages at qa.debian.org>
Changed-By: Charlie_Smotherman (porthose) <cjsmo at cableone.net>
Closes: 210626 303956 437237 441490 446774 469407 515446 536901 545834 549407 560203
Changes: 
 ivtools (1.2.6-1+nmu3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules:
     - Reverting 1.2.6-1+nmu2 -j1 addition to keep package clean.
     - Fix ARCH evaluation.
     - Use generic $(MAKE) instead of make.
     - Make sure imake is always called with -U$(ARCH) (Closes: #549407).
   * 01_configure.diff: Handle disabling of early binary stripping.
   * 015_Makefile_dontstrip.diff: Disable patch.
   * 49_string.c_constchar.diff: New patch to deal with gcc 4.4 'invalid
     conversion from 'const char*' to 'char*'' errors (Closes: #560203).
   * 48_gcc40_int_pointer_errors.diff: Modified to use (unsigned intptr_t)
     instead of (uintptr_t) to avoid out-of-context errors.
 .
 ivtools (1.2.6-1+nmu2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules: Try working around race condition causing #549407
     by calling main build target with explicit -j1.
   * Fix lintian error 'weak-library-dev-dependency' by tightening
     some ivtools-dev dependencies to the range between the exact
     version and version just before next non-binary NMU.
 .
 ivtools (1.2.6-1+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * 48_gcc40_int_pointer_errors.diff: New patch to fix some gcc40 errors.
     + A pointer does not fit in an integer on 64 bit arches. A pointer
       is 64 bit, an integer 32 bit. Use (u)intptr_t instead of
       (unsigned) int (Closes: #545834).
   * debian/rules: Remove empty -p parameter to dh_installdocs.
 .
 ivtools (1.2.6-1) unstable; urgency=low
 .
   * QA upload.
     + Set maintainer to Debian QA Group <packages at qa.debian.org>.
   * New upstream release. (Closes: #469407, #303956)
     + Drop changes no longer needed.
     + Add build-dep on quilt.
     + Add quilt patches for pertinent changes.
     + Fix FTBFS. (Closes: #441490).
       + Many of the fixes taken from Michael Ablassmeier, thanks!
     + Probably patched more than necessary.
     + 46_comdraw_crash.diff. (Closes: #446774).
       + Thanks to Leon Bottou for the patch.
     + Patch WHATIS entry in upstream man pages. (Closes: #210626).
     + 015_Makefile_dontstrip.diff - Don't strip. (Closes: #437237).
   * Replace ${Source-Version} with ${binaryVersion} in depends.
   * Replace x-dev build-dep with x11proto-core-dev. (Closes: #515446).
   * Replace xutils build-dep with x11-utils.
   * Add build-dep on xutils-dev for imake. (Closes: #536901).
   * Debian/rules clean-up.
   * Move from .files files to .install files.
     + Call dh_install instead of dh_movefiles.
   * Make clean not ignore errors.
   * Replace pwd with $(CURDIR) in rules.
   * Add watch file.
   * Move Homepage from package description to source stanza.
   * Update debian/template to use /etc/X11 instead of /usr/lib/X11/config.
   * Add set -e to maintainer scripts.
   * Version debhelper build-dep and set to 5.
     + Bump compat to 5.
   * Bump Standards Version to 3.8.3.
     + Menu policy transition.
Files: 
 d28121e4ed75a1648cf64d060acf6f22 15724 libs optional ivtools_1.2.6-1+nmu3.diff.gz
 f4ef3a28695c121998eeb1ddc0fa9993 1210 libs optional ivtools_1.2.6-1+nmu3.dsc
 5cd089fe18e64d1af8b6bc53f1edf1a3 2159516 libs optional ivtools_1.2.6.orig.tar.gz


More information about the Lucid-changes mailing list