[SCM] fluidsynth/master: Build with autoreconf.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Sep 14 06:07:59 UTC 2015


The following commit has been merged in the master branch:
commit 11e99e385cea568f87573a1dd57e1222855272a1
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Sep 14 06:19:07 2015 +0200

    Build with autoreconf.

diff --git a/debian/control b/debian/control
index 7e2df27..44f546c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders:
 Build-Depends:
  cmake,
  debhelper (>= 9~),
+ dh-autoreconf,
  ladspa-sdk,
  libasound2-dev,
  libglib2.0-dev (>= 2.6.5),
diff --git a/debian/rules b/debian/rules
index c06755c..c51ec06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ endif
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ -Scmake --parallel
+	dh $@ -Scmake --parallel --autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
fluidsynth packaging



More information about the pkg-multimedia-commits mailing list