[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/0.118+svn3796-3-20-gaf67c19

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Mar 11 01:34:24 UTC 2010


The following commit has been merged in the master branch:
commit af67c19c4a1da9565f8c341a1cb3d86959c0dba9
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Mar 11 02:34:15 2010 +0100

    Cosmetics: List constant before variable in comparisons, to avoid misreading as a variable being declared.

diff --git a/debian/rules b/debian/rules
index ebbeede..f792605 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
   DEB_CONFIGURE_EXTRA_FLAGS += --enable-stripped-jackd
 endif
 
-ifeq ($(DEB_HOST_GNU_SYSTEM),linux-gnu)
+ifeq (linux-gnu,$(DEB_HOST_GNU_SYSTEM))
   DEB_CONFIGURE_EXTRA_FLAGS += --with-default-tmpdir=/dev/shm 
 endif
 
@@ -83,17 +83,17 @@ clean::
 	find -name Makefile.in -exec rm {} +
 
 install/jackd::
-ifeq ($(DEB_HOST_ARCH_OS),linux)
+ifeq (linux,$(DEB_HOST_ARCH_OS))
 	dh_install -pjackd debian/tmp/usr/bin/alsa_in
 	dh_install -pjackd debian/tmp/usr/bin/alsa_out
 endif	
 
 install/libjack0::
-ifeq ($(DEB_HOST_ARCH_OS),linux)
+ifeq (linux,$(DEB_HOST_ARCH_OS))
 	dh_install -plibjack0 debian/tmp/usr/lib/jack/jack_alsa.so
 endif	
 
-ifeq ($(DEB_HOST_GNU_SYSTEM),linux)
+ifeq (linux,$(DEB_HOST_GNU_SYSTEM))
 DEB_DH_GENCONTROL_ARGS := -u'-Vasound:Depends=libasound2-dev'
 else
 DEB_DH_GENCONTROL_ARGS := -u'-Vasound:Depends='

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list