Updated README.Debian to reflect package rename
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Wed, 25 May 2016 13:47:11 +0000 (15:47 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Wed, 25 May 2016 13:47:11 +0000 (15:47 +0200)
debian/README.Debian

index 5a76dcf30464c78f8fade51d61f776decaf77e35..fbce86314a16f8435209390f4eb8d4c5d7a8f162 100644 (file)
@@ -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.