[ubuntu/quantal] evolution 3.4.2-1ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Fri May 25 02:50:24 UTC 2012


evolution (3.4.2-1ubuntu1) quantal; urgency=low

  * Merge with Debian. Remaining changes:
    - debian/control:
      - Build-Depend on python-dev (for the python module) and libpst-dev
        (for the pst-import plugin).
      - Don't build depend on libchamplain (it's in universe) and disable the
        contact maps plugin
      - Don't build-depend on clutter since mx isn't in main yet
      - Depend on gnome-icon-theme-full instead of gnome-icon-theme
      - Have evolution-dev depend on libevolution instead of evolution
      - Update Vcs-* fields.
    - debian/rules:
      - use --enable-pst-import, --enable-python, --disable-contacts-map,
        and --with-clutter=no
    - debian/patches:
      - 01_ubuntu_signature.patch: don't set the ubuntu signature as default
        for new accounts.
      - 04_delay_alarm_notifier.patch: delay alarm-notifier by 30 seconds.
      - 09_add_ubuntuone_email.patch: add patch to add Ubuntu One introduction.
      - 10_desktop_shortcuts.patch: fix the calendar shortcut to appear in the
        Launcher.
      - 11_remove_upstream_submit_bugreport.patch: Remove 'Submit Bug Report'
        option from Help menu.
      - 20_skip_broken_gconf_conversions.patch: Don't install the window size
        gconf conversions. Besides not being very useful, they are broken and
        cause gnome-settings-daemon to fail to start
      - 62_no_upstream_email_notification_by_default.patch: don't enable the
        notification icon by default since the message indicator is running.
      - 89_remove_component_id_registration.patch: ignore -c component gconf
        registration on launching just "evolution".
      - 91_add_u1_email_translations.patch: Add translations for Ubuntu One
        welcome mail https://wiki.ubuntu.com/Translations/Wanted/UbuntuOneEmail
      - onlyshowin-add-unity.patch: add Unity to the OnlyShowIn field in
        desktop files.
      - alarm-notify-nodisplay.patch: don't show the alarm notifier
        in gnome-session-properties (add NoDisplay=true to the .desktop file).
    - debian/evolution-common.gsettings-override:
      - Disable systray for alarms, as Unity doesn't have a systray. Use popup
        windows instead.
      - Correct the path to spamd as /usr/sbin/spamd.
    - debian/evolution-common.install: install signature.py to generate the
      "Sent from Ubuntu" signature.
  * Dropped Ubuntu patches:
    - 02_fix_missing_include_for_composer.patch: doesn't seem needed
    - 89_remove_quit_button.patch: This didn't seem to do anything & we don't
      use express mode for anything now anyway
    - 61_translate_menu_entry.patch: No longer needed
    - 62_no_upstream_email_notification_by_default.patch: Obsolete
    - 93_no_tray_icon_by_default.patch: Use gsettings override instead
    - spamd_sbin_path.patch: Use gsettings override instead
    - nss-paths.patch: Included by Debian as 02_nss_paths.patch
    - git_edit_as_new_from_addr_3dc8b0b.patch: Already applied
    - gmodule-linking.patch: Already applied
    - libpst-pst_open-args.patch: Already applied
    - git_crash_in_mail_sidebar_936a488.patch: Already applied
    - 99git_remove_g_thread_init_09c88ab.patch: Already applied

