Change logs for enigmail source package in Maverick

  • enigmail (2:1.1.2-1ubuntu1) maverick; urgency=low
    
      * Merge from Debian experimental, remaining changes:
        + Add back thunderbird-dev build depends
          - update debian/control
        + Add -fshort-wchar to CXXFLAGS
          - update debian/rules
     -- Micah Gersten <email address hidden>   Mon, 04 Oct 2010 01:25:20 -0500
  • enigmail (2:1.1.2-0ubuntu1) maverick; urgency=low
    
      * New upstream release
    
      * Merge from debian unstable.  Remaining changes:
        - Drop versioned mozilla-devscripts dependency since we don't build on
          mips or mipsel
        - Add back thunderbird-dev build depends
          - update debian/control
        - fixes LP: #565014 - No signature detected in emails signed using pgp/mime
    
      * Update build-depends on thunderbird or icedove to >= 3.1~
        - update debian/control
      * Drop frozen_api patch as changes were accepted upstream
        - drop debian/patches/frozen_api.diff
        - update debian/patches/series
      * Use system NSPR in Ubuntu as well
        - update debian/rules
      * Build with -fshort-wchar for now to make the build succeed
        - update debian/rules
    
    enigmail (2:1.0.1-5) unstable; urgency=low
    
      * Update frozen_api.diff to include nsEnigMimeListener.cpp and
        nsEnigMimeService.cpp versions matching current upstream CVS. This fixes
        PGP/MIME parsing. closes: #586577
      * Pass --disable-optimize to configure script if called with noopt in
        DEB_BUILD_OPTIONS.
      * Call the distclean target of all Makefiles that support it. This allows to
        significantly reduce the number of files in debian/clean. Still there are
        some generated python build scripts.
    
    enigmail (2:1.0.1-4) unstable; urgency=low
    
      * Explicitly set target machine type according to dpkg-architecture
        (DEB_BUILD_GNU_TYPE) to allow building working versions of the i386
        package in i386 chroot with amd64 kernel.
      * Add -std=gnu++0x to CXXFLAGS in order to allow building with icedove
        3.0.5-1. closes: #586860, thanks to Christoph Goehre for this hint.
    
    enigmail (2:1.0.1-3) unstable; urgency=low
    
      * Remove Build-Dependency on libiw-dev. This is not used, but configure now
        requires --disable-necko-wifi to be happy. Should allow build on kfreebsds.
      * Build-Depend on mozilla-devscripts >= 0.23 to really fix FTBFS on mipsel
        and mips. (m-d changed RDF implementation used to parse install.rdf)
    
    enigmail (2:1.0.1-2) unstable; urgency=low
    
      * Patch makefile-in-empty-xpcom-fix.diff:  Fix FTBFS on armel, mips,
        and mipsel.
    
    enigmail (2:1.0.1-1) unstable; urgency=low
    
      * Upload based on Ubuntu package:
        - New upstream version closes: #569804, #461643, #553272
      * Fix RC Bugs:
        - enigmail < 1.0 not supported in icedove >= 3. closes: #569804, #562714
        - enigmail 0.95 no longer builds. closes: #576997
      * Use build flags --with-system-nspr --with-nspr-prefix=/usr if debian
        environment is detected (detection as proposed in bug #569804)
      * According to asac, buildds cannot cope with alternatives in
        Build-Depends. Thus drop thunderbird-dev alternative.
      * Some files are not removed at clean time. Added to debian/clean, so
        deleted by debhelper.
      * lintian:
        - fix description-starts-with-package-name
        - Fix 3 consecutive changelog entries: syntax-error-in-debian-changelog
          (wrong date format)
        - Add README.source for quilt: patch-system-but-no-source-readme
      * Add myself to Uploaders.
     -- Micah Gersten <email address hidden>   Fri, 20 Aug 2010 11:45:10 -0500
  • enigmail (2:1.0.1-0ubuntu1) lucid; urgency=low
    
      * First releaase of enigmail 1.0.1 for tbird/icedove 3
        (LP: #527138)
      * redo packaging from scratch
        + add debian/make-orig target that uses xulrunner provided
          buildsystem + enigmail tarball to produce a proper orig.tar.gz
        + use debhelper 7 with mozilla-devscripts
        + use debian source format 3.0 (quilt)
        + patch enigmail to use frozen API only
          - add debian/patches/frozen_api.diff
        + patch build system to not link against -lxul - which isnt
          available for sdks produced by all-static apps like tbird
          - add debian/patches/build_system_dont_link_libxul.diff
        + add minimal build-depends to control
     -- Alexander Sack <email address hidden>   Sat, 10 Apr 2010 01:42:24 +0200