Skip to content

Commit

Permalink
Switch to debhelper compatibility level 10
Browse files Browse the repository at this point in the history
* Update versioned debhelper build-dependency accordingly.
* Drop explicit --parallel from debian/rules.
  • Loading branch information
xtaran committed Oct 13, 2017
1 parent 0395af6 commit 68fc942
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ unburden-home-dir (0.4.0.2) UNRELEASED; urgency=medium
-v" since coreutils 8.28 or so. (Closes: #878336)
* Declare compliance with Debian Policy 4.1.1.
+ Change Priority to "optional".
* Switch to debhelper compatibility level 10.
+ Update versioned debhelper build-dependency accordingly.
+ Drop explicit --parallel from debian/rules.

-- Axel Beckert <abe@debian.org> Wed, 08 Jun 2016 19:01:52 +0200

Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: unburden-home-dir
Section: utils
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9.20141010),
Build-Depends: debhelper (>= 10),
devscripts,
dpkg-dev (>= 1.17.14),
libconfig-file-perl,
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#export DH_VERBOSE=1

%:
dh $@ --parallel
dh $@

ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
override_dh_installdocs:
Expand Down

0 comments on commit 68fc942

Please sign in to comment.