[Bug 162575] Re: autopano null value at MultiMatch.LoadKeysets

Launchpad Bug Tracker 162575 at bugs.launchpad.net
Sun Nov 30 19:20:06 UTC 2008


This bug was fixed in the package hugin - 0.7.0-1ubuntu1

---------------
hugin (0.7.0-1ubuntu1) jaunty; urgency=low

  * Closes LP: #285674
  * Closes LP: #162575
    - debian/control: added dependency on autopano-sift
    - debian/patches: added 91_ubuntu-autopano-sift to fix default config
  * debian/control: change build dependency from libwxgtk2.6-dev to
    libwxgtk2.8-dev

hugin (0.7.0-1) experimental; urgency=low

  * New upstream release (Closes: #502721).
  * Depend on both enblend (>= 3.2) and enfuse, now that they are
    available (Closes: #495874).
  * Drop the following patch accordingly:
     - 50_disable_enblend_compression
  * debian/rules:
     - Specify “ChangeLog” in the dh_installchangelogs call since that's a
       proper release and no longer an SVN snapshot.
     - Get rid of the autooptimi{s,z}er renaming hack, fixed upstream.

hugin (0.7.0~svn3191+beta5-2) unstable; urgency=low

  * Update README.Debian to reflect the current status of hugin with
    respect to enblend/enfuse. Also point to the following page, which
    will contain uptodate information about the backports for the lenny
    lifetime:
      http://pkg-phototools.alioth.debian.org/lenny.html
  * Add forgotten “tca_correct” binary to debian/hugin-tools.install,
    thanks to Chris Chiappa (Closes: #502104). Another one is
    “matchpoint”, but since it wasn't requested yet, don't touch it at the
    moment.

hugin (0.7.0~svn3191+beta5-1) unstable; urgency=low

  * New upstream release candidate: 0.7.0_beta5. The exact revision wasn't
    specified but that's mostly the same as svn r3191.
  * Adjust dependencies, thanks to several reporters, and especially to
    Andreas Metzler for the checks on enblend and the pointers:
     - Add make to hugin's Depends (Closes: #492469).
     - Move enblend from hugin-tools's Recommends to hugin's Depends, as
       it is now a requirement (Closes: #394647, #491539).
     - Also add libimage-exiftool-perl since upstream specifies that the
       the exiftool binary (from the Image::ExifTool Perl module) is
       needed.
     - Version the Build-Depends on libexiv2-dev: “>= 0.12”. With former
       versions, an FTBFS is triggered due to undefined references to
       Jpeg-related functions (Closes: #491335).
  * Add autopano-sift-c as alternative to autopano-sift to the suggested
    packages. As a reminder, patent issues prevent the inclusion of those
    packages in Debian.
  * Fix manpage mismatch: /usr/bin/autooptimizer versus autooptimizer(1),
    (spotted by Julien Valroff, thanks):
     - debian/rules: Copy generated doc/autooptimizer.1 into
       doc/autooptimiser.1, and remember it for cleanup.
     - debian/hugin-tools.manpages: Replace the z version with the s one.
  * Disable enblend compression, since Debian has enblend 3.0 for now and
    this option would require enblend 3.1 or a CVS snapshot. That means
    that the compression setting is going to be silently ignored for now,
    thanks to a quick patch by Steve Cotton (Closes: #491227, #491562):
     - 50_disable_enblend_compression: Do not call enblend with
       a “--compression” argument.
  * Add a README.Debian file to document that some features (like the
    above-mentioned one) might not be available because enblend 3.1 isn't
    released yet, and suggesting the use of backports.org if enblend 3.1
    can't make it in time for lenny.

hugin (0.7.0~svn3191-1) unstable; urgency=low

  * New snapshot, from upstream svn r3191 (Closes: #405389, #469449):
     - Also fix FTBFS (Closes: #474787).
  * Move the maintainer to the pkg-phototools team, add Florent Bayle and
    myself to Uploaders.
  * Ack NMUs, thanks Nico, Clint, Luk, and Joerg.
  * Move the Homepage from the long description to a source field.
  * Move patch management to quilt:
     - Add a B-D on it.
     - Add an include of quilt.make, adapt config.status and clean targets.
  * Dropped patch:
     - 10_fix_insecure_tmp_file_handling: Fix insecure file handling, patch
       by Nico Golde (see 0.6.1-1.1). Merged upstream.
  * Current patches:
     - 20_remove_encoding_key_from_desktop_files: Remove unneeded
       “Encoding” key from the desktop files, per lintian.
     - 30_manpage_hyphen_fixes: Fix hyphens in doc/fulla.1.
  * Nuke trailing spaces in all files under debian/.
  * Bump Standards-Version to 3.8.0 (no change needed).
  * Add Vcs-Git and Vcs-Browser, which have to be updated once the team's
    repository is created.
  * Add src/tests/Makefile to the dh_clean call since it is not cleaned.
  * Move “usr/share/applications/*” from debian/hugin-data.install to
    debian/hugin-bin.install so that the desktop file is kept with the
    command it references.
  * Add a “Replaces: hugin-data (<< 0.7.0)” to hugin-bin accordingly.
  * Move from libpano12 to libpano13:
     - Replace the Build-Depends on libpano12-dev with one on
       libpano13-dev (though the build against libpano12 is still
       possible).
     - Replace hugin's Depends on libpano12-bin with one on libpano13-bin
       (which is needed since libpano13.so gets dlopen'd).
  * Adjust debian/rules to only use a configure target as well as a
    configure-stamp file, so that ./configure is no longer run between
    “make” and “make install”.
  * Add debian/watch. Note that underscores and dashes are mangled as
    tildes.
  * Add “-Wl,--as-needed” and its companion “-Wl,-z,defs” to LDFLAGS to
    avoid extra linking. To fix the (broken) build when these options are
    in use, add a patch to take care of intermediate linking steps:
     - 40_fix_implicit_linking.
  * Delete debian/*.dirs since they are not needed.
  * New build system:
     - Replace ./configure with a cmake call.
     - Add cmake to Build-Depends and drop autotools-dev accordingly.
     - Drop config.{guess,sub}-related instructions from debian/rules.
     - Build in “$(BUILD_DIR)” (set to build-dir), and don't rely on
       “make (dist)clean” to do the job, cmake doesn't support it… Remove
       the build directory in the clean target, as well as configure-stamp.
  * Get rid of unneeded files right after “make install”:
     - Extra license file.
     - “*.so” symlinks to “*.so.0.0” files.
  * Add lintian overrides for the following warnings about private
    libraries, which will be moved by upstream under a private directory
    (which makes these warnings quite irrelevant):
     - several-sonames-in-same-package;
     - package-name-doesnt-match-sonames.
  * Add libopenexr-dev and libexiv2-dev to Build-Depends.
  * Drop zip from Build-Depends, no longer needed.
  * (Re)order Build-Depends:
     - Build system related tools.
     - Image libraries.
     - GUI libraries.
  * Add a “maint-svn-snapshot” target to ease svn snapshot creation. An
    UVERSION parameter can be passed to force using a given revision
    instead of determining it from the changelog.
  * Generate the manpages from perlpod format in the “build” target,
    taking care to remember which ones were generated during the build
    (as opposed to the ones shipped by upstream, along with their .pod
    counterpart).
  * debian/hugin-tools.install: Add all files from /usr/bin but hugin.
  * Simplify debian/hugin-data.install: Only list usr/share.

hugin (0.6.1-1.4) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS with GCC 4.3. (closes: #474787)

hugin (0.6.1-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with GCC 4.3 (Closes: #421112).

hugin (0.6.1-1.2) unstable; urgency=low

  * NMU.
  * Only run $(MAKE) distclean if Makefile exists.
  * Switch hugin-bin menu section to Applications.

hugin (0.6.1-1.1) unstable; urgency=high

  * Non-maintainer upload by testing security team.
  * Fix insecure temp file handling (CVE-2007-5200) (Closes: #447344).

hugin (0.6.1-1) unstable; urgency=low

  * Initial release (Closes: #251618)

 -- Fabrice Coutadeur <coutadeurf at gmail.com>   Sat, 29 Nov 2008 03:47:12
+0100

** Changed in: hugin (Ubuntu)
       Status: Confirmed => Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2007-5200

-- 
autopano null value at MultiMatch.LoadKeysets
https://bugs.launchpad.net/bugs/162575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


More information about the universe-bugs mailing list