From: IOhannes m zmölnig Date: Thu, 9 Nov 2017 12:38:51 +0000 (+0100) Subject: Added DEP-3 headers to patches X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~148 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2be3352f2a37dc1e159c7b0dc8adb83e4d0cebf1;p=juce.git Added DEP-3 headers to patches --- diff --git a/debian/patches/debian_gpl_variant.patch b/debian/patches/debian_gpl_variant.patch index b8225a2c..0d64e182 100644 --- a/debian/patches/debian_gpl_variant.patch +++ b/debian/patches/debian_gpl_variant.patch @@ -1,3 +1,9 @@ +Description: Build GPL-3 variant of Projucer +Author: IOhannes m zmölnig +Forwarded: not-needed +Last-Update: 2017-11-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- juce.orig/extras/Projucer/JuceLibraryCode/AppConfig.h +++ juce/extras/Projucer/JuceLibraryCode/AppConfig.h @@ -32,7 +32,7 @@ diff --git a/debian/patches/debian_no-update-check.patch b/debian/patches/debian_no-update-check.patch index 47acf6bb..14064af9 100644 --- a/debian/patches/debian_no-update-check.patch +++ b/debian/patches/debian_no-update-check.patch @@ -1,3 +1,11 @@ +Description: prevent Projucer from checking for updates + The check-for-updates only makes sense for user-installed Projucer, not for + the Debian packaged version. +Author: IOhannes m zmölnig +Forwarded: not-needed +Last-Update: 2017-11-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- juce.orig/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp +++ juce/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp @@ -611,6 +611,7 @@