From 034511dfd23d00a1ae36c49e7a8f5e23ed8628c2 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Date: Tue, 22 Nov 2016 22:23:17 +0000 Subject: bump debhelper compat level to 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 12da332..aa1a6b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ fuzzylite (5.1+dfsg-4) UNRELEASED; urgency=medium * bump Standards-Version to 3.9.8 (no changes required) * start using pkgkde-symbolshelper + * bump debhelper compat level to 10 -- Johannes Schauer Tue, 22 Nov 2016 06:18:00 +0000 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 954d188..d95a097 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Johannes Schauer Standards-Version: 3.9.8 Homepage: http://www.fuzzylite.com/cpp/ -Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools +Build-Depends: debhelper (>= 10), cmake, pkg-kde-tools Vcs-Browser: https://browse.dgit.debian.org/fuzzylite.git/ Vcs-Git: https://git.dgit.debian.org/fuzzylite diff --git a/debian/rules b/debian/rules index 8abdd5e..c3a1793 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --sourcedirectory=fuzzylite --parallel --with pkgkde_symbolshelper + dh $@ --sourcedirectory=fuzzylite --with pkgkde_symbolshelper override_dh_auto_configure: dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) -DCMAKE_VERBOSE_MAKEFILE=true -DFL_CPP11=ON -- cgit v1.2.3