[SCM] opencollada/master: debian/: autotools-dev usage added

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Sep 22 15:57:31 UTC 2014


The following commit has been merged in the master branch:
commit e153525cb5137fc72e7d1a2c839a5ccc8f9526b2
Author: Matteo F. Vescovi <mfvescovi at gmail.com>
Date:   Mon Sep 22 14:43:57 2014 +0200

    debian/: autotools-dev usage added
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index a8cc7a9..b109bc8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: extra
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Matteo F. Vescovi <mfvescovi at gmail.com>, Rene Engelhard <rene at debian.org>
 Build-Depends:
+ autotools-dev,
  cmake,
  debhelper (>= 9),
  libpcre3-dev,
diff --git a/debian/rules b/debian/rules
index b407fcd..d89a5f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export REPACK_SH=$(CURDIR)/debian/repack.sh
 BLDDIR = debian/cmake
 
 %:
-	dh $@ -Scmake -B$(BLDDIR) --parallel
+	dh $@ -Scmake -B$(BLDDIR) --parallel --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
opencollada packaging



More information about the pkg-multimedia-commits mailing list