diff -Nru libgtk2-perl-1.249/debian/changelog libgtk2-perl-1.249/debian/changelog --- libgtk2-perl-1.249/debian/changelog 2014-03-24 12:05:27.000000000 +0000 +++ libgtk2-perl-1.249/debian/changelog 2014-03-24 17:53:14.000000000 +0000 @@ -1,9 +1,14 @@ -libgtk2-perl (2:1.249-1ubuntu1) trusty; urgency=medium +libgtk2-perl (2:1.249-2) unstable; urgency=medium - * t/GdkPixbufLoader.t: Use a bigger file to test chunking (closes: - #739809). + [ intrigeri ] + * Add debian/upstream/metadata - -- Colin Watson Mon, 24 Mar 2014 12:05:27 +0000 + [ gregor herrmann ] + * Add patch to fix test failure caused by newer gdk-pixbuf. + Thanks to Colin Watson for the patch. (Closes: #739809) + * Update years of packaging copyright. + + -- gregor herrmann Mon, 24 Mar 2014 18:52:42 +0100 libgtk2-perl (2:1.249-1) unstable; urgency=medium diff -Nru libgtk2-perl-1.249/debian/control libgtk2-perl-1.249/debian/control --- libgtk2-perl-1.249/debian/control 2014-03-24 12:05:26.000000000 +0000 +++ libgtk2-perl-1.249/debian/control 2014-03-24 17:53:14.000000000 +0000 @@ -1,6 +1,5 @@ Source: libgtk2-perl -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Perl Group +Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , gregor herrmann , diff -Nru libgtk2-perl-1.249/debian/copyright libgtk2-perl-1.249/debian/copyright --- libgtk2-perl-1.249/debian/copyright 2014-01-08 16:08:05.000000000 +0000 +++ libgtk2-perl-1.249/debian/copyright 2014-03-24 17:53:14.000000000 +0000 @@ -79,7 +79,7 @@ 2005-2006, Florian Ragwitz 2009, Ryan Niebur 2009-2011, Salvatore Bonaccorso - 2009-2012, gregor herrmann + 2009-2014, gregor herrmann 2010, Jonathan Yu License: LGPL-2.1+ diff -Nru libgtk2-perl-1.249/debian/docs libgtk2-perl-1.249/debian/docs --- libgtk2-perl-1.249/debian/docs 2014-01-08 16:08:05.000000000 +0000 +++ libgtk2-perl-1.249/debian/docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -TODO -ChangeLog.pre-git diff -Nru libgtk2-perl-1.249/debian/libgtk2-perl.docs libgtk2-perl-1.249/debian/libgtk2-perl.docs --- libgtk2-perl-1.249/debian/libgtk2-perl.docs 1970-01-01 00:00:00.000000000 +0000 +++ libgtk2-perl-1.249/debian/libgtk2-perl.docs 2014-03-24 17:53:14.000000000 +0000 @@ -0,0 +1,2 @@ +TODO +ChangeLog.pre-git diff -Nru libgtk2-perl-1.249/debian/patches/0001-t-GdkPixbufLoader.t-Use-a-bigger-file-to-test-chunki.patch libgtk2-perl-1.249/debian/patches/0001-t-GdkPixbufLoader.t-Use-a-bigger-file-to-test-chunki.patch --- libgtk2-perl-1.249/debian/patches/0001-t-GdkPixbufLoader.t-Use-a-bigger-file-to-test-chunki.patch 1970-01-01 00:00:00.000000000 +0000 +++ libgtk2-perl-1.249/debian/patches/0001-t-GdkPixbufLoader.t-Use-a-bigger-file-to-test-chunki.patch 2014-03-24 17:53:14.000000000 +0000 @@ -0,0 +1,30 @@ +From 95b9e300b3208ed99160b6553941b7bd98a34f98 Mon Sep 17 00:00:00 2001 +From: Colin Watson +Date: Mon, 24 Mar 2014 11:58:31 +0000 +Subject: [PATCH] t/GdkPixbufLoader.t: Use a bigger file to test chunking + +gdk-pixbuf 2.30.3 unified sniff buffer sizes across loaders, effectively +meaning that we now don't get any signals until at least 4096 bytes have +been written to the loader. Use a bigger test file to work around this. + +https://bugzilla.gnome.org/show_bug.cgi?id=725055 +--- + t/GdkPixbufLoader.t | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/t/GdkPixbufLoader.t b/t/GdkPixbufLoader.t +index 4f60114..ecfc434 100644 +--- a/t/GdkPixbufLoader.t ++++ b/t/GdkPixbufLoader.t +@@ -123,7 +123,7 @@ SKIP: { + + # test chunked writing and signals and such + SKIP: { +- my $filename = 'gtk-demo/gnome-foot.png'; ++ my $filename = 'gtk-demo/alphatest.png'; + skip "can't locate test image file", 4 + unless -f $filename; + +-- +1.9.1 + diff -Nru libgtk2-perl-1.249/debian/patches/fix-chunking-test.patch libgtk2-perl-1.249/debian/patches/fix-chunking-test.patch --- libgtk2-perl-1.249/debian/patches/fix-chunking-test.patch 2014-03-24 12:05:06.000000000 +0000 +++ libgtk2-perl-1.249/debian/patches/fix-chunking-test.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -Description: t/GdkPixbufLoader.t: Use a bigger file to test chunking - gdk-pixbuf 2.30.3 unified sniff buffer sizes across loaders, effectively - meaning that we now don't get any signals until at least 4096 bytes have - been written to the loader. Use a bigger test file to work around this. -Author: Colin Watson -Bug: https://bugzilla.gnome.org/show_bug.cgi?id=725055 -Bug-Debian: https://bugs.debian.org/739809 -Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=725055#c4 -Last-Update: 2014-03-24 - -Index: b/t/GdkPixbufLoader.t -=================================================================== ---- a/t/GdkPixbufLoader.t -+++ b/t/GdkPixbufLoader.t -@@ -123,7 +123,7 @@ - - # test chunked writing and signals and such - SKIP: { -- my $filename = 'gtk-demo/gnome-foot.png'; -+ my $filename = 'gtk-demo/alphatest.png'; - skip "can't locate test image file", 4 - unless -f $filename; - diff -Nru libgtk2-perl-1.249/debian/patches/series libgtk2-perl-1.249/debian/patches/series --- libgtk2-perl-1.249/debian/patches/series 2014-03-24 12:02:38.000000000 +0000 +++ libgtk2-perl-1.249/debian/patches/series 2014-03-24 17:53:14.000000000 +0000 @@ -1,3 +1,3 @@ 30-disable_libgtk_version_check.patch fix-typo.patch -fix-chunking-test.patch +0001-t-GdkPixbufLoader.t-Use-a-bigger-file-to-test-chunki.patch diff -Nru libgtk2-perl-1.249/debian/upstream/metadata libgtk2-perl-1.249/debian/upstream/metadata --- libgtk2-perl-1.249/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libgtk2-perl-1.249/debian/upstream/metadata 2014-03-24 17:53:14.000000000 +0000 @@ -0,0 +1,9 @@ +--- +Archive: CPAN +Bug-Database: http://rt.cpan.org/Public/Dist/Display.html?Name=Gtk2 +Bug-Submit: bug-Gtk2 [at] rt.cpan.org +Contact: gtk2-perl Team +Homepage: http://gtk2-perl.sourceforge.net +Name: Gtk2 +Repository: git://git.gnome.org/perl-Gtk2 +Repository-Browse: http://git.gnome.org/browse/perl-Gtk2