Forwarded all non-Debian specific patches
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Mon, 7 Nov 2016 14:03:52 +0000 (15:03 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Mon, 7 Nov 2016 14:03:52 +0000 (15:03 +0100)
https://github.com/julianstorer/JUCE/pull/124

Gbp-Dch: ignore

debian/patches/fix-build-libpng16.patch
debian/patches/no-ztypes.patch
debian/patches/projucer-makegenerator.patch
debian/patches/reproducible-date.patch

index 9d9dd5f9487fa2a09e4deb3aed35c28cda929ede..e962f860200b72f4860866a243c7beb6e7d5201f 100644 (file)
@@ -1,5 +1,6 @@
 Description: Fix build with libpng16
  This patch is inspired with the patch available at https://gist.github.com/balr0g/3004353
+Forwarded: https://github.com/julianstorer/JUCE/pull/124
 Author: Gianfranco Costamagna <locutusofborg@debian.org>
 
 --- juce.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
index e64067cc2843cb5187efa0f90d83697cb55d7572..fb6ae6ea6915a6c33eef496d15d403393e985117 100644 (file)
@@ -2,6 +2,7 @@ Description: do not use z_uInt
  the zlib/gzip consumers use a type z_uInt, which is nowhere actually defined.
  use (uInt) instead
 Author: IOhannes m zmölnig
+Forwarded: https://github.com/julianstorer/JUCE/pull/124
 Last-Update: 2015-01-21
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
index 93092577d7765c4c1fa4737d6c8c27c1f1fc85e0..cea73aeeed523b89afc68f5633304f02b855dd95 100644 (file)
@@ -9,6 +9,7 @@ Description: projucer fixes
  which makes problems during automated builds
 Author: IOhannes m zmölnig
 Origin: Debian
+Forwarded: https://github.com/julianstorer/JUCE/pull/124
 Last-Update: 2015-02-10
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
index 557e1e46b9c517d9987f127df60e3f6c879f12da..e425853abdf0c0026fda8b15ec53a4620b393a7b 100644 (file)
@@ -2,6 +2,7 @@ Description: allow reproducible date/time
  if BUILD_DATE is defined use that instead of __DATE__.
  this allows for making reproducible build.
 Author: IOhannes m zmölnig
+Forwarded: https://github.com/julianstorer/JUCE/pull/124
 Last-Update: 2015-01-21
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/