Your message dated Mon, 01 Oct 2007 16:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441238: fixed in ayttm 0.5.0+10-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ayttm
Version: 0.5.0+10-2
Tags: patch

This particular issue causes an FTBFS in Ubuntu.  Here's the fix:

#! /bin/sh /usr/share/dpatch/dpatch-run
## 01gtk_rc_style_unref.dpatch by  <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Replace deprecated gtk_rc_style_unref to g_object_unref to fix FTBFS

@DPATCH@
diff -urNad ayttm-0.5.0+10~/src/gtk/prefs_window.C
ayttm-0.5.0+10/src/gtk/prefs_window.C
--- ayttm-0.5.0+10~/src/gtk/prefs_window.C      2007-08-03
16:38:42.000000000 -0400
+++ ayttm-0.5.0+10/src/gtk/prefs_window.C       2007-09-07
09:30:34.000000000 -0400
@@ -1134,7 +1134,7 @@
        GtkWidget      
*useless_event_box_because_of_stupid_gtk_colour_handling =
gtk_event_box_new();
        gtk_widget_show(
useless_event_box_because_of_stupid_gtk_colour_handling );
        gtk_widget_modify_style(
useless_event_box_because_of_stupid_gtk_colour_handling, rc_style
);
-       gtk_rc_style_unref( rc_style );
+       g_object_unref( rc_style );
        gtk_container_add( GTK_CONTAINER(frame),
useless_event_box_because_of_stupid_gtk_colour_handling );

        GtkWidget       *label = gtk_label_new( in_text );



--- End Message ---
--- Begin Message ---
Source: ayttm
Source-Version: 0.5.0+10-3

We believe that the bug you reported is fixed in the latest version of
ayttm, which is due to be installed in the Debian FTP archive:

ayttm_0.5.0+10-3.diff.gz
  to pool/main/a/ayttm/ayttm_0.5.0+10-3.diff.gz
ayttm_0.5.0+10-3.dsc
  to pool/main/a/ayttm/ayttm_0.5.0+10-3.dsc
ayttm_0.5.0+10-3_amd64.deb
  to pool/main/a/ayttm/ayttm_0.5.0+10-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kartik Mistry <[EMAIL PROTECTED]> (supplier of updated ayttm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


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

Format: 1.7
Date: Mon, 01 Oct 2007 10:30:14 +0530
Source: ayttm
Binary: ayttm
Architecture: source amd64
Version: 0.5.0+10-3
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry <[EMAIL PROTECTED]>
Changed-By: Kartik Mistry <[EMAIL PROTECTED]>
Description: 
 ayttm      - Universal Instant Messaging Client
Closes: 441238 444520
Changes: 
 ayttm (0.5.0+10-3) unstable; urgency=low
 .
   * Added dpatch support
   * Added patch for FTBFS due to use of deprecated gtk_rc_style_unref, Thanks
     to Scott Kitterman <[EMAIL PROTECTED]> (Closes: #444520, #441238)
   * debian/copyright: fixed package copyright year
Files: 
 6f51895c0e9dd5e8e63a6e8eef474b98 776 net optional ayttm_0.5.0+10-3.dsc
 e39efaf80d7e42b46fbc0f5708d58cfe 7473 net optional ayttm_0.5.0+10-3.diff.gz
 4142d40ed4bcc66ab34d0d59e756e925 896540 net optional ayttm_0.5.0+10-3_amd64.deb

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

iD8DBQFHASLnLARVQsm1XawRAo+gAJ4wlcPjVWvGGO2cTT/0+unqRmuSbgCffxgU
gxKCZkaay3pUK3bTtJ+Xngs=
=7gPO
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to