Your message dated Mon, 12 Nov 2007 05:18:28 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#440844: fixed in galculator 1.3.1-1
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: galculator
version: 1.2.5.2-1
Please find attached a patch, to fix an FTBFS.
This patch is already applied in the Ubuntu package.
It will fail because the function gdk_color_to_string is already defined in gdk
now.
Regards,
\sh
--
Stephan Hermann
OSS-Developer and Systemadministrator
http://www.sourcecode.de/
JID: [EMAIL PROTECTED]
diff -ruN galculator-1.2.5.2.orig/src/callbacks.c galculator-1.2.5.2/src/callbacks.c
--- galculator-1.2.5.2.orig/src/callbacks.c 2006-03-22 09:41:39.000000000 +0100
+++ galculator-1.2.5.2/src/callbacks.c 2007-09-04 20:22:13.864711385 +0200
@@ -739,35 +739,35 @@
{
da = glade_xml_get_widget (prefs_xml, "prefs_bkg_color");
if (prefs.bkg_color != NULL) g_free (prefs.bkg_color);
- prefs.bkg_color = gdk_color_to_string(color);
+ prefs.bkg_color = gdk_color_to_string(&color);
display_set_bkg_color (prefs.bkg_color);
}
else if (strcmp (title, SELECT_RESULT_FONT_COLOR) == 0)
{
da = glade_xml_get_widget (prefs_xml, "prefs_result_color");
if (prefs.result_color != NULL) g_free (prefs.result_color);
- prefs.result_color = gdk_color_to_string(color);
+ prefs.result_color = gdk_color_to_string(&color);
display_update_tags();
}
else if (strcmp (title, SELECT_STACK_COLOR) == 0)
{
da = glade_xml_get_widget (prefs_xml, "prefs_stack_color");
if (prefs.stack_color != NULL) g_free (prefs.stack_color);
- prefs.stack_color = gdk_color_to_string(color);
+ prefs.stack_color = gdk_color_to_string(&color);
display_update_tags();
}
else if (strcmp (title, SELECT_ACT_MOD_COLOR) == 0)
{
da = glade_xml_get_widget (prefs_xml, "prefs_act_mod_color");
if (prefs.act_mod_color != NULL) g_free (prefs.act_mod_color);
- prefs.act_mod_color = gdk_color_to_string(color);
+ prefs.act_mod_color = gdk_color_to_string(&color);
display_update_tags();
}
else if (strcmp (title, SELECT_INACT_MOD_COLOR) == 0)
{
da = glade_xml_get_widget (prefs_xml, "prefs_inact_mod_color");
if (prefs.inact_mod_color != NULL) g_free (prefs.inact_mod_color);
- prefs.inact_mod_color = gdk_color_to_string(color);
+ prefs.inact_mod_color = gdk_color_to_string(&color);
display_update_tags();
}
else fprintf (stderr, "[%s] Color Dialog (%s) not found. %s\n", PACKAGE,
diff -ruN galculator-1.2.5.2.orig/src/general_functions.c galculator-1.2.5.2/src/general_functions.c
--- galculator-1.2.5.2.orig/src/general_functions.c 2006-03-22 09:41:39.000000000 +0100
+++ galculator-1.2.5.2/src/general_functions.c 2007-09-04 20:21:49.363315045 +0200
@@ -311,15 +311,6 @@
if (entry) gtk_entry_set_text (entry, *string_var);
}
-/*
- * convert given GdkColor to a string so that gdk_color_parse gives the
- * same color again.
- */
-
-char *gdk_color_to_string (GdkColor color)
-{
- return g_strdup_printf ("#%04X%04X%04X", color.red, color.green, color.blue);
-}
/*
* "apply"
diff -ruN galculator-1.2.5.2.orig/src/general_functions.h galculator-1.2.5.2/src/general_functions.h
--- galculator-1.2.5.2.orig/src/general_functions.h 2006-03-22 09:41:39.000000000 +0100
+++ galculator-1.2.5.2/src/general_functions.h 2007-09-04 20:21:38.862716520 +0200
@@ -51,7 +51,6 @@
void set_stacksize (GladeXML *xml, char *name, void *stack_size);
void set_entry (GladeXML *xml, char *entry_name, void *entry_text);
-char *gdk_color_to_string (GdkColor color);
void apply_preferences (s_preferences prefs);
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
--- End Message ---
--- Begin Message ---
Source: galculator
Source-Version: 1.3.1-1
We believe that the bug you reported is fixed in the latest version of
galculator, which is due to be installed in the Debian FTP archive:
galculator_1.3.1-1.diff.gz
to pool/main/g/galculator/galculator_1.3.1-1.diff.gz
galculator_1.3.1-1.dsc
to pool/main/g/galculator/galculator_1.3.1-1.dsc
galculator_1.3.1-1_i386.deb
to pool/main/g/galculator/galculator_1.3.1-1_i386.deb
galculator_1.3.1.orig.tar.gz
to pool/main/g/galculator/galculator_1.3.1.orig.tar.gz
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.
Marco Rodrigues <[EMAIL PROTECTED]> (supplier of updated galculator 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: Sat, 03 Nov 2007 10:23:37 +0000
Source: galculator
Binary: galculator
Architecture: source i386
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
Changed-By: Marco Rodrigues <[EMAIL PROTECTED]>
Description:
galculator - A GTK+ 2.0 based calculator
Closes: 440844 445884
Changes:
galculator (1.3.1-1) unstable; urgency=low
.
* New upstream version (Closes: #445884).
- FTBFS with newer GTK versions (Closes: #440844).
* Bump Standards version to 3.7.2.
* Bump debhelper and compat to version 5.
* Bump watch file version to 3.
* Fix debian/menu to match new menu compatibility.
* Add Homepage field in the control file.
* Add myself as an Uploader.
Files:
a943ead07d19d2bcc74c463c3348df9f 747 math optional galculator_1.3.1-1.dsc
3ebb8cabdfd281914e4f97f5ffd9ed90 517320 math optional
galculator_1.3.1.orig.tar.gz
6c75a23a56dae831224ce8562fc15be8 2219 math optional galculator_1.3.1-1.diff.gz
1fc306073f634c81e22cd57a1eb71cfe 119270 math optional
galculator_1.3.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHNHwb4VUX8isJIMARAnLyAJ90oZwpx7BwbeGvu/GTYmFHjq1CqACfevyl
Z7xgkFLWtwpsXCEN+TXRVK4=
=mw7b
-----END PGP SIGNATURE-----
--- End Message ---