[SCM] simplescreenrecorder/master: Use debhelper 10 and dh-autoreconf

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Sun Nov 26 12:24:14 UTC 2017


The following commit has been merged in the master branch:
commit 6796e7c398528e1e5ed183ebcdb93684f6f0b459
Author: James Cowgill <jcowgill at debian.org>
Date:   Sat Nov 25 15:05:19 2017 +0000

    Use debhelper 10 and dh-autoreconf

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 fd2dad7..6142149 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Uploaders:
  Olivier Humbert <trebmuh at tuxfamily.org>
  , Petter Reinholdtsen <pere at debian.org>
 Build-Depends:
- autotools-dev,
- debhelper (>= 9),
+ debhelper (>= 10),
  libasound2-dev [linux-any],
  libavcodec-dev,
  libavformat-dev,
diff --git a/debian/rules b/debian/rules
index 2914469..52ca5ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/dpkg/default.mk
 ARCH = $(shell dpkg --print-architecture)
 
 %:
-	dh $@ --parallel --with autotools-dev
+	dh $@
 
 # 1. simplescreenrecorder is configured to use libav libraries
 #    here as libav is currently still default on Debian

-- 
simplescreenrecorder packaging



More information about the pkg-multimedia-commits mailing list