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