diff -u gui-apt-key-0.4/debian/control gui-apt-key-0.4/debian/control --- gui-apt-key-0.4/debian/control +++ gui-apt-key-0.4/debian/control @@ -1,7 +1,8 @@ Source: gui-apt-key Section: admin Priority: optional -Maintainer: Martin Schulze +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Martin Schulze Build-Depends: gettext Standards-Version: 3.7.2.0 diff -u gui-apt-key-0.4/debian/changelog gui-apt-key-0.4/debian/changelog --- gui-apt-key-0.4/debian/changelog +++ gui-apt-key-0.4/debian/changelog @@ -1,3 +1,9 @@ +gui-apt-key (0.4-2ubuntu1) intrepid; urgency=low + + * applied patch from David Paleino to fix set_name depreciation warning (LP: #270836) + + -- Jim Qode Tue, 16 Sep 2008 13:59:55 +0300 + gui-apt-key (0.4-2) unstable; urgency=low * Remove gksu recommends only in patch2: unchanged: --- gui-apt-key-0.4.orig/GAK/GUI.pm +++ gui-apt-key-0.4/GAK/GUI.pm @@ -242,7 +242,7 @@ sub callback_about { $about = new Gtk2::AboutDialog; - $about->set_name (_('APT Key Manager')); + $about->set_program_name (_('APT Key Manager')); $about->set_website_label ('http://www.infodrom.org/projects/gak/'); $about->set_authors ('Joey Schulze '); $about->set_copyright ('(c) 2006-8 Joey Schulze ');