[SCM] csound packaging branch, master, updated. debian/5.11.1.dfsg-4-35-g387e15e

js at users.alioth.debian.org js at users.alioth.debian.org
Wed Apr 14 11:21:38 UTC 2010


The following commit has been merged in the master branch:
commit b0214bddd9b2ca00529541e1e1384d436751644f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Apr 14 13:08:41 2010 +0200

    Relax DEB_MAINTAINER_MODE resolving in rules file.

diff --git a/debian/rules b/debian/rules
index 2f2d952..8f3501e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -315,7 +315,7 @@ fail-missing: binary-arch binary-indep list-missing
 	fi
 
 
-ifeq ($(DEB_MAINTAINER_MODE),yes)
+ifneq (,$(DEB_MAINTAINER_MODE))
 JAVA_ARCHS := $(shell sh debian/pkgarchs.sh default-jre-headless)
 debian/control::
 	sed -i -e 's/@java_archs@/$(JAVA_ARCHS)/g' debian/control

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list