Upgrade likewise-open to 4.1.0

Bug #244968 reported by Thierry Carrez
2
Affects Status Importance Assigned to Milestone
likewise-open (Ubuntu)
Fix Released
Wishlist
Thierry Carrez

Bug Description

Binary package hint: likewise-open

Upstream released 4.1.0 in March 24.

Source code released on April 11 for two builds : 2773 and 2822.
2773 is the one referenced in the Likewise-built packages, and 2822 doesn't build from source [1], so I picked 2773 as the target.

I'll post dsc and diff.gz for review / testing in intrepid shortly.

[1] http://lists.likewisesoftware.com/pipermail/likewise-open-discuss/2008-May/000422.html

Thierry Carrez (ttx)
Changed in likewise-open:
assignee: nobody → tcarrez
importance: Undecided → Wishlist
status: New → In Progress
description: updated
Revision history for this message
Thierry Carrez (ttx) wrote :

.dsc file

Revision history for this message
Thierry Carrez (ttx) wrote :
Revision history for this message
Thierry Carrez (ttx) wrote :

The resulting packages still need to be tested.

In addition to the new upsteam version, I dropped the fix_window_close patch which was integrated upstream (without the GTK_RESPONSE_NONE case which was probably overkill, testing required), and the quilt patch system (no more patches).

The patch :

     case JOINDIALOG_CLOSE:
+ case GTK_RESPONSE_NONE:
+ case GTK_RESPONSE_DELETE_EVENT:
  quit = TRUE;
  break;

The new code :

    case JOINDIALOG_CLOSE:
    case GTK_RESPONSE_DELETE_EVENT:
 quit = TRUE;
 break;

Revision history for this message
Nicolas Valcarcel (nvalcarcel) wrote :

For upstream updates please use revu (http://revu.ubuntuwire.com), and post the link here instead of uploading all the files.

Revision history for this message
Thierry Carrez (ttx) wrote :

REVU being for universe packages, I'll publish in my PPA for more testing.
I'm working on a recent code drop from Jerry, still has a few regressions to fix, stay tuned.

Revision history for this message
Thierry Carrez (ttx) wrote :

This bug was fixed in the package likewise-open - 4.1.0.2956-0ubuntu1

---------------
likewise-open (4.1.0.2956-0ubuntu1) intrepid; urgency=low

  * missing-likewise-logo.diff: removed
  * fixed copyright notice
  * updated Standards-Version to 3.8.0
  * removed path from command in prerm
  * removed stop in S runlevel

 -- Rick Clark <email address hidden> Wed, 27 Aug 2008 08:56:20 -0500

likewise-open (4.1.0.2956-0ubuntu1~ppa2) intrepid; urgency=low

  * Remove libwbclient.so.0, use libwbclient0 package instead (LP: #254434)
  * Remove library links under /usr/lib/likewise-open

 -- Thierry Carrez <email address hidden> Tue, 05 Aug 2008 15:34:18 +0200

likewise-open (4.1.0.2956-0ubuntu1~ppa1) intrepid; urgency=low

  * New upstream version. (LP: #244968)
  * Removed fix_window_close patch (was merged upstream)
  * Fixed dh_perl call so that it looks into /usr/lib/likewise-open
  * Removed perl dep from likewise-open-gui since it is now pulled from
    likewise-open perl-Depends
  * Removed superfluous /etc/defaults empty directory creation
  * More descriptive desktop entries (LP: #253032)
  * Changed desktop entry logo to domainjoin-logo.png for consistency
  * likewise-open.prerm: leave domain before uninstall (LP: #230466)
  * missing-likewise-logo.diff: fix missing logo regression in domainjoin-gui
  * no-template-modifications.diff: disable template homedir|shell
    modifications and respect whatever was put in lwiauthd.conf
  * Changed Maintainer to reflect main inclusion

 -- Thierry Carrez <email address hidden> Fri, 01 Aug 2008 15:55:43 +0200

Changed in likewise-open:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.