This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libgtk3-perl.
commit 71ef838fc897e5636dcd5bead676bf75d3e4079b Author: gregor herrmann <[email protected]> Date: Thu Jul 10 17:06:02 2014 +0200 Refresh 0001-Use-a-temporary-directory-as-HOME.patch. --- debian/patches/0001-Use-a-temporary-directory-as-HOME.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9e3bba5..059b75f 100644 --- a/debian/patches/0001-Use-a-temporary-directory-as-HOME.patch +++ b/debian/patches/0001-Use-a-temporary-directory-as-HOME.patch @@ -23,6 +23,6 @@ assertion failed: (priv->filename != NULL) +use File::Temp qw{tempdir}; +$ENV{HOME} = tempdir(CLEANUP => 1); + - plan tests => 14; + 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
