[libgtk3-perl] 05/06: Refresh Debian patches.

Intrigeri intrigeri at moszumanska.debian.org
Wed Jan 8 16:23:11 UTC 2014


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

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

commit 11df5b006027021e32b38cc196ff5f7ce9a3524c
Author: intrigeri <intrigeri at boum.org>
Date:   Wed Jan 8 15:45:19 2014 +0000

    Refresh Debian patches.
---
 .../0001-Use-a-temporary-directory-as-HOME.patch   | 24 ++--------------------
 1 file changed, 2 insertions(+), 22 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 b2bd673..9e3bba5 100644
--- a/debian/patches/0001-Use-a-temporary-directory-as-HOME.patch
+++ b/debian/patches/0001-Use-a-temporary-directory-as-HOME.patch
@@ -4,7 +4,7 @@ Subject: Use a temporary directory as $HOME.
 
 Debian-Bug: http://bugs.debian.org/724103
 Forwarded: gtk-perl-list at gnome.org
-Last-Update: 2013-10-31
+Last-Update: 2014-01-08
 
 Else, t/overrides.t and t/zz-GtkRecentChooserDialog.t fail with:
 (overrides.t:5041): Gtk-CRITICAL **: Unable to create user data directory
@@ -14,29 +14,9 @@ Permission denied
 Gtk:ERROR:/tmp/buildd/gtk+3.0-3.8.4/./gtk/gtkrecentmanager.c:622:gtk_recent_manager_set_filename:
 assertion failed: (priv->filename != NULL)
 ---
- t/overrides.t                 | 3 +++
- t/zz-GtkRecentChooserDialog.t | 3 +++
- 2 files changed, 6 insertions(+)
-
-diff --git a/t/overrides.t b/t/overrides.t
-index 02127b8..d013b16 100644
---- a/t/overrides.t
-+++ b/t/overrides.t
-@@ -7,6 +7,9 @@ use warnings;
- use utf8;
- use Encode;
- 
-+use File::Temp qw{tempdir};
-+$ENV{HOME} = tempdir(CLEANUP => 1);
-+
- plan tests => 159;
- 
- # Gtk3::CHECK_VERSION and check_version
-diff --git a/t/zz-GtkRecentChooserDialog.t b/t/zz-GtkRecentChooserDialog.t
-index ec4938a..42d48c6 100644
 --- a/t/zz-GtkRecentChooserDialog.t
 +++ b/t/zz-GtkRecentChooserDialog.t
-@@ -8,6 +8,9 @@ BEGIN { require './t/inc/setup.pl' }
+@@ -8,6 +8,9 @@
  use strict;
  use warnings;
  

-- 
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