diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2016-11-28 23:01:03 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2016-11-28 23:07:18 +0100 |
commit | fb0137810c19a219385eaad5495bc47538db8868 (patch) | |
tree | db2b6333f005e4155229b2421343ff72938a1ec7 | |
parent | db5b398a716441fc6d946da62280ffb39b845e9b (diff) | |
download | vyos-live-build-fb0137810c19a219385eaad5495bc47538db8868.tar.gz vyos-live-build-fb0137810c19a219385eaad5495bc47538db8868.zip |
Bump debhelper compat level to 10.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 |