This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libgtk2-notify-perl.
commit ec8af0a7b16fcfe840bd0402a30c0fb478fbd495 Author: gregor herrmann <[email protected]> Date: Wed Jan 17 20:35:20 2018 +0100 port_to_libnotify_0_7.patch: drop parts which concern disabled test. --- debian/patches/port_to_libnotify_0_7.patch | 49 +----------------------------- 1 file changed, 1 insertion(+), 48 deletions(-) diff --git a/debian/patches/port_to_libnotify_0_7.patch b/debian/patches/port_to_libnotify_0_7.patch index c94d292..60ca27b 100644 --- a/debian/patches/port_to_libnotify_0_7.patch +++ b/debian/patches/port_to_libnotify_0_7.patch @@ -3,12 +3,7 @@ Bug-Debian: https://bugs.debian.org/633973 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=67467 Author: Micah Gersten <[email protected]> Reviewed-by: gregor herrmann <[email protected]> -Last-Update: 2011-08-02 - ---- - t/notification.t | 15 ++------------- - xs/Notify.xs | 39 ++------------------------------------- - 2 files changed, 4 insertions(+), 50 deletions(-) +Last-Update: 2017-01-17 --- a/xs/Notify.xs +++ b/xs/Notify.xs @@ -69,45 +64,3 @@ Last-Update: 2011-08-02 NO_OUTPUT gboolean notify_notification_show (notification) NotifyNotification *notification ---- a/t/notification.t -+++ b/t/notification.t -@@ -2,20 +2,19 @@ - - use strict; - use warnings; --use Gtk2::TestHelper tests => 34; -+use Gtk2::TestHelper tests => 31; - use Test::Exception; - use Gtk2::Notify -init, $0; - - ginterfaces_ok('Gtk2::Notify'); - - my $w = Gtk2::Window->new; --my $n = Gtk2::Notify->new('foo', 'bar', '', $w); -+my $n = Gtk2::Notify->new('foo', 'bar', ''); - - isa_ok($n, 'Gtk2::Notify'); - - my @methods = qw( - add_action -- attach_to_widget - clear_actions - clear_hints - close -@@ -46,16 +45,6 @@ - }, 42); - }, 'add_action'); - --{ -- my $nw = Gtk2::Window->new; -- lives_ok(sub { -- $n->attach_to_widget($nw); -- }, 'attach_to_widget'); -- lives_ok(sub { -- $n->attach_to_widget($w); -- }, 'attach_to_widget'); --} -- - lives_ok(sub { - $n->clear_actions; - }, 'clear_actions with existing actions'); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgtk2-notify-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
