[SCM] swami/master: Build with autoreconf.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Aug 21 12:37:05 UTC 2014


The following commit has been merged in the master branch:
commit 7632039ddc038c33586051966eafc01265c66616
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Aug 21 14:36:52 2014 +0200

    Build with autoreconf.

diff --git a/debian/control b/debian/control
index 0eb3f7f..99646bb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders:
 Build-Depends:
  cmake,
  debhelper (>= 9),
+ dh-autoreconf,
  docbook-xml,
  gettext,
  gtk-doc-tools,
diff --git a/debian/rules b/debian/rules
index 1bc6ee2..e36f669 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --parallel -Scmake
+	dh $@ --parallel --with autoreconf -Scmake
 
 override_dh_install:
 	dh_install -plibswami-dev usr/include

-- 
swami packaging



More information about the pkg-multimedia-commits mailing list