evolution (3.4.2-1) experimental; urgency=low

  * New upstream release (closes: #670444).
  * Watch for .xz tarballs.
  * Bump Build-Depends as per configure.ac.
  * Add --list-missing to dh_install invocation.
  * Drop cherrypicked patches (all but 02_nss_paths.patch and
    04_gettext_intltool.patch), all are obsolete in 3.4.
  * 10_revert_libevolution_avoid-version.patch: Revert upstream change
    that makes all libevolution libraries versionless.
  * Install gsettings schemas and GConf → gsettings conversion script.
  * Bump ELIBDIR to 3.4.
  * Build-Depend on libchamplain-0.12-dev and enable the contact maps
    plugin again.
  * evo-addressbook-clean is gone, adjust .install file accordingly.
  * Require e-d-s >= 3.4.
  * Format NEWS file just like lintian likes it.
  * Remove obsolete lintian overrides.
  * Replace manual dh_bugfiles call with a bump to cdbs (>= 0.4.90).
  * Update Standards-Version to 3.9.3, with no changes needed.
  * Replace evolution.gconf-defaults with equivalent
    evolution-common.gsettings-override file.
  * Bump to debhelper compatibility v9.
  * Strip leading debian/tmp/ from .install files.
  * Replace hardening-includes.mk with buildflags.mk, and adjust rules
    to currently recommended practice.

Date: Thu, 24 May 2012 22:36:14 -0400
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/evolution/3.4.2-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 24 May 2012 22:36:14 -0400
Source: evolution
Binary: evolution libevolution evolution-common evolution-dev evolution-dbg evolution-plugins evolution-plugins-experimental
Architecture: source
Version: 3.4.2-1ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Description: 
 evolution  - groupware suite with mail client and organizer
 evolution-common - architecture independent files for Evolution
 evolution-dbg - debugging symbols for Evolution
 evolution-dev - development library files for Evolution
 evolution-plugins - standard plugins for Evolution
 evolution-plugins-experimental - experimental plugins for Evolution
 libevolution - evolution libraries
Closes: 670444
Changes: 
 evolution (3.4.2-1ubuntu1) quantal; urgency=low
 .
   * Merge with Debian. Remaining changes:
     - debian/control:
       - Build-Depend on python-dev (for the python module) and libpst-dev
         (for the pst-import plugin).
       - Don't build depend on libchamplain (it's in universe) and disable the
         contact maps plugin
       - Don't build-depend on clutter since mx isn't in main yet
       - Depend on gnome-icon-theme-full instead of gnome-icon-theme
       - Have evolution-dev depend on libevolution instead of evolution
       - Update Vcs-* fields.
     - debian/rules:
       - use --enable-pst-import, --enable-python, --disable-contacts-map,
         and --with-clutter=no
     - debian/patches:
       - 01_ubuntu_signature.patch: don't set the ubuntu signature as default
         for new accounts.
       - 04_delay_alarm_notifier.patch: delay alarm-notifier by 30 seconds.
       - 09_add_ubuntuone_email.patch: add patch to add Ubuntu One introduction.
       - 10_desktop_shortcuts.patch: fix the calendar shortcut to appear in the
         Launcher.
       - 11_remove_upstream_submit_bugreport.patch: Remove 'Submit Bug Report'
         option from Help menu.
       - 20_skip_broken_gconf_conversions.patch: Don't install the window size
         gconf conversions. Besides not being very useful, they are broken and
         cause gnome-settings-daemon to fail to start
       - 62_no_upstream_email_notification_by_default.patch: don't enable the
         notification icon by default since the message indicator is running.
       - 89_remove_component_id_registration.patch: ignore -c component gconf
         registration on launching just "evolution".
       - 91_add_u1_email_translations.patch: Add translations for Ubuntu One
         welcome mail https://wiki.ubuntu.com/Translations/Wanted/UbuntuOneEmail
       - onlyshowin-add-unity.patch: add Unity to the OnlyShowIn field in
         desktop files.
       - alarm-notify-nodisplay.patch: don't show the alarm notifier
         in gnome-session-properties (add NoDisplay=true to the .desktop file).
     - debian/evolution-common.gsettings-override:
       - Disable systray for alarms, as Unity doesn't have a systray. Use popup
         windows instead.
       - Correct the path to spamd as /usr/sbin/spamd.
     - debian/evolution-common.install: install signature.py to generate the
       "Sent from Ubuntu" signature.
   * Dropped Ubuntu patches:
     - 02_fix_missing_include_for_composer.patch: doesn't seem needed
     - 89_remove_quit_button.patch: This didn't seem to do anything & we don't
       use express mode for anything now anyway
     - 61_translate_menu_entry.patch: No longer needed
     - 62_no_upstream_email_notification_by_default.patch: Obsolete
     - 93_no_tray_icon_by_default.patch: Use gsettings override instead
     - spamd_sbin_path.patch: Use gsettings override instead
     - nss-paths.patch: Included by Debian as 02_nss_paths.patch
     - git_edit_as_new_from_addr_3dc8b0b.patch: Already applied
     - gmodule-linking.patch: Already applied
     - libpst-pst_open-args.patch: Already applied
     - git_crash_in_mail_sidebar_936a488.patch: Already applied
     - 99git_remove_g_thread_init_09c88ab.patch: Already applied
 .
 evolution (3.4.2-1) experimental; urgency=low
 .
   * New upstream release (closes: #670444).
   * Watch for .xz tarballs.
   * Bump Build-Depends as per configure.ac.
   * Add --list-missing to dh_install invocation.
   * Drop cherrypicked patches (all but 02_nss_paths.patch and
     04_gettext_intltool.patch), all are obsolete in 3.4.
   * 10_revert_libevolution_avoid-version.patch: Revert upstream change
     that makes all libevolution libraries versionless.
   * Install gsettings schemas and GConf → gsettings conversion script.
   * Bump ELIBDIR to 3.4.
   * Build-Depend on libchamplain-0.12-dev and enable the contact maps
     plugin again.
   * evo-addressbook-clean is gone, adjust .install file accordingly.
   * Require e-d-s >= 3.4.
   * Format NEWS file just like lintian likes it.
   * Remove obsolete lintian overrides.
   * Replace manual dh_bugfiles call with a bump to cdbs (>= 0.4.90).
   * Update Standards-Version to 3.9.3, with no changes needed.
   * Replace evolution.gconf-defaults with equivalent
     evolution-common.gsettings-override file.
   * Bump to debhelper compatibility v9.
   * Strip leading debian/tmp/ from .install files.
   * Replace hardening-includes.mk with buildflags.mk, and adjust rules
     to currently recommended practice.
Checksums-Sha1: 
 30d4117413b7d067d2b90b3b4cbbeed07590092d 3889 evolution_3.4.2-1ubuntu1.dsc
 896e82fc32defabefbadde51af0b6e36486d4ea8 12724300 evolution_3.4.2.orig.tar.xz
 c84d50b4f61e2ca2fe1bd3acc40fca8339b9227f 78460 evolution_3.4.2-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 93149b19551e1b6b742affa45fc890c484d277213bee96fa73911acdb41d9371 3889 evolution_3.4.2-1ubuntu1.dsc
 aa08c5e5abf75b3d617d6ab17d16c5a5b1775558a3cd4415554d5bcd78d1914d 12724300 evolution_3.4.2.orig.tar.xz
 8539d813a22652123286b2fb97251b916036452493a74d049a717dc9592094bd 78460 evolution_3.4.2-1ubuntu1.debian.tar.gz
Files: 
 56441412ee6dce7575f833158a58cf28 3889 gnome optional evolution_3.4.2-1ubuntu1.dsc
 e161138610416bfff07e6e0a1d9e4781 12724300 gnome optional evolution_3.4.2.orig.tar.xz
 b653f229b644088d51af1edc4529de72 78460 gnome optional evolution_3.4.2-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers at lists.alioth.debian.org>

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

iQIcBAEBAgAGBQJPvvCaAAoJEOZsd1rr/mx96rYQANo2t8VbV87BhP++u2+qtCln
8tgLwoXBF3ieZft3VEbkgpcveywII3MsfJyU+LtW3a0u71D8LrJSLUG1ts0mGRie
cGQ0dpAzVTDSaauX8ZeFev6afIZ8+9G2/mZN8sY7ODCGNpQ6b1Nd2HK45S4UxDKC
j1NYIhlz5JhHIAY37YM4zDxDL67HxHBlmTQBWmDj5NvCRwWrrTfHblL+Rit6wW7z
p6RXP1v3nWEnW+tqtWkHI0ZffxtHhkGnGXDv8lqn7GKX8OWN+jOydbhgEDBAfHH5
nuJMOpRJWRcqqFScIEoz7df6+QWtU29IF1H1CHV409YrULKfo8Vf9vZj4ChS6CLG
T/PDx7CI5l40Q8OBpKGvOFIo8MTjudPXsKRihzn4bl3NrscLg7bmurHzrbA4S6Di
YjmO2MBXg6mdK7rPsILqTqBM15cpuOTfIw6XLY8vWqYQkEYzuL1OvMAAKKPkyZWF
ZcE4mwTw+9LULHRbBzKjZREjiH8fCIlkQSrQYBsWKX1ph2smd7dV8n/EvsiwsSKC
ThOcd90MpYevfkdBqO4so+fF9WuGIqqj5Dfc1jlRk2DR6CAaoBRLGqvBj56xSJSZ
G0bhroIj0uHoYrQspcLBLcIyfQMO54SQXj4d74konFn29YmbCTywxJrmgjndjH2J
bgvDv/vFU7O5I/Lt0376
=YDhF
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list