[SCM] supercollider/master: Cosmetic: Declare DEB_BUILDDIR early: it is used generally.

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Jun 11 21:14:31 UTC 2011


The following commit has been merged in the master branch:
commit 75028e3030d6908971f9151a7ad13e697769fcbd
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jun 11 16:57:13 2011 +0200

    Cosmetic: Declare DEB_BUILDDIR early: it is used generally.

diff --git a/debian/rules b/debian/rules
index 10f0af3..e2d44d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,11 @@
 #! /usr/bin/make -f
 
+include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/scons.mk
 
+DEB_BUILDDIR=common
+
 # Add here any variable or target overrides you need.
 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 export CDBS_NO_DOC_SYMLINKING:=1
@@ -24,7 +27,6 @@ DEB_INSTALL_MANPAGES_supercollider-vim     = debian/scvim.1 debian/scvim_make_he
 DEB_INSTALL_EXAMPLES_supercollider         = common/build/examples/*
 DEB_INSTALL_DIRS_supercollider             = usr/share/SuperCollider/Extensions
 
-DEB_BUILDDIR=common
 # SCVIM/SCED=0 here, because we install them by hand below
 # (so that the build won't break)
 DEB_SCONS_OPTIONS = DEVELOPMENT=yes PREFIX=/usr CROSSCOMPILE=1 STRIP=1 CURL=0 SCVIM=0 SCED=0

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list