[ubuntu/karmic] gforth 0.7.0+ds1-5 (Accepted)

Ubuntu Installer archive at ubuntu.com
Thu Sep 17 16:13:05 BST 2009


gforth (0.7.0+ds1-5) unstable; urgency=low

  * Fix the FTBFS on hppa by not passing -N to the linker.
    Many thanks to Frans Pop and the others on the debian-hppa list for
    the assistance in tracking this down!

gforth (0.7.0+ds1-4) unstable; urgency=low

  * Try and fix the s390 build once again, this time after testing
    the sdiv_qrnnd() usage code on x86; hopefully Closes: #544827

gforth (0.7.0+ds1-3) unstable; urgency=low

  * Explicitly depend on libtool and libltdl-dev; several benefits:
    - make the build environment-agnostic and not dependent on what
      just happens to be installed
    - fix a FTBFS if libtool is installed but libltdl-dev isn't;
      some of the autobuilders are configured that way
  * Add a missing semicolon in engine/support.c to try and fix
    the FTBFS on s390.
  * Temporarily use libffi instead of libffcall on armel, until
    libffcall's issues are resolved.

gforth (0.7.0+ds1-2) unstable; urgency=low

  * Fix the FTBFS when building arch-dependent packages only - do not
    depend on dh_installdirs to create the gforth-common /usr/share
    directory, since it won't in an arch-only build.  Closes: #543569

gforth (0.7.0+ds1-1) unstable; urgency=low

  * New maintainer.  Closes: #540827
  * Use quilt for patch management and add the debian/README.source file.
  * Fix the build:
    - specify an absolute prefix to "make install".
    - remove a couple of files that "make distclean" seems to miss.
  * Add the Homepage, Vcs-Svn, and Vcs-Browser control fields.
  * Install the NEWS file as an upstream changelog.
  * Deal with config.sub and config.guess properly - copy them from
    the autotools-dev package before running "configure" and remove them
    in the "clean" target.
  * Keep the vmgen.1 manual page in the debian/ directory.
  * Bump the debhelper compatibility level to 7:
    - version the debhelper build dependency
    - add ${misc:Depends} to the binary package
    - leave removing of the *-stamp files to dh_clean
    - use dh_prep instead of dh_clean -k
    - shorten the rules file using the dh(1) helper and override targets
    - disable debhelper's verbose mode
  * Bump Standards-Version to 3.8.3:
    - leave "install-info" to dpkg triggers and add the proper dependency
  * Disable an i*86 "optimization" of passing the nonexistent -m486
    option to gcc.
  * Break out /usr/share/gforth/ into a gforth-common package.
  * Make three example scripts executable.
  * Repackage to remove the CVS directories.
  * Fix the .TQ macro invocations in the groff.1 manual page so that
    the short options are actually rendered!
  * Add all the copyright holders to the copyright file and convert it
    to the DEP 5 format.
  * Properly compile and install gforth.el.  Closes: #385399.

Date: Thu,  17 Sep 2009 16:09:01 +0100
Changed-By: Stefan Ebner <sebner at ubuntu.com>
Maintainer: Peter Pentchev <roam at ringlet.net>
Origin: Debian/unstable
https://launchpad.net/ubuntu/karmic/+source/gforth/0.7.0+ds1-5
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Thu,  17 Sep 2009 16:09:01 +0100
Source: gforth
Binary: gforth, gforth-common
Architecture: source
Version: 0.7.0+ds1-5
Distribution: karmic
Urgency: low
Maintainer: Peter Pentchev <roam at ringlet.net>
Changed-By: Stefan Ebner <sebner at ubuntu.com>
Description: 
 gforth     - GNU Forth Language Environment
Closes: 385399 540827 543569 544827
Changes: 
 gforth (0.7.0+ds1-5) unstable; urgency=low
 .
   * Fix the FTBFS on hppa by not passing -N to the linker.
     Many thanks to Frans Pop and the others on the debian-hppa list for
     the assistance in tracking this down!
 .
 gforth (0.7.0+ds1-4) unstable; urgency=low
 .
   * Try and fix the s390 build once again, this time after testing
     the sdiv_qrnnd() usage code on x86; hopefully Closes: #544827
 .
 gforth (0.7.0+ds1-3) unstable; urgency=low
 .
   * Explicitly depend on libtool and libltdl-dev; several benefits:
     - make the build environment-agnostic and not dependent on what
       just happens to be installed
     - fix a FTBFS if libtool is installed but libltdl-dev isn't;
       some of the autobuilders are configured that way
   * Add a missing semicolon in engine/support.c to try and fix
     the FTBFS on s390.
   * Temporarily use libffi instead of libffcall on armel, until
     libffcall's issues are resolved.
 .
 gforth (0.7.0+ds1-2) unstable; urgency=low
 .
   * Fix the FTBFS when building arch-dependent packages only - do not
     depend on dh_installdirs to create the gforth-common /usr/share
     directory, since it won't in an arch-only build.  Closes: #543569
 .
 gforth (0.7.0+ds1-1) unstable; urgency=low
 .
   * New maintainer.  Closes: #540827
   * Use quilt for patch management and add the debian/README.source file.
   * Fix the build:
     - specify an absolute prefix to "make install".
     - remove a couple of files that "make distclean" seems to miss.
   * Add the Homepage, Vcs-Svn, and Vcs-Browser control fields.
   * Install the NEWS file as an upstream changelog.
   * Deal with config.sub and config.guess properly - copy them from
     the autotools-dev package before running "configure" and remove them
     in the "clean" target.
   * Keep the vmgen.1 manual page in the debian/ directory.
   * Bump the debhelper compatibility level to 7:
     - version the debhelper build dependency
     - add ${misc:Depends} to the binary package
     - leave removing of the *-stamp files to dh_clean
     - use dh_prep instead of dh_clean -k
     - shorten the rules file using the dh(1) helper and override targets
     - disable debhelper's verbose mode
   * Bump Standards-Version to 3.8.3:
     - leave "install-info" to dpkg triggers and add the proper dependency
   * Disable an i*86 "optimization" of passing the nonexistent -m486
     option to gcc.
   * Break out /usr/share/gforth/ into a gforth-common package.
   * Make three example scripts executable.
   * Repackage to remove the CVS directories.
   * Fix the .TQ macro invocations in the groff.1 manual page so that
     the short options are actually rendered!
   * Add all the copyright holders to the copyright file and convert it
     to the DEP 5 format.
   * Properly compile and install gforth.el.  Closes: #385399.
Files: 
 3aacdab8fd074b96f7188b488a758463 1360 interpreters optional gforth_0.7.0+ds1-5.dsc
 b707517e7c3fda771e47bccfa65b5327 2305952 interpreters optional gforth_0.7.0+ds1.orig.tar.gz
 34c29b370a4692b3f50603d0d2ff507a 11917 interpreters optional gforth_0.7.0+ds1-5.diff.gz


More information about the Karmic-changes mailing list