[libgtk3-perl] 19/20: Refresh quilt patches.

Intrigeri intrigeri at moszumanska.debian.org
Wed Mar 25 20:34:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libgtk3-perl.

commit 66216815babe7ad7cbdfddb4463189c2206bcf69
Author: intrigeri <intrigeri at boum.org>
Date:   Wed Mar 25 20:29:45 2015 +0000

    Refresh quilt patches.
---
 .../0001-Use-a-temporary-directory-as-HOME.patch        | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/debian/patches/0001-Use-a-temporary-directory-as-HOME.patch b/debian/patches/0001-Use-a-temporary-directory-as-HOME.patch
index 8eaede6..683e078 100644
--- a/debian/patches/0001-Use-a-temporary-directory-as-HOME.patch
+++ b/debian/patches/0001-Use-a-temporary-directory-as-HOME.patch
@@ -14,13 +14,12 @@ Debian-Bug: http://bugs.debian.org/724103
 ---
 --- a/t/zz-GtkRecentChooserDialog.t
 +++ b/t/zz-GtkRecentChooserDialog.t
-@@ -8,6 +8,9 @@
- use strict;
- use warnings;
+@@ -11,6 +11,8 @@
+ if (on_unthreaded_freebsd ()) {
+   plan skip_all => 'need a perl built with "-pthread" on freebsd';
+ } else {
++  use File::Temp qw{tempdir};
++  $ENV{HOME} = tempdir(CLEANUP => 1);
+   plan tests => 12;
+ }
  
-+use File::Temp qw{tempdir};
-+$ENV{HOME} = tempdir(CLEANUP => 1);
-+
- plan tests => 12;
- 
- my $window = Gtk3::Window->new;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgtk3-perl.git



More information about the Pkg-perl-cvs-commits mailing list