[SCM] qmidiarp/master: Revert - Try to build on non-linux systems.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Dec 17 21:28:25 UTC 2017
The following commit has been merged in the master branch:
commit a6d538c85375a4f8625ce66467d2e5192f924fa2
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Dec 17 22:21:41 2017 +0100
Revert - Try to build on non-linux systems.
diff --git a/debian/changelog b/debian/changelog
index 22689a7..5042ba7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,6 @@ qmidiarp (0.6.5-1) unstable; urgency=medium
* Remove B-D on dh_autoreconf.
* Build with Qt5 is now default.
* Build with hardening pie now.
- * Try to build on non-linux systems.
-- Jaromír Mikeš <mira.mikes at seznam.cz> Sun, 17 Dec 2017 21:57:10 +0100
diff --git a/debian/control b/debian/control
index 93f5ac6..578dd16 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10),
lv2-dev,
qtbase5-dev,
qttools5-dev-tools,
- libasound2-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
+ libasound2-dev,
libjack-dev,
libx11-dev,
liblo-dev,
diff --git a/debian/rules b/debian/rules
index 3753182..ee5fbcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,16 +6,11 @@ export QT_SELECT=qt5
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-ifneq ($(findstring $(DEB_HOST_ARCH_OS),kfreebsd hurd),)
-EXTRA_CONFIGURE_ARGS += --enable-alsa=no
-endif
-
%:
dh $@ --with=scour
override_dh_auto_configure:
- dh_auto_configure -- --with-pic \
- $(EXTRA_CONFIGURE_ARGS)
+ dh_auto_configure -- --with-pic
override_dh_auto_install:
dh_auto_install --destdir=$(CURDIR)/debian/tmp
--
qmidiarp packaging
More information about the pkg-multimedia-commits
mailing list