[Pkg-mono-svn-commits] [mono] 23/30: Delete some corner-case build rules for working around arch issues

Jo Shields directhex at moszumanska.debian.org
Thu Feb 20 21:38:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/3.2.8+dfsg-1
in repository mono.

commit 0b1a48e6c3489a2de7e0bd77eaf0fb71d943b5b0
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Feb 20 08:35:37 2014 +0000

    Delete some corner-case build rules for working around arch issues
---
 debian/rules | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6f96739..060c2c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,18 +61,6 @@ else
 	MONO_BOEHM_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=boehm $(TIMEOUT) make test; $(KILL_MONO)
 	MONO_SGEN_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=sgen $(TIMEOUT) make test; $(KILL_MONO)
 endif
-ifeq ($(DEB_BUILD_ARCH), powerpc)
-	MONO_SGEN_TEST = true
-endif
-
-MDB_REL = mono-debugger
-ifeq ($(DISTRO), Ubuntu)
-	MDB_VARS =  -Vmdb:Suggests=$(MDB_REL)
-	MDB_VARS += -Vmdb:Recommends=
-else
-	MDB_VARS =  -Vmdb:Suggests=
-	MDB_VARS += -Vmdb:Recommends=$(MDB_REL)
-endif
 
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
@@ -356,8 +344,7 @@ binary-indep: build-stamp install-stamp
 	# mono-1.0/2.0-gac needs special runtime dep, to prevent circular dep (mono-runtime <-> mono-1.0/2.0-gac)
 	debian/dh_clideps -p mono-2.0-gac -r $(DH_INTERNAL_MONO_PARAM)
 	debian/dh_clideps -p mono-4.0-gac -r $(DH_INTERNAL_MONO_PARAM)
-	dh_gencontrol -i -- -Vmono:upversion=$(UPVERSION) -Vmono:next-upversion=$(NEXT_UPVERSION) \
-	  $(MDB_VARS)
+	dh_gencontrol -i -- -Vmono:upversion=$(UPVERSION) -Vmono:next-upversion=$(NEXT_UPVERSION)
 	dh_md5sums -i
 	dh_builddeb -i
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list