Re: [Bug 564070] Re: Please sync libgtk2-perl from Debian (fixes FTBFS)

2010-04-18 Thread Salvatore Bonaccorso
Hi Nathan

Please find attached only the debdiff when applying the patch changing
the tests, hope this is okay for you. If you need some further steps
from me let me know.

Many thanks for your work
Bests
Salvatore


** Patch added: 
debdiff_libgtk2-perl_1.221-4ubuntu1_to_libgtk2-perl_1.221-4ubuntu2.diff
   
http://launchpadlibrarian.net/44663650/debdiff_libgtk2-perl_1.221-4ubuntu1_to_libgtk2-perl_1.221-4ubuntu2.diff

-- 
Please sync libgtk2-perl from Debian (fixes FTBFS)
https://bugs.launchpad.net/bugs/564070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 564070] Re: Please sync libgtk2-perl from Debian (fixes FTBFS)

2010-04-18 Thread Nathan Handler
** Changed in: libgtk2-perl (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: libgtk2-perl (Ubuntu)
 Assignee: Nathan Handler (nhandler) = (unassigned)

** Summary changed:

- Please sync libgtk2-perl from Debian (fixes FTBFS)
+ libgtk2-perl ftbfs

-- 
libgtk2-perl ftbfs
https://bugs.launchpad.net/bugs/564070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 564070] Re: Please sync libgtk2-perl from Debian (fixes FTBFS)

2010-04-16 Thread Salvatore Bonaccorso
Hi Nathan

As discussed on IRC:

Here is the build-log for lucid/amd64 in my PPA
http://launchpadlibrarian.net/44475213/buildlog_ubuntu-lucid-
amd64.libgtk2-perl_1%3A1.221-6.lucid~ppa.1_FULLYBUILT.txt.gz

The issue is reproducible by building the -4ubuntu1 (or equivalently -5
in Debian) with new libgtk2.0-dev (= 2.20).

The changes -4 to -4ubuntu1 in Ubuntu are:

libgtk2-perl (1:1.221-4ubuntu1) lucid; urgency=low

  * debian/patches/git-fix-gtkassistant.patch,
debian/patches/git-fix-gtkbuildable.patch:
- upstream git changes to fix build issues on gtk 2.19 (lp: #445621)

 -- Sebastien Bacher seb...@ubuntu.com  Fri, 12 Mar 2010 13:28:39
+0100

libgtk2-perl (1:1.221-4build1) lucid; urgency=low

  * rebuild rest of main for armel armv7/thumb2 optimization;
UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2

 -- Alexander Sack a...@ubuntu.com  Sat, 06 Mar 2010 13:34:18 +0100

The changes in Debian from -4 to -6 are:

libgtk2-perl (1:1.221-6) unstable; urgency=low

  * Add patch to fix test failures in GtkAction.t. Don't make assumptions
about the number of proxies associated with the action. Thanks to Niko
Tyni for reporting (Closes: #576493).
  * Refresh debian/copyright to revision 135 of Format-Specification for
machine readable copyright file in DEP5 and update copyright for debian/*
packaging. 

 -- Salvatore Bonaccorso salvatore.bonacco...@gmail.com  Sun, 11 Apr
2010 19:07:52 +0200

libgtk2-perl (1:1.221-5) unstable; urgency=low

  [ gregor herrmann ]
  * New patches git-fix-gtkassistant.patch and git-fix-gtkbuildable.patch:
upstream git changes to fix build issues on gtk 2.19; thanks to Sebastien
Bacher for forwarding these patches from Ubuntu to us (closes: #573564).
  * Set Standards-Version to 3.8.4 (no changes).
  * Convert to source format 3.0 (quilt). Remove quilt framework.

  [ Damyan Ivanov ]
  * add -a option to xvfb-run invocation

 -- gregor herrmann gre...@debian.org  Sun, 04 Apr 2010 16:59:37 +0200

So the changes -4 - -4ubuntu1 and -4 - -5 in Debian are mostly the
same, with addition of bumping Standards-Version, converting to source
format 3.0 (quilt) and add -a option to xvb-run invocation. Therefore:
if these changes are to mutch, for lucid to enter, please consider to
apply the patch which was added in the -6 release in unstable:

---(patch)---
Description: Fix test failures in GtkAction.t. Don't make assumptions
 about the number of proxies associated with the action.
Origin: commit: 71800dd9dd835456fb07411b7b582fbad9dddfbe, 
http://git.gnome.org/browse/perl-Gtk2/commit/?id=71800dd9dd835456fb07411b7b582fbad9dddfbe
Bug: http://mail.gnome.org/archives/gtk-perl-list/2010-April/msg00026.html
Bug-Debian: http://bugs.debian.org/576493
Author: Torsten Schönfeld kaffeeti...@gmx.de
--- a/t/GtkAction.t
+++ b/t/GtkAction.t
@@ -5,7 +5,7 @@
 
 use Gtk2::TestHelper
at_least_version = [2, 4, 0, Action-based menus are new in 2.4],
-   tests = 19, noinit = 0;
+   tests = 17, noinit = 0;
 
 my $action = Gtk2::Action-new (name = 'Open',
 label = '_Open',
@@ -37,17 +37,11 @@
 $widget = $action-create_tool_item;
 isa_ok ($widget, 'Gtk2::ToolItem');
 
-my @proxies = $action-get_proxies;
-is (@proxies, 1);
-
 my $proxy = Gtk2::Button-new;
 $action-connect_proxy ($proxy);
-...@proxies = $action-get_proxies;
-is (@proxies, 2);
-
+my @proxies = $action-get_proxies;
+ok (grep {$_ == $proxy} @proxies);
 $action-disconnect_proxy ($proxy);
-...@proxies = $action-get_proxies;
-is (@proxies, 1);
 
 $action-connect_accelerator;
 $action-disconnect_accelerator;
---

Bests
Salvatore

** Bug watch added: Debian Bug tracker #576493
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576493

-- 
Please sync libgtk2-perl from Debian (fixes FTBFS)
https://bugs.launchpad.net/bugs/564070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 564070] Re: Please sync libgtk2-perl from Debian (fixes FTBFS)

2010-04-16 Thread Salvatore Bonaccorso

** Patch added: applied patch
   http://launchpadlibrarian.net/44481046/git-fix-test-failures-gtkaction.patch

-- 
Please sync libgtk2-perl from Debian (fixes FTBFS)
https://bugs.launchpad.net/bugs/564070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 564070] Re: Please sync libgtk2-perl from Debian (fixes FTBFS)

2010-04-15 Thread Nathan Handler
** Package changed: ubuntu = libgtk2-perl (Ubuntu)

** Changed in: libgtk2-perl (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: libgtk2-perl (Ubuntu)
   Status: New = In Progress

** Changed in: libgtk2-perl (Ubuntu)
 Assignee: (unassigned) = Nathan Handler (nhandler)

-- 
Please sync libgtk2-perl from Debian (fixes FTBFS)
https://bugs.launchpad.net/bugs/564070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs