[SCM] lives/master: Bump compat to 10

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Feb 19 21:28:23 UTC 2017


The following commit has been merged in the master branch:
commit 2d6c5b0c6a6bba62eb7e9578141e058f9125c37f
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Feb 19 22:07:59 2017 +0100

    Bump 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 06ec762..3502de6 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,7 @@ Build-Depends:
  autoconf-archive,
  automake,
  bison,
- debhelper (>= 9.20151112),
- dh-autoreconf,
+ debhelper (>= 10),
  dpkg-dev (>= 1.16.1~),
  frei0r-plugins-dev [!sparc64],
  gettext,
@@ -31,7 +30,6 @@ Build-Depends:
  libsdl1.2-dev,
  libswscale-dev,
  libtheora-dev,
- libtool,
  libunicap2-dev [linux-any],
  libv4l-dev [linux-any],
  libvorbis-dev,
diff --git a/debian/rules b/debian/rules
index 26a2e8a..48b093e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export CFLAGS+=$(CPPFLAGS)
 export CXXFLAGS+=$(CPPFLAGS)
 
 %:
-	dh $@ --parallel --with=autoreconf,python3
+	dh $@ --with=python3
 
 override_dh_auto_configure:
 	dh_auto_configure -- --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list