From 34afe54009ff12624ae45540f18ea490670e6ee3 Mon Sep 17 00:00:00 2001 From: Carlos Maddela Date: Wed, 9 Aug 2017 21:23:31 +1000 Subject: [PATCH] Regenerate patches with git version 2.14.0. --- debian/changelog | 1 + debian/patches/27-allow-opening-in-browser-again.patch | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1be1719..92643be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ dvdisaster (0.79.5-3) UNRELEASED; urgency=medium * Team upload. * Fix another build failure on kFreeBSD. * Bump Standards Version to 4.0.1. + * Regenerate patches with git version 2.14.0. -- Carlos Maddela Tue, 08 Aug 2017 03:13:26 +1000 diff --git a/debian/patches/27-allow-opening-in-browser-again.patch b/debian/patches/27-allow-opening-in-browser-again.patch index cbb3eea..d61a01b 100644 --- a/debian/patches/27-allow-opening-in-browser-again.patch +++ b/debian/patches/27-allow-opening-in-browser-again.patch @@ -48,19 +48,19 @@ index db2031e..22eab5a 100644 GMutex progressLock; /* A mutex protected the stuff below */ char bs[256]; /* A string of 255 backspace characters */ -@@ -1299,6 +1300,12 @@ int ProbeAltiVec(void); +@@ -1298,6 +1299,12 @@ int ProbeAltiVec(void); + void ShowPDF(char*); - /*** ++/*** + *** show-html.c + ***/ + +void ShowHTML(char*); + -+/*** + /*** *** smart-lec.c ***/ - diff --git a/help-dialogs.c b/help-dialogs.c index 5065e76..3874463 100644 --- a/help-dialogs.c