[SCM] juce/master: renamed juce-utils to introjucer

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri Feb 12 07:04:13 UTC 2016


The following commit has been merged in the master branch:
commit a1bb411c57e994063988369870e35846c1094617
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Feb 12 06:44:18 2016 +0100

    renamed juce-utils to introjucer

diff --git a/debian/README.Debian b/debian/README.Debian
index af7e446..8b7f0b9 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 'Introjucer' as Debian
 packages while keeping your embedded-module-code workflow:
- - juce-utils (contains the Introjucer)
+ - introjucer (contains the Introjucer)
  - juce-modules-source (contains the source-code for the JUCE modules)
 
 The 'Introjucer' 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 "Introjucer" (the so-generated Makefiles allow both overriding of
-*FLAGS and building verbosely), but adding 'juce-utils' to the Build-Depends is
+*FLAGS and building verbosely), but adding 'introjucer' to the Build-Depends is
 probably an overkill.
 
diff --git a/debian/control b/debian/control
index 0c9a661..ae49f6c 100644
--- a/debian/control
+++ b/debian/control
@@ -77,7 +77,7 @@ Description: Jules' Utility Class Extensions (documentation)
  .
  This package contains html documentation for the JUCE API.
 
-Package: juce-utils
+Package: introjucer
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
@@ -106,4 +106,4 @@ Description: Jules' Utility Class Extensions (module sources)
  GUIs, and for handling graphics and sound.
  .
  This package provides the sources for the JUCE modules, as used by 'Introjucer'
- projects. (Introjucer is provided in the 'juce-utils' package).
+ projects. (Introjucer is provided in the 'introjucer' package).
diff --git a/debian/copyright_hints b/debian/copyright_hints
index d74da69..85d332d 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1022,9 +1022,9 @@ Files: ChangeList.txt
  debian/gbp.conf
  debian/git-tuneclone.sh
  debian/juce-modules-source.install
- debian/juce-utils.install
- debian/juce-utils.mime
- debian/juce-utils.sharedmimeinfo
+ debian/introjucer.install
+ debian/introjucer.mime
+ debian/introjucer.sharedmimeinfo
  debian/libbuilder/AppConfig.h
  debian/libbuilder/Makefile
  debian/libbuilder/juce.pc.in
diff --git a/debian/juce-utils.install b/debian/introjucer.install
similarity index 100%
rename from debian/juce-utils.install
rename to debian/introjucer.install
diff --git a/debian/juce-utils.mime b/debian/introjucer.mime
similarity index 100%
rename from debian/juce-utils.mime
rename to debian/introjucer.mime
diff --git a/debian/juce-utils.sharedmimeinfo b/debian/introjucer.sharedmimeinfo
similarity index 100%
rename from debian/juce-utils.sharedmimeinfo
rename to debian/introjucer.sharedmimeinfo
diff --git a/debian/rules b/debian/rules
index 8de2504..2bf743c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
 
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(cdbs_make_curdestdir) prefix=/usr libdir=/usr/lib/${DEB_HOST_MULTIARCH}/
 
-DEB_INSTALL_MANPAGES_juce-utils=$(BUILDDIR)/Introjucer.1
+DEB_INSTALL_MANPAGES_introjucer=$(BUILDDIR)/Introjucer.1
 DEB_INSTALL_CHANGELOGS_ALL=ChangeList.txt
 
 pre-build:: patch
@@ -30,7 +30,7 @@ pre-build:: patch
 	cp $(CURDIR)/examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png \
 		$(BUILDDIR)/juce.png
 
-common-binary-arch:: $(DEB_INSTALL_MANPAGES_juce-utils)
+common-binary-arch:: $(DEB_INSTALL_MANPAGES_introjucer)
 
 $(BUILDDIR)/Introjucer.1:
 	help2man -N --version-string="Introjucer $(DEB_UPSTREAM_VERSION)" -n "the JUCE project-management tool" debian/scripts/Introjucer-help2man > $@

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list