[SCM] mixxx/master.stable: Override dh_auto_configure and dh_auto_test to do nothing, to avoid invoking the remains of an old qmake build system which doesn't work any more (Closes: #587110).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Nov 3 14:00:54 UTC 2010


The following commit has been merged in the master.stable branch:
commit 5acb56e8b7198f6b2eee8c95dd4ad133333a8eab
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Nov 3 15:00:06 2010 +0100

    Override dh_auto_configure and dh_auto_test to do nothing, to avoid invoking the remains of an old qmake build system which doesn't work any more (Closes: #587110).

diff --git a/debian/rules b/debian/rules
index d48c98d..bc71908 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,3 +38,9 @@ override_dh_auto_install:
 	dh_install -ptmp mixxx-16.xpm usr/share/pixmaps
 	dh_install --sourcedir=$(CURDIR)/debian/tmp
 	dh install --after dh_auto_install
+
+# Do nothing for these targets: dh will try to run qmake if left to its own
+# devices, but mixxx.pro seems to be left over from an old build system and
+# isn't actually needed. There are no tests, in fact.
+override_dh_auto_configure:
+override_dh_auto_test:

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list