[SCM] jack-mixer/master: Install gconf schemas into the right path.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Oct 19 11:58:49 UTC 2010


The following commit has been merged in the master branch:
commit 88e044931dab18bf67ab7ff6b8cfea8b9f7424d7
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Oct 19 13:56:47 2010 +0200

    Install gconf schemas into the right path.

diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..0a635a8
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/share/gconf/schemas
diff --git a/debian/rules b/debian/rules
index d807b32..88ccc8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,12 @@ include /usr/share/cdbs/1/class/autotools.mk
 
 binary-install/jack-mixer::
 	cd $(DEB_DESTDIR) && \
+	# Properly rename the application directory
 	mv usr/share/jack_mixer usr/share/jack-mixer && \
-	mv usr/bin/jack_mixer.py usr/share/jack-mixer/
+	# Move the executable into the application directory
+	mv usr/bin/jack_mixer.py usr/share/jack-mixer/ && \
+	# Move gconf schemas files into the proper path
+	mv etc/gconf/schemas/* usr/share/gconf/schemas/ && \
+	# Purge empty /etc directory
+	rm -rf etc
 	dh_pysupport

-- 
jack-mixer packaging



More information about the pkg-multimedia-commits mailing list