From: IOhannes m zmölnig Date: Wed, 25 May 2016 13:47:11 +0000 (+0200) Subject: Updated README.Debian to reflect package rename X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~204 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=053c423e0ae6edfbfdb328d99a6309e26e4eacdf;p=juce.git Updated README.Debian to reflect package rename --- diff --git a/debian/README.Debian b/debian/README.Debian index 5a76dcf3..fbce8631 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -28,7 +28,7 @@ If you are developing your own JUCE application, you are of course free to follow upstream's advice. Installing the following packages will give you the 'Projucer' as Debian packages while keeping your embedded-module-code workflow: - - introjucer (contains the Projucer) + - juce-tools (contains the Projucer) - juce-modules-source (contains the source-code for the JUCE modules) The 'Projucer' as shipped with Debian has the following modification regarding @@ -76,6 +76,6 @@ I usually prefix these flags with JUCE_ (e.g. "CPPFLAGS" becomes You could recreate the Makefiles by running the project's .jucer file through Debian's "Projucer" (the so-generated Makefiles allow both overriding of -*FLAGS and building verbosely), but adding 'introjucer' to the Build-Depends is +*FLAGS and building verbosely), but adding 'juce-tools' to the Build-Depends is probably an overkill.