[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-06-14 Thread Launchpad Bug Tracker
This bug was fixed in the package evolution-data-server -
3.24.2-0ubuntu2

---
evolution-data-server (3.24.2-0ubuntu2) artful; urgency=medium

  * Disable Ubuntu Online Accounts integration
  * Convert evolution-data-server-online-accounts into a transitional
package depending on evolution-data-server which now provides
the remaining GNOME Online Accounts support.

 -- Jeremy Bicha   Mon, 05 Jun 2017 08:34:44 -0400

** Changed in: evolution-data-server (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: evolution (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  Fix Released
Status in evolution-data-server package in Ubuntu:
  Fix Released

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  Here's some Evolution remaining questions/issues:

  1. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  2. Lintian is complaining about rpaths. The rpath fix I used with
  e-d-s did not work for Evolution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-06-14 Thread Launchpad Bug Tracker
This bug was fixed in the package evolution - 3.24.2-0ubuntu2

---
evolution (3.24.2-0ubuntu2) artful; urgency=medium

  * debian/patches/02_nss_paths.patch: update for cmake; reinstate the
path fix for finding NSS's certificate database library; otherwise you
don't start with any of the trusted certificates from NSS.

 -- Mathieu Trudel-Lapierre   Tue, 13 Jun 2017
14:30:23 -0400

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  Fix Released
Status in evolution-data-server package in Ubuntu:
  Fix Released

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  Here's some Evolution remaining questions/issues:

  1. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  2. Lintian is complaining about rpaths. The rpath fix I used with
  e-d-s did not work for Evolution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-06-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/evolution/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  Fix Committed
Status in evolution-data-server package in Ubuntu:
  Fix Committed

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  Here's some Evolution remaining questions/issues:

  1. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  2. Lintian is complaining about rpaths. The rpath fix I used with
  e-d-s did not work for Evolution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-06-04 Thread Jeremy Bicha
** Description changed:

  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.
  
  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages
  
- I made a few packaging changes we should review with Debian. e-d-s is
- looking good now, here's some Evolution remaining questions/issues:
+ Here's some Evolution remaining questions/issues:
  
- 1. I dropped
- https://sources.debian.net/src/evolution/unstable/debian/patches
- /10_revert_libevolution_avoid-version.patch/ since it does not directly
- apply to cmake and it doesn't seem needed. The soname hasn't been bumped
- in 5 years. I had to have libevolution Breaks/Replaces evolution-dev
- since there are no .so symlinks any more.
- 
- 2. I disabled
+ 1. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.
  
- 3. Maybe related to #1 is that packages like evolution no longer have an
- automatic dependency on libevolution.
- 
- 4. Lintian is complaining about rpaths. The rpath fix I used with e-d-s
+ 2. Lintian is complaining about rpaths. The rpath fix I used with e-d-s
  did not work for Evolution.

** Changed in: evolution-data-server (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: evolution (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  Fix Committed
Status in evolution-data-server package in Ubuntu:
  Fix Committed

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  Here's some Evolution remaining questions/issues:

  1. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  2. Lintian is complaining about rpaths. The rpath fix I used with
  e-d-s did not work for Evolution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-06-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/evolution-data-server/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  Fix Committed
Status in evolution-data-server package in Ubuntu:
  Fix Committed

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  Here's some Evolution remaining questions/issues:

  1. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  2. Lintian is complaining about rpaths. The rpath fix I used with
  e-d-s did not work for Evolution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-05-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: evolution-data-server (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  Confirmed
Status in evolution-data-server package in Ubuntu:
  Confirmed

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  I made a few packaging changes we should review with Debian. e-d-s is
  looking good now, here's some Evolution remaining questions/issues:

  1. I dropped
  https://sources.debian.net/src/evolution/unstable/debian/patches
  /10_revert_libevolution_avoid-version.patch/ since it does not
  directly apply to cmake and it doesn't seem needed. The soname hasn't
  been bumped in 5 years. I had to have libevolution Breaks/Replaces
  evolution-dev since there are no .so symlinks any more.

  2. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  3. Maybe related to #1 is that packages like evolution no longer have
  an automatic dependency on libevolution.

  4. Lintian is complaining about rpaths. The rpath fix I used with
  e-d-s did not work for Evolution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-05-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: evolution (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  Confirmed
Status in evolution-data-server package in Ubuntu:
  Confirmed

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  I made a few packaging changes we should review with Debian. e-d-s is
  looking good now, here's some Evolution remaining questions/issues:

  1. I dropped
  https://sources.debian.net/src/evolution/unstable/debian/patches
  /10_revert_libevolution_avoid-version.patch/ since it does not
  directly apply to cmake and it doesn't seem needed. The soname hasn't
  been bumped in 5 years. I had to have libevolution Breaks/Replaces
  evolution-dev since there are no .so symlinks any more.

  2. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  3. Maybe related to #1 is that packages like evolution no longer have
  an automatic dependency on libevolution.

  4. Lintian is complaining about rpaths. The rpath fix I used with
  e-d-s did not work for Evolution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-05-09 Thread Jeremy Bicha
** Description changed:

  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.
  
  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages
  
  I made a few packaging changes we should review with Debian. e-d-s is
  looking good now, here's some Evolution remaining questions/issues:
  
  1. I dropped
  https://sources.debian.net/src/evolution/unstable/debian/patches
  /10_revert_libevolution_avoid-version.patch/ since it does not directly
  apply to cmake and it doesn't seem needed. The soname hasn't been bumped
  in 5 years. I had to have libevolution Breaks/Replaces evolution-dev
  since there are no .so symlinks any more.
  
  2. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.
  
- 3. Maybe related to #1 is that evolution now no longer has an automatic
- dependency on libevolution.
+ 3. Maybe related to #1 is that packages like evolution no longer have an
+ automatic dependency on libevolution.
  
- 4. Also lintian is complaining about rpaths. The rpath fix I used with
- e-d-s did not work for Evolution.
+ 4. Lintian is complaining about rpaths. The rpath fix I used with e-d-s
+ did not work for Evolution.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  Confirmed
Status in evolution-data-server package in Ubuntu:
  Confirmed

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  I made a few packaging changes we should review with Debian. e-d-s is
  looking good now, here's some Evolution remaining questions/issues:

  1. I dropped
  https://sources.debian.net/src/evolution/unstable/debian/patches
  /10_revert_libevolution_avoid-version.patch/ since it does not
  directly apply to cmake and it doesn't seem needed. The soname hasn't
  been bumped in 5 years. I had to have libevolution Breaks/Replaces
  evolution-dev since there are no .so symlinks any more.

  2. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  3. Maybe related to #1 is that packages like evolution no longer have
  an automatic dependency on libevolution.

  4. Lintian is complaining about rpaths. The rpath fix I used with
  e-d-s did not work for Evolution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-05-09 Thread Jeremy Bicha
** Description changed:

  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.
  
  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages
  
- I made a few packaging changes we should review with Debian.
+ I made a few packaging changes we should review with Debian. e-d-s is
+ looking good now, here's some Evolution remaining questions/issues:
  
- 1. I dropped https://sources.debian.net/src/evolution-data-
- server/unstable/debian/patches/01-noinst-libedbus-private.patch/ and
- added a libedbus-private0 package and had all the e-d-s libraries depend
- on it.
- 
- 2. I dropped
+ 1. I dropped
  https://sources.debian.net/src/evolution/unstable/debian/patches
  /10_revert_libevolution_avoid-version.patch/ since it does not directly
  apply to cmake and it doesn't seem needed. The soname hasn't been bumped
  in 5 years. I had to have libevolution Breaks/Replaces evolution-dev
  since there are no .so symlinks any more.
  
- 3. I disabled
+ 2. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.
  
- To Do
- =
- 4. Hook up the new installed-tests packages to be ran as autopkgtests
+ 3. Maybe related to #1 is that evolution now no longer has an automatic
+ dependency on libevolution.
+ 
+ 4. Also lintian is complaining about rpaths. The rpath fix I used with
+ e-d-s did not work for Evolution.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  New
Status in evolution-data-server package in Ubuntu:
  New

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  I made a few packaging changes we should review with Debian. e-d-s is
  looking good now, here's some Evolution remaining questions/issues:

  1. I dropped
  https://sources.debian.net/src/evolution/unstable/debian/patches
  /10_revert_libevolution_avoid-version.patch/ since it does not
  directly apply to cmake and it doesn't seem needed. The soname hasn't
  been bumped in 5 years. I had to have libevolution Breaks/Replaces
  evolution-dev since there are no .so symlinks any more.

  2. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  3. Maybe related to #1 is that evolution now no longer has an
  automatic dependency on libevolution.

  4. Also lintian is complaining about rpaths. The rpath fix I used with
  e-d-s did not work for Evolution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-04-25 Thread Jeremy Bicha
** Description changed:

  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.
  
  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages
  
  I made a few packaging changes we should review with Debian.
  
  1. I dropped https://sources.debian.net/src/evolution-data-
  server/unstable/debian/patches/01-noinst-libedbus-private.patch/ and
  added a libedbus-private0 package and had all the e-d-s libraries depend
  on it.
  
  2. I dropped
  https://sources.debian.net/src/evolution/unstable/debian/patches
  /10_revert_libevolution_avoid-version.patch/ since it does not directly
  apply to cmake and it doesn't seem needed. The soname hasn't been bumped
  in 5 years. I had to have libevolution Breaks/Replaces evolution-dev
  since there are no .so symlinks any more.
  
  3. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.
  
  To Do
  =
- 4. https://bugzilla.gnome.org/show_bug.cgi?id=781645
- 
- 5. Hook up the new installed-tests packages to be ran as autopkgtests
+ 4. Hook up the new installed-tests packages to be ran as autopkgtests

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  New
Status in evolution-data-server package in Ubuntu:
  New

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  I made a few packaging changes we should review with Debian.

  1. I dropped https://sources.debian.net/src/evolution-data-
  server/unstable/debian/patches/01-noinst-libedbus-private.patch/ and
  added a libedbus-private0 package and had all the e-d-s libraries
  depend on it.

  2. I dropped
  https://sources.debian.net/src/evolution/unstable/debian/patches
  /10_revert_libevolution_avoid-version.patch/ since it does not
  directly apply to cmake and it doesn't seem needed. The soname hasn't
  been bumped in 5 years. I had to have libevolution Breaks/Replaces
  evolution-dev since there are no .so symlinks any more.

  3. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  To Do
  =
  4. Hook up the new installed-tests packages to be ran as autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1685683] Re: Update evolution to 3.24.1

2017-04-23 Thread Jeremy Bicha
** Description changed:

  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.
  
  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages
  
  I made a few packaging changes we should review with Debian.
  
  1. I dropped https://sources.debian.net/src/evolution-data-
- server/3.22.7-1/debian/patches/01-noinst-libedbus-private.patch/ and
+ server/unstable/debian/patches/01-noinst-libedbus-private.patch/ and
  added a libedbus-private0 package and had all the e-d-s libraries depend
  on it.
  
  2. I dropped
- https://sources.debian.net/src/evolution/3.22.6-1/debian/patches
+ https://sources.debian.net/src/evolution/unstable/debian/patches
  /10_revert_libevolution_avoid-version.patch/ since it does not directly
  apply to cmake and it doesn't seem needed. The soname hasn't been bumped
  in 5 years. I had to have libevolution Breaks/Replaces evolution-dev
  since there are no .so symlinks any more.
  
- 3. I disabled since it didn't seem to be needed.
+ 3. I disabled
+ 
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
+ since it didn't seem to be needed.
  
  To Do
  =
  4. https://bugzilla.gnome.org/show_bug.cgi?id=781645
  
  5. Hook up the new installed-tests packages to be ran as autopkgtests

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1685683

Title:
  Update evolution to 3.24.1

Status in evolution package in Ubuntu:
  New
Status in evolution-data-server package in Ubuntu:
  New

Bug description:
  We should update the Evolution stack to 3.24 for Ubuntu 17.10. The big
  change here is that it now uses cmake instead of autotools.

  The update is staged in this PPA and rebuilds of all rdepends have been done:
  https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/transitions/+packages

  I made a few packaging changes we should review with Debian.

  1. I dropped https://sources.debian.net/src/evolution-data-
  server/unstable/debian/patches/01-noinst-libedbus-private.patch/ and
  added a libedbus-private0 package and had all the e-d-s libraries
  depend on it.

  2. I dropped
  https://sources.debian.net/src/evolution/unstable/debian/patches
  /10_revert_libevolution_avoid-version.patch/ since it does not
  directly apply to cmake and it doesn't seem needed. The soname hasn't
  been bumped in 5 years. I had to have libevolution Breaks/Replaces
  evolution-dev since there are no .so symlinks any more.

  3. I disabled
  
https://sources.debian.net/src/evolution/unstable/debian/patches/02_nss_paths.patch/
  since it didn't seem to be needed.

  To Do
  =
  4. https://bugzilla.gnome.org/show_bug.cgi?id=781645

  5. Hook up the new installed-tests packages to be ran as autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1685683/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp