summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 30599a09a..312bb62a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ live-build (1:20160105) UNRELEASED; urgency=medium
* Drop gpgv and debian-keyring from Suggests.
* Fix Check_installed function when checking against host. Thanks to jnqnfe
for the report. Closes: #774807
+ * Bump debhelper compat level to 10.
[ Kristian Klausen ]
* Include ext{3,4} journal size when calculating image size. Closes: #801712
diff --git a/debian/compat b/debian/compat
index ec635144f..f599e28b8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 2acb5848b..40572feca 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Live <debian-live@lists.debian.org>
Uploaders: Raphaƫl Hertzog <hertzog@debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
Standards-Version: 3.9.6
Homepage: https://debian-live.alioth.debian.org/live-build/
Vcs-Browser: https://anonscm.debian.org/cgit/debian-live/live-build.git
diff --git a/debian/rules b/debian/rules
index 7ad7acac6..ded529e44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_install:
dh_auto_install -- DESTDIR=debian/live-build