[SCM] liblscp/master: debian/{rules, control}: use dh-autoreconf to fix FTBFS on ppc64el (closes: #733838), thanks to Logan Rosen

piem at users.alioth.debian.org piem at users.alioth.debian.org
Fri Apr 4 19:49:23 UTC 2014


The following commit has been merged in the master branch:
commit 167fff8de381dfce92faa594f2f8954a6ab77fac
Author: Paul Brossier <piem at piem.org>
Date:   Fri Apr 4 14:51:25 2014 -0300

    debian/{rules,control}: use dh-autoreconf to fix FTBFS on ppc64el (closes: #733838), thanks to Logan Rosen

diff --git a/debian/control b/debian/control
index d3bfaa9..d70277c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders:
 Build-Depends:
  autoconf,
  automake,
- autotools-dev (>= 20100122.1~),
+ dh-autoreconf,
  debhelper (>= 8.9.7~),
  doxygen,
  libtool
diff --git a/debian/rules b/debian/rules
index 0d4c7d2..3500c17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_auto_build-indep:
 	$(MAKE) -C doc

-- 
liblscp packaging



More information about the pkg-multimedia-commits mailing list