[SCM] x264/master: Drop build-dep on autotools-dev and require debhelper (>= 9.20160115)
ricotz-guest at users.alioth.debian.org
ricotz-guest at users.alioth.debian.org
Sun Dec 31 13:54:14 UTC 2017
The following commit has been merged in the master branch:
commit 68761d6f53719fd6976fdbb3b46734fa32600092
Author: Rico Tzschichholz <ricotz at ubuntu.com>
Date: Sun Dec 31 14:52:03 2017 +0100
Drop build-dep on autotools-dev and require debhelper (>= 9.20160115)
diff --git a/debian/control b/debian/control
index f1d5f59..4dc3fcc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Uploaders:
Fabian Greffrath <fabian+debian at greffrath.com>,
Rico Tzschichholz <ricotz at ubuntu.com>
Build-Depends:
- debhelper (>= 9.20141010),
- autotools-dev,
+ debhelper (>= 9.20160115),
dpkg-dev (>= 1.17.14),
libavformat-dev (>= 6:9) <!stage1>,
libffms2-dev <!stage1>,
diff --git a/debian/control.in b/debian/control.in
index 46b06e8..ca24ccb 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,8 +7,7 @@ Uploaders:
Fabian Greffrath <fabian+debian at greffrath.com>,
Rico Tzschichholz <ricotz at ubuntu.com>
Build-Depends:
- debhelper (>= 9.20141010),
- autotools-dev,
+ debhelper (>= 9.20160115),
dpkg-dev (>= 1.17.14),
libavformat-dev (>= 6:9) <!stage1>,
libffms2-dev <!stage1>,
diff --git a/debian/rules b/debian/rules
index 338012e..3bc6277 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DH_INSTALL_FILES = debian/$(libx264N).install \
debian/libx264-dev.install
%:
- dh $@ --parallel --with autotools_dev
+ dh $@ --parallel
.PHONY: debian/control
debian/control:
--
x264 packaging
More information about the pkg-multimedia-commits
mailing list