[SCM] lame/master: Bump debhelper compat to 10

fabian at users.alioth.debian.org fabian at users.alioth.debian.org
Fri Oct 20 18:10:25 UTC 2017


The following commit has been merged in the master branch:
commit 836c48c3be5652221cf3e5f21dbaf7fe847446b7
Author: Fabian Greffrath <fabian at debian.org>
Date:   Fri Oct 20 19:39:16 2017 +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 bcc7a70..b9470f4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Uploaders:
  Fabian Greffrath <fabian at debian.org>,
  Reinhard Tartler <siretart at tauware.de>
 Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 10),
  libncurses5-dev,
  libsndfile1-dev,
  nasm [i386],
diff --git a/debian/rules b/debian/rules
index 81ded13..2de03ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,defs
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list