Accepted: hugin 0.7.0~svn3191+beta5-1ubuntu1 (source)

Luca Falavigna dktrkranz at ubuntu.com
Wed Aug 27 10:10:13 BST 2008


Accepted:
 OK: hugin_0.7.0~svn3191+beta5.orig.tar.gz
 OK: hugin_0.7.0~svn3191+beta5-1ubuntu1.diff.gz
 OK: hugin_0.7.0~svn3191+beta5-1ubuntu1.dsc
     -> Component: universe Section: graphics

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 27 Aug 2008 08:14:26 +0000
Source: hugin
Binary: hugin hugin-tools hugin-data
Architecture: source
Version: 0.7.0~svn3191+beta5-1ubuntu1
Distribution: intrepid
Urgency: low
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Changed-By: Luca Falavigna <dktrkranz at ubuntu.com>
Description: 
 hugin      - GUI tools for Hugin
 hugin-data - data files for Hugin
 hugin-tools - CLI tools for Hugin
Closes: 394647 405389 469449 474787 491227 491335 491539 491562 492469
Launchpad-Bugs-Fixed: 251003
Changes: 
 hugin (0.7.0~svn3191+beta5-1ubuntu1) intrepid; urgency=low
 .
   * Merge from Debian unstable (LP: #251003), remaining Ubuntu changes:
     - Build-depend on libwxgtk2.8-dev.
     - Add autopano-sift to hugin dependencies.
   * debian/patches/90_autopano-sift: call autopano-sift
   * Adjust Conflicts/Replaces fields with version << 0.7.0~svn3191-1 to
     allow a clean upgrade from Hardy.
 .
 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.
Checksums-Sha1: 
 eeb2d99424089ee09e62a977859776cea6b9d806 1651 hugin_0.7.0~svn3191+beta5-1ubuntu1.dsc
 8762e41e35663270539dc57105c77ed49a144c47 4573028 hugin_0.7.0~svn3191+beta5.orig.tar.gz
 8506969f75a0bc474d5db1061a333b794b4159ec 16555 hugin_0.7.0~svn3191+beta5-1ubuntu1.diff.gz
Checksums-Sha256: 
 5a724604d70c20c9cc4529c058fe5a74f676b18066f7a35366b6192d8c960ce7 1651 hugin_0.7.0~svn3191+beta5-1ubuntu1.dsc
 3cf6d7e133a797f214a6084a5755688d8e2df30d852fcead7155aeb61ec0004f 4573028 hugin_0.7.0~svn3191+beta5.orig.tar.gz
 088e308bcd6e34d3da4afd2059117124dbd8421b481835338be4c49c2cf3db57 16555 hugin_0.7.0~svn3191+beta5-1ubuntu1.diff.gz
Files: 
 4f637f93e3f48dc35efaa28ec755798b 1651 graphics optional hugin_0.7.0~svn3191+beta5-1ubuntu1.dsc
 bac63f3275568ea6cd1ff4a11848c8ab 4573028 graphics optional hugin_0.7.0~svn3191+beta5.orig.tar.gz
 df5ee7d2b843308f8791c7b1402900a5 16555 graphics optional hugin_0.7.0~svn3191+beta5-1ubuntu1.diff.gz
Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAki1DQIACgkQnXjXEYa8KlAehACffWsaNl23NQyMTO372Iz+zdeF
yJwAoIbXKL5bLNFQqHN+A1Ls4xG/Rh51
=O/Og
-----END PGP SIGNATURE-----





More information about the Intrepid-changes mailing list