[SCM] jack-mixer/master: Install NEWS as upstream's changelog.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Oct 19 12:31:40 UTC 2010


The following commit has been merged in the master branch:
commit ae733b37015914ae995583e6220a5809181cbec1
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Oct 19 14:31:32 2010 +0200

    Install NEWS as upstream's changelog.

diff --git a/debian/rules b/debian/rules
index 88ccc8d..cea9646 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,14 +5,16 @@ include /usr/share/cdbs/1/class/autotools.mk
 
 # Add here any variable or target overrides you need.
 
+DEB_INSTALL_CHANGELOGS_ALL := NEWS
+
 binary-install/jack-mixer::
-	cd $(DEB_DESTDIR) && \
 	# Properly rename the application directory
-	mv usr/share/jack_mixer 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
+	# ..and finally purge empty /etc directory
+	cd $(DEB_DESTDIR) && \
+	mv usr/share/jack_mixer usr/share/jack-mixer && \
+	mv usr/bin/jack_mixer.py usr/share/jack-mixer/ && \
 	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