[SCM] x265/master: Bump debhelper compat to 10
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sat Oct 1 07:57:49 UTC 2016
The following commit has been merged in the master branch:
commit af8016f60081d3bd4dcd8fdc70d2553c88480291
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sat Oct 1 09:46:37 2016 +0200
Bump debhelper compat to 10
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index b4d8d53..051c53e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Sebastian Ramacher <sramacher at debian.org>
Build-Depends:
- debhelper (>= 9.20151219),
+ debhelper (>= 10),
cmake,
libnuma-dev [amd64 arm64 i386 mips mips64 mips64el mipsel powerpc ppc64el],
yasm (>= 1.2) [amd64 kfreebsd-amd64]
diff --git a/debian/rules b/debian/rules
index 958c6a4..5839fd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ FLAGS += -DENABLE_ASSEMBLY=OFF
endif
%:
- dh $@ --parallel --buildsystem=cmake \
+ dh $@ --buildsystem=cmake \
--sourcedirectory=source \
--builddirectory=x265-8bit
--
x265 packaging
More information about the pkg-multimedia-commits
mailing list