[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texinfo] 07/11: fix SDE patch, missing parenthesis



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

preining pushed a commit to branch master
in repository texinfo.

commit 73df19bf64d38bdf94999dfc7ca7326c6f9516d8
Author: Norbert Preining <preining@debian.org>
Date:   Sun Sep 11 00:04:00 2016 +0900

    fix SDE patch, missing parenthesis
---
 debian/patches/reproducible-makeinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/reproducible-makeinfo b/debian/patches/reproducible-makeinfo
index e2c6bbb..3be0ec5 100644
--- a/debian/patches/reproducible-makeinfo
+++ b/debian/patches/reproducible-makeinfo
@@ -11,7 +11,7 @@ patch by Alexis Bienvenüe (Closes: #826158)
    }
    my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst)
 -   = localtime(time);
-+   = ($ENV{SOURCE_DATE_EPOCH} ? gmtime($ENV{SOURCE_DATE_EPOCH}) : localtime(time);
++   = ($ENV{SOURCE_DATE_EPOCH} ? gmtime($ENV{SOURCE_DATE_EPOCH}) : localtime(time));
    $year += ($year < 70) ? 2000 : 1900;
    return $self->gdt('{month} {day}, {year}',
            { 'month' => $self->gdt($MONTH_NAMES[$mon]),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texinfo.git


Reply to: