summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2016-11-22 22:23:17 +0000
committerJohannes Schauer <josch@debian.org>2016-11-22 22:23:17 +0000
commit034511dfd23d00a1ae36c49e7a8f5e23ed8628c2 (patch)
tree98838920e9035d0e6df63e59f522b98e24bf2ad1 /debian
parent3ac1e7f65a64a1c9365ab73b5f5527acaeb59671 (diff)
bump debhelper compat level to 10
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
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 <josch@debian.org> 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 <josch@debian.org>
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