Your message dated Thu, 15 Jul 2010 21:49:07 +0000
with message-id <[email protected]>
and subject line Bug#519164: fixed in tinyca 0.7.5-3
has caused the Debian Bug report #519164,
regarding tinyca: Deprecation warning in Gtk2::AboutDialog
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
519164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519164
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tinyca
Version: 0.7.5-2
Severity: minor

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


There is a deprecation warning on execution of tinyca
when clicking on "About" menu:

$ tinyca2 
Deprecation warning: use Gtk2::AboutDialog::set_program_name instead of 
set_name at /usr/share/tinyca/GUI.pm line 2524.

It is impossible to close the "about" popup with "close" button unless click on 
window close button too.

You can find attached a small patch that suppress the warning and allow to
close the popup with the "close" button.

Please note this is not reproductible in oldstable (etch) because the 
libgtk2-perl "set_program_name"
function wat not implemented in version 1.140-1 (changelog says that the 
function was renamed in 
version 1.170 released on 2007-06-17).

After some search, this bug appears in gui-apt-key too (#499145).

- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tinyca depends on:
ii  libgtk2-perl                  1:1.190-1  Perl interface to the 2.x series o
ii  liblocale-gettext-perl        1.05-4     Using libc functions for internati
ii  openssl                       0.9.8g-15  Secure Socket Layer (SSL) binary a

Versions of packages tinyca recommends:
ii  zip                           2.32-1     Archiver for .zip files

tinyca suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkm2s64ACgkQ35KHK503hAMz0gCdHg7HVrqfJcatk9NzeuQ8CysS
+xEAoIYiF2WHMZ6YkXxNBFbJl7vl86R0
=m3pA
-----END PGP SIGNATURE-----
--- GUI.pm.orig 2006-07-25 22:12:00.000000000 +0200
+++ GUI.pm      2009-03-10 18:43:01.000000000 +0100
@@ -2521,7 +2521,7 @@
    my ($aboutdialog, $href, $label);
 
    $aboutdialog = Gtk2::AboutDialog->new();
-   $aboutdialog->set_name("TinyCA2");
+   $aboutdialog->set_program_name("TinyCA2");
    $aboutdialog->set_version($main->{'version'});
    $aboutdialog->set_copyright("2002-2006 Stephan Martin");
    $aboutdialog->set_license("GNU Public License (GPL)");
@@ -2534,6 +2534,8 @@
          _("French: Thibault Le Meur <[email protected]>"));
 
    $aboutdialog->show_all();
+   $aboutdialog->run;
+   $aboutdialog->destroy;
 
    return;
 }

--- End Message ---
--- Begin Message ---
Source: tinyca
Source-Version: 0.7.5-3

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

tinyca_0.7.5-3.diff.gz
  to main/t/tinyca/tinyca_0.7.5-3.diff.gz
tinyca_0.7.5-3.dsc
  to main/t/tinyca/tinyca_0.7.5-3.dsc
tinyca_0.7.5-3_all.deb
  to main/t/tinyca/tinyca_0.7.5-3_all.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.
Christoph Ulrich Scholler <[email protected]> (supplier of updated 
tinyca 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.8
Date: Wed, 07 Jul 2010 00:16:44 +0200
Source: tinyca
Binary: tinyca
Architecture: source all
Version: 0.7.5-3
Distribution: unstable
Urgency: low
Maintainer: Christoph Ulrich Scholler <[email protected]>
Changed-By: Christoph Ulrich Scholler <[email protected]>
Description: 
 tinyca     - simple graphical program for certification authority management
Closes: 454380 485576 499017 519164 551652 561335
Changes: 
 tinyca (0.7.5-3) unstable; urgency=low
 .
   * Fixed deprecation warning in About dialog (Closes: #519164).  Thanks
     to Guillaume Delacour for the patch
   * Applied Swedish translation update (Closes: #551652).  Thanks to
     Marcus Better for the patch.
   * Improved English style in message shown when the certificate is valid
     longer than its CA (Closes: #499017).  Thanks to Pete Boyd for the
     suggestion.
   * Fixed a problem causing errors with some usernames (e.g. certsign)
     (Closes: #561335).
   * The tinyca basedir ($HOME/.TinyCA) and default export directory can
     now optionally be configured through environment variables
     (TINYCA_BASEDIR, TINYCA_EXPORTDIR) (Closes: #454380).  Thanks to Alex
     Samad for the patch.
 .
   * Packaging cleanup:
     - Fixed typo in control file by moving the URL of the upstream homepage
       into the Homepage control file field (Closes: #485576).
     - Fixed lintian warnings:
       - debhelper-but-no-misc-depends
       - package-uses-deprecated-debhelper-compat-version
       - ancient-standards-version
       - menu-item-uses-apps-section
       - menu-item-creates-new-section
       - debian-rules-sets-DH_COMPAT
       - dh-clean-k-is-deprecated
     - Bumped Standards-Version to 3.8.3.
   * Switched to git for package version control.
Checksums-Sha1: 
 08ab8e3d300c3e0a3975a1fdbb1e600e82098f04 1027 tinyca_0.7.5-3.dsc
 bee7b36e2d69095631d32c8a80d0aa97ee763e64 7622 tinyca_0.7.5-3.diff.gz
 c57b6ab18fa7dde5880f82e2ee8e843dd2e3d15d 130964 tinyca_0.7.5-3_all.deb
Checksums-Sha256: 
 142c183e528d151a34b26160657b050b14f5cbefa680b07c0daaceb28c4e80eb 1027 
tinyca_0.7.5-3.dsc
 e8cea9ead6ad381732e686245c484f6b06478a046c28fea9564f15f3d37f164c 7622 
tinyca_0.7.5-3.diff.gz
 e46ec42eab9ef16b4d05f92e60e48bff4ba4523b09a52c5f90adece449735f01 130964 
tinyca_0.7.5-3_all.deb
Files: 
 37a8ac5d3e3d6b1cb2f4cd5e71848878 1027 utils optional tinyca_0.7.5-3.dsc
 c481c85cb99fe1483682df1fc13ad5f6 7622 utils optional tinyca_0.7.5-3.diff.gz
 aeb625e06b9f2ffbf3c8dc84f6f8a236 130964 utils optional tinyca_0.7.5-3_all.deb

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

iEYEARECAAYFAkw/gDUACgkQST77jl1k+HAItgCaAtjD1BMXQobh7kst45V3N6xc
drgAn3EUr6e40CGtEYDPv3ADQ0SHiMSU
=QNF2
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to