[ubuntu/karmic] octave3.0 1:3.0.5-6ubuntu1 (Accepted)

Michael Bienia geser at ubuntu.com
Sat Jun 6 17:20:14 BST 2009


octave3.0 (1:3.0.5-6ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes:
    - patches/51_fix_desktop_entry.diff:
      + Modify octave desktop entry to appear in Education menu.
  * debian/rules:
    - Recognize Ubuntu's gcc version.

octave3.0 (1:3.0.5-6) unstable; urgency=low

  * debian/patches/no-argout-intersect.diff: Fix paths of the patch,
    such that it succeeds when applied (closes: #530369)
  * debian/patches/datenum-vector-input-any-orientation.diff: New patch
    for making datenum accept vector inputs in any orientation.  This is
    necessary for making the tests in the octave-time package succeed.
    (Taken from the upstream Mercurial repository.)

octave3.0 (1:3.0.5-5) unstable; urgency=low

  * debian/patches/no-argout-intersect.dpatch: Take a bug fix for the
    intersect.m script from the Octave Forge package bugfix-3.0.5.  This
    avoids the creation of the octave-bugfix-3.0.5 package (closes:
    #529049).  Thanks to Adeodato Simó for the suggestion.
  * debian/in/control: Add Breaks relationship to all the Octave-Forge
    packages that were built with version lesser than 0.6.4 of
    octave-pkg-dev.   Previous versions of the Octave-Forge packages will
    not be visible from the current version of octave3.0.

octave3.0 (1:3.0.5-4) unstable; urgency=low

  * debian/control: The Debian packaging files are now maintained through
    a Git repository at alioth.debian.org.  Switch the Vcs-* URLs to Git,
    accordingly.
  * debian/README.source: Add file explaining the use of the dpatch
    system, as mandated by the Policy
  * debian/in/PACKAGE.postrm: Add script for removing the packages
    database file when purging (closes: #528038)

octave3.0 (1:3.0.5-3) unstable; urgency=low

  * debian/in/PACKAGE.postinst: Add -verbose option when calling 'pkg
    rebuild' in octave and redirect stdin from /dev/null.  This is just to
    help debugging the hang up on the mipsel buildd when installing
    octave3.0 for building other packages (Bug#524745).

octave3.0 (1:3.0.5-2) unstable; urgency=low

  * debian/rules: Fix versioned dependencies on gcc, g++ and gfortran by
    adding the lacking epoch to the them.  Also, add dependencies on the
    -MAJOR.MINOR packages appropriately.  Thanks to Aaron M. Ucko for the
    heads up and the proposed solution (closes: #523496).

octave3.0 (1:3.0.5-1) unstable; urgency=low

  [ Rafael Laboissiere ]
  * New upstream release
    - Only change to 3.0.4: Fix regression when loading ascii files
      (closes: #523042)
  * debian/patches/idx-not-volatile-in-eig.dpatch: Remove patch (applied
    upstream)
  * debian/in/control, debian/rules: For the octaveX.Y-headers package,
    use versioned dependencies on gcc, gfortran, and g++.  Tighten the
    dependency to be exactly on the version of the GCC suite which was used
    to build the package.  This is needed because mkoctfiles hardcodes the
    directories in OCTAVE_CONF_FLIBS with the gcc upstream version number.
    This should fix issue LP#348472 reported against the Ubuntu package.
  * debian/in/control:
    + The arm port has been dropped from Debian post-lenny.  Drop the
      special dependencies on the GCC suite packages for the arm
      architecture.
    + Use viewsvn instead of wsvn in Vcs-Browser

Date: Sat, 06 Jun 2009 17:27:44 +0200
Changed-By: Michael Bienia <geser at ubuntu.com>
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Signed-By: Michael Bienia <michael at bienia.de>
https://launchpad.net/ubuntu/karmic/+source/octave3.0/1:3.0.5-6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Format: 1.8
Date: Sat, 06 Jun 2009 17:27:44 +0200
Source: octave3.0
Binary: octave3.0 octave3.0-doc octave3.0-htmldoc octave3.0-headers octave3.0-emacsen octave3.0-info octave2.9 octave2.9-doc octave2.9-htmldoc octave2.9-headers octave2.9-emacsen octave2.9-info octave3.0-dbg octave3.0-common
Architecture: source
Version: 1:3.0.5-6ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Changed-By: Michael Bienia <geser at ubuntu.com>
Description: 
 octave2.9  - GNU Octave language for numerical computations (dummy package)
 octave2.9-doc - PDF documentation on the GNU Octave language (dummy package)
 octave2.9-emacsen - Emacs support for the GNU Octave language (dummy package)
 octave2.9-headers - header files for the GNU Octave language (dummy package)
 octave2.9-htmldoc - HTML documentation on the GNU Octave language (dummy package)
 octave2.9-info - GNU Info documentation on the GNU Octave language (dummy package)
 octave3.0  - GNU Octave language for numerical computations (3.0 branch)
 octave3.0-common - architecture-independent files for octave3.0
 octave3.0-dbg - Debug symbols for octave3.0
 octave3.0-doc - PDF documentation on the GNU Octave language (3.0 branch)
 octave3.0-emacsen - Emacs support for the GNU Octave language (3.0 branch)
 octave3.0-headers - header files for the GNU Octave language (3.0 branch)
 octave3.0-htmldoc - HTML documentation on the GNU Octave language (3.0 branch)
 octave3.0-info - GNU Info documentation on the GNU Octave language (3.0 branch)
Closes: 523042 523496 528038 529049 530369
Changes: 
 octave3.0 (1:3.0.5-6ubuntu1) karmic; urgency=low
 .
   * Merge from debian unstable, remaining changes:
     - patches/51_fix_desktop_entry.diff:
       + Modify octave desktop entry to appear in Education menu.
   * debian/rules:
     - Recognize Ubuntu's gcc version.
 .
 octave3.0 (1:3.0.5-6) unstable; urgency=low
 .
   * debian/patches/no-argout-intersect.diff: Fix paths of the patch,
     such that it succeeds when applied (closes: #530369)
   * debian/patches/datenum-vector-input-any-orientation.diff: New patch
     for making datenum accept vector inputs in any orientation.  This is
     necessary for making the tests in the octave-time package succeed.
     (Taken from the upstream Mercurial repository.)
 .
 octave3.0 (1:3.0.5-5) unstable; urgency=low
 .
   * debian/patches/no-argout-intersect.dpatch: Take a bug fix for the
     intersect.m script from the Octave Forge package bugfix-3.0.5.  This
     avoids the creation of the octave-bugfix-3.0.5 package (closes:
     #529049).  Thanks to Adeodato Simó for the suggestion.
   * debian/in/control: Add Breaks relationship to all the Octave-Forge
     packages that were built with version lesser than 0.6.4 of
     octave-pkg-dev.   Previous versions of the Octave-Forge packages will
     not be visible from the current version of octave3.0.
 .
 octave3.0 (1:3.0.5-4) unstable; urgency=low
 .
   * debian/control: The Debian packaging files are now maintained through
     a Git repository at alioth.debian.org.  Switch the Vcs-* URLs to Git,
     accordingly.
   * debian/README.source: Add file explaining the use of the dpatch
     system, as mandated by the Policy
   * debian/in/PACKAGE.postrm: Add script for removing the packages
     database file when purging (closes: #528038)
 .
 octave3.0 (1:3.0.5-3) unstable; urgency=low
 .
   * debian/in/PACKAGE.postinst: Add -verbose option when calling 'pkg
     rebuild' in octave and redirect stdin from /dev/null.  This is just to
     help debugging the hang up on the mipsel buildd when installing
     octave3.0 for building other packages (Bug#524745).
 .
 octave3.0 (1:3.0.5-2) unstable; urgency=low
 .
   * debian/rules: Fix versioned dependencies on gcc, g++ and gfortran by
     adding the lacking epoch to the them.  Also, add dependencies on the
     -MAJOR.MINOR packages appropriately.  Thanks to Aaron M. Ucko for the
     heads up and the proposed solution (closes: #523496).
 .
 octave3.0 (1:3.0.5-1) unstable; urgency=low
 .
   [ Rafael Laboissiere ]
   * New upstream release
     - Only change to 3.0.4: Fix regression when loading ascii files
       (closes: #523042)
   * debian/patches/idx-not-volatile-in-eig.dpatch: Remove patch (applied
     upstream)
   * debian/in/control, debian/rules: For the octaveX.Y-headers package,
     use versioned dependencies on gcc, gfortran, and g++.  Tighten the
     dependency to be exactly on the version of the GCC suite which was used
     to build the package.  This is needed because mkoctfiles hardcodes the
     directories in OCTAVE_CONF_FLIBS with the gcc upstream version number.
     This should fix issue LP#348472 reported against the Ubuntu package.
   * debian/in/control:
     + The arm port has been dropped from Debian post-lenny.  Drop the
       special dependencies on the GCC suite packages for the arm
       architecture.
     + Use viewsvn instead of wsvn in Vcs-Browser
Checksums-Sha1: 
 1fbdde2c88730d9b0f975f093c9dc4a0d841cae4 2217 octave3.0_3.0.5-6ubuntu1.dsc
 35333ba4b4807428804ca08b8f7c50f4b51ffd47 11745101 octave3.0_3.0.5.orig.tar.gz
 de9c2697b3d1b3a1aa97990a8def9c74625b0afc 62278 octave3.0_3.0.5-6ubuntu1.diff.gz
Checksums-Sha256: 
 32bea8130d667d0e1b245f6e4b2ee305a507044a9ba44c93b55ee7eeefdae570 2217 octave3.0_3.0.5-6ubuntu1.dsc
 8aef53625fecf1f96e527961763144aa53a09bccc75135183cc857f687925ea5 11745101 octave3.0_3.0.5.orig.tar.gz
 a5371eeb71ea2aa886a1de0473545f4a8ec501a813fc0f5983eee13a2fac6e28 62278 octave3.0_3.0.5-6ubuntu1.diff.gz
Files: 
 d99ea30d5026af13bfd7220486475a85 2217 math optional octave3.0_3.0.5-6ubuntu1.dsc
 b88305f7e093ab78487d86d853320835 11745101 math optional octave3.0_3.0.5.orig.tar.gz
 04771bffe98bbc3224eab8314bc45070 62278 math optional octave3.0_3.0.5-6ubuntu1.diff.gz
Original-Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)

iJwEAQEDAAYFAkoqljMACgkQo8/XfXduguqM2wP/aylnOa6M+aREG6dwxYjiS/9x
IULWEt3pUklmdFYSZC08p/72nhFA1oQirHB0IwuTbOLvks6EuNt/6s+tTPtIgl2N
DqaSrx0ZXbuVgiLRUBfw8YgoNMuyz5NBDvcXY7TCLMB5O0OsqRaFt3bU5wfOL8KZ
08ENLjPe+S0SVnqq/oE=
=1f8B
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list