[SCM] toonloop/master: Use autoreconf at build time to fix FTBFS.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Feb 8 16:25:14 UTC 2012


The following commit has been merged in the master branch:
commit 92e9e85a70d9c07b62c064fc43bf06d0185543c0
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Feb 8 17:01:50 2012 +0100

    Use autoreconf at build time to fix FTBFS.
    
    Closes: #657814

diff --git a/debian/control.in b/debian/control.in
index 35fd88d..b270c81 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -9,6 +9,7 @@ Uploaders: Alexandre Quessy <alexandre at quessy.net>,
 Build-Depends: @cdbs@,
  automake,
  bison,
+ dh-autoreconf,
  ffmpeg,
  flex,
  gettext,
diff --git a/debian/rules b/debian/rules
index 15f71bd..d9022d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@
 LDFLAGS+=-Wl,--as-needed
 CPPFLAGS+=-DBOOST_FILESYSTEM_VERSION=2
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 -include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list