[Gutsy Sync] Please sync KToon (0.8.1-1) from Debian unstable (main)

Bug #152423 reported by Rich Johnson
4
Affects Status Importance Assigned to Milestone
ktoon (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: ktoon

Format: 1.7
Date: Sat, 22 Sep 2007 22:20:25 +0200
Source: ktoon
Binary: ktoon
Architecture: source
Version: 0.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Juan Manuel Garcia Molina <email address hidden>
Changed-By: Juan Manuel Garcia Molina <email address hidden>
Description:
 ktoon - 2D animation toolkit
Closes: 394403 396130 442883
Changes:
 ktoon (0.8.1-1) unstable; urgency=low
 .
   * New upstream release. Closes: #396130, #442883.
   * Apply Ubuntu patch from Matvey Kozhev <email address hidden>:
     + Fixed Ubuntu FTBFS bug. Closes: #394403.
     + New patches:
       - 40_configure_bin_bash
         replace #/bin/bash with #!/bin/bash (otherwise it runs /bin/sh)
       - 60_daction_q_object
         add Q_OBJECT to DAction, derived from QAction (for Qt 4.3)
   * Upgrade dependencies to Qt 4.3.
   * Bump Standards-Version to 3.7.2.2 (no changes needed).
   * G++ 4 patch (10_g++4fix) not neccessary any more.
   * Fix desktop and menu items. Lintian is happier now.
Files:
 e7d542acb3500e6c6636b3694bda9b48 549 graphics optional ktoon_0.8.1-1.dsc
 4a8c81cda1c0e13dc2fd436fb28c52e7 2020849 graphics optional ktoon_0.8.1.orig.tar.gz
 f96619ed98976e152ef5dbae6a63c463 29343 graphics optional ktoon_0.8.1-1.diff.gz

Revision history for this message
Rich Johnson (nixternal) wrote :

We can drop the 50_dactionmanager_retval patch. Upstream has fixed this in the code. Here is the snippet from the new code that the patch used to fix:

bool DActionManager::insert(DAction *action)
{
        QString id = action->id();

        DAction *a = m_actionDict[ id ];
        if ( a == action )
        {
                return false;
        }

        m_actionDict.insert( id, action );

        return true;
}

The patch was to initially fix a problem building with Qt 4.3. The Debian package builds properly and runs just fine.

Revision history for this message
Rich Johnson (nixternal) wrote :

This sync would close Bug #144568

Revision history for this message
Scott Kitterman (kitterman) wrote :

Ack from me. We should do this.

Revision history for this message
Sarah Kowalik (hobbsee-deactivatedaccount) wrote :

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

 status triaged
 subscribe ubuntu-archive
 unsubscribe motu-uvf

Request approved.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHEaCr7/o1b30rzoURAgciAJ9bfFGjkTOu80bhCFl4OzQvjibDrgCg4eA6
1k8Zms+2EF5KRgeWvu6t0lM=
=CXW5
-----END PGP SIGNATURE-----

Changed in ktoon:
status: New → Triaged
Changed in ktoon:
status: Triaged → 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.